diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3fbd0d1..3aa20bd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog * Unreleased +* 1.11.5 (2022-10-06, TZDB 2022d) + * Upgrade TZDB from 2022b to 2022d + * 2022c + * https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html + * Work around awk bug in FreeBSD, macOS, etc. + * Improve tzselect on intercontinental Zones. + * Skipped because there were no changes that affected AceTime. + * 2022d + * https://mm.icann.org/pipermail/tz-announce/2022-September/000073.html + * Palestine transitions are now Saturdays at 02:00. + * Simplify three Ukraine zones into one. + * Upgrade tool chain + * Arduino CLI from 0.19.2 to 0.27.1 + * Arduino AVR Core from 1.8.4 to 1.8.5 + * STM32duino from 2.2.0 to 2.3.0 + * ESP32 Core from 2.0.2 to 2.0.5 + * Teensyduino from 1.56 to 1.57 * 1.11.4 (2022-08-13, TZDB 2022b) * Add `ace_time::daysUntil(localDate, month, day)` utility function that returns the number of days until the next (month, day) date. Useful for diff --git a/DEVELOPER.md b/DEVELOPER.md index 9674a0138..8dd8a7cc5 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -651,6 +651,7 @@ fail until the underlying timezone database of the OS is updated. * `docs/doxygen.cfg` * `library.properties` * `$ git commit -m "..."` + * `$ git push` * Update and commit the Doxygen docs. This is done as a separate git commit because the Doxygen changes are often so large that they obscure all other important changes to the code base: @@ -659,12 +660,9 @@ fail until the underlying timezone database of the OS is updated. * `$ make` * `$ git add .` * `$ git commit -m "..."` -* Merge the `develop` branch into `master`. - * Normally I do this with a PR on GitHub to keep an audit trail. - * Go to https://github.com/bxparks/AceTime. - * Create a Pull Request from `develop` to `master`. - * Approve and merge the PR. -* Create a new Release of AceTimePython. + * `$ git push` +* (Optional) Create a new Release of AceTimePython + * (This should be done first, before AceTime) * Go to https://github.com/bxparks/AceTimePython * Bump version number on `develop`. * Merge `develop` into `master`. @@ -675,7 +673,18 @@ fail until the underlying timezone database of the OS is updated. * Enter the release notes. I normally just copy and paste the latest changes from `CHANGELOG.md`. * Click Publish release. -* Create a new Release of AceTimeTools. +* (Optional) Create a new Release of AceTimeTools + * (Depends on AceTimePython) + * Go to https://github.com/bxparks/AceTimeTools + * Click on "Releases" + * Click on "Draft a new release" + * Enter a tag version (e.g. `v1.2`), targeting the `master` branch. + * Enter the release title. + * Enter the release notes. I normally just copy and paste the latest changes + from `CHANGELOG.md`. + * Click Publish release. +* (Optional) Create a new Release of AceTimeValidation. + * (Depends on AceTimePython) * Go to https://github.com/bxparks/AceTimeTools * Click on "Releases" * Click on "Draft a new release" @@ -684,8 +693,11 @@ fail until the underlying timezone database of the OS is updated. * Enter the release notes. I normally just copy and paste the latest changes from `CHANGELOG.md`. * Click Publish release. -* Create a new Release of AceTime. +* Create a new Release of AceTime (third, depends on AceTimeValidation). + * (Depends on AceTimePython, AceTimeValidation) * Go to https://github.com/bxparks/AceTime + * Merge the `develop` branch into `master` by creating a Pull Request. + * Approve and merge the PR. * Click on "Releases" * Click on "Draft a new release" * Enter a tag version (e.g. `v1.2`), targeting the `master` branch. diff --git a/README.md b/README.md index eacd8b658..e63d1937f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This library can be an alternative to the Arduino Time (https://github.com/PaulStoffregen/Time) and Arduino Timezone (https://github.com/JChristensen/Timezone) libraries. -**Version**: 1.11.4 (2022-08-13, TZDB version 2022b) +**Version**: 1.11.5 (2022-10-06, TZDB version 2022d) **Changelog**: [CHANGELOG.md](CHANGELOG.md) diff --git a/USER_GUIDE.md b/USER_GUIDE.md index f791c7be5..41d5e6192 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -4,7 +4,7 @@ The primary purpose of AceTime classes is to convert between an integer representing the number of seconds since the AceTime Epoch (2000-01-01T00:00:00 UTC) and the equivalent human-readable components in different timezones. -**Version**: 1.11.4 (2022-08-13, TZDB 2022b) +**Version**: 1.11.5 (2022-10-06, TZDB 2022d) **Related Documents**: diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index 438630a85..6a3417ad1 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -1,4 +1,4 @@ -# Doxyfile 1.8.17 +# Doxyfile 1.9.1 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. @@ -32,13 +32,13 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "AceTime" +PROJECT_NAME = AceTime # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.11.4 +PROJECT_NUMBER = 1.11.5 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -227,6 +227,14 @@ QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO +# By default Python docstrings are displayed as preformatted text and doxygen's +# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the +# doxygen's special commands can be used and the contents of the docstring +# documentation blocks is shown as doxygen documentation. +# The default value is: YES. + +PYTHON_DOCSTRING = YES + # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the # documentation from any documented member that it re-implements. # The default value is: YES. @@ -263,12 +271,6 @@ TAB_SIZE = 4 ALIASES = -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -310,18 +312,21 @@ OPTIMIZE_OUTPUT_SLICE = NO # extension. Doxygen has a built-in mapping, but you can override or extend it # using this tag. The format is ext=language, where ext is a file extension, and # language is one of the parsers supported by doxygen: IDL, Java, JavaScript, -# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, +# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, VHDL, # Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser # tries to guess whether the code is fixed or free formatted code, this is the -# default for Fortran type files), VHDL, tcl. For instance to make doxygen treat -# .inc files as Fortran files (default is PHP), and .f files as C (default is -# Fortran), use: inc=Fortran f=C. +# default for Fortran type files). For instance to make doxygen treat .inc files +# as Fortran files (default is PHP), and .f files as C (default is Fortran), +# use: inc=Fortran f=C. # # Note: For files without extension you can use no_extension as a placeholder. # # Note that for custom extensions you also need to set FILE_PATTERNS otherwise -# the files are not read by doxygen. +# the files are not read by doxygen. When specifying no_extension you should add +# * to the FILE_PATTERNS. +# +# Note see also the list of default file extension mappings. EXTENSION_MAPPING = @@ -455,6 +460,19 @@ TYPEDEF_HIDES_STRUCT = NO LOOKUP_CACHE_SIZE = 0 +# The NUM_PROC_THREADS specifies the number threads doxygen is allowed to use +# during processing. When set to 0 doxygen will based this on the number of +# cores available in the system. You can set it explicitly to a value larger +# than 0 to get more control over the balance between CPU load and processing +# speed. At this moment only the input processing can be done using multiple +# threads. Since this is still an experimental feature the default is set to 1, +# which efficively disables parallel processing. Please report any issues you +# encounter. Generating dot graphs in parallel is controlled by the +# DOT_NUM_THREADS setting. +# Minimum value: 0, maximum value: 32, default value: 1. + +NUM_PROC_THREADS = 1 + #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- @@ -518,6 +536,13 @@ EXTRACT_LOCAL_METHODS = NO EXTRACT_ANON_NSPACES = NO +# If this flag is set to YES, the name of an unnamed parameter in a declaration +# will be determined by the corresponding definition. By default unnamed +# parameters remain unnamed in the output. +# The default value is: YES. + +RESOLVE_UNNAMED_PARAMS = YES + # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all # undocumented members inside documented classes or files. If set to NO these # members will be included in the various overviews, but no documentation @@ -555,11 +580,18 @@ HIDE_IN_BODY_DOCS = NO INTERNAL_DOCS = NO -# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file -# names in lower-case letters. If set to YES, upper-case letters are also -# allowed. This is useful if you have classes or files whose names only differ -# in case and if your file system supports case sensitive file names. Windows -# (including Cygwin) ands Mac users are advised to set this option to NO. +# With the correct setting of option CASE_SENSE_NAMES doxygen will better be +# able to match the capabilities of the underlying filesystem. In case the +# filesystem is case sensitive (i.e. it supports files in the same directory +# whose names only differ in casing), the option must be set to YES to properly +# deal with such files in case they appear in the input. For filesystems that +# are not case sensitive the option should be be set to NO to properly deal with +# output files written for symbols that only differ in casing, such as for two +# classes, one named CLASS and the other named Class, and to also support +# references to files without having to specify the exact matching casing. On +# Windows (including Cygwin) and MacOS, users should typically set this option +# to NO, whereas on Linux or other Unix flavors it should typically be set to +# YES. # The default value is: system dependent. CASE_SENSE_NAMES = YES @@ -798,7 +830,10 @@ WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = NO # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when -# a warning is encountered. +# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS +# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but +# at the end of the doxygen process doxygen will return with a non-zero status. +# Possible values are: NO, YES and FAIL_ON_WARNINGS. # The default value is: NO. WARN_AS_ERROR = NO @@ -834,8 +869,8 @@ INPUT = ../src # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: https://www.gnu.org/software/libiconv/) for the list of -# possible encodings. +# documentation (see: +# https://www.gnu.org/software/libiconv/) for the list of possible encodings. # The default value is: UTF-8. INPUT_ENCODING = UTF-8 @@ -848,13 +883,15 @@ INPUT_ENCODING = UTF-8 # need to set EXTENSION_MAPPING for the extension otherwise the files are not # read by doxygen. # +# Note the list of default checked file patterns might differ from the list of +# default file extension mappings. +# # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, # *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment), -# *.doc (to be provided as doxygen C comment), *.txt (to be provided as doxygen -# C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f, *.for, *.tcl, *.vhd, -# *.vhdl, *.ucf, *.qsf and *.ice. +# *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd, *.vhdl, +# *.ucf, *.qsf and *.ice. FILE_PATTERNS = *.c \ *.cc \ @@ -1112,16 +1149,22 @@ USE_HTAGS = NO VERBATIM_HEADERS = YES # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the -# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the -# cost of reduced performance. This can be particularly helpful with template -# rich C++ code for which doxygen's built-in parser lacks the necessary type -# information. +# clang parser (see: +# http://clang.llvm.org/) for more accurate parsing at the cost of reduced +# performance. This can be particularly helpful with template rich C++ code for +# which doxygen's built-in parser lacks the necessary type information. # Note: The availability of this option depends on whether or not doxygen was # generated with the -Duse_libclang=ON option for CMake. # The default value is: NO. CLANG_ASSISTED_PARSING = NO +# If clang assisted parsing is enabled and the CLANG_ADD_INC_PATHS tag is set to +# YES then doxygen will add the directory of each input to the include path. +# The default value is: YES. + +CLANG_ADD_INC_PATHS = YES + # If clang assisted parsing is enabled you can provide the compiler with command # line options that you would normally use when invoking the compiler. Note that # the include paths will already be set by doxygen for the files and directories @@ -1131,10 +1174,13 @@ CLANG_ASSISTED_PARSING = NO CLANG_OPTIONS = # If clang assisted parsing is enabled you can provide the clang parser with the -# path to the compilation database (see: -# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) used when the files -# were built. This is equivalent to specifying the "-p" option to a clang tool, -# such as clang-check. These options will then be passed to the parser. +# path to the directory containing a file called compile_commands.json. This +# file is the compilation database (see: +# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the +# options used when the source files were built. This is equivalent to +# specifying the -p option to a clang tool, such as clang-check. These options +# will then be passed to the parser. Any options specified with CLANG_OPTIONS +# will be added as well. # Note: The availability of this option depends on whether or not doxygen was # generated with the -Duse_libclang=ON option for CMake. @@ -1151,13 +1197,6 @@ CLANG_DATABASE_PATH = ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored @@ -1328,10 +1367,11 @@ HTML_INDEX_NUM_ENTRIES = 100 # If the GENERATE_DOCSET tag is set to YES, additional index files will be # generated that can be used as input for Apple's Xcode 3 integrated development -# environment (see: https://developer.apple.com/xcode/), introduced with OSX -# 10.5 (Leopard). To create a documentation set, doxygen will generate a -# Makefile in the HTML output directory. Running make will produce the docset in -# that directory and running make install will install the docset in +# environment (see: +# https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To +# create a documentation set, doxygen will generate a Makefile in the HTML +# output directory. Running make will produce the docset in that directory and +# running make install will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at # startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy # genXcode/_index.html for more information. @@ -1373,8 +1413,8 @@ DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three # additional HTML index files: index.hhp, index.hhc, and index.hhk. The # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop -# (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on -# Windows. +# (see: +# https://www.microsoft.com/en-us/download/details.aspx?id=21138) on Windows. # # The HTML Help Workshop contains a compiler that can convert all HTML output # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML @@ -1404,7 +1444,7 @@ CHM_FILE = HHC_LOCATION = # The GENERATE_CHI flag controls if a separate .chi index file is generated -# (YES) or that it should be included in the master .chm file (NO). +# (YES) or that it should be included in the main .chm file (NO). # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. @@ -1449,7 +1489,8 @@ QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace -# (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). +# (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1457,8 +1498,8 @@ QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual -# Folders (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual- -# folders). +# Folders (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders). # The default value is: doc. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1466,16 +1507,16 @@ QHP_VIRTUAL_FOLDER = doc # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom # filter to add. For more information please see Qt Help Project / Custom -# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- -# filters). +# Filters (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_CUST_FILTER_NAME = # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see Qt Help Project / Custom -# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- -# filters). +# Filters (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_CUST_FILTER_ATTRS = @@ -1487,9 +1528,9 @@ QHP_CUST_FILTER_ATTRS = QHP_SECT_FILTER_ATTRS = -# The QHG_LOCATION tag can be used to specify the location of Qt's -# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the -# generated .qhp file. +# The QHG_LOCATION tag can be used to specify the location (absolute path +# including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to +# run qhelpgenerator on the generated .qhp file. # This tag requires that the tag GENERATE_QHP is set to YES. QHG_LOCATION = @@ -1566,6 +1607,17 @@ TREEVIEW_WIDTH = 250 EXT_LINKS_IN_WINDOW = NO +# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg +# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see +# https://inkscape.org) to generate formulas as SVG images instead of PNGs for +# the HTML output. These images will generally look nicer at scaled resolutions. +# Possible values are: png (the default) and svg (looks nicer but requires the +# pdf2svg or inkscape tool). +# The default value is: png. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FORMULA_FORMAT = png + # Use this tag to change the font size of LaTeX formulas included as images in # the HTML documentation. When you change the font size after a successful # doxygen run you need to manually remove any form_*.png images from the HTML @@ -1605,7 +1657,7 @@ USE_MATHJAX = NO # When MathJax is enabled you can set the default output format to be used for # the MathJax output. See the MathJax site (see: -# http://docs.mathjax.org/en/latest/output.html) for more details. +# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. # Possible values are: HTML-CSS (which is slower, but has the best # compatibility), NativeMML (i.e. MathML) and SVG. # The default value is: HTML-CSS. @@ -1621,7 +1673,7 @@ MATHJAX_FORMAT = HTML-CSS # Content Delivery Network so you can quickly see the result without installing # MathJax. However, it is strongly recommended to install a local copy of # MathJax from https://www.mathjax.org before deployment. -# The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/. +# The default value is: https://cdn.jsdelivr.net/npm/mathjax@2. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest @@ -1635,7 +1687,8 @@ MATHJAX_EXTENSIONS = # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces # of code that will be used on startup of the MathJax code. See the MathJax site -# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# (see: +# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an # example see the documentation. # This tag requires that the tag USE_MATHJAX is set to YES. @@ -1682,7 +1735,8 @@ SERVER_BASED_SEARCH = NO # # Doxygen ships with an example indexer (doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: https://xapian.org/). +# Xapian (see: +# https://xapian.org/). # # See the section "External Indexing and Searching" for details. # The default value is: NO. @@ -1695,8 +1749,9 @@ EXTERNAL_SEARCH = NO # # Doxygen ships with an example indexer (doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: https://xapian.org/). See the section "External Indexing and -# Searching" for details. +# Xapian (see: +# https://xapian.org/). See the section "External Indexing and Searching" for +# details. # This tag requires that the tag SEARCHENGINE is set to YES. SEARCHENGINE_URL = @@ -1860,9 +1915,11 @@ LATEX_EXTRA_FILES = PDF_HYPERLINKS = YES -# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate -# the PDF file directly from the LaTeX files. Set this option to YES, to get a -# higher quality PDF documentation. +# If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as +# specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX +# files. Set this option to YES, to get a higher quality PDF documentation. +# +# See also section LATEX_CMD_NAME for selecting the engine. # The default value is: YES. # This tag requires that the tag GENERATE_LATEX is set to YES. @@ -2378,10 +2435,32 @@ UML_LOOK = NO # but if the number exceeds 15, the total amount of fields shown is limited to # 10. # Minimum value: 0, maximum value: 100, default value: 10. -# This tag requires that the tag HAVE_DOT is set to YES. +# This tag requires that the tag UML_LOOK is set to YES. UML_LIMIT_NUM_FIELDS = 10 +# If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and +# methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS +# tag is set to YES, doxygen will add type and arguments for attributes and +# methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen +# will not generate fields with class member information in the UML graphs. The +# class diagrams will look similar to the default class diagrams but using UML +# notation for the relationships. +# Possible values are: NO, YES and NONE. +# The default value is: NO. +# This tag requires that the tag UML_LOOK is set to YES. + +DOT_UML_DETAILS = NO + +# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters +# to display on a single line. If the actual line length exceeds this threshold +# significantly it will wrapped across multiple lines. Some heuristics are apply +# to avoid ugly line breaks. +# Minimum value: 0, maximum value: 1000, default value: 17. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_WRAP_THRESHOLD = 17 + # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and # collaboration graphs will show the relations between templates and their # instances. @@ -2573,9 +2652,11 @@ DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES -# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot +# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate # files that are used to generate the various graphs. +# +# Note: This setting is not only used for dot files but also for msc and +# plantuml temporary files. # The default value is: YES. -# This tag requires that the tag HAVE_DOT is set to YES. DOT_CLEANUP = YES diff --git a/docs/html/AceTime_8h_source.html b/docs/html/AceTime_8h_source.html index 683b7c54b..e5917d642 100644 --- a/docs/html/AceTime_8h_source.html +++ b/docs/html/AceTime_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/AceTime.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -127,21 +127,19 @@
65 #include "ace_time/ace_time_utils.h"
66 
67 // Version format: xxyyzz == "xx.yy.zz"
-
68 #define ACE_TIME_VERSION 11104
-
69 #define ACE_TIME_VERSION_STRING "1.11.4"
+
68 #define ACE_TIME_VERSION 11105
+
69 #define ACE_TIME_VERSION_STRING "1.11.5"
70 
71 #endif
+
compat.h
Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
+
offset_date_time_mutation.h
Methods that mutate an OffsetDateTime object.
+
time_offset_mutation.h
Methods that mutate a TimeOffset object.
+
time_period_mutation.h
Methods that mutate a TimePeriod object.
+
zoned_date_time_mutation.h
Methods that mutate a ZonedDateTime object.
-
time_period_mutation.h
-
zoned_date_time_mutation.h
-
time_offset_mutation.h
-
offset_date_time_mutation.h
-
compat.h
diff --git a/docs/html/BasicBrokers_8cpp_source.html b/docs/html/BasicBrokers_8cpp_source.html index bc068bbcf..2e06f37e1 100644 --- a/docs/html/BasicBrokers_8cpp_source.html +++ b/docs/html/BasicBrokers_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/BasicBrokers.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -101,19 +101,17 @@
28 
29 } // basic
30 } // ace_time
- -
BrokerCommon.h
+
BasicBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
+
BrokerCommon.h
Helper functions are used in both Basic brokers and Extended brokers.
+
ace_time::basic::ZoneInfoBroker::printShortNameTo
void printShortNameTo(Print &printer) const
Print a short human-readable identifier (e.g.
Definition: BasicBrokers.cpp:25
ace_time::basic::ZoneInfoBroker::printNameTo
void printNameTo(Print &printer) const
Print a human-readable identifier (e.g.
Definition: BasicBrokers.cpp:19
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
-
BasicBrokers.h
-
ace_time::basic::ZoneInfoBroker::printShortNameTo
void printShortNameTo(Print &printer) const
Print a short human-readable identifier (e.g.
Definition: BasicBrokers.cpp:25
-
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
ace_time::internal::ZoneContext::numFragments
uint8_t numFragments
Number of fragments.
Definition: ZoneContext.h:44
+
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
+ diff --git a/docs/html/BasicBrokers_8h.html b/docs/html/BasicBrokers_8h.html index 1fc90f55d..c4c2690cc 100644 --- a/docs/html/BasicBrokers_8h.html +++ b/docs/html/BasicBrokers_8h.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/BasicBrokers.h File Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -73,6 +73,9 @@
BasicBrokers.h File Reference
+ +

The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories. +More...

#include <stdint.h>
#include "../common/compat.h"
#include "BrokerCommon.h"
@@ -81,30 +84,30 @@
Include dependency graph for BasicBrokers.h:
-
- - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + +
This graph shows which files directly or indirectly include this file:
-
- - +
+ + @@ -120,7 +123,7 @@ - +
@@ -155,7 +158,8 @@  

Detailed Description

-

The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories. When ACE_TIME_USE_PROGMEM is enabled, the zoneinfo files are stored in flash memory (using the PROGMEM keyword), and cannot be accessed directly on microcontrollers using the Harvard architecture (e.g. AVR) where data and program live in 2 different address spaces. The data in flash memory must be accessed using helper routines in <pgmspace.h>. These classes abstract away this difference so that the code BasicZoneProcessor and ExtendedZoneProcessor can be written to be (mostly) agnostic to how the zoneinfo files are stored.

+

The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories.

+

When ACE_TIME_USE_PROGMEM is enabled, the zoneinfo files are stored in flash memory (using the PROGMEM keyword), and cannot be accessed directly on microcontrollers using the Harvard architecture (e.g. AVR) where data and program live in 2 different address spaces. The data in flash memory must be accessed using helper routines in <pgmspace.h>. These classes abstract away this difference so that the code BasicZoneProcessor and ExtendedZoneProcessor can be written to be (mostly) agnostic to how the zoneinfo files are stored.

When ACE_TIME_USE_PROGMEM is disabled, the compiler will optimize away this entire abstraction layer, so the resulting machine code is no bigger than (and in most cases, identical to) accessing the zoneinfo files directly.

The abstraction layer is thin enough that the code in BasicZoneProcessor and ExtendedZoneProcessor did not change very much. It was mostly a mechanical source code replacement of direct zoneinfo access to using these data brokers.

The classes are somewhat duplicated between the 'basic' and 'extended' namespaces. They used to be identical so that they could be templatized. But supporting one-minute resolution for 'extended' meant that the implementations diverged, so I had to manually duplicate the classes.

@@ -164,9 +168,7 @@
diff --git a/docs/html/BasicBrokers_8h__dep__incl.map b/docs/html/BasicBrokers_8h__dep__incl.map index 6f0e91c40..2fa737155 100644 --- a/docs/html/BasicBrokers_8h__dep__incl.map +++ b/docs/html/BasicBrokers_8h__dep__incl.map @@ -1,5 +1,5 @@ - + @@ -15,6 +15,6 @@ - + diff --git a/docs/html/BasicBrokers_8h__dep__incl.md5 b/docs/html/BasicBrokers_8h__dep__incl.md5 index 3c4c69751..82dcd493e 100644 --- a/docs/html/BasicBrokers_8h__dep__incl.md5 +++ b/docs/html/BasicBrokers_8h__dep__incl.md5 @@ -1 +1 @@ -77013d92e385865c22d53b65cdd4e668 \ No newline at end of file +ecad4e17f08bcfc8530c454666db120d \ No newline at end of file diff --git a/docs/html/BasicBrokers_8h__incl.map b/docs/html/BasicBrokers_8h__incl.map index ed978587d..c9b3a925e 100644 --- a/docs/html/BasicBrokers_8h__incl.map +++ b/docs/html/BasicBrokers_8h__incl.map @@ -1,16 +1,16 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/docs/html/BasicBrokers_8h__incl.md5 b/docs/html/BasicBrokers_8h__incl.md5 index 31c4065d7..0b8651bb5 100644 --- a/docs/html/BasicBrokers_8h__incl.md5 +++ b/docs/html/BasicBrokers_8h__incl.md5 @@ -1 +1 @@ -2674841a0109c94c4225f313332e8b6b \ No newline at end of file +86bcda1d29f6bc7d624258e27bcfb81b \ No newline at end of file diff --git a/docs/html/BasicBrokers_8h__incl.png b/docs/html/BasicBrokers_8h__incl.png index d9e2a2288..60ade3567 100644 Binary files a/docs/html/BasicBrokers_8h__incl.png and b/docs/html/BasicBrokers_8h__incl.png differ diff --git a/docs/html/BasicBrokers_8h_source.html b/docs/html/BasicBrokers_8h_source.html index 7c672fcd8..3279d4112 100644 --- a/docs/html/BasicBrokers_8h_source.html +++ b/docs/html/BasicBrokers_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/BasicBrokers.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@
- + @@ -497,25 +497,23 @@
475 } // ace_time
476 
477 #endif
-
-
BrokerCommon.h
-
ace_time::basic::ZoneRuleBroker
Data broker for accessing ZoneRule.
Definition: BasicBrokers.h:51
-
ace_time::basic::ZoneInfoBroker::printNameTo
void printNameTo(Print &printer) const
Print a human-readable identifier (e.g.
Definition: BasicBrokers.cpp:19
-
ace_time::basic::ZoneEraBroker
Data broker for accessing ZoneEra.
Definition: BasicBrokers.h:194
-
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
-
ace_time::basic::ZoneInfoBroker::printShortNameTo
void printShortNameTo(Print &printer) const
Print a short human-readable identifier (e.g.
Definition: BasicBrokers.cpp:25
+
BrokerCommon.h
Helper functions are used in both Basic brokers and Extended brokers.
ace_time::basic::BrokerFactory
A factory that creates a basic::ZoneInfoBroker.
Definition: BasicBrokers.h:467
-
ace_time::basic::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: BasicBrokers.h:286
-
ace_time::basic::ZoneRegistryBroker
Data broker for accessing the ZoneRegistry.
Definition: BasicBrokers.h:384
-
ace_time::basic::LinkRegistryBroker
Data broker for a LinkRegistry composed of LinkEntry records.
Definition: BasicBrokers.h:444
ace_time::basic::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: BasicBrokers.h:416
-
ace_time::basic::ZonePolicyBroker
Data broker for accessing ZonePolicy.
Definition: BasicBrokers.h:136
+
ace_time::basic::LinkRegistryBroker
Data broker for a LinkRegistry composed of LinkEntry records.
Definition: BasicBrokers.h:444
+
ace_time::basic::ZoneEraBroker
Data broker for accessing ZoneEra.
Definition: BasicBrokers.h:194
+
ace_time::basic::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: BasicBrokers.h:286
+
ace_time::basic::ZoneInfoBroker::printShortNameTo
void printShortNameTo(Print &printer) const
Print a short human-readable identifier (e.g.
Definition: BasicBrokers.cpp:25
ace_time::basic::ZoneInfoBroker::targetZoneInfo
ZoneInfoBroker targetZoneInfo() const
Return the ZoneInfoBroker of the target Zone, assuming that the current Zone is a Link.
Definition: BasicBrokers.h:313
+
ace_time::basic::ZoneInfoBroker::printNameTo
void printNameTo(Print &printer) const
Print a human-readable identifier (e.g.
Definition: BasicBrokers.cpp:19
+
ace_time::basic::ZonePolicyBroker
Data broker for accessing ZonePolicy.
Definition: BasicBrokers.h:136
+
ace_time::basic::ZoneRegistryBroker
Data broker for accessing the ZoneRegistry.
Definition: BasicBrokers.h:384
+
ace_time::basic::ZoneRuleBroker
Data broker for accessing ZoneRule.
Definition: BasicBrokers.h:51
+
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
+ diff --git a/docs/html/BasicZoneProcessor_8h_source.html b/docs/html/BasicZoneProcessor_8h_source.html index de79dfe25..34b628b97 100644 --- a/docs/html/BasicZoneProcessor_8h_source.html +++ b/docs/html/BasicZoneProcessor_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/BasicZoneProcessor.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -790,60 +790,58 @@
1047 } // namespace ace_time
1048 
1049 #endif
- +
BasicBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
+
ace_time::BasicZoneProcessorTemplate
An implementation of ZoneProcessor that supports a subset of the zones containing in the TZ Database.
Definition: BasicZoneProcessor.h:204
+
ace_time::BasicZoneProcessorTemplate::setBrokerFactory
void setBrokerFactory(const BF *brokerFactory)
Set the broker factory at runtime.
Definition: BasicZoneProcessor.h:367
ace_time::BasicZoneProcessorTemplate::getDeltaOffset
TimeOffset getDeltaOffset(acetime_t epochSeconds) const override
Return the DST delta offset at epochSeconds.
Definition: BasicZoneProcessor.h:225
-
ace_time::basic::TransitionTemplate::log
void log() const
Used only for debugging.
Definition: BasicZoneProcessor.h:113
-
ace_time::OffsetDateTime::forComponents
static OffsetDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, TimeOffset timeOffset, uint8_t fold=0)
Factory method using separated date, time, and UTC offset fields.
Definition: OffsetDateTime.h:57
-
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
-
ace_time::basic::TransitionTemplate::rule
ZRB rule
The Zone transition rule that matched for the the given year.
Definition: BasicZoneProcessor.h:78
-
ace_time::BasicZoneProcessorTemplate::getUtcOffset
TimeOffset getUtcOffset(acetime_t epochSeconds) const override
Return the total UTC offset at epochSeconds, including DST offset.
Definition: BasicZoneProcessor.h:218
-
ace_time::OffsetDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offset zone.
Definition: OffsetDateTime.h:302
-
ace_time::basic::TransitionTemplate::offsetMinutes
int16_t offsetMinutes
The total effective UTC offset minutes at the start of transition, including DST offset.
Definition: BasicZoneProcessor.h:88
+
ace_time::BasicZoneProcessorTemplate::equalsZoneKey
bool equalsZoneKey(uintptr_t zoneKey) const override
Return true if ZoneProcessor is associated with the given opaque zoneKey.
Definition: BasicZoneProcessor.h:341
+
ace_time::BasicZoneProcessorTemplate::getZoneId
uint32_t getZoneId(bool followLink=false) const override
Return the unique stable zoneId.
Definition: BasicZoneProcessor.h:211
+
ace_time::BasicZoneProcessorTemplate::isLink
bool isLink() const override
Return true if timezone is a Link entry pointing to a Zone entry.
Definition: BasicZoneProcessor.h:209
+
ace_time::BasicZoneProcessorTemplate::printNameTo
void printNameTo(Print &printer, bool followLink=false) const override
Print a human-readable identifier (e.g.
Definition: BasicZoneProcessor.h:315
+
ace_time::BasicZoneProcessorTemplate::printShortNameTo
void printShortNameTo(Print &printer, bool followLink=false) const override
Print a short human-readable identifier (e.g.
Definition: BasicZoneProcessor.h:322
+
ace_time::BasicZoneProcessorTemplate::getOffsetDateTime
OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const override
Return the best estimate of the OffsetDateTime at the given epochSeconds for the timezone of the curr...
Definition: BasicZoneProcessor.h:310
ace_time::BasicZoneProcessorTemplate::setZoneKey
void setZoneKey(uintptr_t zoneKey) override
Set the opaque zoneKey of this object to a new value, reseting any internally cached information.
Definition: BasicZoneProcessor.h:330
+
ace_time::BasicZoneProcessorTemplate::getUtcOffset
TimeOffset getUtcOffset(acetime_t epochSeconds) const override
Return the total UTC offset at epochSeconds, including DST offset.
Definition: BasicZoneProcessor.h:218
+
ace_time::BasicZoneProcessorTemplate::BasicZoneProcessorTemplate
BasicZoneProcessorTemplate(uint8_t type, const BF *brokerFactory, uintptr_t zoneKey)
Constructor.
Definition: BasicZoneProcessor.h:381
+
ace_time::BasicZoneProcessorTemplate::Transition
basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB > Transition
Exposed only for testing purposes.
Definition: BasicZoneProcessor.h:207
+
ace_time::BasicZoneProcessorTemplate::getAbbrev
const char * getAbbrev(acetime_t epochSeconds) const override
Return the time zone abbreviation at epochSeconds.
Definition: BasicZoneProcessor.h:232
+
ace_time::BasicZoneProcessorTemplate::getOffsetDateTime
OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const override
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the timezone of the cur...
Definition: BasicZoneProcessor.h:266
ace_time::BasicZoneProcessorTemplate::log
void log() const
Used only for debugging.
Definition: BasicZoneProcessor.h:346
-
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
-
ace_time::BasicZoneProcessorTemplate::setBrokerFactory
void setBrokerFactory(const BF *brokerFactory)
Set the broker factory at runtime.
Definition: BasicZoneProcessor.h:367
-
BasicBrokers.h
-
ace_time::internal::ZoneContext::kSuffixS
static const uint8_t kSuffixS
Represents 's' or standard time.
Definition: ZoneContext.h:21
-
ace_time::basic::TransitionTemplate::deltaMinutes
int16_t deltaMinutes
The deltaMinutes from "standard time" at the start of transition.
Definition: BasicZoneProcessor.h:91
-
ace_time::BasicZoneProcessorTemplate
An implementation of ZoneProcessor that supports a subset of the zones containing in the TZ Database.
Definition: BasicZoneProcessor.h:204
+
ace_time::BasicZoneProcessor
A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zone...
Definition: BasicZoneProcessor.h:1027
+
ace_time::BasicZoneProcessor::kTypeBasic
static const uint8_t kTypeBasic
Unique TimeZone type identifier for BasicZoneProcessor.
Definition: BasicZoneProcessor.h:1031
+
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
+
ace_time::LocalDateTime::localDate
const LocalDate & localDate() const
Return the LocalDate.
Definition: LocalDateTime.h:250
+
ace_time::LocalDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch 2000-01-01 00:00:00Z, after assuming that the date and time compon...
Definition: LocalDateTime.h:274
+
ace_time::LocalDate::kEpochYear
static const int16_t kEpochYear
Base year of epoch.
Definition: LocalDate.h:39
ace_time::LocalDate::forEpochSeconds
static LocalDate forEpochSeconds(acetime_t epochSeconds)
Factory method using the number of seconds since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:175
-
ace_time::basic::BrokerFactory
A factory that creates a basic::ZoneInfoBroker.
Definition: BasicBrokers.h:467
-
ace_time::basic::TransitionTemplate::abbrev
char abbrev[internal::kAbbrevSize]
The calculated effective time zone abbreviation, e.g.
Definition: BasicZoneProcessor.h:110
-
ace_time::BasicZoneProcessorTemplate::getOffsetDateTime
OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const override
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the timezone of the cur...
Definition: BasicZoneProcessor.h:266
-
ace_time::basic::TransitionTemplate::yearTiny
int8_t yearTiny
Year of the Transition.
Definition: BasicZoneProcessor.h:94
-
ace_time::BasicZoneProcessorTemplate::getAbbrev
const char * getAbbrev(acetime_t epochSeconds) const override
Return the time zone abbreviation at epochSeconds.
Definition: BasicZoneProcessor.h:232
-
ace_time::BasicZoneProcessorTemplate::getZoneId
uint32_t getZoneId(bool followLink=false) const override
Return the unique stable zoneId.
Definition: BasicZoneProcessor.h:211
-
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
-
ace_time::basic::TransitionTemplate::era
ZEB era
The ZoneEra that matched the given year.
Definition: BasicZoneProcessor.h:67
-
ace_time::ZoneProcessor
Base interface for ZoneProcessor classes.
Definition: ZoneProcessor.h:41
ace_time::LocalDate::kInvalidYearTiny
static const int8_t kInvalidYearTiny
Sentinel yearTiny which indicates an error condition or sometimes a year that 'does not exist'.
Definition: LocalDate.h:51
+
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
+
ace_time::OffsetDateTime::forLocalDateTimeAndOffset
static OffsetDateTime forLocalDateTimeAndOffset(const LocalDateTime &localDateTime, TimeOffset timeOffset)
Factory method from LocalDateTime and TimeOffset.
Definition: OffsetDateTime.h:37
+
ace_time::OffsetDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offset zone.
Definition: OffsetDateTime.h:302
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
-
ace_time::LocalDateTime::localDate
const LocalDate & localDate() const
Return the LocalDate.
Definition: LocalDateTime.h:250
+
ace_time::OffsetDateTime::forEpochSeconds
static OffsetDateTime forEpochSeconds(acetime_t epochSeconds, TimeOffset timeOffset, uint8_t fold=0)
Factory method.
Definition: OffsetDateTime.h:75
+
ace_time::OffsetDateTime::forComponents
static OffsetDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, TimeOffset timeOffset, uint8_t fold=0)
Factory method using separated date, time, and UTC offset fields.
Definition: OffsetDateTime.h:57
+
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
+
ace_time::TimeOffset::kErrorMinutes
static const int16_t kErrorMinutes
Sentinel value that represents an error.
Definition: TimeOffset.h:59
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
-
ace_time::BasicZoneProcessorTemplate::equalsZoneKey
bool equalsZoneKey(uintptr_t zoneKey) const override
Return true if ZoneProcessor is associated with the given opaque zoneKey.
Definition: BasicZoneProcessor.h:341
-
ace_time::LocalDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch 2000-01-01 00:00:00Z, after assuming that the date and time compon...
Definition: LocalDateTime.h:274
-
ace_time::BasicZoneProcessorTemplate::Transition
basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB > Transition
Exposed only for testing purposes.
Definition: BasicZoneProcessor.h:207
-
ace_time::LocalDate::kEpochYear
static const int16_t kEpochYear
Base year of epoch.
Definition: LocalDate.h:39
-
ace_time::BasicZoneProcessorTemplate::BasicZoneProcessorTemplate
BasicZoneProcessorTemplate(uint8_t type, const BF *brokerFactory, uintptr_t zoneKey)
Constructor.
Definition: BasicZoneProcessor.h:381
+
ace_time::ZoneProcessor
Base interface for ZoneProcessor classes.
Definition: ZoneProcessor.h:41
+
ace_time::basic::BrokerFactory
A factory that creates a basic::ZoneInfoBroker.
Definition: BasicBrokers.h:467
+
ace_time::basic::TransitionTemplate
Data structure that defines the start of a specific UTC offset as described by the matching ZoneEra a...
Definition: BasicZoneProcessor.h:61
ace_time::basic::TransitionTemplate::month
uint8_t month
Month of the transition.
Definition: BasicZoneProcessor.h:101
-
ace_time::BasicZoneProcessorTemplate::getOffsetDateTime
OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const override
Return the best estimate of the OffsetDateTime at the given epochSeconds for the timezone of the curr...
Definition: BasicZoneProcessor.h:310
ace_time::basic::TransitionTemplate::startEpochSeconds
acetime_t startEpochSeconds
The calculated transition time of the given rule.
Definition: BasicZoneProcessor.h:81
-
ace_time::TimeOffset::kErrorMinutes
static const int16_t kErrorMinutes
Sentinel value that represents an error.
Definition: TimeOffset.h:59
-
ace_time::BasicZoneProcessorTemplate::printShortNameTo
void printShortNameTo(Print &printer, bool followLink=false) const override
Print a short human-readable identifier (e.g.
Definition: BasicZoneProcessor.h:322
-
ace_time::basic::TransitionTemplate
Data structure that defines the start of a specific UTC offset as described by the matching ZoneEra a...
Definition: BasicZoneProcessor.h:61
-
ace_time::OffsetDateTime::forLocalDateTimeAndOffset
static OffsetDateTime forLocalDateTimeAndOffset(const LocalDateTime &localDateTime, TimeOffset timeOffset)
Factory method from LocalDateTime and TimeOffset.
Definition: OffsetDateTime.h:37
-
ace_time::BasicZoneProcessor
A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zone...
Definition: BasicZoneProcessor.h:1022
+
ace_time::basic::TransitionTemplate::rule
ZRB rule
The Zone transition rule that matched for the the given year.
Definition: BasicZoneProcessor.h:78
+
ace_time::basic::TransitionTemplate::era
ZEB era
The ZoneEra that matched the given year.
Definition: BasicZoneProcessor.h:67
+
ace_time::basic::TransitionTemplate::log
void log() const
Used only for debugging.
Definition: BasicZoneProcessor.h:113
+
ace_time::basic::TransitionTemplate::yearTiny
int8_t yearTiny
Year of the Transition.
Definition: BasicZoneProcessor.h:94
+
ace_time::basic::TransitionTemplate::offsetMinutes
int16_t offsetMinutes
The total effective UTC offset minutes at the start of transition, including DST offset.
Definition: BasicZoneProcessor.h:88
+
ace_time::basic::TransitionTemplate::abbrev
char abbrev[internal::kAbbrevSize]
The calculated effective time zone abbreviation, e.g.
Definition: BasicZoneProcessor.h:110
+
ace_time::basic::TransitionTemplate::deltaMinutes
int16_t deltaMinutes
The deltaMinutes from "standard time" at the start of transition.
Definition: BasicZoneProcessor.h:91
ace_time::internal::ZoneContext::kSuffixW
static const uint8_t kSuffixW
Represents 'w' or wall time.
Definition: ZoneContext.h:18
-
ace_time::BasicZoneProcessor::kTypeBasic
static const uint8_t kTypeBasic
Unique TimeZone type identifier for BasicZoneProcessor.
Definition: BasicZoneProcessor.h:1031
-
ace_time::BasicZoneProcessorTemplate::isLink
bool isLink() const override
Return true if timezone is a Link entry pointing to a Zone entry.
Definition: BasicZoneProcessor.h:209
-
ace_time::BasicZoneProcessorTemplate::printNameTo
void printNameTo(Print &printer, bool followLink=false) const override
Print a human-readable identifier (e.g.
Definition: BasicZoneProcessor.h:315
-
ace_time::OffsetDateTime::forEpochSeconds
static OffsetDateTime forEpochSeconds(acetime_t epochSeconds, TimeOffset timeOffset, uint8_t fold=0)
Factory method.
Definition: OffsetDateTime.h:75
+
ace_time::internal::ZoneContext::kSuffixS
static const uint8_t kSuffixS
Represents 's' or standard time.
Definition: ZoneContext.h:21
+ diff --git a/docs/html/BasicZone_8cpp_source.html b/docs/html/BasicZone_8cpp_source.html index 7643620e1..4239ee6c5 100644 --- a/docs/html/BasicZone_8cpp_source.html +++ b/docs/html/BasicZone_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/BasicZone.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -118,22 +118,20 @@
45  printReplaceCharTo(printer, shortName, '_', ' ');
46 }
47 
-
48 #endif // ACE_TIME_USE_PROGMEM
+
48 #endif // ACE_TIME_USE_PROGMEM
49 
50 } // ace_time
- -
BrokerCommon.h
+
BrokerCommon.h
Helper functions are used in both Basic brokers and Extended brokers.
+
ace_time::BasicZone::kname
ace_common::KString kname() const
Return the name as a KString.
Definition: BasicZone.h:69
+
ace_time::BasicZone::printShortNameTo
void printShortNameTo(Print &printer) const
Print the short pretty zone name to the printer.
Definition: BasicZone.cpp:27
ace_time::BasicZone::printNameTo
void printNameTo(Print &printer) const
Print the full zone name to printer.
Definition: BasicZone.cpp:20
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
-
ace_time::BasicZone::printShortNameTo
void printShortNameTo(Print &printer) const
Print the short pretty zone name to the printer.
Definition: BasicZone.cpp:27
-
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
-
ace_time::BasicZone::kname
ace_common::KString kname() const
Return the name as a KString.
Definition: BasicZone.h:69
ace_time::internal::ZoneContext::numFragments
uint8_t numFragments
Number of fragments.
Definition: ZoneContext.h:44
+
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
+ diff --git a/docs/html/BasicZone_8h_source.html b/docs/html/BasicZone_8h_source.html index b01a8c6fb..37f19cec1 100644 --- a/docs/html/BasicZone_8h_source.html +++ b/docs/html/BasicZone_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/BasicZone.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -129,27 +129,25 @@
80 }
81 
82 #endif
- -
ace_time::BasicZone::BasicZone
BasicZone(const basic::ZoneInfoBroker &zoneInfo)
Constructor from a basic::ZoneInfoBroker, used by BasicZoneProcessor.
Definition: BasicZone.h:36
-
ace_time::BasicZone::stdOffsetMinutes
int16_t stdOffsetMinutes() const
Return the STDOFF of the last ZoneEra.
Definition: BasicZone.h:62
-
ace_time::basic::ZoneEraBroker
Data broker for accessing ZoneEra.
Definition: BasicBrokers.h:194
-
ace_time::BasicZone::printNameTo
void printNameTo(Print &printer) const
Print the full zone name to printer.
Definition: BasicZone.cpp:20
-
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
-
BasicBrokers.h
-
ace_time::BasicZone::printShortNameTo
void printShortNameTo(Print &printer) const
Print the short pretty zone name to the printer.
Definition: BasicZone.cpp:27
+
BasicBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
ace_time::BasicZone
A thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful ...
Definition: BasicZone.h:22
-
ace_time::BasicZone::isNull
bool isNull() const
Return true if zoneInfo is null.
Definition: BasicZone.h:44
-
ace_time::basic::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: BasicBrokers.h:286
-
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
ace_time::BasicZone::kname
ace_common::KString kname() const
Return the name as a KString.
Definition: BasicZone.h:69
ace_time::BasicZone::zoneId
uint32_t zoneId() const
Return the zoneId of the current zoneInfo.
Definition: BasicZone.h:57
-
ace_time::internal::ZoneContext::numFragments
uint8_t numFragments
Number of fragments.
Definition: ZoneContext.h:44
+
ace_time::BasicZone::stdOffsetMinutes
int16_t stdOffsetMinutes() const
Return the STDOFF of the last ZoneEra.
Definition: BasicZone.h:62
ace_time::BasicZone::BasicZone
BasicZone(const basic::ZoneInfo *zoneInfo)
Constructor from a raw basic::ZoneInfo* pointer, intended for manual inspection of a ZoneInfo record.
Definition: BasicZone.h:28
+
ace_time::BasicZone::isNull
bool isNull() const
Return true if zoneInfo is null.
Definition: BasicZone.h:44
+
ace_time::BasicZone::BasicZone
BasicZone(const basic::ZoneInfoBroker &zoneInfo)
Constructor from a basic::ZoneInfoBroker, used by BasicZoneProcessor.
Definition: BasicZone.h:36
+
ace_time::BasicZone::printShortNameTo
void printShortNameTo(Print &printer) const
Print the short pretty zone name to the printer.
Definition: BasicZone.cpp:27
+
ace_time::BasicZone::printNameTo
void printNameTo(Print &printer) const
Print the full zone name to printer.
Definition: BasicZone.cpp:20
+
ace_time::basic::ZoneEraBroker
Data broker for accessing ZoneEra.
Definition: BasicBrokers.h:194
+
ace_time::basic::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: BasicBrokers.h:286
+
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
+
ace_time::internal::ZoneContext::numFragments
uint8_t numFragments
Number of fragments.
Definition: ZoneContext.h:44
+
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
+ diff --git a/docs/html/BrokerCommon_8cpp_source.html b/docs/html/BrokerCommon_8cpp_source.html index e623282dc..deda5afe8 100644 --- a/docs/html/BrokerCommon_8cpp_source.html +++ b/docs/html/BrokerCommon_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/BrokerCommon.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -115,13 +115,11 @@
42 
43 } // internal
44 } // ace_time
+
BrokerCommon.h
Helper functions are used in both Basic brokers and Extended brokers.
-
BrokerCommon.h
diff --git a/docs/html/BrokerCommon_8h.html b/docs/html/BrokerCommon_8h.html index 787f1d772..25d2733c6 100644 --- a/docs/html/BrokerCommon_8h.html +++ b/docs/html/BrokerCommon_8h.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/BrokerCommon.h File Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -73,29 +73,32 @@
BrokerCommon.h File Reference
+ +

Helper functions are used in both Basic brokers and Extended brokers. +More...

#include <stdint.h>
Include dependency graph for BrokerCommon.h:
-
- - +
+ +
This graph shows which files directly or indirectly include this file:
-
- - +
+ + - - - - + + + + @@ -109,7 +112,7 @@ - + @@ -173,9 +176,7 @@

diff --git a/docs/html/BrokerCommon_8h__dep__incl.map b/docs/html/BrokerCommon_8h__dep__incl.map index a0b07e47b..1b9dfa88f 100644 --- a/docs/html/BrokerCommon_8h__dep__incl.map +++ b/docs/html/BrokerCommon_8h__dep__incl.map @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/BrokerCommon_8h__dep__incl.md5 b/docs/html/BrokerCommon_8h__dep__incl.md5 index 6d1fe9bdd..d9f6a3d79 100644 --- a/docs/html/BrokerCommon_8h__dep__incl.md5 +++ b/docs/html/BrokerCommon_8h__dep__incl.md5 @@ -1 +1 @@ -d040fc43326c6cb8c12072665c8bfed4 \ No newline at end of file +5ada0fe424eb19b33149483d7f4bf018 \ No newline at end of file diff --git a/docs/html/BrokerCommon_8h__dep__incl.png b/docs/html/BrokerCommon_8h__dep__incl.png index c86bb41c4..ed6ba449e 100644 Binary files a/docs/html/BrokerCommon_8h__dep__incl.png and b/docs/html/BrokerCommon_8h__dep__incl.png differ diff --git a/docs/html/BrokerCommon_8h__incl.map b/docs/html/BrokerCommon_8h__incl.map index 2339ccb49..fb2e1cb56 100644 --- a/docs/html/BrokerCommon_8h__incl.map +++ b/docs/html/BrokerCommon_8h__incl.map @@ -1,4 +1,4 @@ - + diff --git a/docs/html/BrokerCommon_8h__incl.md5 b/docs/html/BrokerCommon_8h__incl.md5 index 5d85ad56e..c1a70b518 100644 --- a/docs/html/BrokerCommon_8h__incl.md5 +++ b/docs/html/BrokerCommon_8h__incl.md5 @@ -1 +1 @@ -bd44514f59aa781d13e861f25863cc4f \ No newline at end of file +7a066f04cc0f073d65d20d306094bec2 \ No newline at end of file diff --git a/docs/html/BrokerCommon_8h_source.html b/docs/html/BrokerCommon_8h_source.html index cd1013cc6..cefd6e032 100644 --- a/docs/html/BrokerCommon_8h_source.html +++ b/docs/html/BrokerCommon_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/BrokerCommon.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@

- + @@ -102,14 +102,12 @@
60 } // ace_time
61 
62 #endif
-
ace_time::internal::timeCodeToMinutes
uint16_t timeCodeToMinutes(uint8_t code, uint8_t modifier)
Convert (timeCode, timeModifier) fields in ZoneInfo to minutes.
Definition: BrokerCommon.h:23
ace_time::internal::toSuffix
uint8_t toSuffix(uint8_t modifier)
Extract the 'w', 's' 'u' suffix from the 'modifier' field, so that they can be compared against kSuff...
Definition: BrokerCommon.h:31
+ diff --git a/docs/html/DateStrings_8cpp_source.html b/docs/html/DateStrings_8cpp_source.html index 869317d49..ba9ba8700 100644 --- a/docs/html/DateStrings_8cpp_source.html +++ b/docs/html/DateStrings_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/common/DateStrings.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -126,9 +126,7 @@ diff --git a/docs/html/DateStrings_8h_source.html b/docs/html/DateStrings_8h_source.html index 643de77bd..5eeeeaf18 100644 --- a/docs/html/DateStrings_8h_source.html +++ b/docs/html/DateStrings_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/common/DateStrings.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -135,20 +135,18 @@
84 }
85 
86 #endif
- -
ace_time::DateStrings::dayOfWeekShortString
const char * dayOfWeekShortString(uint8_t dayOfWeek)
Return the short dayOfWeek name.
Definition: DateStrings.h:64
-
ace_time::DateStrings::dayOfWeekLongString
const char * dayOfWeekLongString(uint8_t dayOfWeek)
Return the short dayOfWeek name.
Definition: DateStrings.h:56
-
compat.h
ace_time::DateStrings
Class that translates a numeric month (1-12) or dayOfWeek (1-7) into a human readable string.
Definition: DateStrings.h:26
-
ace_time::DateStrings::kShortNameLength
static const uint8_t kShortNameLength
Number of prefix characters to use to create a short name.
Definition: DateStrings.h:37
+
ace_time::DateStrings::dayOfWeekLongString
const char * dayOfWeekLongString(uint8_t dayOfWeek)
Return the short dayOfWeek name.
Definition: DateStrings.h:56
+
ace_time::DateStrings::dayOfWeekShortString
const char * dayOfWeekShortString(uint8_t dayOfWeek)
Return the short dayOfWeek name.
Definition: DateStrings.h:64
+
ace_time::DateStrings::monthLongString
const char * monthLongString(uint8_t month)
Return the long month name.
Definition: DateStrings.h:40
ace_time::DateStrings::monthShortString
const char * monthShortString(uint8_t month)
Return the short month name.
Definition: DateStrings.h:48
+
ace_time::DateStrings::kShortNameLength
static const uint8_t kShortNameLength
Number of prefix characters to use to create a short name.
Definition: DateStrings.h:37
ace_time::DateStrings::kBufferSize
static const uint8_t kBufferSize
Length of the longest month or week name, including the '\0' terminator.
Definition: DateStrings.h:31
-
ace_time::DateStrings::monthLongString
const char * monthLongString(uint8_t month)
Return the long month name.
Definition: DateStrings.h:40
+
compat.h
Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
+ diff --git a/docs/html/ExtendedBrokers_8cpp_source.html b/docs/html/ExtendedBrokers_8cpp_source.html index 967a8d155..19e25d621 100644 --- a/docs/html/ExtendedBrokers_8cpp_source.html +++ b/docs/html/ExtendedBrokers_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ExtendedBrokers.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -101,19 +101,17 @@
28 
29 } // extended
30 } // ace_time
- +
BrokerCommon.h
Helper functions are used in both Basic brokers and Extended brokers.
+
ExtendedBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
ace_time::extended::ZoneInfoBroker::printNameTo
void printNameTo(Print &printer) const
Print a human-readable identifier (e.g.
Definition: ExtendedBrokers.cpp:19
-
BrokerCommon.h
-
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
-
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
-
ExtendedBrokers.h
ace_time::extended::ZoneInfoBroker::printShortNameTo
void printShortNameTo(Print &printer) const
Print a short human-readable identifier (e.g.
Definition: ExtendedBrokers.cpp:25
+
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
ace_time::internal::ZoneContext::numFragments
uint8_t numFragments
Number of fragments.
Definition: ZoneContext.h:44
+
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
+ diff --git a/docs/html/ExtendedBrokers_8h.html b/docs/html/ExtendedBrokers_8h.html index 8af7c9bd1..685d00251 100644 --- a/docs/html/ExtendedBrokers_8h.html +++ b/docs/html/ExtendedBrokers_8h.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ExtendedBrokers.h File Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -74,6 +74,9 @@
ExtendedBrokers.h File Reference
+ +

The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories. +More...

#include <stdint.h>
#include "../common/compat.h"
#include "BrokerCommon.h"
@@ -82,30 +85,30 @@
Include dependency graph for ExtendedBrokers.h:
-
- - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + +
This graph shows which files directly or indirectly include this file:
-
- - +
+ + @@ -121,7 +124,7 @@ - +
@@ -165,7 +168,8 @@  

Detailed Description

-

The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories. When ACE_TIME_USE_PROGMEM is enabled, the zoneinfo files are stored in flash memory (using the PROGMEM keyword), and cannot be accessed directly on microcontrollers using the Harvard architecture (e.g. AVR) where data and program live in 2 different address spaces. The data in flash memory must be accessed using helper routines in <pgmspace.h>. These classes abstract away this difference so that the code BasicZoneProcessor and ExtendedZoneProcessor can be written to be (mostly) agnostic to how the zoneinfo files are stored.

+

The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories.

+

When ACE_TIME_USE_PROGMEM is enabled, the zoneinfo files are stored in flash memory (using the PROGMEM keyword), and cannot be accessed directly on microcontrollers using the Harvard architecture (e.g. AVR) where data and program live in 2 different address spaces. The data in flash memory must be accessed using helper routines in <pgmspace.h>. These classes abstract away this difference so that the code BasicZoneProcessor and ExtendedZoneProcessor can be written to be (mostly) agnostic to how the zoneinfo files are stored.

When ACE_TIME_USE_PROGMEM is disabled, the compiler will optimize away this entire abstraction layer, so the resulting machine code is no bigger than (and in most cases, identical to) accessing the zoneinfo files directly.

The abstraction layer is thin enough that the code in BasicZoneProcessor and ExtendedZoneProcessor did not change very much. It was mostly a mechanical source code replacement of direct zoneinfo access to using these data brokers.

The classes are somewhat duplicated between the 'basic' and 'extended' namespaces. They used to be identical so that they could be templatized. But supporting one-minute resolution for 'extended' meant that the implementations diverged, so I had to manually duplicate the classes.

@@ -248,9 +252,7 @@

diff --git a/docs/html/ExtendedBrokers_8h__dep__incl.map b/docs/html/ExtendedBrokers_8h__dep__incl.map index 2ffca0954..6ca9d2096 100644 --- a/docs/html/ExtendedBrokers_8h__dep__incl.map +++ b/docs/html/ExtendedBrokers_8h__dep__incl.map @@ -1,5 +1,5 @@ - + @@ -15,6 +15,6 @@ - + diff --git a/docs/html/ExtendedBrokers_8h__dep__incl.md5 b/docs/html/ExtendedBrokers_8h__dep__incl.md5 index 4094c7c10..40ff404e3 100644 --- a/docs/html/ExtendedBrokers_8h__dep__incl.md5 +++ b/docs/html/ExtendedBrokers_8h__dep__incl.md5 @@ -1 +1 @@ -80f6ac945fe1ff5acfc3dc3701d31cd6 \ No newline at end of file +7e48bedcafbe701250138fce16c18af3 \ No newline at end of file diff --git a/docs/html/ExtendedBrokers_8h__incl.map b/docs/html/ExtendedBrokers_8h__incl.map index 7428bdbcf..81d445e90 100644 --- a/docs/html/ExtendedBrokers_8h__incl.map +++ b/docs/html/ExtendedBrokers_8h__incl.map @@ -1,16 +1,16 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/docs/html/ExtendedBrokers_8h__incl.md5 b/docs/html/ExtendedBrokers_8h__incl.md5 index 8f8d5878f..bac7f37f8 100644 --- a/docs/html/ExtendedBrokers_8h__incl.md5 +++ b/docs/html/ExtendedBrokers_8h__incl.md5 @@ -1 +1 @@ -186bc7f3ebd2cf9700c3cdd6a101dc83 \ No newline at end of file +1319a2033aafcebfceca28b976c8fd79 \ No newline at end of file diff --git a/docs/html/ExtendedBrokers_8h__incl.png b/docs/html/ExtendedBrokers_8h__incl.png index f149956b6..6c16ea71f 100644 Binary files a/docs/html/ExtendedBrokers_8h__incl.png and b/docs/html/ExtendedBrokers_8h__incl.png differ diff --git a/docs/html/ExtendedBrokers_8h_source.html b/docs/html/ExtendedBrokers_8h_source.html index f1e70aaf7..6cb243243 100644 --- a/docs/html/ExtendedBrokers_8h_source.html +++ b/docs/html/ExtendedBrokers_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ExtendedBrokers.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@

- + @@ -518,27 +518,25 @@
509 } // ace_time
510 
511 #endif
-
-
void printNameTo(Print &printer) const
Print a human-readable identifier (e.g.
-
-
Data broker for accessing ZoneRule.
-
Metadata about the zone database.
Definition: ZoneContext.h:16
-
Data broker for accessing a LinkEntry.
-
ZoneInfoBroker targetZoneInfo() const
Return the ZoneInfoBroker of the target Zone, assuming that the current Zone is a Link.
-
Data broker for accessing the ZoneRegistry.
-
Data broker for accessing ZonePolicy.
-
Data broker for accessing ZoneInfo.
+
Helper functions are used in both Basic brokers and Extended brokers.
+
int16_t toOffsetMinutes(int8_t offsetCode, int8_t deltaCode)
Convert the offsetCode and deltaCode into a signed 8-bit integer.
+
int16_t toDeltaMinutes(int8_t deltaCode)
Convert the deltaCode in the ZoneInfo struct to the actual deltaMinutes.
A factory that creates a basic::ZoneInfoBroker.
+
Data broker for accessing a LinkEntry.
+
Data broker for a LinkRegistry composed of LinkEntry records.
Data broker for accessing ZoneEra.
-
int16_t toOffsetMinutes(int8_t offsetCode, int8_t deltaCode)
Convert the offsetCode and deltaCode into a signed 8-bit integer.
+
Data broker for accessing ZoneInfo.
+
void printNameTo(Print &printer) const
Print a human-readable identifier (e.g.
void printShortNameTo(Print &printer) const
Print a short human-readable identifier (e.g.
-
Data broker for a LinkRegistry composed of LinkEntry records.
-
int16_t toDeltaMinutes(int8_t deltaCode)
Convert the deltaCode in the ZoneInfo struct to the actual deltaMinutes.
+
ZoneInfoBroker targetZoneInfo() const
Return the ZoneInfoBroker of the target Zone, assuming that the current Zone is a Link.
+
Data broker for accessing ZonePolicy.
+
Data broker for accessing the ZoneRegistry.
+
Data broker for accessing ZoneRule.
+
Metadata about the zone database.
Definition: ZoneContext.h:16
+
diff --git a/docs/html/ExtendedZoneProcessor_8h_source.html b/docs/html/ExtendedZoneProcessor_8h_source.html index 9275bea5d..2cab7b36d 100644 --- a/docs/html/ExtendedZoneProcessor_8h_source.html +++ b/docs/html/ExtendedZoneProcessor_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ExtendedZoneProcessor.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -301,7 +301,6 @@
320  };
321 
322 #if ACE_TIME_EXTENDED_ZONE_PROCESSOR_DEBUG
-
323 
327  DateTuple originalTransitionTime;
328 #endif
329 
@@ -1764,118 +1763,116 @@
2188 } // namespace ace_time
2189 
2190 #endif
- -
ace_time::ExtendedZoneProcessorTemplate::printShortNameTo
void printShortNameTo(Print &printer, bool followLink=false) const override
Print a short human-readable identifier (e.g.
Definition: ExtendedZoneProcessor.h:1110
-
ace_time::extended::TransitionTemplate::match
const MatchingEraTemplate< ZEB > * match
The match which generated this Transition.
Definition: ExtendedZoneProcessor.h:275
-
ace_time::extended::TransitionTemplate::untilDateTime
DateTuple untilDateTime
Until time expressed using the UTC offset of the current Transition.
Definition: ExtendedZoneProcessor.h:319
+
ExtendedBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
+
ace_time::ExtendedZoneProcessorTemplate
An implementation of ZoneProcessor that supports for all zones defined by the TZ Database.
Definition: ExtendedZoneProcessor.h:925
+
ace_time::ExtendedZoneProcessorTemplate::initForEpochSeconds
bool initForEpochSeconds(acetime_t epochSeconds) const
Initialize using the epochSeconds.
Definition: ExtendedZoneProcessor.h:1171
+
ace_time::ExtendedZoneProcessorTemplate::setBrokerFactory
void setBrokerFactory(const BF *brokerFactory)
Set the broker factory at runtime.
Definition: ExtendedZoneProcessor.h:1162
+
ace_time::ExtendedZoneProcessorTemplate::getAbbrev
const char * getAbbrev(acetime_t epochSeconds) const override
Return the time zone abbreviation at epochSeconds.
Definition: ExtendedZoneProcessor.h:989
+
ace_time::ExtendedZoneProcessorTemplate::MatchingTransition
extended::MatchingTransitionTemplate< ZEB, ZPB, ZRB > MatchingTransition
Exposed only for testing purposes.
Definition: ExtendedZoneProcessor.h:944
+
ace_time::ExtendedZoneProcessorTemplate::TransitionStorage
extended::TransitionStorageTemplate< kMaxTransitions, ZEB, ZPB, ZRB > TransitionStorage
Exposed only for testing purposes.
Definition: ExtendedZoneProcessor.h:955
+
ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime
OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const override
Definition: ExtendedZoneProcessor.h:1088
+
ace_time::ExtendedZoneProcessorTemplate::printNameTo
void printNameTo(Print &printer, bool followLink=false) const override
Print a human-readable identifier (e.g.
Definition: ExtendedZoneProcessor.h:1103
ace_time::ExtendedZoneProcessorTemplate::initForYear
bool initForYear(int16_t year) const
Initialize the zone rules cache, keyed by the "current" year.
Definition: ExtendedZoneProcessor.h:1181
-
ace_time::extended::TransitionStorageTemplate::findTransitionForSeconds
MatchingTransition findTransitionForSeconds(acetime_t epochSeconds) const
Return the Transition matching the given epochSeconds.
Definition: ExtendedZoneProcessor.h:717
-
ace_time::extended::TransitionStorageTemplate::init
void init()
Initialize all pools to 0 size, usually when a new year is initialized.
Definition: ExtendedZoneProcessor.h:538
-
ace_time::extended::TransitionStorageTemplate::getPrior
Transition * getPrior()
Return the current prior transition.
Definition: ExtendedZoneProcessor.h:548
-
ace_time::extended::TransitionStorageTemplate::reservePrior
Transition ** reservePrior()
Allocate a free Transition then add it to the Prior pool.
Definition: ExtendedZoneProcessor.h:622
-
ace_time::extended::TransitionTemplate::isValidPrior
bool isValidPrior
During findCandidateTransitions(), this flag indicates whether the current transition is a valid "pri...
Definition: ExtendedZoneProcessor.h:358
-
ace_time::extended::TransitionTemplate::letterBuf
char letterBuf[2]
Storage for the single letter 'letter' field if 'rule' is not null.
Definition: ExtendedZoneProcessor.h:349
-
ace_time::LocalDateTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalDateTime.h:223
-
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
-
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
-
ace_time::extended::TransitionTemplate::rule
ZRB rule
The Zone transition rule that matched for the the given year.
Definition: ExtendedZoneProcessor.h:282
-
ace_time::extended::TransitionStorageTemplate::addPriorToCandidatePool
void addPriorToCandidatePool()
Add the current prior into the Candidates pool.
Definition: ExtendedZoneProcessor.h:647
-
ace_time::extended::TransitionTemplate::offsetMinutes
int16_t offsetMinutes
The base offset minutes, not the total effective UTC offset.
Definition: ExtendedZoneProcessor.h:340
-
ace_time::extended::TransitionStorageTemplate::getFreeAgent
Transition * getFreeAgent()
Return a pointer to the first Transition in the free pool.
Definition: ExtendedZoneProcessor.h:584
-
ace_time::extended::TransitionStorageTemplate::TransitionStorageTemplate
TransitionStorageTemplate()
Constructor.
Definition: ExtendedZoneProcessor.h:530
-
ace_time::extended::TransitionTemplate::letter
const char * letter() const
Return the letter string.
Definition: ExtendedZoneProcessor.h:378
-
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
+
ace_time::ExtendedZoneProcessorTemplate::printShortNameTo
void printShortNameTo(Print &printer, bool followLink=false) const override
Print a short human-readable identifier (e.g.
Definition: ExtendedZoneProcessor.h:1110
+
ace_time::ExtendedZoneProcessorTemplate::equalsZoneKey
bool equalsZoneKey(uintptr_t zoneKey) const override
Return true if ZoneProcessor is associated with the given opaque zoneKey.
Definition: ExtendedZoneProcessor.h:1152
+
ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime
OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const override
Definition: ExtendedZoneProcessor.h:1017
ace_time::ExtendedZoneProcessorTemplate::isLink
bool isLink() const override
Return true if timezone is a Link entry pointing to a Zone entry.
Definition: ExtendedZoneProcessor.h:957
+
ace_time::ExtendedZoneProcessorTemplate::getDeltaOffset
TimeOffset getDeltaOffset(acetime_t epochSeconds) const override
Return the DST delta offset at epochSeconds.
Definition: ExtendedZoneProcessor.h:978
+
ace_time::ExtendedZoneProcessorTemplate::resetTransitionAllocSize
void resetTransitionAllocSize()
Reset the TransitionStorage high water mark.
Definition: ExtendedZoneProcessor.h:1132
+
ace_time::ExtendedZoneProcessorTemplate::getUtcOffset
TimeOffset getUtcOffset(acetime_t epochSeconds) const override
Return the total UTC offset at epochSeconds, including DST offset.
Definition: ExtendedZoneProcessor.h:966
ace_time::ExtendedZoneProcessorTemplate::TransitionResult
extended::TransitionResultTemplate< ZEB, ZPB, ZRB > TransitionResult
Exposed only for testing purposes.
Definition: ExtendedZoneProcessor.h:948
-
ace_time::ExtendedZoneProcessorTemplate::MatchingTransition
extended::MatchingTransitionTemplate< ZEB, ZPB, ZRB > MatchingTransition
Exposed only for testing purposes.
Definition: ExtendedZoneProcessor.h:944
-
ace_time::extended::MatchingTransitionTemplate
Tuple of a matching Transition and its 'fold'.
Definition: ExtendedZoneProcessor.h:454
-
ace_time::internal::ZoneContext::kSuffixS
static const uint8_t kSuffixS
Represents 's' or standard time.
Definition: ZoneContext.h:21
-
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
-
ace_time::ExtendedZoneProcessor::kTypeExtended
static const uint8_t kTypeExtended
Unique TimeZone type identifier for ExtendedZoneProcessor.
Definition: ExtendedZoneProcessor.h:2172
-
ace_time::extended::TransitionTemplate::transitionTimeU
DateTuple transitionTimeU
Version of transitionTime in 'u' mode, using the UTC offset of the previous transition.
Definition: ExtendedZoneProcessor.h:313
+
ace_time::ExtendedZoneProcessorTemplate::kMaxTransitions
static const uint8_t kMaxTransitions
Max number of Transitions required for all Zones supported by this class.
Definition: ExtendedZoneProcessor.h:937
+
ace_time::ExtendedZoneProcessorTemplate::Transition
extended::TransitionTemplate< ZEB, ZPB, ZRB > Transition
Exposed only for testing purposes.
Definition: ExtendedZoneProcessor.h:940
+
ace_time::ExtendedZoneProcessorTemplate::setZoneKey
void setZoneKey(uintptr_t zoneKey) override
Set the opaque zoneKey of this object to a new value, reseting any internally cached information.
Definition: ExtendedZoneProcessor.h:1141
+
ace_time::ExtendedZoneProcessorTemplate::ExtendedZoneProcessorTemplate
ExtendedZoneProcessorTemplate(uint8_t type, const BF *brokerFactory, uintptr_t zoneKey)
Constructor.
Definition: ExtendedZoneProcessor.h:1262
+
ace_time::ExtendedZoneProcessorTemplate::log
void log() const
Used only for debugging.
Definition: ExtendedZoneProcessor.h:1119
+
ace_time::ExtendedZoneProcessorTemplate::getZoneId
uint32_t getZoneId(bool followLink=false) const override
Return the unique stable zoneId.
Definition: ExtendedZoneProcessor.h:959
ace_time::ExtendedZoneProcessorTemplate::getTransitionAllocSize
uint8_t getTransitionAllocSize() const
Get the largest allocation size of TransitionStorage.
Definition: ExtendedZoneProcessor.h:1137
-
ace_time::LocalDate::forEpochSeconds
static LocalDate forEpochSeconds(acetime_t epochSeconds)
Factory method using the number of seconds since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:175
-
ace_time::ExtendedZoneProcessor
A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from z...
Definition: ExtendedZoneProcessor.h:2163
-
ace_time::extended::TransitionStorageTemplate::resetCandidatePool
void resetCandidatePool()
Empty the Candidate pool by resetting the various indexes.
Definition: ExtendedZoneProcessor.h:560
-
ace_time::ExtendedZoneProcessorTemplate::TransitionStorage
extended::TransitionStorageTemplate< kMaxTransitions, ZEB, ZPB, ZRB > TransitionStorage
Exposed only for testing purposes.
Definition: ExtendedZoneProcessor.h:955
-
ace_time::ExtendedZoneProcessorTemplate::getAbbrev
const char * getAbbrev(acetime_t epochSeconds) const override
Return the time zone abbreviation at epochSeconds.
Definition: ExtendedZoneProcessor.h:989
-
ace_time::extended::TransitionStorageTemplate::MatchingTransition
MatchingTransitionTemplate< ZEB, ZPB, ZRB > MatchingTransition
Template instantiation of MatchingTransitiontemplate used by this class.
Definition: ExtendedZoneProcessor.h:520
ace_time::ExtendedZoneProcessorTemplate::MatchingEra
extended::MatchingEraTemplate< ZEB > MatchingEra
Exposed only for testing purposes.
Definition: ExtendedZoneProcessor.h:951
+
ace_time::ExtendedZoneProcessor
A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from z...
Definition: ExtendedZoneProcessor.h:2168
+
ace_time::ExtendedZoneProcessor::kTypeExtended
static const uint8_t kTypeExtended
Unique TimeZone type identifier for ExtendedZoneProcessor.
Definition: ExtendedZoneProcessor.h:2172
+
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
+
ace_time::LocalDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDateTime.h:201
+
ace_time::LocalDateTime::day
uint8_t day() const
Return the day of the month.
Definition: LocalDateTime.h:217
ace_time::LocalDateTime::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDateTime.h:211
-
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
-
ace_time::ExtendedZoneProcessorTemplate::ExtendedZoneProcessorTemplate
ExtendedZoneProcessorTemplate(uint8_t type, const BF *brokerFactory, uintptr_t zoneKey)
Constructor.
Definition: ExtendedZoneProcessor.h:1262
-
compat.h
-
ace_time::ZoneProcessor
Base interface for ZoneProcessor classes.
Definition: ZoneProcessor.h:41
+
ace_time::LocalDateTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalDateTime.h:241
+
ace_time::LocalDateTime::minute
uint8_t minute() const
Return the minute.
Definition: LocalDateTime.h:229
+
ace_time::LocalDateTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalDateTime.h:223
+
ace_time::LocalDateTime::year
int16_t year() const
Return the year.
Definition: LocalDateTime.h:191
+
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
+
ace_time::LocalDate::kEpochYear
static const int16_t kEpochYear
Base year of epoch.
Definition: LocalDate.h:39
+
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
+
ace_time::LocalDate::forEpochSeconds
static LocalDate forEpochSeconds(acetime_t epochSeconds)
Factory method using the number of seconds since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:175
+
ace_time::LocalDate::toEpochDays
int32_t toEpochDays() const
Return number of days since AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:338
ace_time::LocalDate::kInvalidYearTiny
static const int8_t kInvalidYearTiny
Sentinel yearTiny which indicates an error condition or sometimes a year that 'does not exist'.
Definition: LocalDate.h:51
-
ace_time::ExtendedZoneProcessorTemplate::getUtcOffset
TimeOffset getUtcOffset(acetime_t epochSeconds) const override
Return the total UTC offset at epochSeconds, including DST offset.
Definition: ExtendedZoneProcessor.h:966
+
ace_time::LocalDate::forTinyComponents
static LocalDate forTinyComponents(int8_t yearTiny, uint8_t month, uint8_t day)
Factory method using components with an int8_t yearTiny.
Definition: LocalDate.h:131
+
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
+
ace_time::OffsetDateTime::forLocalDateTimeAndOffset
static OffsetDateTime forLocalDateTimeAndOffset(const LocalDateTime &localDateTime, TimeOffset timeOffset)
Factory method from LocalDateTime and TimeOffset.
Definition: OffsetDateTime.h:37
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
-
ace_time::extended::TransitionTemplate::matchStatus
MatchStatus matchStatus
During processTransitionMatchStatus(), this flag indicates how the transition falls within the time i...
Definition: ExtendedZoneProcessor.h:364
-
ace_time::extended::TransitionTemplate::abbrev
char abbrev[internal::kAbbrevSize]
The calculated effective time zone abbreviation, e.g.
Definition: ExtendedZoneProcessor.h:346
-
ace_time::extended::TransitionTemplate::startDateTime
DateTuple startDateTime
Start time expressed using the UTC offset of the current Transition.
Definition: ExtendedZoneProcessor.h:304
-
ace_time::extended::DateTuple
A tuple that represents a date and time.
Definition: ExtendedZoneProcessor.h:69
-
ace_time::ExtendedZoneProcessorTemplate::kMaxTransitions
static const uint8_t kMaxTransitions
Max number of Transitions required for all Zones supported by this class.
Definition: ExtendedZoneProcessor.h:937
-
ace_time::extended::MatchingEraTemplate::prevMatch
MatchingEraTemplate * prevMatch
The previous MatchingEra, needed to interpret startDateTime.
Definition: ExtendedZoneProcessor.h:193
-
ace_time::extended::TransitionStorageTemplate::findTransitionForDateTime
TransitionResult findTransitionForDateTime(const LocalDateTime &ldt) const
Return the candidate Transitions matching the given dateTime.
Definition: ExtendedZoneProcessor.h:761
-
ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime
OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const override
Definition: ExtendedZoneProcessor.h:1017
-
ace_time::LocalDateTime::minute
uint8_t minute() const
Return the minute.
Definition: LocalDateTime.h:229
-
ace_time::extended::BrokerFactory
A factory that creates a basic::ZoneInfoBroker.
Definition: ExtendedBrokers.h:501
+
ace_time::OffsetDateTime::forEpochSeconds
static OffsetDateTime forEpochSeconds(acetime_t epochSeconds, TimeOffset timeOffset, uint8_t fold=0)
Factory method.
Definition: OffsetDateTime.h:75
+
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
+
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
+
ace_time::ZoneProcessor
Base interface for ZoneProcessor classes.
Definition: ZoneProcessor.h:41
+
ace_time::extended::BrokerFactory
A factory that creates a basic::ZoneInfoBroker.
Definition: ExtendedBrokers.h:501
ace_time::extended::TransitionStorageTemplate
A heap manager which is specialized and tuned to manage a collection of Transitions,...
Definition: ExtendedZoneProcessor.h:507
-
ace_time::LocalDate::forTinyComponents
static LocalDate forTinyComponents(int8_t yearTiny, uint8_t month, uint8_t day)
Factory method using components with an int8_t yearTiny.
Definition: LocalDate.h:131
-
ace_time::extended::TransitionStorageTemplate::TransitionResult
TransitionResultTemplate< ZEB, ZPB, ZRB > TransitionResult
Template instantiation of TransitionResultTemplate used by this class.
Definition: ExtendedZoneProcessor.h:527
-
ace_time::ExtendedZoneProcessorTemplate::setBrokerFactory
void setBrokerFactory(const BF *brokerFactory)
Set the broker factory at runtime.
Definition: ExtendedZoneProcessor.h:1162
-
ace_time::extended::TransitionStorageTemplate::addActiveCandidatesToActivePool
Transition * addActiveCandidatesToActivePool()
Add active candidates into the Active pool, and collapse the Candidate pool.
Definition: ExtendedZoneProcessor.h:683
-
ace_time::ExtendedZoneProcessorTemplate::initForEpochSeconds
bool initForEpochSeconds(acetime_t epochSeconds) const
Initialize using the epochSeconds.
Definition: ExtendedZoneProcessor.h:1171
-
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
-
ace_time::extended::MatchingEraTemplate::lastOffsetMinutes
int16_t lastOffsetMinutes
The STD offset of the last Transition in this MatchingEra.
Definition: ExtendedZoneProcessor.h:196
ace_time::extended::TransitionStorageTemplate::resetAllocSize
void resetAllocSize()
Reset the current allocation size.
Definition: ExtendedZoneProcessor.h:855
-
ace_time::LocalDate::kEpochYear
static const int16_t kEpochYear
Base year of epoch.
Definition: LocalDate.h:39
-
ace_time::LocalDateTime::year
int16_t year() const
Return the year.
Definition: LocalDateTime.h:191
-
ace_time::extended::TransitionTemplate::deltaMinutes
int16_t deltaMinutes
The DST delta minutes.
Definition: ExtendedZoneProcessor.h:343
-
ace_time::extended::TransitionTemplate::transitionTimeS
DateTuple transitionTimeS
Version of transitionTime in 's' mode, using the UTC offset of the previous Transition.
Definition: ExtendedZoneProcessor.h:298
+
ace_time::extended::TransitionStorageTemplate::addFreeAgentToActivePool
void addFreeAgentToActivePool()
Immediately add the free agent Transition at index mIndexFree to the Active pool.
Definition: ExtendedZoneProcessor.h:607
+
ace_time::extended::TransitionStorageTemplate::MatchingTransition
MatchingTransitionTemplate< ZEB, ZPB, ZRB > MatchingTransition
Template instantiation of MatchingTransitiontemplate used by this class.
Definition: ExtendedZoneProcessor.h:520
+
ace_time::extended::TransitionStorageTemplate::init
void init()
Initialize all pools to 0 size, usually when a new year is initialized.
Definition: ExtendedZoneProcessor.h:538
ace_time::extended::TransitionStorageTemplate::setFreeAgentAsPriorIfValid
void setFreeAgentAsPriorIfValid()
Set the free agent transition as the most recent prior.
Definition: ExtendedZoneProcessor.h:631
-
ace_time::extended::MatchingEraTemplate::untilDateTime
DateTuple untilDateTime
The effective until time of the matching ZoneEra.
Definition: ExtendedZoneProcessor.h:187
+
ace_time::extended::TransitionStorageTemplate::getFreeAgent
Transition * getFreeAgent()
Return a pointer to the first Transition in the free pool.
Definition: ExtendedZoneProcessor.h:584
+
ace_time::extended::TransitionStorageTemplate::Transition
TransitionTemplate< ZEB, ZPB, ZRB > Transition
Template instantiation of TransitionTemplate used by this class.
Definition: ExtendedZoneProcessor.h:513
+
ace_time::extended::TransitionStorageTemplate::resetCandidatePool
void resetCandidatePool()
Empty the Candidate pool by resetting the various indexes.
Definition: ExtendedZoneProcessor.h:560
+
ace_time::extended::TransitionStorageTemplate::findTransitionForDateTime
TransitionResult findTransitionForDateTime(const LocalDateTime &ldt) const
Return the candidate Transitions matching the given dateTime.
Definition: ExtendedZoneProcessor.h:761
+
ace_time::extended::TransitionStorageTemplate::getAllocSize
uint8_t getAllocSize() const
Return the maximum number of transitions which was allocated.
Definition: ExtendedZoneProcessor.h:862
+
ace_time::extended::TransitionStorageTemplate::addFreeAgentToCandidatePool
void addFreeAgentToCandidatePool()
Add the free agent Transition at index mIndexFree to the Candidate pool, sorted by transitionTime.
Definition: ExtendedZoneProcessor.h:657
+
ace_time::extended::TransitionStorageTemplate::getPrior
Transition * getPrior()
Return the current prior transition.
Definition: ExtendedZoneProcessor.h:548
+
ace_time::extended::TransitionStorageTemplate::TransitionStorageTemplate
TransitionStorageTemplate()
Constructor.
Definition: ExtendedZoneProcessor.h:530
+
ace_time::extended::TransitionStorageTemplate::addActiveCandidatesToActivePool
Transition * addActiveCandidatesToActivePool()
Add active candidates into the Active pool, and collapse the Candidate pool.
Definition: ExtendedZoneProcessor.h:683
+
ace_time::extended::TransitionStorageTemplate::TransitionResult
TransitionResultTemplate< ZEB, ZPB, ZRB > TransitionResult
Template instantiation of TransitionResultTemplate used by this class.
Definition: ExtendedZoneProcessor.h:527
+
ace_time::extended::TransitionStorageTemplate::addPriorToCandidatePool
void addPriorToCandidatePool()
Add the current prior into the Candidates pool.
Definition: ExtendedZoneProcessor.h:647
+
ace_time::extended::TransitionStorageTemplate::findTransitionForSeconds
MatchingTransition findTransitionForSeconds(acetime_t epochSeconds) const
Return the Transition matching the given epochSeconds.
Definition: ExtendedZoneProcessor.h:717
+
ace_time::extended::TransitionStorageTemplate::reservePrior
Transition ** reservePrior()
Allocate a free Transition then add it to the Prior pool.
Definition: ExtendedZoneProcessor.h:622
+
ace_time::extended::TransitionStorageTemplate::log
void log() const
Verify that the indexes are valid.
Definition: ExtendedZoneProcessor.h:822
+
compat.h
Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
+
ace_time::extended::DateTuple
A tuple that represents a date and time.
Definition: ExtendedZoneProcessor.h:69
+
ace_time::extended::DateTuple::log
void log() const
Used only for debugging.
Definition: ExtendedZoneProcessor.h:82
ace_time::extended::MatchingEraTemplate
Data structure that captures the matching ZoneEra and its ZoneRule transitions for a given year.
Definition: ExtendedZoneProcessor.h:179
-
ace_time::LocalDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDateTime.h:201
+
ace_time::extended::MatchingEraTemplate::prevMatch
MatchingEraTemplate * prevMatch
The previous MatchingEra, needed to interpret startDateTime.
Definition: ExtendedZoneProcessor.h:193
+
ace_time::extended::MatchingEraTemplate::lastDeltaMinutes
int16_t lastDeltaMinutes
The DST offset of the last Transition in this MatchingEra.
Definition: ExtendedZoneProcessor.h:199
+
ace_time::extended::MatchingEraTemplate::era
ZEB era
The ZoneEra that matched the given year.
Definition: ExtendedZoneProcessor.h:190
+
ace_time::extended::MatchingEraTemplate::untilDateTime
DateTuple untilDateTime
The effective until time of the matching ZoneEra.
Definition: ExtendedZoneProcessor.h:187
ace_time::extended::MatchingEraTemplate::startDateTime
DateTuple startDateTime
The effective start time of the matching ZoneEra, which uses the UTC offsets of the previous matching...
Definition: ExtendedZoneProcessor.h:184
+
ace_time::extended::MatchingEraTemplate::lastOffsetMinutes
int16_t lastOffsetMinutes
The STD offset of the last Transition in this MatchingEra.
Definition: ExtendedZoneProcessor.h:196
+
ace_time::extended::MatchingTransitionTemplate
Tuple of a matching Transition and its 'fold'.
Definition: ExtendedZoneProcessor.h:454
ace_time::extended::TransitionResultTemplate
The result of the findTransitionForDateTime(const LocalDatetime&) method which can return 2 possible ...
Definition: ExtendedZoneProcessor.h:465
-
ExtendedBrokers.h
-
ace_time::ExtendedZoneProcessorTemplate::getZoneId
uint32_t getZoneId(bool followLink=false) const override
Return the unique stable zoneId.
Definition: ExtendedZoneProcessor.h:959
-
ace_time::internal::ZoneContext::kSuffixU
static const uint8_t kSuffixU
Represents 'u' or UTC time.
Definition: ZoneContext.h:24
-
ace_time::ExtendedZoneProcessorTemplate::setZoneKey
void setZoneKey(uintptr_t zoneKey) override
Set the opaque zoneKey of this object to a new value, reseting any internally cached information.
Definition: ExtendedZoneProcessor.h:1141
-
ace_time::ExtendedZoneProcessorTemplate::equalsZoneKey
bool equalsZoneKey(uintptr_t zoneKey) const override
Return true if ZoneProcessor is associated with the given opaque zoneKey.
Definition: ExtendedZoneProcessor.h:1152
-
ace_time::ExtendedZoneProcessorTemplate::printNameTo
void printNameTo(Print &printer, bool followLink=false) const override
Print a human-readable identifier (e.g.
Definition: ExtendedZoneProcessor.h:1103
-
ace_time::extended::TransitionStorageTemplate::Transition
TransitionTemplate< ZEB, ZPB, ZRB > Transition
Template instantiation of TransitionTemplate used by this class.
Definition: ExtendedZoneProcessor.h:513
-
ace_time::extended::TransitionTemplate::startEpochSeconds
acetime_t startEpochSeconds
The calculated transition time of the given rule.
Definition: ExtendedZoneProcessor.h:331
-
ace_time::ExtendedZoneProcessorTemplate::log
void log() const
Used only for debugging.
Definition: ExtendedZoneProcessor.h:1119
-
ace_time::extended::TransitionStorageTemplate::addFreeAgentToActivePool
void addFreeAgentToActivePool()
Immediately add the free agent Transition at index mIndexFree to the Active pool.
Definition: ExtendedZoneProcessor.h:607
-
ace_time::LocalDateTime::day
uint8_t day() const
Return the day of the month.
Definition: LocalDateTime.h:217
ace_time::extended::TransitionTemplate
Represents an interval of time where the time zone obeyed a certain UTC offset and DST delta.
Definition: ExtendedZoneProcessor.h:272
-
ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime
OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const override
Definition: ExtendedZoneProcessor.h:1088
-
ace_time::OffsetDateTime::forLocalDateTimeAndOffset
static OffsetDateTime forLocalDateTimeAndOffset(const LocalDateTime &localDateTime, TimeOffset timeOffset)
Factory method from LocalDateTime and TimeOffset.
Definition: OffsetDateTime.h:37
-
ace_time::extended::YearMonthTuple
A simple tuple to represent a year/month pair.
Definition: ExtendedZoneProcessor.h:167
-
ace_time::ExtendedZoneProcessorTemplate::getDeltaOffset
TimeOffset getDeltaOffset(acetime_t epochSeconds) const override
Return the DST delta offset at epochSeconds.
Definition: ExtendedZoneProcessor.h:978
-
ace_time::extended::DateTuple::log
void log() const
Used only for debugging.
Definition: ExtendedZoneProcessor.h:82
-
ace_time::extended::MatchingEraTemplate::era
ZEB era
The ZoneEra that matched the given year.
Definition: ExtendedZoneProcessor.h:190
+
ace_time::extended::TransitionTemplate::rule
ZRB rule
The Zone transition rule that matched for the the given year.
Definition: ExtendedZoneProcessor.h:282
+
ace_time::extended::TransitionTemplate::isValidPrior
bool isValidPrior
During findCandidateTransitions(), this flag indicates whether the current transition is a valid "pri...
Definition: ExtendedZoneProcessor.h:358
ace_time::extended::TransitionTemplate::transitionTime
DateTuple transitionTime
The original transition time, usually 'w' but sometimes 's' or 'u'.
Definition: ExtendedZoneProcessor.h:290
-
ace_time::internal::ZoneContext::kSuffixW
static const uint8_t kSuffixW
Represents 'w' or wall time.
Definition: ZoneContext.h:18
-
ace_time::extended::TransitionStorageTemplate::getAllocSize
uint8_t getAllocSize() const
Return the maximum number of transitions which was allocated.
Definition: ExtendedZoneProcessor.h:862
-
ace_time::LocalDateTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalDateTime.h:241
-
ace_time::ExtendedZoneProcessorTemplate::Transition
extended::TransitionTemplate< ZEB, ZPB, ZRB > Transition
Exposed only for testing purposes.
Definition: ExtendedZoneProcessor.h:940
-
ace_time::extended::TransitionStorageTemplate::addFreeAgentToCandidatePool
void addFreeAgentToCandidatePool()
Add the free agent Transition at index mIndexFree to the Candidate pool, sorted by transitionTime.
Definition: ExtendedZoneProcessor.h:657
+
ace_time::extended::TransitionTemplate::startEpochSeconds
acetime_t startEpochSeconds
The calculated transition time of the given rule.
Definition: ExtendedZoneProcessor.h:331
+
ace_time::extended::TransitionTemplate::transitionTimeS
DateTuple transitionTimeS
Version of transitionTime in 's' mode, using the UTC offset of the previous Transition.
Definition: ExtendedZoneProcessor.h:298
+
ace_time::extended::TransitionTemplate::untilDateTime
DateTuple untilDateTime
Until time expressed using the UTC offset of the current Transition.
Definition: ExtendedZoneProcessor.h:319
+
ace_time::extended::TransitionTemplate::letter
const char * letter() const
Return the letter string.
Definition: ExtendedZoneProcessor.h:378
+
ace_time::extended::TransitionTemplate::offsetMinutes
int16_t offsetMinutes
The base offset minutes, not the total effective UTC offset.
Definition: ExtendedZoneProcessor.h:340
ace_time::extended::TransitionTemplate::log
void log() const
Used only for debugging.
Definition: ExtendedZoneProcessor.h:409
-
ace_time::ExtendedZoneProcessorTemplate
An implementation of ZoneProcessor that supports for all zones defined by the TZ Database.
Definition: ExtendedZoneProcessor.h:925
+
ace_time::extended::TransitionTemplate::letterBuf
char letterBuf[2]
Storage for the single letter 'letter' field if 'rule' is not null.
Definition: ExtendedZoneProcessor.h:349
+
ace_time::extended::TransitionTemplate::transitionTimeU
DateTuple transitionTimeU
Version of transitionTime in 'u' mode, using the UTC offset of the previous transition.
Definition: ExtendedZoneProcessor.h:313
ace_time::extended::TransitionTemplate::logHourMinute
static void logHourMinute(int16_t minutes)
Print minutes as [+/-]hh:mm.
Definition: ExtendedZoneProcessor.h:434
-
ace_time::LocalDate::toEpochDays
int32_t toEpochDays() const
Return number of days since AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:338
-
ace_time::extended::MatchingEraTemplate::lastDeltaMinutes
int16_t lastDeltaMinutes
The DST offset of the last Transition in this MatchingEra.
Definition: ExtendedZoneProcessor.h:199
-
ace_time::ExtendedZoneProcessorTemplate::resetTransitionAllocSize
void resetTransitionAllocSize()
Reset the TransitionStorage high water mark.
Definition: ExtendedZoneProcessor.h:1132
-
ace_time::extended::TransitionStorageTemplate::log
void log() const
Verify that the indexes are valid.
Definition: ExtendedZoneProcessor.h:822
-
ace_time::OffsetDateTime::forEpochSeconds
static OffsetDateTime forEpochSeconds(acetime_t epochSeconds, TimeOffset timeOffset, uint8_t fold=0)
Factory method.
Definition: OffsetDateTime.h:75
+
ace_time::extended::TransitionTemplate::matchStatus
MatchStatus matchStatus
During processTransitionMatchStatus(), this flag indicates how the transition falls within the time i...
Definition: ExtendedZoneProcessor.h:364
+
ace_time::extended::TransitionTemplate::startDateTime
DateTuple startDateTime
Start time expressed using the UTC offset of the current Transition.
Definition: ExtendedZoneProcessor.h:304
+
ace_time::extended::TransitionTemplate::abbrev
char abbrev[internal::kAbbrevSize]
The calculated effective time zone abbreviation, e.g.
Definition: ExtendedZoneProcessor.h:346
+
ace_time::extended::TransitionTemplate::deltaMinutes
int16_t deltaMinutes
The DST delta minutes.
Definition: ExtendedZoneProcessor.h:343
+
ace_time::extended::TransitionTemplate::match
const MatchingEraTemplate< ZEB > * match
The match which generated this Transition.
Definition: ExtendedZoneProcessor.h:275
+
ace_time::extended::YearMonthTuple
A simple tuple to represent a year/month pair.
Definition: ExtendedZoneProcessor.h:167
+
ace_time::internal::ZoneContext::kSuffixW
static const uint8_t kSuffixW
Represents 'w' or wall time.
Definition: ZoneContext.h:18
+
ace_time::internal::ZoneContext::kSuffixS
static const uint8_t kSuffixS
Represents 's' or standard time.
Definition: ZoneContext.h:21
+
ace_time::internal::ZoneContext::kSuffixU
static const uint8_t kSuffixU
Represents 'u' or UTC time.
Definition: ZoneContext.h:24
+ diff --git a/docs/html/ExtendedZone_8cpp_source.html b/docs/html/ExtendedZone_8cpp_source.html index be3f08a17..374bef939 100644 --- a/docs/html/ExtendedZone_8cpp_source.html +++ b/docs/html/ExtendedZone_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ExtendedZone.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -118,22 +118,20 @@
45  printReplaceCharTo(printer, shortName, '_', ' ');
46 }
47 
-
48 #endif // ACE_TIME_USE_PROGMEM
+
48 #endif // ACE_TIME_USE_PROGMEM
49 
50 } // ace_time
- -
BrokerCommon.h
-
ace_time::ExtendedZone::printShortNameTo
void printShortNameTo(Print &printer) const
Print the short pretty zone name to the printer.
Definition: ExtendedZone.cpp:27
-
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
-
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
+
BrokerCommon.h
Helper functions are used in both Basic brokers and Extended brokers.
ace_time::ExtendedZone::printNameTo
void printNameTo(Print &printer) const
Print the full zone name to printer.
Definition: ExtendedZone.cpp:20
ace_time::ExtendedZone::kname
ace_common::KString kname() const
Return the name as a KString.
Definition: ExtendedZone.h:70
+
ace_time::ExtendedZone::printShortNameTo
void printShortNameTo(Print &printer) const
Print the short pretty zone name to the printer.
Definition: ExtendedZone.cpp:27
+
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
ace_time::internal::ZoneContext::numFragments
uint8_t numFragments
Number of fragments.
Definition: ZoneContext.h:44
+
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
+ diff --git a/docs/html/ExtendedZone_8h_source.html b/docs/html/ExtendedZone_8h_source.html index 0a4f46c47..6eea62a2d 100644 --- a/docs/html/ExtendedZone_8h_source.html +++ b/docs/html/ExtendedZone_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ExtendedZone.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -129,27 +129,25 @@
81 }
82 
83 #endif
- -
ace_time::ExtendedZone::zoneId
uint32_t zoneId() const
Return the zoneId of the current zoneInfo.
Definition: ExtendedZone.h:58
-
ace_time::ExtendedZone::printShortNameTo
void printShortNameTo(Print &printer) const
Print the short pretty zone name to the printer.
Definition: ExtendedZone.cpp:27
-
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
+
ExtendedBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
ace_time::ExtendedZone
A thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some use...
Definition: ExtendedZone.h:23
-
ace_time::ExtendedZone::ExtendedZone
ExtendedZone(const extended::ZoneInfoBroker &zoneInfo)
Constructor from an extended::ZoneInfoBroker, used by ExtendedZoneProcessor.
Definition: ExtendedZone.h:37
-
ace_time::ExtendedZone::stdOffsetMinutes
int16_t stdOffsetMinutes() const
Return the STDOFF of the last ZoneEra.
Definition: ExtendedZone.h:63
-
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
-
ace_time::extended::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: ExtendedBrokers.h:318
-
ace_time::ExtendedZone::printNameTo
void printNameTo(Print &printer) const
Print the full zone name to printer.
Definition: ExtendedZone.cpp:20
ace_time::ExtendedZone::isNull
bool isNull() const
Return true if zoneInfo is null.
Definition: ExtendedZone.h:45
-
ExtendedBrokers.h
-
ace_time::extended::ZoneEraBroker
Data broker for accessing ZoneEra.
Definition: ExtendedBrokers.h:218
+
ace_time::ExtendedZone::printNameTo
void printNameTo(Print &printer) const
Print the full zone name to printer.
Definition: ExtendedZone.cpp:20
+
ace_time::ExtendedZone::ExtendedZone
ExtendedZone(const extended::ZoneInfoBroker &zoneInfo)
Constructor from an extended::ZoneInfoBroker, used by ExtendedZoneProcessor.
Definition: ExtendedZone.h:37
+
ace_time::ExtendedZone::zoneId
uint32_t zoneId() const
Return the zoneId of the current zoneInfo.
Definition: ExtendedZone.h:58
ace_time::ExtendedZone::kname
ace_common::KString kname() const
Return the name as a KString.
Definition: ExtendedZone.h:70
+
ace_time::ExtendedZone::printShortNameTo
void printShortNameTo(Print &printer) const
Print the short pretty zone name to the printer.
Definition: ExtendedZone.cpp:27
ace_time::ExtendedZone::ExtendedZone
ExtendedZone(const extended::ZoneInfo *zoneInfo)
Constructor from a raw extended::ZoneInfo* pointer, intended for manual inspection of a ZoneInfo reco...
Definition: ExtendedZone.h:29
+
ace_time::ExtendedZone::stdOffsetMinutes
int16_t stdOffsetMinutes() const
Return the STDOFF of the last ZoneEra.
Definition: ExtendedZone.h:63
+
ace_time::extended::ZoneEraBroker
Data broker for accessing ZoneEra.
Definition: ExtendedBrokers.h:218
+
ace_time::extended::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: ExtendedBrokers.h:318
+
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
ace_time::internal::ZoneContext::numFragments
uint8_t numFragments
Number of fragments.
Definition: ZoneContext.h:44
+
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
+ diff --git a/docs/html/LinkEntry_8h_source.html b/docs/html/LinkEntry_8h_source.html index e5902149b..dcfdf509e 100644 --- a/docs/html/LinkEntry_8h_source.html +++ b/docs/html/LinkEntry_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/LinkEntry.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -103,9 +103,7 @@ diff --git a/docs/html/LinkEntry_8inc_source.html b/docs/html/LinkEntry_8inc_source.html index ffcee3056..f3e2d13ad 100644 --- a/docs/html/LinkEntry_8inc_source.html +++ b/docs/html/LinkEntry_8inc_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/LinkEntry.inc Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -86,9 +86,7 @@ diff --git a/docs/html/LinkManager_8h_source.html b/docs/html/LinkManager_8h_source.html index 7b8ed8580..07c1b4911 100644 --- a/docs/html/LinkManager_8h_source.html +++ b/docs/html/LinkManager_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/LinkManager.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -149,24 +149,22 @@
104 }
105 
106 #endif
- -
ace_time::internal::LinkRegistrarTemplate::getLinkEntryForId
const LE * getLinkEntryForId(uint32_t linkId) const
Return the LinkEntry using the linkId.
Definition: LinkRegistrar.h:56
-
ace_time::extended::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: ExtendedBrokers.h:448
-
BasicBrokers.h
-
ace_time::internal::LinkRegistrarTemplate::linkRegistrySize
uint16_t linkRegistrySize() const
Return the number of (thin) links.
Definition: LinkRegistrar.h:46
-
ace_time::LinkManager
Base class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kI...
Definition: LinkManager.h:21
+
BasicBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
+
ExtendedBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
ace_time::BasicLinkManager
An implementation of the LinkManager which uses a registry of basic::ZoneInfo records.
Definition: LinkManager.h:34
-
ExtendedBrokers.h
-
ace_time::basic::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: BasicBrokers.h:416
-
ace_time::ExtendedLinkManager::ExtendedLinkManager
ExtendedLinkManager(uint16_t linkRegistrySize, const extended::LinkEntry *linkRegistry)
Constructor.
Definition: LinkManager.h:78
ace_time::BasicLinkManager::BasicLinkManager
BasicLinkManager(uint16_t linkRegistrySize, const basic::LinkEntry *linkRegistry)
Constructor.
Definition: LinkManager.h:41
ace_time::ExtendedLinkManager
An implementation of the LinkManager which uses a registry of extended::ZoneInfo records.
Definition: LinkManager.h:71
+
ace_time::ExtendedLinkManager::ExtendedLinkManager
ExtendedLinkManager(uint16_t linkRegistrySize, const extended::LinkEntry *linkRegistry)
Constructor.
Definition: LinkManager.h:78
+
ace_time::LinkManager
Base class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kI...
Definition: LinkManager.h:21
ace_time::LinkManager::kInvalidZoneId
static const uint32_t kInvalidZoneId
ZoneId which is not valid to indicates an error or not found.
Definition: LinkManager.h:27
+
ace_time::basic::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: BasicBrokers.h:416
+
ace_time::extended::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: ExtendedBrokers.h:448
+
ace_time::internal::LinkRegistrarTemplate::getLinkEntryForId
const LE * getLinkEntryForId(uint32_t linkId) const
Return the LinkEntry using the linkId.
Definition: LinkRegistrar.h:56
+
ace_time::internal::LinkRegistrarTemplate::linkRegistrySize
uint16_t linkRegistrySize() const
Return the number of (thin) links.
Definition: LinkRegistrar.h:46
+ diff --git a/docs/html/LinkRegistrar_8h_source.html b/docs/html/LinkRegistrar_8h_source.html index 1f1056239..c099f11cd 100644 --- a/docs/html/LinkRegistrar_8h_source.html +++ b/docs/html/LinkRegistrar_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/LinkRegistrar.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -278,33 +278,31 @@
243 } // ace_time
244 
245 #endif
- +
BasicBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
+
ExtendedBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
+
ace_time::basic::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: BasicBrokers.h:416
+
ace_time::basic::LinkRegistrar
Concrete template instantiation of LinkRegistrarTemplate for basic::LinkEntry.
Definition: LinkRegistrar.h:174
+
ace_time::basic::LinkRegistryBroker
Data broker for a LinkRegistry composed of LinkEntry records.
Definition: BasicBrokers.h:444
+
ace_time::extended::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: ExtendedBrokers.h:448
+
ace_time::extended::LinkRegistrar
Concrete template instantiation of LinkRegistrarTemplate for extended::LinkEntry.
Definition: LinkRegistrar.h:216
+
ace_time::extended::LinkRegistryBroker
Data broker for a LinkRegistry composed of LinkEntry records.
Definition: ExtendedBrokers.h:476
+
ace_time::internal::LinkRegistrarTemplate
Class that allows looking up the LinkEntry (LE) from its LinkRegistry (LRGB) using its linkId.
Definition: LinkRegistrar.h:30
ace_time::internal::LinkRegistrarTemplate::getLinkEntryForIndex
const LE * getLinkEntryForIndex(uint16_t i) const
Return the LinkEntry at index i.
Definition: LinkRegistrar.h:49
-
ace_time::internal::LinkRegistrarTemplate::LinkRegistrarTemplate
LinkRegistrarTemplate(uint16_t linkRegistrySize, const LE *linkRegistry)
Constructor.
Definition: LinkRegistrar.h:36
ace_time::internal::LinkRegistrarTemplate::getLinkEntryForId
const LE * getLinkEntryForId(uint32_t linkId) const
Return the LinkEntry using the linkId.
Definition: LinkRegistrar.h:56
-
ace_time::extended::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: ExtendedBrokers.h:448
-
BasicBrokers.h
+
ace_time::internal::LinkRegistrarTemplate::LinkRegistrarTemplate
LinkRegistrarTemplate(uint16_t linkRegistrySize, const LE *linkRegistry)
Constructor.
Definition: LinkRegistrar.h:36
ace_time::internal::LinkRegistrarTemplate::linkRegistrySize
uint16_t linkRegistrySize() const
Return the number of (thin) links.
Definition: LinkRegistrar.h:46
-
ace_time::extended::LinkRegistrar
Concrete template instantiation of LinkRegistrarTemplate for extended::LinkEntry.
Definition: LinkRegistrar.h:212
+
ace_time::internal::LinkRegistrarTemplate::kInvalidIndex
static const uint16_t kInvalidIndex
Invalid index to indicate error or not found.
Definition: LinkRegistrar.h:33
ace_time::internal::LinkRegistrarTemplate::findIndexForIdLinear
uint16_t findIndexForIdLinear(uint32_t linkId) const
Exposed only for benchmarking purposes.
Definition: LinkRegistrar.h:144
ace_time::internal::LinkRegistrarTemplate::findIndexForId
uint16_t findIndexForId(uint32_t linkId) const
Find the index for linkId.
Definition: LinkRegistrar.h:66
-
ace_time::internal::LinkRegistrarTemplate::kBinarySearchThreshold
static const uint8_t kBinarySearchThreshold
Use binarySearchById() if linkRegistrySize >= threshold.
Definition: LinkRegistrar.h:78
ace_time::internal::LinkRegistrarTemplate::binarySearchById
static uint16_t binarySearchById(const LE *registry, uint16_t registrySize, uint32_t linkId)
Find the registry index corresponding to linkId using a binary search.
Definition: LinkRegistrar.h:130
-
ExtendedBrokers.h
-
ace_time::internal::LinkRegistrarTemplate::kInvalidIndex
static const uint16_t kInvalidIndex
Invalid index to indicate error or not found.
Definition: LinkRegistrar.h:33
-
ace_time::basic::LinkRegistryBroker
Data broker for a LinkRegistry composed of LinkEntry records.
Definition: BasicBrokers.h:444
-
ace_time::basic::LinkEntryBroker
Data broker for accessing a LinkEntry.
Definition: BasicBrokers.h:416
+
ace_time::internal::LinkRegistrarTemplate::kBinarySearchThreshold
static const uint8_t kBinarySearchThreshold
Use binarySearchById() if linkRegistrySize >= threshold.
Definition: LinkRegistrar.h:78
ace_time::internal::LinkRegistrarTemplate::findIndexForIdBinary
uint16_t findIndexForIdBinary(uint32_t linkId) const
Exposed only for benchmarking purposes.
Definition: LinkRegistrar.h:149
-
ace_time::basic::LinkRegistrar
Concrete template instantiation of LinkRegistrarTemplate for basic::LinkEntry.
Definition: LinkRegistrar.h:170
-
ace_time::extended::LinkRegistryBroker
Data broker for a LinkRegistry composed of LinkEntry records.
Definition: ExtendedBrokers.h:476
-
ace_time::internal::LinkRegistrarTemplate
Class that allows looking up the LinkEntry (LE) from its LinkRegistry (LRGB) using its linkId.
Definition: LinkRegistrar.h:30
-
ace_time::internal::LinkRegistrarTemplate::linearSearchById
static uint16_t linearSearchById(const LE *registry, uint16_t registrySize, uint32_t linkId)
Find the registry index corresponding to linkId using linear search.
Definition: LinkRegistrar.h:96
ace_time::internal::LinkRegistrarTemplate::isSorted
static bool isSorted(const LE *registry, uint16_t registrySize)
Determine if the given link registry is sorted by id.
Definition: LinkRegistrar.h:81
+
ace_time::internal::LinkRegistrarTemplate::linearSearchById
static uint16_t linearSearchById(const LE *registry, uint16_t registrySize, uint32_t linkId)
Find the registry index corresponding to linkId using linear search.
Definition: LinkRegistrar.h:96
+ diff --git a/docs/html/LocalDateTime_8cpp_source.html b/docs/html/LocalDateTime_8cpp_source.html index c644f62af..7387ca1a2 100644 --- a/docs/html/LocalDateTime_8cpp_source.html +++ b/docs/html/LocalDateTime_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/LocalDateTime.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -134,29 +134,27 @@
61 
62 }
63 
- -
ace_time::LocalTime::forTimeStringChainable
static LocalTime forTimeStringChainable(const char *&timeString)
Variant of forTimeString() that updates the pointer to the next unprocessed character.
Definition: LocalTime.cpp:35
-
ace_time::LocalDate::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDate.h:289
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
ace_time::LocalDateTime::printTo
void printTo(Print &printer) const
Print LocalDateTime to 'printer' in ISO 8601 format.
Definition: LocalDateTime.cpp:14
+
ace_time::LocalDateTime::LocalDateTime
LocalDateTime()
Constructor.
Definition: LocalDateTime.h:183
+
ace_time::LocalDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDateTime.h:186
ace_time::LocalDateTime::forError
static LocalDateTime forError()
Factory method that returns an instance where isError() returns true.
Definition: LocalDateTime.h:178
+
ace_time::LocalDateTime::forDateString
static LocalDateTime forDateString(const char *dateString)
Factory method.
Definition: LocalDateTime.cpp:38
+
ace_time::LocalDateTime::forDateStringChainable
static LocalDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDateTime.cpp:46
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
+
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
+
ace_time::LocalDate::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDate.h:289
ace_time::LocalDate::forDateStringChainable
static LocalDate forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDate.cpp:72
-
ace_time::LocalDateTime::forDateStringChainable
static LocalDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDateTime.cpp:46
ace_time::LocalDate::day
uint8_t day() const
Return the day of the month.
Definition: LocalDate.h:295
-
ace_time::LocalDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDateTime.h:186
-
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
-
ace_time::LocalDateTime::LocalDateTime
LocalDateTime()
Constructor.
Definition: LocalDateTime.h:183
+
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
+
ace_time::LocalTime::forTimeStringChainable
static LocalTime forTimeStringChainable(const char *&timeString)
Variant of forTimeString() that updates the pointer to the next unprocessed character.
Definition: LocalTime.cpp:35
ace_time::LocalTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalTime.h:118
-
ace_time::LocalTime::second
uint8_t second() const
Return the second.
Definition: LocalTime.h:130
ace_time::LocalTime::minute
uint8_t minute() const
Return the minute.
Definition: LocalTime.h:124
-
ace_time::LocalDateTime::forDateString
static LocalDateTime forDateString(const char *dateString)
Factory method.
Definition: LocalDateTime.cpp:38
-
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
+
ace_time::LocalTime::second
uint8_t second() const
Return the second.
Definition: LocalTime.h:130
+ diff --git a/docs/html/LocalDateTime_8h_source.html b/docs/html/LocalDateTime_8h_source.html index a1369ba2a..622db9150 100644 --- a/docs/html/LocalDateTime_8h_source.html +++ b/docs/html/LocalDateTime_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/LocalDateTime.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -288,86 +288,84 @@
363 }
364 
365 #endif
- -
ace_time::LocalDateTime::day
void day(uint8_t day)
Set the day of the month.
Definition: LocalDateTime.h:220
-
ace_time::LocalDate::forError
static LocalDate forError()
Factory method that returns a LocalDate which represents an error condition.
Definition: LocalDate.h:244
-
ace_time::LocalDateTime::yearTiny
void yearTiny(int8_t yearTiny)
Set the single-byte year offset from year 2000.
Definition: LocalDateTime.h:208
-
ace_time::LocalDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week, Monday=1, Sunday=7 (per ISO 8601).
Definition: LocalDateTime.h:247
-
ace_time::LocalDateTime::forUnixSeconds
static LocalDateTime forUnixSeconds(int32_t unixSeconds)
Factory method that takes the number of seconds since Unix Epoch of 1970-01-01.
Definition: LocalDateTime.h:106
-
ace_time::LocalDate::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDate.h:289
-
ace_time::LocalDateTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalDateTime.h:223
-
ace_time::LocalDate::kInvalidEpochSeconds
static const int32_t kInvalidEpochSeconds
Sentinel epochSeconds which indicates an error.
Definition: LocalDate.h:69
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
-
ace_time::LocalDate::kInvalidEpochDays
static const int32_t kInvalidEpochDays
Sentinel epochDays which indicates an error.
Definition: LocalDate.h:66
-
ace_time::LocalTime::forComponents
static LocalTime forComponents(uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date, time, and time zone fields.
Definition: LocalTime.h:43
+
ace_time::LocalDateTime::forDateString
static LocalDateTime forDateString(const __FlashStringHelper *dateString)
Factory method.
Definition: LocalDateTime.h:160
+
ace_time::LocalDateTime::toUnixSeconds64
int64_t toUnixSeconds64() const
Return 64-bit seconds from Unix epoch 1970-01-01 00:00:00Z, after assuming that the date and time com...
Definition: LocalDateTime.h:303
+
ace_time::LocalDateTime::hour
void hour(uint8_t hour)
Set the hour.
Definition: LocalDateTime.h:226
ace_time::LocalDateTime::printTo
void printTo(Print &printer) const
Print LocalDateTime to 'printer' in ISO 8601 format.
Definition: LocalDateTime.cpp:14
-
ace_time::LocalDate::dayOfWeek
uint8_t dayOfWeek() const
Calculate the day of week given the (year, month, day).
Definition: LocalDate.h:306
-
ace_time::LocalDateTime::forError
static LocalDateTime forError()
Factory method that returns an instance where isError() returns true.
Definition: LocalDateTime.h:178
ace_time::LocalDateTime::forEpochSeconds
static LocalDateTime forEpochSeconds(acetime_t epochSeconds, uint8_t fold=0)
Factory method.
Definition: LocalDateTime.h:75
-
ace_time::LocalDate::forEpochDays
static LocalDate forEpochDays(int32_t epochDays)
Factory method using the number of days since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:143
-
ace_time::LocalDateTime::month
void month(uint8_t month)
Set the month.
Definition: LocalDateTime.h:214
-
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
-
ace_time::LocalDateTime::toUnixSeconds64
int64_t toUnixSeconds64() const
Return 64-bit seconds from Unix epoch 1970-01-01 00:00:00Z, after assuming that the date and time com...
Definition: LocalDateTime.h:303
+
ace_time::LocalDateTime::LocalDateTime
LocalDateTime()
Constructor.
Definition: LocalDateTime.h:183
+
ace_time::LocalDateTime::fold
void fold(uint8_t fold)
Set the fold.
Definition: LocalDateTime.h:244
+
ace_time::LocalDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDateTime.h:201
+
ace_time::LocalDateTime::forComponents
static LocalDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date and time components.
Definition: LocalDateTime.h:45
ace_time::LocalDateTime::minute
void minute(uint8_t minute)
Set the minute.
Definition: LocalDateTime.h:232
-
ace_time::LocalDate::kMinValidUnixSeconds64
static const int64_t kMinValidUnixSeconds64
Minimum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:85
-
ace_time::LocalDateTime::second
void second(uint8_t second)
Set the second.
Definition: LocalDateTime.h:238
+
ace_time::LocalDateTime::day
uint8_t day() const
Return the day of the month.
Definition: LocalDateTime.h:217
+
ace_time::LocalDateTime::toUnixSeconds
int32_t toUnixSeconds() const
Return seconds from Unix epoch 1970-01-01 00:00:00Z, after assuming that the date and time components...
Definition: LocalDateTime.h:290
+
ace_time::LocalDateTime::localDate
const LocalDate & localDate() const
Return the LocalDate.
Definition: LocalDateTime.h:250
+
ace_time::LocalDateTime::yearTiny
void yearTiny(int8_t yearTiny)
Set the single-byte year offset from year 2000.
Definition: LocalDateTime.h:208
+
ace_time::LocalDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDateTime.h:186
+
ace_time::LocalDateTime::compareTo
int8_t compareTo(const LocalDateTime &that) const
Compare 'this' LocalDateTime with 'that' LocalDateTime, and return (<0, 0, >0) according to whether '...
Definition: LocalDateTime.h:314
+
ace_time::LocalDateTime::month
void month(uint8_t month)
Set the month.
Definition: LocalDateTime.h:214
+
ace_time::LocalDateTime::forError
static LocalDateTime forError()
Factory method that returns an instance where isError() returns true.
Definition: LocalDateTime.h:178
ace_time::LocalDateTime::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDateTime.h:211
-
ace_time::LocalDateTime::operator==
friend bool operator==(const LocalDateTime &a, const LocalDateTime &b)
Return true if two LocalDateTime objects are equal in all components.
Definition: LocalDateTime.h:353
-
ace_time::LocalDate::kInvalidUnixDays
static const int32_t kInvalidUnixDays
Sentinel unixDays which indicates an error.
Definition: LocalDate.h:72
-
ace_time::LocalTime::isError
bool isError() const
Return true if any component is outside the normal time range of 00:00:00 to 23:59:59.
Definition: LocalTime.h:108
-
ace_time::LocalDate::kInvalidYearTiny
static const int8_t kInvalidYearTiny
Sentinel yearTiny which indicates an error condition or sometimes a year that 'does not exist'.
Definition: LocalDate.h:51
-
ace_time::LocalTime::forError
static LocalTime forError()
Factory method that returns an instance which indicates an error condition.
Definition: LocalTime.h:95
-
ace_time::LocalDateTime::forUnixSeconds64
static LocalDateTime forUnixSeconds64(int64_t unixSeconds)
Factory method that takes the 64-bit number of seconds since Unix Epoch of 1970-01-01.
Definition: LocalDateTime.h:120
-
ace_time::LocalDateTime::forDateStringChainable
static LocalDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDateTime.cpp:46
+
ace_time::LocalDateTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalDateTime.h:241
+
ace_time::LocalDateTime::forDateString
static LocalDateTime forDateString(const char *dateString)
Factory method.
Definition: LocalDateTime.cpp:38
ace_time::LocalDateTime::second
uint8_t second() const
Return the second.
Definition: LocalDateTime.h:235
-
ace_time::LocalDate::day
uint8_t day() const
Return the day of the month.
Definition: LocalDate.h:295
-
ace_time::LocalDateTime::hour
void hour(uint8_t hour)
Set the hour.
Definition: LocalDateTime.h:226
-
ace_time::LocalDateTime::localTime
const LocalTime & localTime() const
Return the LocalTime.
Definition: LocalDateTime.h:253
-
ace_time::LocalDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDateTime.h:186
-
ace_time::LocalDate::kInvalidUnixSeconds
static const int32_t kInvalidUnixSeconds
Sentinel unixSeconds which indicates an error.
Definition: LocalDate.h:75
+
ace_time::LocalDateTime::day
void day(uint8_t day)
Set the day of the month.
Definition: LocalDateTime.h:220
ace_time::LocalDateTime::minute
uint8_t minute() const
Return the minute.
Definition: LocalDateTime.h:229
+
ace_time::LocalDateTime::year
void year(int16_t year)
Set the year.
Definition: LocalDateTime.h:194
+
ace_time::LocalDateTime::forUnixSeconds64
static LocalDateTime forUnixSeconds64(int64_t unixSeconds)
Factory method that takes the 64-bit number of seconds since Unix Epoch of 1970-01-01.
Definition: LocalDateTime.h:120
+
ace_time::LocalDateTime::forUnixSeconds
static LocalDateTime forUnixSeconds(int32_t unixSeconds)
Factory method that takes the number of seconds since Unix Epoch of 1970-01-01.
Definition: LocalDateTime.h:106
+
ace_time::LocalDateTime::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: LocalDateTime.h:264
+
ace_time::LocalDateTime::localTime
const LocalTime & localTime() const
Return the LocalTime.
Definition: LocalDateTime.h:253
+
ace_time::LocalDateTime::forTinyComponents
static LocalDateTime forTinyComponents(int8_t yearTiny, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using components with an int8_t yearTiny.
Definition: LocalDateTime.h:56
ace_time::LocalDateTime::toEpochDays
int32_t toEpochDays() const
Return number of whole days since AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDateTime.h:258
-
ace_time::LocalDateTime::localDate
const LocalDate & localDate() const
Return the LocalDate.
Definition: LocalDateTime.h:250
-
ace_time::LocalDate::forTinyComponents
static LocalDate forTinyComponents(int8_t yearTiny, uint8_t month, uint8_t day)
Factory method using components with an int8_t yearTiny.
Definition: LocalDate.h:131
-
ace_time::LocalDate::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDate.h:316
-
ace_time::LocalDateTime::toUnixSeconds
int32_t toUnixSeconds() const
Return seconds from Unix epoch 1970-01-01 00:00:00Z, after assuming that the date and time components...
Definition: LocalDateTime.h:290
-
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
+
ace_time::LocalDateTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalDateTime.h:223
+
ace_time::LocalDateTime::forDateStringChainable
static LocalDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDateTime.cpp:46
+
ace_time::LocalDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week, Monday=1, Sunday=7 (per ISO 8601).
Definition: LocalDateTime.h:247
+
ace_time::LocalDateTime::operator==
friend bool operator==(const LocalDateTime &a, const LocalDateTime &b)
Return true if two LocalDateTime objects are equal in all components.
Definition: LocalDateTime.h:353
+
ace_time::LocalDateTime::second
void second(uint8_t second)
Set the second.
Definition: LocalDateTime.h:238
ace_time::LocalDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch 2000-01-01 00:00:00Z, after assuming that the date and time compon...
Definition: LocalDateTime.h:274
-
ace_time::LocalDate::kSecondsSinceUnixEpoch
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45
-
ace_time::LocalDate::kEpochYear
static const int16_t kEpochYear
Base year of epoch.
Definition: LocalDate.h:39
ace_time::LocalDateTime::year
int16_t year() const
Return the year.
Definition: LocalDateTime.h:191
-
ace_time::LocalTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalTime.h:136
-
ace_time::LocalDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDateTime.h:201
-
ace_time::LocalDateTime::compareTo
int8_t compareTo(const LocalDateTime &that) const
Compare 'this' LocalDateTime with 'that' LocalDateTime, and return (<0, 0, >0) according to whether '...
Definition: LocalDateTime.h:314
-
ace_time::LocalDateTime::LocalDateTime
LocalDateTime()
Constructor.
Definition: LocalDateTime.h:183
-
ace_time::LocalTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalTime.h:118
+
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
+
ace_time::LocalDate::kEpochYear
static const int16_t kEpochYear
Base year of epoch.
Definition: LocalDate.h:39
+
ace_time::LocalDate::kSecondsSinceUnixEpoch
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45
+
ace_time::LocalDate::kInvalidEpochDays
static const int32_t kInvalidEpochDays
Sentinel epochDays which indicates an error.
Definition: LocalDate.h:66
+
ace_time::LocalDate::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDate.h:316
+
ace_time::LocalDate::forError
static LocalDate forError()
Factory method that returns a LocalDate which represents an error condition.
Definition: LocalDate.h:244
+
ace_time::LocalDate::kMaxValidUnixSeconds64
static const int64_t kMaxValidUnixSeconds64
Maximum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:81
+
ace_time::LocalDate::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDate.h:279
+
ace_time::LocalDate::kInvalidUnixSeconds64
static const int64_t kInvalidUnixSeconds64
Sentinel 64-bit unixSeconds which indicates an error.
Definition: LocalDate.h:78
+
ace_time::LocalDate::dayOfWeek
uint8_t dayOfWeek() const
Calculate the day of week given the (year, month, day).
Definition: LocalDate.h:306
+
ace_time::LocalDate::kInvalidUnixDays
static const int32_t kInvalidUnixDays
Sentinel unixDays which indicates an error.
Definition: LocalDate.h:72
ace_time::LocalDate::compareTo
int8_t compareTo(const LocalDate &that) const
Compare 'this' LocalDate to 'that' LocalDate, returning (<0, 0, >0) according to whether 'this' occur...
Definition: LocalDate.h:405
-
ace_time::LocalTime::second
uint8_t second() const
Return the second.
Definition: LocalTime.h:130
-
ace_time::LocalDateTime::fold
void fold(uint8_t fold)
Set the fold.
Definition: LocalDateTime.h:244
+
ace_time::LocalDate::kMinValidUnixSeconds64
static const int64_t kMinValidUnixSeconds64
Minimum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:85
+
ace_time::LocalDate::kInvalidUnixSeconds
static const int32_t kInvalidUnixSeconds
Sentinel unixSeconds which indicates an error.
Definition: LocalDate.h:75
+
ace_time::LocalDate::isYearValid
static bool isYearValid(int16_t year)
Return true if year is within valid range of [1873, 2127].
Definition: LocalDate.h:254
+
ace_time::LocalDate::kInvalidEpochSeconds
static const int32_t kInvalidEpochSeconds
Sentinel epochSeconds which indicates an error.
Definition: LocalDate.h:69
+
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
+
ace_time::LocalDate::kDaysSinceUnixEpoch
static const int32_t kDaysSinceUnixEpoch
Number of days from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:92
+
ace_time::LocalDate::toEpochDays
int32_t toEpochDays() const
Return number of days since AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:338
+
ace_time::LocalDate::kInvalidYearTiny
static const int8_t kInvalidYearTiny
Sentinel yearTiny which indicates an error condition or sometimes a year that 'does not exist'.
Definition: LocalDate.h:51
+
ace_time::LocalDate::forTinyComponents
static LocalDate forTinyComponents(int8_t yearTiny, uint8_t month, uint8_t day)
Factory method using components with an int8_t yearTiny.
Definition: LocalDate.h:131
+
ace_time::LocalDate::forEpochDays
static LocalDate forEpochDays(int32_t epochDays)
Factory method using the number of days since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:143
+
ace_time::LocalDate::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDate.h:289
+
ace_time::LocalDate::day
uint8_t day() const
Return the day of the month.
Definition: LocalDate.h:295
+
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
+
ace_time::LocalTime::forComponents
static LocalTime forComponents(uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date, time, and time zone fields.
Definition: LocalTime.h:43
+
ace_time::LocalTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalTime.h:136
ace_time::LocalTime::toSeconds
acetime_t toSeconds() const
Return the number of seconds since midnight.
Definition: LocalTime.h:145
-
ace_time::LocalDateTime::forComponents
static LocalDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date and time components.
Definition: LocalDateTime.h:45
+
ace_time::LocalTime::forError
static LocalTime forError()
Factory method that returns an instance which indicates an error condition.
Definition: LocalTime.h:95
+
ace_time::LocalTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalTime.h:118
ace_time::LocalTime::minute
uint8_t minute() const
Return the minute.
Definition: LocalTime.h:124
-
ace_time::LocalDateTime::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: LocalDateTime.h:264
-
ace_time::LocalDateTime::forDateString
static LocalDateTime forDateString(const char *dateString)
Factory method.
Definition: LocalDateTime.cpp:38
ace_time::LocalTime::forSeconds
static LocalTime forSeconds(acetime_t seconds, uint8_t fold=0)
Factory method.
Definition: LocalTime.h:56
-
ace_time::LocalDateTime::year
void year(int16_t year)
Set the year.
Definition: LocalDateTime.h:194
-
ace_time::LocalDateTime::day
uint8_t day() const
Return the day of the month.
Definition: LocalDateTime.h:217
+
ace_time::LocalTime::second
uint8_t second() const
Return the second.
Definition: LocalTime.h:130
+
ace_time::LocalTime::isError
bool isError() const
Return true if any component is outside the normal time range of 00:00:00 to 23:59:59.
Definition: LocalTime.h:108
ace_time::LocalTime::compareTo
int8_t compareTo(const LocalTime &that) const
Compare 'this' LocalTime with 'that' LocalTime, and return (<0, 0, >0) according to whether 'this' oc...
Definition: LocalTime.h:162
-
ace_time::LocalDate::kInvalidUnixSeconds64
static const int64_t kInvalidUnixSeconds64
Sentinel 64-bit unixSeconds which indicates an error.
Definition: LocalDate.h:78
-
ace_time::LocalDate::kDaysSinceUnixEpoch
static const int32_t kDaysSinceUnixEpoch
Number of days from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:92
-
ace_time::LocalDateTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalDateTime.h:241
-
ace_time::LocalDate::toEpochDays
int32_t toEpochDays() const
Return number of days since AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:338
-
ace_time::LocalDate::isYearValid
static bool isYearValid(int16_t year)
Return true if year is within valid range of [1873, 2127].
Definition: LocalDate.h:254
-
ace_time::LocalDateTime::forTinyComponents
static LocalDateTime forTinyComponents(int8_t yearTiny, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using components with an int8_t yearTiny.
Definition: LocalDateTime.h:56
-
ace_time::LocalDate::kMaxValidUnixSeconds64
static const int64_t kMaxValidUnixSeconds64
Maximum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:81
-
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
-
ace_time::LocalDate::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDate.h:279
-
ace_time::LocalDateTime::forDateString
static LocalDateTime forDateString(const __FlashStringHelper *dateString)
Factory method.
Definition: LocalDateTime.h:160
+ diff --git a/docs/html/LocalDate_8cpp_source.html b/docs/html/LocalDate_8cpp_source.html index 6fbb43a1c..ab96c5538 100644 --- a/docs/html/LocalDate_8cpp_source.html +++ b/docs/html/LocalDate_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/LocalDate.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -170,25 +170,23 @@
97 }
98 
99 }
- -
ace_time::LocalDate::printTo
void printTo(Print &printer) const
Print LocalDate to 'printer' in ISO 8601 format, along with the day of week.
Definition: LocalDate.cpp:46
+
ace_time::DateStrings
Class that translates a numeric month (1-12) or dayOfWeek (1-7) into a human readable string.
Definition: DateStrings.h:26
+
ace_time::DateStrings::dayOfWeekLongString
const char * dayOfWeekLongString(uint8_t dayOfWeek)
Return the short dayOfWeek name.
Definition: DateStrings.h:56
+
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
+
ace_time::LocalDate::forComponents
static LocalDate forComponents(int16_t year, uint8_t month, uint8_t day)
Factory method using separated year, month and day fields.
Definition: LocalDate.h:123
+
ace_time::LocalDate::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDate.h:316
ace_time::LocalDate::forError
static LocalDate forError()
Factory method that returns a LocalDate which represents an error condition.
Definition: LocalDate.h:244
-
ace_time::LocalDate::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDate.h:289
ace_time::LocalDate::dayOfWeek
uint8_t dayOfWeek() const
Calculate the day of week given the (year, month, day).
Definition: LocalDate.h:306
-
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
-
ace_time::DateStrings::dayOfWeekLongString
const char * dayOfWeekLongString(uint8_t dayOfWeek)
Return the short dayOfWeek name.
Definition: DateStrings.h:56
-
ace_time::LocalDate::forDateStringChainable
static LocalDate forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDate.cpp:72
+
ace_time::LocalDate::printTo
void printTo(Print &printer) const
Print LocalDate to 'printer' in ISO 8601 format, along with the day of week.
Definition: LocalDate.cpp:46
ace_time::LocalDate::forDateString
static LocalDate forDateString(const char *dateString)
Factory method.
Definition: LocalDate.cpp:65
-
ace_time::DateStrings
Class that translates a numeric month (1-12) or dayOfWeek (1-7) into a human readable string.
Definition: DateStrings.h:26
-
ace_time::LocalDate::day
uint8_t day() const
Return the day of the month.
Definition: LocalDate.h:295
-
ace_time::LocalDate::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDate.h:316
-
ace_time::LocalDate::forComponents
static LocalDate forComponents(int16_t year, uint8_t month, uint8_t day)
Factory method using separated year, month and day fields.
Definition: LocalDate.h:123
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
+
ace_time::LocalDate::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDate.h:289
+
ace_time::LocalDate::forDateStringChainable
static LocalDate forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDate.cpp:72
+
ace_time::LocalDate::day
uint8_t day() const
Return the day of the month.
Definition: LocalDate.h:295
+ diff --git a/docs/html/LocalDate_8h_source.html b/docs/html/LocalDate_8h_source.html index 9271ca578..2e91f8d6a 100644 --- a/docs/html/LocalDate_8h_source.html +++ b/docs/html/LocalDate_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/LocalDate.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -359,65 +359,63 @@
497 }
498 
499 #endif
- -
ace_time::LocalDate::printTo
void printTo(Print &printer) const
Print LocalDate to 'printer' in ISO 8601 format, along with the day of week.
Definition: LocalDate.cpp:46
-
ace_time::LocalDate::forError
static LocalDate forError()
Factory method that returns a LocalDate which represents an error condition.
Definition: LocalDate.h:244
-
ace_time::LocalDate::LocalDate
LocalDate()
Default constructor does nothing.
Definition: LocalDate.h:266
-
ace_time::LocalDate::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDate.h:289
-
ace_time::LocalDate::kInvalidEpochSeconds
static const int32_t kInvalidEpochSeconds
Sentinel epochSeconds which indicates an error.
Definition: LocalDate.h:69
-
ace_time::LocalDate::kInvalidEpochDays
static const int32_t kInvalidEpochDays
Sentinel epochDays which indicates an error.
Definition: LocalDate.h:66
-
ace_time::LocalDate::kMaxYearTiny
static const int8_t kMaxYearTiny
Sentinel yearTiny which represents the largest year, effectively +Infinity.
Definition: LocalDate.h:63
-
ace_time::LocalDate::kThursday
static const uint8_t kThursday
Thursday ISO 8601 number.
Definition: LocalDate.h:104
-
ace_time::LocalDate::isLeapYear
static bool isLeapYear(int16_t year)
True if year is a leap year.
Definition: LocalDate.h:249
-
ace_time::LocalDate::kMinYearTiny
static const int8_t kMinYearTiny
Sentinel yearTiny which represents the smallest year, effectively -Infinity.
Definition: LocalDate.h:57
-
ace_time::LocalDate::dayOfWeek
uint8_t dayOfWeek() const
Calculate the day of week given the (year, month, day).
Definition: LocalDate.h:306
-
ace_time::LocalDate::forEpochDays
static LocalDate forEpochDays(int32_t epochDays)
Factory method using the number of days since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:143
-
ace_time::LocalDate::year
void year(int16_t year)
Set the year given the full year.
Definition: LocalDate.h:272
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
-
ace_time::LocalDate::toEpochSeconds
acetime_t toEpochSeconds() const
Return the number of seconds since AceTime epoch (2000-01-01 00:00:00).
Definition: LocalDate.h:378
+
ace_time::LocalDate::kEpochYear
static const int16_t kEpochYear
Base year of epoch.
Definition: LocalDate.h:39
ace_time::LocalDate::operator==
friend bool operator==(const LocalDate &a, const LocalDate &b)
Return true if two LocalDate objects are equal in all components.
Definition: LocalDate.h:486
-
ace_time::LocalDate::forEpochSeconds
static LocalDate forEpochSeconds(acetime_t epochSeconds)
Factory method using the number of seconds since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:175
-
ace_time::LocalDate::forDateStringChainable
static LocalDate forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDate.cpp:72
-
ace_time::LocalDate::kMinValidUnixSeconds64
static const int64_t kMinValidUnixSeconds64
Minimum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:85
-
ace_time::LocalDate::kFriday
static const uint8_t kFriday
Friday ISO 8601 number.
Definition: LocalDate.h:107
-
ace_time::LocalDate::forDateString
static LocalDate forDateString(const char *dateString)
Factory method.
Definition: LocalDate.cpp:65
-
ace_time::LocalDate::forUnixSeconds
static LocalDate forUnixSeconds(int32_t unixSeconds)
Factory method that takes the number of seconds since Unix Epoch of 1970-01-01.
Definition: LocalDate.h:194
-
ace_time::LocalDate::kInvalidUnixDays
static const int32_t kInvalidUnixDays
Sentinel unixDays which indicates an error.
Definition: LocalDate.h:72
-
ace_time::LocalDate::kInvalidYearTiny
static const int8_t kInvalidYearTiny
Sentinel yearTiny which indicates an error condition or sometimes a year that 'does not exist'.
Definition: LocalDate.h:51
-
ace_time::LocalDate::toUnixSeconds
int32_t toUnixSeconds() const
Return the number of seconds since Unix epoch (1970-01-01 00:00:00).
Definition: LocalDate.h:386
-
ace_time::LocalDate::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: LocalDate.h:363
-
ace_time::LocalDate::day
uint8_t day() const
Return the day of the month.
Definition: LocalDate.h:295
-
ace_time::LocalDate::kSaturday
static const uint8_t kSaturday
Saturday ISO 8601 number.
Definition: LocalDate.h:110
-
ace_time::LocalDate::kInvalidUnixSeconds
static const int32_t kInvalidUnixSeconds
Sentinel unixSeconds which indicates an error.
Definition: LocalDate.h:75
-
ace_time::LocalDate::day
void day(uint8_t day)
Set the day of the month.
Definition: LocalDate.h:298
-
ace_time::LocalDate::forTinyComponents
static LocalDate forTinyComponents(int8_t yearTiny, uint8_t month, uint8_t day)
Factory method using components with an int8_t yearTiny.
Definition: LocalDate.h:131
-
ace_time::LocalDate::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDate.h:316
-
ace_time::LocalDate::forUnixSeconds64
static LocalDate forUnixSeconds64(int64_t unixSeconds)
Factory method that takes the 64-bit number of seconds since Unix Epoch of 1970-01-01.
Definition: LocalDate.h:209
+
ace_time::LocalDate::kWednesday
static const uint8_t kWednesday
Wednesday ISO 8601 number.
Definition: LocalDate.h:101
ace_time::LocalDate::forComponents
static LocalDate forComponents(int16_t year, uint8_t month, uint8_t day)
Factory method using separated year, month and day fields.
Definition: LocalDate.h:123
-
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
+
ace_time::LocalDate::isLeapYear
static bool isLeapYear(int16_t year)
True if year is a leap year.
Definition: LocalDate.h:249
ace_time::LocalDate::kSecondsSinceUnixEpoch
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45
-
ace_time::LocalDate::kEpochYear
static const int16_t kEpochYear
Base year of epoch.
Definition: LocalDate.h:39
-
ace_time::LocalDate::forUnixDays
static LocalDate forUnixDays(int32_t unixDays)
Factory method using the number of days since Unix epoch 1970-01-1.
Definition: LocalDate.h:156
-
ace_time::LocalDate::kSunday
static const uint8_t kSunday
Sunday ISO 8601 number.
Definition: LocalDate.h:113
-
ace_time::LocalDate::compareTo
int8_t compareTo(const LocalDate &that) const
Compare 'this' LocalDate to 'that' LocalDate, returning (<0, 0, >0) according to whether 'this' occur...
Definition: LocalDate.h:405
+
ace_time::LocalDate::kInvalidEpochDays
static const int32_t kInvalidEpochDays
Sentinel epochDays which indicates an error.
Definition: LocalDate.h:66
+
ace_time::LocalDate::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDate.h:316
ace_time::LocalDate::kTuesday
static const uint8_t kTuesday
Tuesday ISO 8601 number.
Definition: LocalDate.h:98
-
ace_time::LocalDate::daysInMonth
static uint8_t daysInMonth(int16_t year, uint8_t month)
Return the number of days in the current month.
Definition: LocalDate.h:260
+
ace_time::LocalDate::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: LocalDate.h:363
+
ace_time::LocalDate::forError
static LocalDate forError()
Factory method that returns a LocalDate which represents an error condition.
Definition: LocalDate.h:244
+
ace_time::LocalDate::kMaxValidUnixSeconds64
static const int64_t kMaxValidUnixSeconds64
Maximum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:81
+
ace_time::LocalDate::forUnixSeconds64
static LocalDate forUnixSeconds64(int64_t unixSeconds)
Factory method that takes the 64-bit number of seconds since Unix Epoch of 1970-01-01.
Definition: LocalDate.h:209
+
ace_time::LocalDate::day
void day(uint8_t day)
Set the day of the month.
Definition: LocalDate.h:298
+
ace_time::LocalDate::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDate.h:279
ace_time::LocalDate::kInvalidUnixSeconds64
static const int64_t kInvalidUnixSeconds64
Sentinel 64-bit unixSeconds which indicates an error.
Definition: LocalDate.h:78
+
ace_time::LocalDate::dayOfWeek
uint8_t dayOfWeek() const
Calculate the day of week given the (year, month, day).
Definition: LocalDate.h:306
+
ace_time::LocalDate::kFriday
static const uint8_t kFriday
Friday ISO 8601 number.
Definition: LocalDate.h:107
+
ace_time::LocalDate::kInvalidUnixDays
static const int32_t kInvalidUnixDays
Sentinel unixDays which indicates an error.
Definition: LocalDate.h:72
+
ace_time::LocalDate::toUnixSeconds64
int64_t toUnixSeconds64() const
Return the number of seconds since Unix epoch (1970-01-01 00:00:00).
Definition: LocalDate.h:394
+
ace_time::LocalDate::LocalDate
LocalDate()
Default constructor does nothing.
Definition: LocalDate.h:266
+
ace_time::LocalDate::printTo
void printTo(Print &printer) const
Print LocalDate to 'printer' in ISO 8601 format, along with the day of week.
Definition: LocalDate.cpp:46
+
ace_time::LocalDate::compareTo
int8_t compareTo(const LocalDate &that) const
Compare 'this' LocalDate to 'that' LocalDate, returning (<0, 0, >0) according to whether 'this' occur...
Definition: LocalDate.h:405
+
ace_time::LocalDate::toUnixSeconds
int32_t toUnixSeconds() const
Return the number of seconds since Unix epoch (1970-01-01 00:00:00).
Definition: LocalDate.h:386
+
ace_time::LocalDate::kMinValidUnixSeconds64
static const int64_t kMinValidUnixSeconds64
Minimum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:85
ace_time::LocalDate::yearTiny
void yearTiny(int8_t yearTiny)
Set the single-byte year offset from year 2000.
Definition: LocalDate.h:286
-
ace_time::LocalDate::kDaysSinceUnixEpoch
static const int32_t kDaysSinceUnixEpoch
Number of days from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:92
+
ace_time::LocalDate::kMinYearTiny
static const int8_t kMinYearTiny
Sentinel yearTiny which represents the smallest year, effectively -Infinity.
Definition: LocalDate.h:57
+
ace_time::LocalDate::kMaxYearTiny
static const int8_t kMaxYearTiny
Sentinel yearTiny which represents the largest year, effectively +Infinity.
Definition: LocalDate.h:63
+
ace_time::LocalDate::daysInMonth
static uint8_t daysInMonth(int16_t year, uint8_t month)
Return the number of days in the current month.
Definition: LocalDate.h:260
+
ace_time::LocalDate::kInvalidUnixSeconds
static const int32_t kInvalidUnixSeconds
Sentinel unixSeconds which indicates an error.
Definition: LocalDate.h:75
ace_time::LocalDate::month
void month(uint8_t month)
Set the month.
Definition: LocalDate.h:292
-
ace_time::LocalDate::toEpochDays
int32_t toEpochDays() const
Return number of days since AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:338
+
ace_time::LocalDate::forUnixSeconds
static LocalDate forUnixSeconds(int32_t unixSeconds)
Factory method that takes the number of seconds since Unix Epoch of 1970-01-01.
Definition: LocalDate.h:194
ace_time::LocalDate::isYearValid
static bool isYearValid(int16_t year)
Return true if year is within valid range of [1873, 2127].
Definition: LocalDate.h:254
-
ace_time::LocalDate::kMaxValidUnixSeconds64
static const int64_t kMaxValidUnixSeconds64
Maximum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:81
-
ace_time::LocalDate::toUnixSeconds64
int64_t toUnixSeconds64() const
Return the number of seconds since Unix epoch (1970-01-01 00:00:00).
Definition: LocalDate.h:394
+
ace_time::LocalDate::forDateString
static LocalDate forDateString(const char *dateString)
Factory method.
Definition: LocalDate.cpp:65
+
ace_time::LocalDate::kInvalidEpochSeconds
static const int32_t kInvalidEpochSeconds
Sentinel epochSeconds which indicates an error.
Definition: LocalDate.h:69
+
ace_time::LocalDate::year
int16_t year() const
Return the full year instead of just the last 2 digits.
Definition: LocalDate.h:269
+
ace_time::LocalDate::kDaysSinceUnixEpoch
static const int32_t kDaysSinceUnixEpoch
Number of days from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:92
+
ace_time::LocalDate::forEpochSeconds
static LocalDate forEpochSeconds(acetime_t epochSeconds)
Factory method using the number of seconds since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:175
+
ace_time::LocalDate::toEpochDays
int32_t toEpochDays() const
Return number of days since AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:338
+
ace_time::LocalDate::kInvalidYearTiny
static const int8_t kInvalidYearTiny
Sentinel yearTiny which indicates an error condition or sometimes a year that 'does not exist'.
Definition: LocalDate.h:51
+
ace_time::LocalDate::kThursday
static const uint8_t kThursday
Thursday ISO 8601 number.
Definition: LocalDate.h:104
+
ace_time::LocalDate::kSaturday
static const uint8_t kSaturday
Saturday ISO 8601 number.
Definition: LocalDate.h:110
+
ace_time::LocalDate::forTinyComponents
static LocalDate forTinyComponents(int8_t yearTiny, uint8_t month, uint8_t day)
Factory method using components with an int8_t yearTiny.
Definition: LocalDate.h:131
ace_time::LocalDate::kMonday
static const uint8_t kMonday
Monday ISO 8601 number.
Definition: LocalDate.h:95
-
ace_time::LocalDate::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDate.h:279
-
ace_time::LocalDate::kWednesday
static const uint8_t kWednesday
Wednesday ISO 8601 number.
Definition: LocalDate.h:101
+
ace_time::LocalDate::forUnixDays
static LocalDate forUnixDays(int32_t unixDays)
Factory method using the number of days since Unix epoch 1970-01-1.
Definition: LocalDate.h:156
+
ace_time::LocalDate::forEpochDays
static LocalDate forEpochDays(int32_t epochDays)
Factory method using the number of days since AceTime epoch of 2000-01-01.
Definition: LocalDate.h:143
+
ace_time::LocalDate::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDate.h:289
+
ace_time::LocalDate::toEpochSeconds
acetime_t toEpochSeconds() const
Return the number of seconds since AceTime epoch (2000-01-01 00:00:00).
Definition: LocalDate.h:378
+
ace_time::LocalDate::kSunday
static const uint8_t kSunday
Sunday ISO 8601 number.
Definition: LocalDate.h:113
+
ace_time::LocalDate::forDateStringChainable
static LocalDate forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDate.cpp:72
+
ace_time::LocalDate::year
void year(int16_t year)
Set the year given the full year.
Definition: LocalDate.h:272
+
ace_time::LocalDate::day
uint8_t day() const
Return the day of the month.
Definition: LocalDate.h:295
+ diff --git a/docs/html/LocalTime_8cpp_source.html b/docs/html/LocalTime_8cpp_source.html index bf1296e61..aa77356a9 100644 --- a/docs/html/LocalTime_8cpp_source.html +++ b/docs/html/LocalTime_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/LocalTime.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -131,22 +131,20 @@
58 }
59 
60 }
- +
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
ace_time::LocalTime::forTimeStringChainable
static LocalTime forTimeStringChainable(const char *&timeString)
Variant of forTimeString() that updates the pointer to the next unprocessed character.
Definition: LocalTime.cpp:35
-
ace_time::LocalTime::printTo
void printTo(Print &printer) const
Print LocalTime to 'printer' in ISO 8601 format.
Definition: LocalTime.cpp:13
-
ace_time::LocalTime::isError
bool isError() const
Return true if any component is outside the normal time range of 00:00:00 to 23:59:59.
Definition: LocalTime.h:108
ace_time::LocalTime::forError
static LocalTime forError()
Factory method that returns an instance which indicates an error condition.
Definition: LocalTime.h:95
+
ace_time::LocalTime::forTimeString
static LocalTime forTimeString(const char *timeString)
Factory method.
Definition: LocalTime.cpp:27
+
ace_time::LocalTime::printTo
void printTo(Print &printer) const
Print LocalTime to 'printer' in ISO 8601 format.
Definition: LocalTime.cpp:13
+
ace_time::LocalTime::LocalTime
LocalTime()
Default constructor does nothing.
Definition: LocalTime.h:100
ace_time::LocalTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalTime.h:118
-
ace_time::LocalTime::second
uint8_t second() const
Return the second.
Definition: LocalTime.h:130
ace_time::LocalTime::minute
uint8_t minute() const
Return the minute.
Definition: LocalTime.h:124
-
ace_time::LocalTime::LocalTime
LocalTime()
Default constructor does nothing.
Definition: LocalTime.h:100
-
ace_time::LocalTime::forTimeString
static LocalTime forTimeString(const char *timeString)
Factory method.
Definition: LocalTime.cpp:27
-
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
+
ace_time::LocalTime::second
uint8_t second() const
Return the second.
Definition: LocalTime.h:130
+
ace_time::LocalTime::isError
bool isError() const
Return true if any component is outside the normal time range of 00:00:00 to 23:59:59.
Definition: LocalTime.h:108
+ diff --git a/docs/html/LocalTime_8h_source.html b/docs/html/LocalTime_8h_source.html index 9d270e79c..d6eae99fe 100644 --- a/docs/html/LocalTime_8h_source.html +++ b/docs/html/LocalTime_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/LocalTime.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -216,33 +216,31 @@
230 }
231 
232 #endif
- -
ace_time::LocalTime::forTimeStringChainable
static LocalTime forTimeStringChainable(const char *&timeString)
Variant of forTimeString() that updates the pointer to the next unprocessed character.
Definition: LocalTime.cpp:35
-
ace_time::LocalTime::second
void second(uint8_t second)
Set the second.
Definition: LocalTime.h:133
-
ace_time::LocalTime::fold
void fold(uint8_t fold)
Set the fold.
Definition: LocalTime.h:139
+
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
+
ace_time::LocalTime::kInvalidSeconds
static const int32_t kInvalidSeconds
An invalid seconds marker that indicates isError() true.
Definition: LocalTime.h:30
ace_time::LocalTime::forComponents
static LocalTime forComponents(uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date, time, and time zone fields.
Definition: LocalTime.h:43
-
ace_time::LocalTime::printTo
void printTo(Print &printer) const
Print LocalTime to 'printer' in ISO 8601 format.
Definition: LocalTime.cpp:13
-
ace_time::LocalTime::isError
bool isError() const
Return true if any component is outside the normal time range of 00:00:00 to 23:59:59.
Definition: LocalTime.h:108
-
ace_time::LocalTime::forError
static LocalTime forError()
Factory method that returns an instance which indicates an error condition.
Definition: LocalTime.h:95
ace_time::LocalTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalTime.h:136
-
ace_time::LocalTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalTime.h:118
-
ace_time::LocalTime::second
uint8_t second() const
Return the second.
Definition: LocalTime.h:130
+
ace_time::LocalTime::operator==
friend bool operator==(const LocalTime &a, const LocalTime &b)
Return true if two LocalTime objects are equal.
Definition: LocalTime.h:219
ace_time::LocalTime::toSeconds
acetime_t toSeconds() const
Return the number of seconds since midnight.
Definition: LocalTime.h:145
-
ace_time::LocalTime::kInvalidSeconds
static const int32_t kInvalidSeconds
An invalid seconds marker that indicates isError() true.
Definition: LocalTime.h:30
+
ace_time::LocalTime::forTimeStringChainable
static LocalTime forTimeStringChainable(const char *&timeString)
Variant of forTimeString() that updates the pointer to the next unprocessed character.
Definition: LocalTime.cpp:35
+
ace_time::LocalTime::minute
void minute(uint8_t minute)
Set the minute.
Definition: LocalTime.h:127
+
ace_time::LocalTime::hour
void hour(uint8_t hour)
Set the hour.
Definition: LocalTime.h:121
+
ace_time::LocalTime::forError
static LocalTime forError()
Factory method that returns an instance which indicates an error condition.
Definition: LocalTime.h:95
+
ace_time::LocalTime::forTimeString
static LocalTime forTimeString(const char *timeString)
Factory method.
Definition: LocalTime.cpp:27
+
ace_time::LocalTime::printTo
void printTo(Print &printer) const
Print LocalTime to 'printer' in ISO 8601 format.
Definition: LocalTime.cpp:13
+
ace_time::LocalTime::LocalTime
LocalTime()
Default constructor does nothing.
Definition: LocalTime.h:100
+
ace_time::LocalTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalTime.h:118
+
ace_time::LocalTime::second
void second(uint8_t second)
Set the second.
Definition: LocalTime.h:133
ace_time::LocalTime::minute
uint8_t minute() const
Return the minute.
Definition: LocalTime.h:124
ace_time::LocalTime::forSeconds
static LocalTime forSeconds(acetime_t seconds, uint8_t fold=0)
Factory method.
Definition: LocalTime.h:56
-
ace_time::LocalTime::minute
void minute(uint8_t minute)
Set the minute.
Definition: LocalTime.h:127
+
ace_time::LocalTime::second
uint8_t second() const
Return the second.
Definition: LocalTime.h:130
+
ace_time::LocalTime::isError
bool isError() const
Return true if any component is outside the normal time range of 00:00:00 to 23:59:59.
Definition: LocalTime.h:108
+
ace_time::LocalTime::fold
void fold(uint8_t fold)
Set the fold.
Definition: LocalTime.h:139
ace_time::LocalTime::compareTo
int8_t compareTo(const LocalTime &that) const
Compare 'this' LocalTime with 'that' LocalTime, and return (<0, 0, >0) according to whether 'this' oc...
Definition: LocalTime.h:162
-
ace_time::LocalTime::LocalTime
LocalTime()
Default constructor does nothing.
Definition: LocalTime.h:100
-
ace_time::LocalTime::forTimeString
static LocalTime forTimeString(const char *timeString)
Factory method.
Definition: LocalTime.cpp:27
-
ace_time::LocalTime::operator==
friend bool operator==(const LocalTime &a, const LocalTime &b)
Return true if two LocalTime objects are equal.
Definition: LocalTime.h:219
-
ace_time::LocalTime::hour
void hour(uint8_t hour)
Set the hour.
Definition: LocalTime.h:121
-
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
+ diff --git a/docs/html/OffsetDateTime_8cpp_source.html b/docs/html/OffsetDateTime_8cpp_source.html index 9f70dfe67..12421cd77 100644 --- a/docs/html/OffsetDateTime_8cpp_source.html +++ b/docs/html/OffsetDateTime_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/OffsetDateTime.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -112,25 +112,23 @@
39 }
40 
41 }
- -
ace_time::OffsetDateTime::printTo
void printTo(Print &printer) const
Print OffsetDateTime to 'printer' in ISO 8601 format.
Definition: OffsetDateTime.cpp:11
-
ace_time::OffsetDateTime::forDateString
static OffsetDateTime forDateString(const char *dateString)
Factory method.
Definition: OffsetDateTime.cpp:24
-
ace_time::OffsetDateTime::OffsetDateTime
OffsetDateTime()
Constructor.
Definition: OffsetDateTime.h:184
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
-
ace_time::TimeOffset::forOffsetStringChainable
static TimeOffset forOffsetStringChainable(const char *&offsetString)
Variant of forOffsetString() that updates the string pointer to the next unprocessed character.
Definition: TimeOffset.cpp:41
ace_time::LocalDateTime::printTo
void printTo(Print &printer) const
Print LocalDateTime to 'printer' in ISO 8601 format.
Definition: LocalDateTime.cpp:14
-
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
-
ace_time::TimeOffset::printTo
void printTo(Print &printer) const
Print the human readable string.
Definition: TimeOffset.cpp:15
-
ace_time::OffsetDateTime::forDateStringChainable
static OffsetDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: OffsetDateTime.cpp:31
-
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
-
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
ace_time::LocalDateTime::forDateStringChainable
static LocalDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: LocalDateTime.cpp:46
+
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
+
ace_time::OffsetDateTime::forDateStringChainable
static OffsetDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: OffsetDateTime.cpp:31
ace_time::OffsetDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: OffsetDateTime.h:187
+
ace_time::OffsetDateTime::OffsetDateTime
OffsetDateTime()
Constructor.
Definition: OffsetDateTime.h:184
+
ace_time::OffsetDateTime::printTo
void printTo(Print &printer) const
Print OffsetDateTime to 'printer' in ISO 8601 format.
Definition: OffsetDateTime.cpp:11
+
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
+
ace_time::OffsetDateTime::forDateString
static OffsetDateTime forDateString(const char *dateString)
Factory method.
Definition: OffsetDateTime.cpp:24
+
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
+
ace_time::TimeOffset::printTo
void printTo(Print &printer) const
Print the human readable string.
Definition: TimeOffset.cpp:15
+
ace_time::TimeOffset::forOffsetStringChainable
static TimeOffset forOffsetStringChainable(const char *&offsetString)
Variant of forOffsetString() that updates the string pointer to the next unprocessed character.
Definition: TimeOffset.cpp:41
+ diff --git a/docs/html/OffsetDateTime_8h_source.html b/docs/html/OffsetDateTime_8h_source.html index ff131a92d..eafd88259 100644 --- a/docs/html/OffsetDateTime_8h_source.html +++ b/docs/html/OffsetDateTime_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/OffsetDateTime.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -283,89 +283,87 @@
396 }
397 
398 #endif
- -
ace_time::OffsetDateTime::printTo
void printTo(Print &printer) const
Print OffsetDateTime to 'printer' in ISO 8601 format.
Definition: OffsetDateTime.cpp:11
-
ace_time::OffsetDateTime::forComponents
static OffsetDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, TimeOffset timeOffset, uint8_t fold=0)
Factory method using separated date, time, and UTC offset fields.
Definition: OffsetDateTime.h:57
-
ace_time::LocalDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week, Monday=1, Sunday=7 (per ISO 8601).
Definition: LocalDateTime.h:247
-
ace_time::OffsetDateTime::forDateString
static OffsetDateTime forDateString(const char *dateString)
Factory method.
Definition: OffsetDateTime.cpp:24
-
ace_time::LocalDateTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalDateTime.h:223
-
ace_time::OffsetDateTime::OffsetDateTime
OffsetDateTime()
Constructor.
Definition: OffsetDateTime.h:184
-
ace_time::LocalDate::kInvalidEpochSeconds
static const int32_t kInvalidEpochSeconds
Sentinel epochSeconds which indicates an error.
Definition: LocalDate.h:69
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
-
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
-
ace_time::TimeOffset::isError
bool isError() const
Return true if this TimeOffset represents an error.
Definition: TimeOffset.h:138
-
ace_time::LocalDate::kInvalidEpochDays
static const int32_t kInvalidEpochDays
Sentinel epochDays which indicates an error.
Definition: LocalDate.h:66
-
ace_time::TimeOffset::toSeconds
int32_t toSeconds() const
Return the time offset as seconds.
Definition: TimeOffset.h:116
-
ace_time::OffsetDateTime::fold
uint8_t fold() const
Return the fold.
Definition: OffsetDateTime.h:243
-
ace_time::OffsetDateTime::second
void second(uint8_t second)
Set the second.
Definition: OffsetDateTime.h:240
-
ace_time::OffsetDateTime::localDate
const LocalDate & localDate() const
Return the LocalDate.
Definition: OffsetDateTime.h:261
-
ace_time::OffsetDateTime::toEpochDays
int32_t toEpochDays() const
Return number of whole days since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offse...
Definition: OffsetDateTime.h:279
-
ace_time::OffsetDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offset zone.
Definition: OffsetDateTime.h:302
-
ace_time::OffsetDateTime::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: OffsetDateTime.h:213
-
ace_time::OffsetDateTime::fold
void fold(uint8_t fold)
Set the fold.
Definition: OffsetDateTime.h:246
-
ace_time::OffsetDateTime::day
void day(uint8_t day)
Set the day of the month.
Definition: OffsetDateTime.h:222
-
ace_time::OffsetDateTime::year
void year(int16_t year)
Set the year.
Definition: OffsetDateTime.h:196
-
ace_time::LocalDateTime::forError
static LocalDateTime forError()
Factory method that returns an instance where isError() returns true.
Definition: LocalDateTime.h:178
ace_time::LocalDateTime::forEpochSeconds
static LocalDateTime forEpochSeconds(acetime_t epochSeconds, uint8_t fold=0)
Factory method.
Definition: LocalDateTime.h:75
-
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
-
ace_time::OffsetDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: OffsetDateTime.h:203
-
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
-
ace_time::OffsetDateTime::forDateStringChainable
static OffsetDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: OffsetDateTime.cpp:31
-
ace_time::OffsetDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week, Monday=1, Sunday=7 (per ISO 8601).
Definition: OffsetDateTime.h:249
-
ace_time::OffsetDateTime::convertToTimeOffset
OffsetDateTime convertToTimeOffset(TimeOffset timeOffset) const
Create a OffsetDateTime in a different offset zone code (with the same epochSeconds).
Definition: OffsetDateTime.h:270
-
ace_time::OffsetDateTime::toUnixSeconds
int32_t toUnixSeconds() const
Return the number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: OffsetDateTime.h:314
-
ace_time::OffsetDateTime::toUnixSeconds64
int64_t toUnixSeconds64() const
Return the 64-bit number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: OffsetDateTime.h:326
-
ace_time::LocalDate::kMinValidUnixSeconds64
static const int64_t kMinValidUnixSeconds64
Minimum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:85
+
ace_time::LocalDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDateTime.h:201
+
ace_time::LocalDateTime::forComponents
static LocalDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date and time components.
Definition: LocalDateTime.h:45
+
ace_time::LocalDateTime::day
uint8_t day() const
Return the day of the month.
Definition: LocalDateTime.h:217
+
ace_time::LocalDateTime::localDate
const LocalDate & localDate() const
Return the LocalDate.
Definition: LocalDateTime.h:250
+
ace_time::LocalDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDateTime.h:186
+
ace_time::LocalDateTime::forError
static LocalDateTime forError()
Factory method that returns an instance where isError() returns true.
Definition: LocalDateTime.h:178
ace_time::LocalDateTime::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: LocalDateTime.h:211
-
ace_time::OffsetDateTime::yearTiny
void yearTiny(int8_t yearTiny)
Set the single-byte year offset from year 2000.
Definition: OffsetDateTime.h:210
-
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
-
ace_time::LocalDate::kInvalidUnixDays
static const int32_t kInvalidUnixDays
Sentinel unixDays which indicates an error.
Definition: LocalDate.h:72
-
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
-
ace_time::OffsetDateTime::second
uint8_t second() const
Return the second.
Definition: OffsetDateTime.h:237
-
ace_time::OffsetDateTime::operator==
friend bool operator==(const OffsetDateTime &a, const OffsetDateTime &b)
Return true if two OffsetDateTime objects are equal in all components.
Definition: OffsetDateTime.h:386
+
ace_time::LocalDateTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalDateTime.h:241
ace_time::LocalDateTime::second
uint8_t second() const
Return the second.
Definition: LocalDateTime.h:235
-
ace_time::LocalDateTime::localTime
const LocalTime & localTime() const
Return the LocalTime.
Definition: LocalDateTime.h:253
-
ace_time::OffsetDateTime::month
void month(uint8_t month)
Set the month.
Definition: OffsetDateTime.h:216
-
ace_time::LocalDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: LocalDateTime.h:186
-
ace_time::LocalDate::kInvalidUnixSeconds
static const int32_t kInvalidUnixSeconds
Sentinel unixSeconds which indicates an error.
Definition: LocalDate.h:75
ace_time::LocalDateTime::minute
uint8_t minute() const
Return the minute.
Definition: LocalDateTime.h:229
-
ace_time::LocalDateTime::localDate
const LocalDate & localDate() const
Return the LocalDate.
Definition: LocalDateTime.h:250
-
ace_time::OffsetDateTime::minute
void minute(uint8_t minute)
Set the minute.
Definition: OffsetDateTime.h:234
-
ace_time::OffsetDateTime::compareTo
int8_t compareTo(const OffsetDateTime &that) const
Compare 'this' OffsetDateTime with 'that' OffsetDateTime, and return (<0, 0, >0) according to whether...
Definition: OffsetDateTime.h:347
-
ace_time::OffsetDateTime::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: OffsetDateTime.h:293
+
ace_time::LocalDateTime::localTime
const LocalTime & localTime() const
Return the LocalTime.
Definition: LocalDateTime.h:253
+
ace_time::LocalDateTime::hour
uint8_t hour() const
Return the hour.
Definition: LocalDateTime.h:223
+
ace_time::LocalDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week, Monday=1, Sunday=7 (per ISO 8601).
Definition: LocalDateTime.h:247
ace_time::LocalDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch 2000-01-01 00:00:00Z, after assuming that the date and time compon...
Definition: LocalDateTime.h:274
-
ace_time::LocalDate::kSecondsSinceUnixEpoch
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45
-
ace_time::OffsetDateTime::timeOffset
void timeOffset(TimeOffset timeOffset)
Set the offset zone.
Definition: OffsetDateTime.h:255
-
ace_time::OffsetDateTime::forDateString
static OffsetDateTime forDateString(const __FlashStringHelper *dateString)
Factory method.
Definition: OffsetDateTime.h:161
ace_time::LocalDateTime::year
int16_t year() const
Return the year.
Definition: LocalDateTime.h:191
-
ace_time::OffsetDateTime::timeOffset
TimeOffset timeOffset() const
Return the offset zone of the OffsetDateTime.
Definition: OffsetDateTime.h:252
-
ace_time::LocalDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: LocalDateTime.h:201
-
ace_time::OffsetDateTime::hour
void hour(uint8_t hour)
Set the hour.
Definition: OffsetDateTime.h:228
-
ace_time::OffsetDateTime::day
uint8_t day() const
Return the day of the month.
Definition: OffsetDateTime.h:219
-
ace_time::OffsetDateTime::minute
uint8_t minute() const
Return the minute.
Definition: OffsetDateTime.h:231
-
ace_time::LocalTime::toSeconds
acetime_t toSeconds() const
Return the number of seconds since midnight.
Definition: LocalTime.h:145
-
ace_time::LocalDateTime::forComponents
static LocalDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date and time components.
Definition: LocalDateTime.h:45
-
ace_time::OffsetDateTime::forUnixSeconds64
static OffsetDateTime forUnixSeconds64(int64_t unixSeconds, TimeOffset timeOffset)
Factory method that takes the number of seconds (64-bit) since Unix Epoch of 1970-01-01.
Definition: OffsetDateTime.h:116
-
ace_time::LocalDateTime::day
uint8_t day() const
Return the day of the month.
Definition: LocalDateTime.h:217
-
ace_time::OffsetDateTime::forLocalDateTimeAndOffset
static OffsetDateTime forLocalDateTimeAndOffset(const LocalDateTime &localDateTime, TimeOffset timeOffset)
Factory method from LocalDateTime and TimeOffset.
Definition: OffsetDateTime.h:37
-
ace_time::OffsetDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: OffsetDateTime.h:187
-
ace_time::OffsetDateTime::hour
uint8_t hour() const
Return the hour.
Definition: OffsetDateTime.h:225
+
ace_time::LocalDate
The date (year, month, day) representing the date without regards to time zone.
Definition: LocalDate.h:36
+
ace_time::LocalDate::kSecondsSinceUnixEpoch
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45
+
ace_time::LocalDate::kInvalidEpochDays
static const int32_t kInvalidEpochDays
Sentinel epochDays which indicates an error.
Definition: LocalDate.h:66
+
ace_time::LocalDate::kMaxValidUnixSeconds64
static const int64_t kMaxValidUnixSeconds64
Maximum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:81
ace_time::LocalDate::kInvalidUnixSeconds64
static const int64_t kInvalidUnixSeconds64
Sentinel 64-bit unixSeconds which indicates an error.
Definition: LocalDate.h:78
-
ace_time::OffsetDateTime::forUnixSeconds
static OffsetDateTime forUnixSeconds(int32_t unixSeconds, TimeOffset timeOffset)
Factory method that takes the number of seconds since Unix Epoch of 1970-01-01.
Definition: OffsetDateTime.h:96
+
ace_time::LocalDate::kInvalidUnixDays
static const int32_t kInvalidUnixDays
Sentinel unixDays which indicates an error.
Definition: LocalDate.h:72
+
ace_time::LocalDate::kMinValidUnixSeconds64
static const int64_t kMinValidUnixSeconds64
Minimum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:85
+
ace_time::LocalDate::kInvalidUnixSeconds
static const int32_t kInvalidUnixSeconds
Sentinel unixSeconds which indicates an error.
Definition: LocalDate.h:75
+
ace_time::LocalDate::kInvalidEpochSeconds
static const int32_t kInvalidEpochSeconds
Sentinel epochSeconds which indicates an error.
Definition: LocalDate.h:69
ace_time::LocalDate::kDaysSinceUnixEpoch
static const int32_t kDaysSinceUnixEpoch
Number of days from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:92
-
ace_time::OffsetDateTime::localDateTime
const LocalDateTime & localDateTime() const
Return the LocalDateTime.
Definition: OffsetDateTime.h:258
-
ace_time::OffsetDateTime::localTime
const LocalTime & localTime() const
Return the LocalTime.
Definition: OffsetDateTime.h:264
-
ace_time::LocalDateTime::fold
uint8_t fold() const
Return the fold.
Definition: LocalDateTime.h:241
ace_time::LocalDate::toEpochDays
int32_t toEpochDays() const
Return number of days since AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:338
-
ace_time::OffsetDateTime::year
int16_t year() const
Return the year.
Definition: OffsetDateTime.h:193
-
ace_time::LocalDate::kMaxValidUnixSeconds64
static const int64_t kMaxValidUnixSeconds64
Maximum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:81
ace_time::LocalTime
The time (hour, minute, second) fields representing the time without regards to the day or the time z...
Definition: LocalTime.h:27
+
ace_time::LocalTime::toSeconds
acetime_t toSeconds() const
Return the number of seconds since midnight.
Definition: LocalTime.h:145
+
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
+
ace_time::OffsetDateTime::localTime
const LocalTime & localTime() const
Return the LocalTime.
Definition: OffsetDateTime.h:264
+
ace_time::OffsetDateTime::day
uint8_t day() const
Return the day of the month.
Definition: OffsetDateTime.h:219
+
ace_time::OffsetDateTime::timeOffset
TimeOffset timeOffset() const
Return the offset zone of the OffsetDateTime.
Definition: OffsetDateTime.h:252
+
ace_time::OffsetDateTime::toUnixSeconds64
int64_t toUnixSeconds64() const
Return the 64-bit number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: OffsetDateTime.h:326
+
ace_time::OffsetDateTime::forDateStringChainable
static OffsetDateTime forDateStringChainable(const char *&dateString)
Variant of forDateString() that updates the pointer to the next unprocessed character.
Definition: OffsetDateTime.cpp:31
+
ace_time::OffsetDateTime::month
void month(uint8_t month)
Set the month.
Definition: OffsetDateTime.h:216
+
ace_time::OffsetDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: OffsetDateTime.h:187
+
ace_time::OffsetDateTime::localDateTime
const LocalDateTime & localDateTime() const
Return the LocalDateTime.
Definition: OffsetDateTime.h:258
+
ace_time::OffsetDateTime::hour
uint8_t hour() const
Return the hour.
Definition: OffsetDateTime.h:225
+
ace_time::OffsetDateTime::timeOffset
void timeOffset(TimeOffset timeOffset)
Set the offset zone.
Definition: OffsetDateTime.h:255
+
ace_time::OffsetDateTime::OffsetDateTime
OffsetDateTime()
Constructor.
Definition: OffsetDateTime.h:184
+
ace_time::OffsetDateTime::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: OffsetDateTime.h:213
+
ace_time::OffsetDateTime::printTo
void printTo(Print &printer) const
Print OffsetDateTime to 'printer' in ISO 8601 format.
Definition: OffsetDateTime.cpp:11
+
ace_time::OffsetDateTime::minute
void minute(uint8_t minute)
Set the minute.
Definition: OffsetDateTime.h:234
+
ace_time::OffsetDateTime::forLocalDateTimeAndOffset
static OffsetDateTime forLocalDateTimeAndOffset(const LocalDateTime &localDateTime, TimeOffset timeOffset)
Factory method from LocalDateTime and TimeOffset.
Definition: OffsetDateTime.h:37
+
ace_time::OffsetDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offset zone.
Definition: OffsetDateTime.h:302
+
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
+
ace_time::OffsetDateTime::fold
uint8_t fold() const
Return the fold.
Definition: OffsetDateTime.h:243
+
ace_time::OffsetDateTime::compareTo
int8_t compareTo(const OffsetDateTime &that) const
Compare 'this' OffsetDateTime with 'that' OffsetDateTime, and return (<0, 0, >0) according to whether...
Definition: OffsetDateTime.h:347
+
ace_time::OffsetDateTime::hour
void hour(uint8_t hour)
Set the hour.
Definition: OffsetDateTime.h:228
+
ace_time::OffsetDateTime::minute
uint8_t minute() const
Return the minute.
Definition: OffsetDateTime.h:231
+
ace_time::OffsetDateTime::convertToTimeOffset
OffsetDateTime convertToTimeOffset(TimeOffset timeOffset) const
Create a OffsetDateTime in a different offset zone code (with the same epochSeconds).
Definition: OffsetDateTime.h:270
+
ace_time::OffsetDateTime::year
int16_t year() const
Return the year.
Definition: OffsetDateTime.h:193
+
ace_time::OffsetDateTime::yearTiny
void yearTiny(int8_t yearTiny)
Set the single-byte year offset from year 2000.
Definition: OffsetDateTime.h:210
+
ace_time::OffsetDateTime::day
void day(uint8_t day)
Set the day of the month.
Definition: OffsetDateTime.h:222
+
ace_time::OffsetDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: OffsetDateTime.h:203
+
ace_time::OffsetDateTime::localDate
const LocalDate & localDate() const
Return the LocalDate.
Definition: OffsetDateTime.h:261
+
ace_time::OffsetDateTime::operator==
friend bool operator==(const OffsetDateTime &a, const OffsetDateTime &b)
Return true if two OffsetDateTime objects are equal in all components.
Definition: OffsetDateTime.h:386
+
ace_time::OffsetDateTime::forDateString
static OffsetDateTime forDateString(const char *dateString)
Factory method.
Definition: OffsetDateTime.cpp:24
+
ace_time::OffsetDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week, Monday=1, Sunday=7 (per ISO 8601).
Definition: OffsetDateTime.h:249
+
ace_time::OffsetDateTime::toEpochDays
int32_t toEpochDays() const
Return number of whole days since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offse...
Definition: OffsetDateTime.h:279
+
ace_time::OffsetDateTime::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: OffsetDateTime.h:293
ace_time::OffsetDateTime::forEpochSeconds
static OffsetDateTime forEpochSeconds(acetime_t epochSeconds, TimeOffset timeOffset, uint8_t fold=0)
Factory method.
Definition: OffsetDateTime.h:75
+
ace_time::OffsetDateTime::forDateString
static OffsetDateTime forDateString(const __FlashStringHelper *dateString)
Factory method.
Definition: OffsetDateTime.h:161
+
ace_time::OffsetDateTime::year
void year(int16_t year)
Set the year.
Definition: OffsetDateTime.h:196
+
ace_time::OffsetDateTime::second
void second(uint8_t second)
Set the second.
Definition: OffsetDateTime.h:240
+
ace_time::OffsetDateTime::fold
void fold(uint8_t fold)
Set the fold.
Definition: OffsetDateTime.h:246
+
ace_time::OffsetDateTime::forUnixSeconds64
static OffsetDateTime forUnixSeconds64(int64_t unixSeconds, TimeOffset timeOffset)
Factory method that takes the number of seconds (64-bit) since Unix Epoch of 1970-01-01.
Definition: OffsetDateTime.h:116
+
ace_time::OffsetDateTime::toUnixSeconds
int32_t toUnixSeconds() const
Return the number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: OffsetDateTime.h:314
+
ace_time::OffsetDateTime::second
uint8_t second() const
Return the second.
Definition: OffsetDateTime.h:237
+
ace_time::OffsetDateTime::forUnixSeconds
static OffsetDateTime forUnixSeconds(int32_t unixSeconds, TimeOffset timeOffset)
Factory method that takes the number of seconds since Unix Epoch of 1970-01-01.
Definition: OffsetDateTime.h:96
+
ace_time::OffsetDateTime::forComponents
static OffsetDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, TimeOffset timeOffset, uint8_t fold=0)
Factory method using separated date, time, and UTC offset fields.
Definition: OffsetDateTime.h:57
+
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
+
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
+
ace_time::TimeOffset::toSeconds
int32_t toSeconds() const
Return the time offset as seconds.
Definition: TimeOffset.h:116
+
ace_time::TimeOffset::isError
bool isError() const
Return true if this TimeOffset represents an error.
Definition: TimeOffset.h:138
+ diff --git a/docs/html/TimeOffset_8cpp_source.html b/docs/html/TimeOffset_8cpp_source.html index 7033fcd46..39fef1dc8 100644 --- a/docs/html/TimeOffset_8cpp_source.html +++ b/docs/html/TimeOffset_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/TimeOffset.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -139,19 +139,17 @@
66 }
67 
68 }
- -
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
-
ace_time::TimeOffset::forOffsetStringChainable
static TimeOffset forOffsetStringChainable(const char *&offsetString)
Variant of forOffsetString() that updates the string pointer to the next unprocessed character.
Definition: TimeOffset.cpp:41
-
ace_time::TimeOffset::forOffsetString
static TimeOffset forOffsetString(const char *offsetString)
Create from an offset string ("-07:00" or "+01:00").
Definition: TimeOffset.cpp:32
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
-
ace_time::TimeOffset::printTo
void printTo(Print &printer) const
Print the human readable string.
Definition: TimeOffset.cpp:15
-
ace_time::TimeOffset::forHourMinute
static TimeOffset forHourMinute(int8_t hour, int8_t minute)
Create TimeOffset from (hour, minute) offset.
Definition: TimeOffset.h:77
ace_time::TimeOffset::toHourMinute
void toHourMinute(int8_t &hour, int8_t &minute) const
Extract hour and minute representation of the offset.
Definition: TimeOffset.h:125
+
ace_time::TimeOffset::forOffsetString
static TimeOffset forOffsetString(const char *offsetString)
Create from an offset string ("-07:00" or "+01:00").
Definition: TimeOffset.cpp:32
+
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
+
ace_time::TimeOffset::forHourMinute
static TimeOffset forHourMinute(int8_t hour, int8_t minute)
Create TimeOffset from (hour, minute) offset.
Definition: TimeOffset.h:77
+
ace_time::TimeOffset::printTo
void printTo(Print &printer) const
Print the human readable string.
Definition: TimeOffset.cpp:15
+
ace_time::TimeOffset::forOffsetStringChainable
static TimeOffset forOffsetStringChainable(const char *&offsetString)
Variant of forOffsetString() that updates the string pointer to the next unprocessed character.
Definition: TimeOffset.cpp:41
+ diff --git a/docs/html/TimeOffset_8h_source.html b/docs/html/TimeOffset_8h_source.html index 6aca18daa..588ffe8e8 100644 --- a/docs/html/TimeOffset_8h_source.html +++ b/docs/html/TimeOffset_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/TimeOffset.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -174,29 +174,27 @@
185 }
186 
187 #endif
- -
ace_time::offset_date_time_mutation::incrementHour
void incrementHour(OffsetDateTime &dateTime)
Increment the hour by one within the interval [0, 23].
Definition: offset_date_time_mutation.h:63
-
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
-
ace_time::TimeOffset::isError
bool isError() const
Return true if this TimeOffset represents an error.
Definition: TimeOffset.h:138
-
ace_time::TimeOffset::forOffsetStringChainable
static TimeOffset forOffsetStringChainable(const char *&offsetString)
Variant of forOffsetString() that updates the string pointer to the next unprocessed character.
Definition: TimeOffset.cpp:41
-
ace_time::TimeOffset::toSeconds
int32_t toSeconds() const
Return the time offset as seconds.
Definition: TimeOffset.h:116
-
ace_time::TimeOffset::forOffsetString
static TimeOffset forOffsetString(const char *offsetString)
Create from an offset string ("-07:00" or "+01:00").
Definition: TimeOffset.cpp:32
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
-
ace_time::TimeOffset::printTo
void printTo(Print &printer) const
Print the human readable string.
Definition: TimeOffset.cpp:15
ace_time::TimeOffset::toMinutes
int16_t toMinutes() const
Return the time offset as minutes.
Definition: TimeOffset.h:111
-
ace_time::TimeOffset::forHourMinute
static TimeOffset forHourMinute(int8_t hour, int8_t minute)
Create TimeOffset from (hour, minute) offset.
Definition: TimeOffset.h:77
-
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
+
ace_time::TimeOffset::TimeOffset
TimeOffset()
Constructor.
Definition: TimeOffset.h:108
ace_time::TimeOffset::toHourMinute
void toHourMinute(int8_t &hour, int8_t &minute) const
Extract hour and minute representation of the offset.
Definition: TimeOffset.h:125
+
ace_time::TimeOffset::forOffsetString
static TimeOffset forOffsetString(const char *offsetString)
Create from an offset string ("-07:00" or "+01:00").
Definition: TimeOffset.cpp:32
+
ace_time::TimeOffset::isZero
bool isZero() const
Returns true if offset is 00:00.
Definition: TimeOffset.h:135
+
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
ace_time::TimeOffset::kErrorMinutes
static const int16_t kErrorMinutes
Sentinel value that represents an error.
Definition: TimeOffset.h:59
+
ace_time::TimeOffset::toSeconds
int32_t toSeconds() const
Return the time offset as seconds.
Definition: TimeOffset.h:116
ace_time::TimeOffset::forHours
static TimeOffset forHours(int8_t hours)
Create TimeOffset with the corresponding hour offset.
Definition: TimeOffset.h:65
-
ace_time::TimeOffset::isZero
bool isZero() const
Returns true if offset is 00:00.
Definition: TimeOffset.h:135
+
ace_time::TimeOffset::forHourMinute
static TimeOffset forHourMinute(int8_t hour, int8_t minute)
Create TimeOffset from (hour, minute) offset.
Definition: TimeOffset.h:77
+
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
+
ace_time::TimeOffset::printTo
void printTo(Print &printer) const
Print the human readable string.
Definition: TimeOffset.cpp:15
+
ace_time::TimeOffset::forOffsetStringChainable
static TimeOffset forOffsetStringChainable(const char *&offsetString)
Variant of forOffsetString() that updates the string pointer to the next unprocessed character.
Definition: TimeOffset.cpp:41
+
ace_time::TimeOffset::isError
bool isError() const
Return true if this TimeOffset represents an error.
Definition: TimeOffset.h:138
+
ace_time::offset_date_time_mutation::incrementHour
void incrementHour(OffsetDateTime &dateTime)
Increment the hour by one within the interval [0, 23].
Definition: offset_date_time_mutation.h:63
ace_time::time_offset_mutation::increment15Minutes
void increment15Minutes(TimeOffset &offset)
Increment the TimeOffset by 15 minute interval.
Definition: time_offset_mutation.h:36
-
ace_time::TimeOffset::TimeOffset
TimeOffset()
Constructor.
Definition: TimeOffset.h:108
+ diff --git a/docs/html/TimePeriod_8cpp_source.html b/docs/html/TimePeriod_8cpp_source.html index b0226510d..063baac0a 100644 --- a/docs/html/TimePeriod_8cpp_source.html +++ b/docs/html/TimePeriod_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/TimePeriod.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -109,14 +109,12 @@
36 }
37 
38 }
-
ace_time::TimePeriod::printTo
void printTo(Print &printer) const
Print to given printer.
Definition: TimePeriod.cpp:14
ace_time::TimePeriod::isError
bool isError() const
Return true if this represents an error.
Definition: TimePeriod.h:153
+ diff --git a/docs/html/TimePeriod_8h_source.html b/docs/html/TimePeriod_8h_source.html index e4f802998..05ad56690 100644 --- a/docs/html/TimePeriod_8h_source.html +++ b/docs/html/TimePeriod_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/TimePeriod.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -201,31 +201,29 @@
223 }
224 
225 #endif
- -
ace_time::TimePeriod::second
void second(uint8_t second)
Set the second.
Definition: TimePeriod.h:119
ace_time::TimePeriod
Represents a period of time relative to some known point in time, potentially represented by a DateTi...
Definition: TimePeriod.h:27
-
ace_time::TimePeriod::second
uint8_t second() const
Return the second.
Definition: TimePeriod.h:116
-
ace_time::TimePeriod::hour
uint8_t hour() const
Return the hour.
Definition: TimePeriod.h:104
ace_time::TimePeriod::sign
int8_t sign() const
Return the sign bit.
Definition: TimePeriod.h:122
-
ace_time::TimePeriod::toSeconds
int32_t toSeconds() const
Convert to number of seconds.
Definition: TimePeriod.h:136
-
ace_time::TimePeriod::hour
void hour(uint8_t hour)
Set the hour.
Definition: TimePeriod.h:107
-
ace_time::TimePeriod::TimePeriod
TimePeriod(uint8_t hour, uint8_t minute, uint8_t second, int8_t sign=1)
Constructor.
Definition: TimePeriod.h:60
-
ace_time::TimePeriod::minute
void minute(uint8_t minute)
Set the minute.
Definition: TimePeriod.h:113
-
ace_time::TimePeriod::forError
static TimePeriod forError(int8_t sign=0)
Factory method that creates a TimePeriod representing a generic error so that isError() returns true.
Definition: TimePeriod.h:46
ace_time::TimePeriod::kInvalidPeriodSeconds
static const int32_t kInvalidPeriodSeconds
An invalid time period seconds.
Definition: TimePeriod.h:30
-
ace_time::TimePeriod::operator==
friend bool operator==(const TimePeriod &a, const TimePeriod &b)
Return true if two TimePeriod objects are equal.
Definition: TimePeriod.h:211
ace_time::TimePeriod::TimePeriod
TimePeriod(int32_t seconds=0)
Constructor from number of seconds.
Definition: TimePeriod.h:75
+
ace_time::TimePeriod::forError
static TimePeriod forError(int8_t sign=0)
Factory method that creates a TimePeriod representing a generic error so that isError() returns true.
Definition: TimePeriod.h:46
+
ace_time::TimePeriod::minute
void minute(uint8_t minute)
Set the minute.
Definition: TimePeriod.h:113
+
ace_time::TimePeriod::kMaxPeriodSeconds
static const int32_t kMaxPeriodSeconds
The largest period that can be represented by this class, in seconds, corresponding to +/- 255h59m59s...
Definition: TimePeriod.h:37
ace_time::TimePeriod::compareTo
int8_t compareTo(const TimePeriod &that) const
Compare 'this' TimePeriod with 'that' TimePeriod and return (<0, 0, >0) according to (this<that,...
Definition: TimePeriod.h:162
+
ace_time::TimePeriod::hour
void hour(uint8_t hour)
Set the hour.
Definition: TimePeriod.h:107
+
ace_time::TimePeriod::TimePeriod
TimePeriod(uint8_t hour, uint8_t minute, uint8_t second, int8_t sign=1)
Constructor.
Definition: TimePeriod.h:60
+
ace_time::TimePeriod::second
uint8_t second() const
Return the second.
Definition: TimePeriod.h:116
ace_time::TimePeriod::sign
void sign(int8_t sign)
Set the sign bit.
Definition: TimePeriod.h:129
+
ace_time::TimePeriod::operator==
friend bool operator==(const TimePeriod &a, const TimePeriod &b)
Return true if two TimePeriod objects are equal.
Definition: TimePeriod.h:211
+
ace_time::TimePeriod::minute
uint8_t minute() const
Return the minute.
Definition: TimePeriod.h:110
ace_time::TimePeriod::printTo
void printTo(Print &printer) const
Print to given printer.
Definition: TimePeriod.cpp:14
-
ace_time::TimePeriod::kMaxPeriodSeconds
static const int32_t kMaxPeriodSeconds
The largest period that can be represented by this class, in seconds, corresponding to +/- 255h59m59s...
Definition: TimePeriod.h:37
+
ace_time::TimePeriod::second
void second(uint8_t second)
Set the second.
Definition: TimePeriod.h:119
+
ace_time::TimePeriod::hour
uint8_t hour() const
Return the hour.
Definition: TimePeriod.h:104
+
ace_time::TimePeriod::toSeconds
int32_t toSeconds() const
Convert to number of seconds.
Definition: TimePeriod.h:136
ace_time::TimePeriod::isError
bool isError() const
Return true if this represents an error.
Definition: TimePeriod.h:153
-
ace_time::TimePeriod::minute
uint8_t minute() const
Return the minute.
Definition: TimePeriod.h:110
+ diff --git a/docs/html/TimeZoneData_8h_source.html b/docs/html/TimeZoneData_8h_source.html index b2c8dfba8..03565755a 100644 --- a/docs/html/TimeZoneData_8h_source.html +++ b/docs/html/TimeZoneData_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/TimeZoneData.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -139,17 +139,15 @@
108 }
109 
110 #endif
- -
ace_time::TimeZoneData::TimeZoneData
TimeZoneData(uint32_t zid)
Constructor for kTypeZoneId needed because C+11 does not have member initialization,...
Definition: TimeZoneData.h:47
-
ace_time::TimeZoneData::TimeZoneData
TimeZoneData(int16_t stdMinutes, int16_t dstMinutes)
Constructor for kTypeManual.
Definition: TimeZoneData.h:53
ace_time::TimeZoneData
Data structure that captures the internal state of a TimeZone object with enough information so that ...
Definition: TimeZoneData.h:38
-
ace_time::TimeZoneData::TimeZoneData
TimeZoneData()
Default constructor gives kTypeError sentinel.
Definition: TimeZoneData.h:60
ace_time::TimeZoneData::zoneId
uint32_t zoneId
Both TimeZone::kTypeBasic and TimeZone::kTypeExtended are mapped to a TimeZoneData::kTypeZoneId.
Definition: TimeZoneData.h:85
+
ace_time::TimeZoneData::TimeZoneData
TimeZoneData()
Default constructor gives kTypeError sentinel.
Definition: TimeZoneData.h:60
+
ace_time::TimeZoneData::TimeZoneData
TimeZoneData(uint32_t zid)
Constructor for kTypeZoneId needed because C+11 does not have member initialization,...
Definition: TimeZoneData.h:47
+
ace_time::TimeZoneData::TimeZoneData
TimeZoneData(int16_t stdMinutes, int16_t dstMinutes)
Constructor for kTypeManual.
Definition: TimeZoneData.h:53
+ diff --git a/docs/html/TimeZone_8cpp_source.html b/docs/html/TimeZone_8cpp_source.html index 4ba21d1cb..9b11bbb70 100644 --- a/docs/html/TimeZone_8cpp_source.html +++ b/docs/html/TimeZone_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/TimeZone.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -130,22 +130,20 @@
57 }
58 
59 }
- -
ace_time::TimeZone::isUtc
bool isUtc() const
Return true if UTC (+00:00+00:00).
Definition: TimeZone.h:407
-
ace_time::TimeZone::kTypeManual
static const uint8_t kTypeManual
Manual STD offset and DST offset.
Definition: TimeZone.h:91
+
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
ace_time::TimeOffset::printTo
void printTo(Print &printer) const
Print the human readable string.
Definition: TimeOffset.cpp:15
-
ace_time::TimeZone::kTypeReserved
static const uint8_t kTypeReserved
Reserved for future use.
Definition: TimeZone.h:94
+
ace_time::TimeZone::isUtc
bool isUtc() const
Return true if UTC (+00:00+00:00).
Definition: TimeZone.h:407
ace_time::TimeZone::kTypeError
static const uint8_t kTypeError
A TimeZone that represents an invalid condition.
Definition: TimeZone.h:88
-
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
-
ace_time::TimeZone::printTo
void printTo(Print &printer, bool followLink=false) const
Print the text representation of the time zone using the full canonical time zone name or UTC offset ...
Definition: TimeZone.cpp:11
ace_time::TimeZone::printShortTo
void printShortTo(Print &printer, bool followLink=false) const
Print the short human readable representation of the time zone.
Definition: TimeZone.cpp:33
-
ace_time::ZoneProcessor::printNameTo
virtual void printNameTo(Print &printer, bool followLink=false) const =0
Print a human-readable identifier (e.g.
+
ace_time::TimeZone::kTypeReserved
static const uint8_t kTypeReserved
Reserved for future use.
Definition: TimeZone.h:94
+
ace_time::TimeZone::printTo
void printTo(Print &printer, bool followLink=false) const
Print the text representation of the time zone using the full canonical time zone name or UTC offset ...
Definition: TimeZone.cpp:11
+
ace_time::TimeZone::kTypeManual
static const uint8_t kTypeManual
Manual STD offset and DST offset.
Definition: TimeZone.h:91
ace_time::ZoneProcessor::printShortNameTo
virtual void printShortNameTo(Print &printer, bool followLink=false) const =0
Print a short human-readable identifier (e.g.
+
ace_time::ZoneProcessor::printNameTo
virtual void printNameTo(Print &printer, bool followLink=false) const =0
Print a human-readable identifier (e.g.
+ diff --git a/docs/html/TimeZone_8h_source.html b/docs/html/TimeZone_8h_source.html index 7b9246e2f..f62c93724 100644 --- a/docs/html/TimeZone_8h_source.html +++ b/docs/html/TimeZone_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/TimeZone.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -412,70 +412,68 @@
602 }
603 
604 #endif
- -
ace_time::TimeZone::toTimeZoneData
TimeZoneData toTimeZoneData(bool followLink=false) const
Convert to a TimeZoneData object, which can be fed back into ZoneManager::createForTimeZoneData() to ...
Definition: TimeZone.h:448
-
ace_time::TimeZone::mZoneKey
uintptr_t mZoneKey
An opaque zone key.
Definition: TimeZone.h:571
-
ace_time::TimeZone::forZoneInfo
static TimeZone forZoneInfo(const basic::ZoneInfo *zoneInfo, BasicZoneProcessor *zoneProcessor)
Convenience factory method to create from a zoneInfo and an associated BasicZoneProcessor.
Definition: TimeZone.h:173
-
ace_time::TimeZone::forUtc
static TimeZone forUtc()
Factory method to create a UTC TimeZone.
Definition: TimeZone.h:97
-
ace_time::TimeZone::mZoneProcessor
ZoneProcessor * mZoneProcessor
An instance of a ZoneProcessor, for example, BasicZoneProcessor or ExtendedZoneProcessor.
Definition: TimeZone.h:577
+
ace_time::BasicZoneProcessor
A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zone...
Definition: BasicZoneProcessor.h:1027
+
ace_time::ExtendedZoneProcessor
A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from z...
Definition: ExtendedZoneProcessor.h:2168
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
+
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
+
ace_time::OffsetDateTime::forLocalDateTimeAndOffset
static OffsetDateTime forLocalDateTimeAndOffset(const LocalDateTime &localDateTime, TimeOffset timeOffset)
Factory method from LocalDateTime and TimeOffset.
Definition: OffsetDateTime.h:37
+
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
+
ace_time::OffsetDateTime::forEpochSeconds
static OffsetDateTime forEpochSeconds(acetime_t epochSeconds, TimeOffset timeOffset, uint8_t fold=0)
Factory method.
Definition: OffsetDateTime.h:75
+
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
+
ace_time::TimeOffset::toMinutes
int16_t toMinutes() const
Return the time offset as minutes.
Definition: TimeOffset.h:111
ace_time::TimeOffset::forError
static TimeOffset forError()
Return an error indicator.
Definition: TimeOffset.h:105
-
ace_time::ZoneProcessor::setZoneKey
virtual void setZoneKey(uintptr_t zoneKey)=0
Set the opaque zoneKey of this object to a new value, reseting any internally cached information.
-
ace_time::TimeZone::isUtc
bool isUtc() const
Return true if UTC (+00:00+00:00).
Definition: TimeZone.h:407
-
ace_time::TimeZone::getOffsetDateTime
OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const
Return the best estimate of the OffsetDateTime at the given epochSeconds.
Definition: TimeZone.h:386
-
ace_time::TimeZone::getStdOffset
TimeOffset getStdOffset() const
Return the Standard TimeOffset.
Definition: TimeZone.h:236
-
ace_time::TimeZone::getType
uint8_t getType() const
Return the type of TimeZone, used to determine the behavior of certain methods at runtime.
Definition: TimeZone.h:233
+
ace_time::TimeOffset::forHours
static TimeOffset forHours(int8_t hours)
Create TimeOffset with the corresponding hour offset.
Definition: TimeOffset.h:65
+
ace_time::TimeOffset::forHourMinute
static TimeOffset forHourMinute(int8_t hour, int8_t minute)
Create TimeOffset from (hour, minute) offset.
Definition: TimeOffset.h:77
+
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
+
ace_time::TimeZone
Class that describes a time zone.
Definition: TimeZone.h:85
+
ace_time::TimeZone::getDeltaOffset
TimeOffset getDeltaOffset(acetime_t epochSeconds) const
Return the DST offset from standard UTC offset at epochSeconds.
Definition: TimeZone.h:304
+
ace_time::TimeZone::forZoneInfo
static TimeZone forZoneInfo(const extended::ZoneInfo *zoneInfo, ExtendedZoneProcessor *zoneProcessor)
Convenience factory method to create from a zoneInfo and an associated ExtendedZoneProcessor.
Definition: TimeZone.h:192
+
ace_time::TimeZone::mZoneProcessor
ZoneProcessor * mZoneProcessor
An instance of a ZoneProcessor, for example, BasicZoneProcessor or ExtendedZoneProcessor.
Definition: TimeZone.h:577
+
ace_time::TimeZone::getAbbrev
const char * getAbbrev(acetime_t epochSeconds) const
Return the time zone abbreviation at the given epochSeconds.
Definition: TimeZone.h:337
ace_time::TimeZone::setDstOffset
void setDstOffset(TimeOffset dstOffset)
Sets the dstOffset of the TimeZone.
Definition: TimeZone.h:437
-
ace_time::TimeZone::kTypeManual
static const uint8_t kTypeManual
Manual STD offset and DST offset.
Definition: TimeZone.h:91
-
ace_time::ZoneProcessor::getType
uint8_t getType() const
Return the kTypeXxx of the current instance.
Definition: ZoneProcessor.h:44
-
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
+
ace_time::TimeZone::getOffsetDateTime
OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the current TimeZone.
Definition: TimeZone.h:361
+
ace_time::TimeZone::toTimeZoneData
TimeZoneData toTimeZoneData(bool followLink=false) const
Convert to a TimeZoneData object, which can be fed back into ZoneManager::createForTimeZoneData() to ...
Definition: TimeZone.h:448
+
ace_time::TimeZone::getOffsetDateTime
OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const
Return the best estimate of the OffsetDateTime at the given epochSeconds.
Definition: TimeZone.h:386
+
ace_time::TimeZone::isUtc
bool isUtc() const
Return true if UTC (+00:00+00:00).
Definition: TimeZone.h:407
+
ace_time::TimeZone::forUtc
static TimeZone forUtc()
Factory method to create a UTC TimeZone.
Definition: TimeZone.h:97
ace_time::TimeZone::forHours
static TimeZone forHours(int8_t stdHours, int8_t dstHours=0)
Factory method to create from UTC hour offset and optional DST hour offset.
Definition: TimeZone.h:127
-
ace_time::TimeZone::forError
static TimeZone forError()
Return a TimeZone representing an error condition.
Definition: TimeZone.h:216
-
ace_time::ZoneProcessor::getDeltaOffset
virtual TimeOffset getDeltaOffset(acetime_t epochSeconds) const =0
Return the DST delta offset at epochSeconds.
+
ace_time::TimeZone::getType
uint8_t getType() const
Return the type of TimeZone, used to determine the behavior of certain methods at runtime.
Definition: TimeZone.h:233
+
ace_time::TimeZone::isLink
bool isLink() const
Return true if timezone is a Link entry pointing to a Zone entry.
Definition: TimeZone.h:246
ace_time::TimeZone::getUtcOffset
TimeOffset getUtcOffset(acetime_t epochSeconds) const
Return the total UTC offset at epochSeconds, including DST offset.
Definition: TimeZone.h:285
-
ace_time::TimeOffset::toMinutes
int16_t toMinutes() const
Return the time offset as minutes.
Definition: TimeOffset.h:111
-
ace_time::TimeZone::setStdOffset
void setStdOffset(TimeOffset stdOffset)
Sets the stdOffset of the TimeZone.
Definition: TimeZone.h:428
-
ace_time::ExtendedZoneProcessor
A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from z...
Definition: ExtendedZoneProcessor.h:2163
-
ace_time::TimeZone::getOffsetDateTime
OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the current TimeZone.
Definition: TimeZone.h:361
-
ace_time::ZoneProcessor::isLink
virtual bool isLink() const =0
Return true if timezone is a Link entry pointing to a Zone entry.
+
ace_time::TimeZone::mZoneKey
uintptr_t mZoneKey
An opaque zone key.
Definition: TimeZone.h:571
+
ace_time::TimeZone::kTypeError
static const uint8_t kTypeError
A TimeZone that represents an invalid condition.
Definition: TimeZone.h:88
+
ace_time::TimeZone::forError
static TimeZone forError()
Return a TimeZone representing an error condition.
Definition: TimeZone.h:216
+
ace_time::TimeZone::forZoneKey
static TimeZone forZoneKey(uintptr_t zoneKey, ZoneProcessor *processor)
Factory method to create from a generic zoneKey and a generic zoneProcessor.
Definition: TimeZone.h:208
+
ace_time::TimeZone::getDstOffset
TimeOffset getDstOffset() const
Return the DST TimeOffset.
Definition: TimeZone.h:241
ace_time::TimeZone::isError
bool isError() const
Return true if TimeZone is an error.
Definition: TimeZone.h:280
-
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
-
ace_time::ZoneProcessor::getAbbrev
virtual const char * getAbbrev(acetime_t epochSeconds) const =0
Return the time zone abbreviation at epochSeconds.
-
ace_time::TimeZone::getAbbrev
const char * getAbbrev(acetime_t epochSeconds) const
Return the time zone abbreviation at the given epochSeconds.
Definition: TimeZone.h:337
-
ace_time::ZoneProcessor
Base interface for ZoneProcessor classes.
Definition: ZoneProcessor.h:41
-
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
-
ace_time::TimeZone::isDst
bool isDst() const
Return if mDstOffsetMinutes is not zero.
Definition: TimeZone.h:419
-
ace_time::TimeZone::forZoneInfo
static TimeZone forZoneInfo(const extended::ZoneInfo *zoneInfo, ExtendedZoneProcessor *zoneProcessor)
Convenience factory method to create from a zoneInfo and an associated ExtendedZoneProcessor.
Definition: TimeZone.h:192
+
ace_time::TimeZone::setStdOffset
void setStdOffset(TimeOffset stdOffset)
Sets the stdOffset of the TimeZone.
Definition: TimeZone.h:428
+
ace_time::TimeZone::forZoneInfo
static TimeZone forZoneInfo(const basic::ZoneInfo *zoneInfo, BasicZoneProcessor *zoneProcessor)
Convenience factory method to create from a zoneInfo and an associated BasicZoneProcessor.
Definition: TimeZone.h:173
+
ace_time::TimeZone::printShortTo
void printShortTo(Print &printer, bool followLink=false) const
Print the short human readable representation of the time zone.
Definition: TimeZone.cpp:33
ace_time::TimeZone::getZoneId
uint32_t getZoneId(bool followLink=false) const
Return the zoneId for kTypeBasic, kTypeExtended.
Definition: TimeZone.h:267
-
ace_time::ZoneProcessor::getUtcOffset
virtual TimeOffset getUtcOffset(acetime_t epochSeconds) const =0
Return the total UTC offset at epochSeconds, including DST offset.
+
ace_time::TimeZone::isDst
bool isDst() const
Return if mDstOffsetMinutes is not zero.
Definition: TimeZone.h:419
+
ace_time::TimeZone::forTimeOffset
static TimeZone forTimeOffset(TimeOffset stdOffset, TimeOffset dstOffset=TimeOffset())
Factory method to create from a UTC offset and an optional DST offset.
Definition: TimeZone.h:114
ace_time::TimeZone::kTypeReserved
static const uint8_t kTypeReserved
Reserved for future use.
Definition: TimeZone.h:94
-
ace_time::TimeOffset::forHourMinute
static TimeOffset forHourMinute(int8_t hour, int8_t minute)
Create TimeOffset from (hour, minute) offset.
Definition: TimeOffset.h:77
-
ace_time::TimeZone::kTypeError
static const uint8_t kTypeError
A TimeZone that represents an invalid condition.
Definition: TimeZone.h:88
-
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
-
ace_time::TimeZone::printTo
void printTo(Print &printer, bool followLink=false) const
Print the text representation of the time zone using the full canonical time zone name or UTC offset ...
Definition: TimeZone.cpp:11
ace_time::TimeZone::forHourMinute
static TimeZone forHourMinute(int8_t stdHour, int8_t stdMinute, int8_t dstHour=0, int8_t dstMinute=0)
Factory method to create from UTC (hour, minute) pair and optional DST (hour, minute) pair.
Definition: TimeZone.h:153
-
ace_time::TimeZone::printShortTo
void printShortTo(Print &printer, bool followLink=false) const
Print the short human readable representation of the time zone.
Definition: TimeZone.cpp:33
-
ace_time::TimeZoneData
Data structure that captures the internal state of a TimeZone object with enough information so that ...
Definition: TimeZoneData.h:38
-
ace_time::ZoneProcessor::getZoneId
virtual uint32_t getZoneId(bool followLink=false) const =0
Return the unique stable zoneId.
-
ace_time::OffsetDateTime::forLocalDateTimeAndOffset
static OffsetDateTime forLocalDateTimeAndOffset(const LocalDateTime &localDateTime, TimeOffset timeOffset)
Factory method from LocalDateTime and TimeOffset.
Definition: OffsetDateTime.h:37
-
ace_time::TimeZone::isLink
bool isLink() const
Return true if timezone is a Link entry pointing to a Zone entry.
Definition: TimeZone.h:246
-
ace_time::TimeOffset::forHours
static TimeOffset forHours(int8_t hours)
Create TimeOffset with the corresponding hour offset.
Definition: TimeOffset.h:65
+
ace_time::TimeZone::printTo
void printTo(Print &printer, bool followLink=false) const
Print the text representation of the time zone using the full canonical time zone name or UTC offset ...
Definition: TimeZone.cpp:11
+
ace_time::TimeZone::getStdOffset
TimeOffset getStdOffset() const
Return the Standard TimeOffset.
Definition: TimeZone.h:236
ace_time::TimeZone::forMinutes
static TimeZone forMinutes(int8_t stdMinutes, int8_t dstMinutes=0)
Factory method to create from UTC minute offset and optional DST minute offset.
Definition: TimeZone.h:140
-
ace_time::TimeZone
Class that describes a time zone.
Definition: TimeZone.h:85
-
ace_time::TimeZone::forTimeOffset
static TimeZone forTimeOffset(TimeOffset stdOffset, TimeOffset dstOffset=TimeOffset())
Factory method to create from a UTC offset and an optional DST offset.
Definition: TimeZone.h:114
-
ace_time::BasicZoneProcessor
A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zone...
Definition: BasicZoneProcessor.h:1022
-
ace_time::TimeZoneData::zoneId
uint32_t zoneId
Both TimeZone::kTypeBasic and TimeZone::kTypeExtended are mapped to a TimeZoneData::kTypeZoneId.
Definition: TimeZoneData.h:85
-
ace_time::ZoneProcessor::getOffsetDateTime
virtual OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const =0
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the timezone of the cur...
-
ace_time::TimeZone::getDeltaOffset
TimeOffset getDeltaOffset(acetime_t epochSeconds) const
Return the DST offset from standard UTC offset at epochSeconds.
Definition: TimeZone.h:304
-
ace_time::TimeZone::getDstOffset
TimeOffset getDstOffset() const
Return the DST TimeOffset.
Definition: TimeZone.h:241
+
ace_time::TimeZone::kTypeManual
static const uint8_t kTypeManual
Manual STD offset and DST offset.
Definition: TimeZone.h:91
ace_time::TimeZone::TimeZone
TimeZone()
Default constructor creates a UTC TimeZone.
Definition: TimeZone.h:221
-
ace_time::TimeZone::forZoneKey
static TimeZone forZoneKey(uintptr_t zoneKey, ZoneProcessor *processor)
Factory method to create from a generic zoneKey and a generic zoneProcessor.
Definition: TimeZone.h:208
-
ace_time::OffsetDateTime::forEpochSeconds
static OffsetDateTime forEpochSeconds(acetime_t epochSeconds, TimeOffset timeOffset, uint8_t fold=0)
Factory method.
Definition: OffsetDateTime.h:75
+
ace_time::ZoneProcessor
Base interface for ZoneProcessor classes.
Definition: ZoneProcessor.h:41
+
ace_time::ZoneProcessor::getType
uint8_t getType() const
Return the kTypeXxx of the current instance.
Definition: ZoneProcessor.h:44
+
ace_time::ZoneProcessor::getUtcOffset
virtual TimeOffset getUtcOffset(acetime_t epochSeconds) const =0
Return the total UTC offset at epochSeconds, including DST offset.
+
ace_time::ZoneProcessor::getAbbrev
virtual const char * getAbbrev(acetime_t epochSeconds) const =0
Return the time zone abbreviation at epochSeconds.
+
ace_time::ZoneProcessor::getOffsetDateTime
virtual OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const =0
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the timezone of the cur...
+
ace_time::ZoneProcessor::isLink
virtual bool isLink() const =0
Return true if timezone is a Link entry pointing to a Zone entry.
+
ace_time::ZoneProcessor::getDeltaOffset
virtual TimeOffset getDeltaOffset(acetime_t epochSeconds) const =0
Return the DST delta offset at epochSeconds.
+
ace_time::ZoneProcessor::getZoneId
virtual uint32_t getZoneId(bool followLink=false) const =0
Return the unique stable zoneId.
+
ace_time::ZoneProcessor::setZoneKey
virtual void setZoneKey(uintptr_t zoneKey)=0
Set the opaque zoneKey of this object to a new value, reseting any internally cached information.
+
ace_time::TimeZoneData
Data structure that captures the internal state of a TimeZone object with enough information so that ...
Definition: TimeZoneData.h:38
+
ace_time::TimeZoneData::zoneId
uint32_t zoneId
Both TimeZone::kTypeBasic and TimeZone::kTypeExtended are mapped to a TimeZoneData::kTypeZoneId.
Definition: TimeZoneData.h:85
+ diff --git a/docs/html/ZoneContext_8h_source.html b/docs/html/ZoneContext_8h_source.html index 191d5b3c4..5ca455146 100644 --- a/docs/html/ZoneContext_8h_source.html +++ b/docs/html/ZoneContext_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ZoneContext.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -112,21 +112,19 @@
51 } // ace_time
52 
53 #endif
- -
ace_time::internal::ZoneContext::startYear
int16_t startYear
Start year of the zone files.
Definition: ZoneContext.h:35
ace_time::internal::ZoneContext
Metadata about the zone database.
Definition: ZoneContext.h:16
-
ace_time::internal::ZoneContext::kSuffixS
static const uint8_t kSuffixS
Represents 's' or standard time.
Definition: ZoneContext.h:21
-
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
-
ace_time::internal::ZoneContext::kSuffixU
static const uint8_t kSuffixU
Represents 'u' or UTC time.
Definition: ZoneContext.h:24
-
ace_time::internal::ZoneContext::untilYear
int16_t untilYear
Until year of the zone files.
Definition: ZoneContext.h:38
ace_time::internal::ZoneContext::kSuffixW
static const uint8_t kSuffixW
Represents 'w' or wall time.
Definition: ZoneContext.h:18
ace_time::internal::ZoneContext::numFragments
uint8_t numFragments
Number of fragments.
Definition: ZoneContext.h:44
+
ace_time::internal::ZoneContext::untilYear
int16_t untilYear
Until year of the zone files.
Definition: ZoneContext.h:38
+
ace_time::internal::ZoneContext::startYear
int16_t startYear
Start year of the zone files.
Definition: ZoneContext.h:35
+
ace_time::internal::ZoneContext::fragments
const char *const * fragments
Zone Name fragment list.
Definition: ZoneContext.h:47
ace_time::internal::ZoneContext::tzVersion
const char * tzVersion
TZ Database version which generated the zone info.
Definition: ZoneContext.h:41
+
ace_time::internal::ZoneContext::kSuffixS
static const uint8_t kSuffixS
Represents 's' or standard time.
Definition: ZoneContext.h:21
+
ace_time::internal::ZoneContext::kSuffixU
static const uint8_t kSuffixU
Represents 'u' or UTC time.
Definition: ZoneContext.h:24
+ diff --git a/docs/html/ZoneInfo_8h_source.html b/docs/html/ZoneInfo_8h_source.html index 3add922d8..3dbd3798b 100644 --- a/docs/html/ZoneInfo_8h_source.html +++ b/docs/html/ZoneInfo_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ZoneInfo.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -107,9 +107,7 @@ diff --git a/docs/html/ZoneInfo_8inc_source.html b/docs/html/ZoneInfo_8inc_source.html index 35c49d1f1..008bb736f 100644 --- a/docs/html/ZoneInfo_8inc_source.html +++ b/docs/html/ZoneInfo_8inc_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ZoneInfo.inc Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -112,9 +112,7 @@ diff --git a/docs/html/ZoneManager_8h_source.html b/docs/html/ZoneManager_8h_source.html index f49134c7a..39799c306 100644 --- a/docs/html/ZoneManager_8h_source.html +++ b/docs/html/ZoneManager_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ZoneManager.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -201,7 +201,6 @@
209 };
210 
211 #if 1
-
212 
216 class BasicZoneManager: public ZoneManagerTemplate<
217  basic::ZoneInfo,
218  basic::ZoneRegistrar,
@@ -283,44 +282,42 @@
298 }
299 
300 #endif
- -
ace_time::TimeZone::forZoneInfo
static TimeZone forZoneInfo(const basic::ZoneInfo *zoneInfo, BasicZoneProcessor *zoneProcessor)
Convenience factory method to create from a zoneInfo and an associated BasicZoneProcessor.
Definition: TimeZone.h:173
-
ace_time::ManualZoneManager::createForTimeZoneData
TimeZone createForTimeZoneData(const TimeZoneData &d)
Create a TimeZone with fixed STD and DST offsets stored in the TimeZoneData which was created by Time...
Definition: ZoneManager.h:44
-
ace_time::ZoneManagerTemplate::createForZoneInfo
TimeZone createForZoneInfo(const ZI *zoneInfo)
Create a TimeZone from an explicit ZoneInfo reference.
Definition: ZoneManager.h:163
-
ace_time::ManualZoneManager
A simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets in...
Definition: ZoneManager.h:37
-
ace_time::basic::ZoneRegistrar
Concrete template instantiation of ZoneRegistrarTemplate for basic::ZoneInfo, which can be used with ...
Definition: ZoneRegistrar.h:216
+
ace_time::BasicZoneManager
An implementation of the ZoneManager which uses a registry of basic::ZoneInfo records.
Definition: ZoneManager.h:221
+
ace_time::BasicZoneProcessor
A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zone...
Definition: BasicZoneProcessor.h:1027
+
ace_time::BasicZone
A thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful ...
Definition: BasicZone.h:22
+
ace_time::ExtendedZoneManager
An implementation of the ZoneManager which uses a registry of extended::ZoneInfo records.
Definition: ZoneManager.h:251
+
ace_time::ExtendedZoneProcessor
A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from z...
Definition: ExtendedZoneProcessor.h:2168
ace_time::ExtendedZone
A thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some use...
Definition: ExtendedZone.h:23
-
ace_time::ZoneManagerTemplate::zoneRegistrySize
uint16_t zoneRegistrySize() const
Return the number of elements in the Zone and Fat Link registry.
Definition: ZoneManager.h:152
+
ace_time::ManualZoneManager
A simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets in...
Definition: ZoneManager.h:37
+
ace_time::ManualZoneManager::createForTimeZoneData
TimeZone createForTimeZoneData(const TimeZoneData &d)
Create a TimeZone with fixed STD and DST offsets stored in the TimeZoneData which was created by Time...
Definition: ZoneManager.h:44
+
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
+
ace_time::TimeZone
Class that describes a time zone.
Definition: TimeZone.h:85
ace_time::TimeZone::forError
static TimeZone forError()
Return a TimeZone representing an error condition.
Definition: TimeZone.h:216
-
ace_time::BasicZone
A thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful ...
Definition: BasicZone.h:22
-
ace_time::ExtendedZoneProcessor
A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from z...
Definition: ExtendedZoneProcessor.h:2163
+
ace_time::TimeZone::forZoneInfo
static TimeZone forZoneInfo(const basic::ZoneInfo *zoneInfo, BasicZoneProcessor *zoneProcessor)
Convenience factory method to create from a zoneInfo and an associated BasicZoneProcessor.
Definition: TimeZone.h:173
+
ace_time::TimeZone::forTimeOffset
static TimeZone forTimeOffset(TimeOffset stdOffset, TimeOffset dstOffset=TimeOffset())
Factory method to create from a UTC offset and an optional DST offset.
Definition: TimeZone.h:114
ace_time::ZoneManagerTemplate
A templatized implementation of ZoneManager that binds the ZoneRegistrar with the corresponding (Basi...
Definition: ZoneManager.h:87
-
ace_time::extended::ZoneRegistrar
Concrete template instantiation of ZoneRegistrarTemplate for extended::ZoneInfo, which can be used wi...
Definition: ZoneRegistrar.h:260
-
ace_time::ZoneProcessorCacheBaseTemplate
The template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase.
Definition: ZoneProcessorCache.h:26
-
ace_time::BasicZoneManager
An implementation of the ZoneManager which uses a registry of basic::ZoneInfo records.
Definition: ZoneManager.h:216
ace_time::ZoneManagerTemplate::createForTimeZoneData
TimeZone createForTimeZoneData(const TimeZoneData &d)
Create a TimeZone from the TimeZoneData created by TimeZone::toTimeZoneData().
Definition: ZoneManager.h:116
-
ace_time::ZoneManager::kInvalidIndex
static const uint16_t kInvalidIndex
Registry index which is not valid.
Definition: ZoneManager.h:30
-
ace_time::TimeOffset::forMinutes
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
+
ace_time::ZoneManagerTemplate::createForZoneId
TimeZone createForZoneId(uint32_t id)
Create a TimeZone for the given 32-bit zoneId.
Definition: ZoneManager.h:98
ace_time::ZoneManagerTemplate::getZoneForIndex
Z getZoneForIndex(uint16_t index) const
Return the Zone wrapper object for the given index.
Definition: ZoneManager.h:181
+
ace_time::ZoneManagerTemplate::createForZoneName
TimeZone createForZoneName(const char *name)
Create a TimeZone for the given zone name (e.g.
Definition: ZoneManager.h:92
+
ace_time::ZoneManagerTemplate::indexForZoneName
uint16_t indexForZoneName(const char *name) const
Find the registry index for the given time zone name.
Definition: ZoneManager.h:136
+
ace_time::ZoneManagerTemplate::createForZoneInfo
TimeZone createForZoneInfo(const ZI *zoneInfo)
Create a TimeZone from an explicit ZoneInfo reference.
Definition: ZoneManager.h:163
+
ace_time::ZoneManagerTemplate::indexForZoneId
uint16_t indexForZoneId(uint32_t id) const
Find the registry index for the given time zone id.
Definition: ZoneManager.h:144
+
ace_time::ZoneManagerTemplate::getZoneProcessor
ZP * getZoneProcessor(const char *name)
Return the ZoneProcessor for given zone name.
Definition: ZoneManager.h:174
+
ace_time::ZoneManagerTemplate::zoneRegistrySize
uint16_t zoneRegistrySize() const
Return the number of elements in the Zone and Fat Link registry.
Definition: ZoneManager.h:152
ace_time::ZoneManagerTemplate::ZoneManagerTemplate
ZoneManagerTemplate(uint16_t zoneRegistrySize, const ZI *const *zoneRegistry, ZoneProcessorCacheBaseTemplate< ZP > &zoneProcessorCache)
Constructor.
Definition: ZoneManager.h:193
+
ace_time::ZoneManagerTemplate::createForZoneIndex
TimeZone createForZoneIndex(uint16_t index)
Create a TimeZone for the given index in the ZoneInfo registry that was used to create this ZoneManag...
Definition: ZoneManager.h:107
ace_time::ZoneManager
Base class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInv...
Definition: ZoneManager.h:26
+
ace_time::ZoneManager::kInvalidIndex
static const uint16_t kInvalidIndex
Registry index which is not valid.
Definition: ZoneManager.h:30
+
ace_time::ZoneProcessorCacheBaseTemplate
The template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase.
Definition: ZoneProcessorCache.h:26
+
ace_time::basic::ZoneRegistrar
Concrete template instantiation of ZoneRegistrarTemplate for basic::ZoneInfo, which can be used with ...
Definition: ZoneRegistrar.h:220
+
ace_time::extended::ZoneRegistrar
Concrete template instantiation of ZoneRegistrarTemplate for extended::ZoneInfo, which can be used wi...
Definition: ZoneRegistrar.h:264
ace_time::TimeZoneData
Data structure that captures the internal state of a TimeZone object with enough information so that ...
Definition: TimeZoneData.h:38
-
ace_time::ZoneManagerTemplate::indexForZoneName
uint16_t indexForZoneName(const char *name) const
Find the registry index for the given time zone name.
Definition: ZoneManager.h:136
-
ace_time::ExtendedZoneManager
An implementation of the ZoneManager which uses a registry of extended::ZoneInfo records.
Definition: ZoneManager.h:246
-
ace_time::ZoneManagerTemplate::createForZoneIndex
TimeZone createForZoneIndex(uint16_t index)
Create a TimeZone for the given index in the ZoneInfo registry that was used to create this ZoneManag...
Definition: ZoneManager.h:107
-
ace_time::ZoneManagerTemplate::indexForZoneId
uint16_t indexForZoneId(uint32_t id) const
Find the registry index for the given time zone id.
Definition: ZoneManager.h:144
-
ace_time::ZoneManagerTemplate::createForZoneName
TimeZone createForZoneName(const char *name)
Create a TimeZone for the given zone name (e.g.
Definition: ZoneManager.h:92
-
ace_time::TimeZone
Class that describes a time zone.
Definition: TimeZone.h:85
-
ace_time::TimeZone::forTimeOffset
static TimeZone forTimeOffset(TimeOffset stdOffset, TimeOffset dstOffset=TimeOffset())
Factory method to create from a UTC offset and an optional DST offset.
Definition: TimeZone.h:114
-
ace_time::BasicZoneProcessor
A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zone...
Definition: BasicZoneProcessor.h:1022
ace_time::TimeZoneData::zoneId
uint32_t zoneId
Both TimeZone::kTypeBasic and TimeZone::kTypeExtended are mapped to a TimeZoneData::kTypeZoneId.
Definition: TimeZoneData.h:85
-
ace_time::ZoneManagerTemplate::getZoneProcessor
ZP * getZoneProcessor(const char *name)
Return the ZoneProcessor for given zone name.
Definition: ZoneManager.h:174
-
ace_time::ZoneManagerTemplate::createForZoneId
TimeZone createForZoneId(uint32_t id)
Create a TimeZone for the given 32-bit zoneId.
Definition: ZoneManager.h:98
+ diff --git a/docs/html/ZonePolicy_8h_source.html b/docs/html/ZonePolicy_8h_source.html index e017e7dc7..7bec7d7cd 100644 --- a/docs/html/ZonePolicy_8h_source.html +++ b/docs/html/ZonePolicy_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ZonePolicy.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -106,9 +106,7 @@ diff --git a/docs/html/ZonePolicy_8inc_source.html b/docs/html/ZonePolicy_8inc_source.html index afa20fcaa..234ee8eb7 100644 --- a/docs/html/ZonePolicy_8inc_source.html +++ b/docs/html/ZonePolicy_8inc_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ZonePolicy.inc Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -107,9 +107,7 @@ diff --git a/docs/html/ZoneProcessorCache_8h_source.html b/docs/html/ZoneProcessorCache_8h_source.html index e81d4601d..75fb3b2d1 100644 --- a/docs/html/ZoneProcessorCache_8h_source.html +++ b/docs/html/ZoneProcessorCache_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ZoneProcessorCache.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -141,7 +141,6 @@
95  ZoneProcessorCacheBaseTemplate<ExtendedZoneProcessor>;
96 
97 #if 1
-
98 
108 template <uint8_t SIZE>
109 class BasicZoneProcessorCache : public BasicZoneProcessorCacheBase {
110  public:
@@ -194,20 +193,18 @@
167 }
168 
169 #endif
-
ace_time::BasicZoneProcessorCache
An implementation of a BasicZoneProcessorCacheBase where the cache of size SIZE is embedded into the ...
Definition: ZoneProcessorCache.h:109
-
ace_time::ZoneProcessorCacheBaseTemplate::size
uint8_t size() const
Return the size of the cache.
Definition: ZoneProcessorCache.h:34
-
ace_time::ZoneProcessorCacheBaseTemplate::getZoneProcessorAtIndex
ZP * getZoneProcessorAtIndex(uint8_t i)
Get the ZoneProcessor at index i.
Definition: ZoneProcessorCache.h:37
+
ace_time::BasicZoneProcessor
A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zone...
Definition: BasicZoneProcessor.h:1027
ace_time::ExtendedZoneProcessorCache
An implementation of an ExtendedZoneProcessorCacheBase where the cache of size SIZE is embedded into ...
Definition: ZoneProcessorCache.h:135
-
ace_time::ExtendedZoneProcessor
A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from z...
Definition: ExtendedZoneProcessor.h:2163
+
ace_time::ExtendedZoneProcessor
A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from z...
Definition: ExtendedZoneProcessor.h:2168
ace_time::ZoneProcessorCacheBaseTemplate
The template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase.
Definition: ZoneProcessorCache.h:26
ace_time::ZoneProcessorCacheBaseTemplate::getZoneProcessor
ZP * getZoneProcessor(uintptr_t zoneKey)
Get ZoneProcessor from either a ZoneKey, either a basic::ZoneInfo or an extended::ZoneInfo.
Definition: ZoneProcessorCache.h:43
-
ace_time::BasicZoneProcessor
A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zone...
Definition: BasicZoneProcessor.h:1022
+
ace_time::ZoneProcessorCacheBaseTemplate::getZoneProcessorAtIndex
ZP * getZoneProcessorAtIndex(uint8_t i)
Get the ZoneProcessor at index i.
Definition: ZoneProcessorCache.h:37
+
ace_time::ZoneProcessorCacheBaseTemplate::size
uint8_t size() const
Return the size of the cache.
Definition: ZoneProcessorCache.h:34
+ diff --git a/docs/html/ZoneProcessor_8cpp_source.html b/docs/html/ZoneProcessor_8cpp_source.html index f1bc8b50a..e3d85a976 100644 --- a/docs/html/ZoneProcessor_8cpp_source.html +++ b/docs/html/ZoneProcessor_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ZoneProcessor.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -118,14 +118,12 @@
45 
46 } // internal
47 } // ace_time
-
ace_time::LocalDate::forComponents
static LocalDate forComponents(int16_t year, uint8_t month, uint8_t day)
Factory method using separated year, month and day fields.
Definition: LocalDate.h:123
ace_time::LocalDate::daysInMonth
static uint8_t daysInMonth(int16_t year, uint8_t month)
Return the number of days in the current month.
Definition: LocalDate.h:260
+ diff --git a/docs/html/ZoneProcessor_8h_source.html b/docs/html/ZoneProcessor_8h_source.html index f76e35bf5..d736a90bd 100644 --- a/docs/html/ZoneProcessor_8h_source.html +++ b/docs/html/ZoneProcessor_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ZoneProcessor.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -93,29 +93,29 @@
42  public:
44  uint8_t getType() const { return mType; }
45 
-
47  virtual bool isLink() const = 0;
+
47  virtual bool isLink() const = 0;
48 
-
56  virtual uint32_t getZoneId(bool followLink = false) const = 0;
+
56  virtual uint32_t getZoneId(bool followLink = false) const = 0;
57 
-
62  virtual TimeOffset getUtcOffset(acetime_t epochSeconds) const = 0;
+
62  virtual TimeOffset getUtcOffset(acetime_t epochSeconds) const = 0;
63 
-
69  virtual TimeOffset getDeltaOffset(acetime_t epochSeconds) const = 0;
+
69  virtual TimeOffset getDeltaOffset(acetime_t epochSeconds) const = 0;
70 
-
81  virtual const char* getAbbrev(acetime_t epochSeconds) const = 0;
+
81  virtual const char* getAbbrev(acetime_t epochSeconds) const = 0;
82 
-
90  virtual OffsetDateTime getOffsetDateTime(const LocalDateTime& ldt)
+
90  virtual OffsetDateTime getOffsetDateTime(const LocalDateTime& ldt)
91  const = 0;
92 
-
102  virtual OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const = 0;
+
102  virtual OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const = 0;
103 
-
112  virtual void printNameTo(Print& printer, bool followLink = false) const = 0;
+
112  virtual void printNameTo(Print& printer, bool followLink = false) const = 0;
113 
-
123  virtual void printShortNameTo(Print& printer, bool followLink = false)
+
123  virtual void printShortNameTo(Print& printer, bool followLink = false)
124  const = 0;
125 
-
142  virtual void setZoneKey(uintptr_t zoneKey) = 0;
+
142  virtual void setZoneKey(uintptr_t zoneKey) = 0;
143 
-
148  virtual bool equalsZoneKey(uintptr_t zoneKey) const = 0;
+
148  virtual bool equalsZoneKey(uintptr_t zoneKey) const = 0;
149 
150  protected:
151  friend bool operator==(const ZoneProcessor& a, const ZoneProcessor& b);
@@ -127,14 +127,14 @@
158  ZoneProcessor(uint8_t type):
159  mType(type) {}
160 
-
162  virtual bool equals(const ZoneProcessor& other) const = 0;
+
162  virtual bool equals(const ZoneProcessor& other) const = 0;
163 
164  uint8_t const mType;
165 };
166 
-
167 inline bool operator==(const ZoneProcessor& a, const ZoneProcessor& b) {
+
167 inline bool operator==(const ZoneProcessor& a, const ZoneProcessor& b) {
168  if (a.mType != b.mType) return false;
-
169  return a.equals(b);
+
169  return a.equals(b);
170 }
171 
172 inline bool operator!=(const ZoneProcessor& a, const ZoneProcessor& b) {
@@ -157,30 +157,29 @@
214 } // ace_time
215 
216 #endif
- -
ace_time::ZoneProcessor::equals
virtual bool equals(const ZoneProcessor &other) const =0
Return true if equal.
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
-
ace_time::ZoneProcessor::ZoneProcessor
ZoneProcessor(uint8_t type)
Constructor.
Definition: ZoneProcessor.h:158
-
ace_time::ZoneProcessor::setZoneKey
virtual void setZoneKey(uintptr_t zoneKey)=0
Set the opaque zoneKey of this object to a new value, reseting any internally cached information.
-
ace_time::ZoneProcessor::getType
uint8_t getType() const
Return the kTypeXxx of the current instance.
Definition: ZoneProcessor.h:44
-
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
-
ace_time::ZoneProcessor::getDeltaOffset
virtual TimeOffset getDeltaOffset(acetime_t epochSeconds) const =0
Return the DST delta offset at epochSeconds.
-
ace_time::ZoneProcessor::isLink
virtual bool isLink() const =0
Return true if timezone is a Link entry pointing to a Zone entry.
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
-
ace_time::ZoneProcessor::getAbbrev
virtual const char * getAbbrev(acetime_t epochSeconds) const =0
Return the time zone abbreviation at epochSeconds.
+
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
ace_time::ZoneProcessor
Base interface for ZoneProcessor classes.
Definition: ZoneProcessor.h:41
-
ace_time::ZoneProcessor::getUtcOffset
virtual TimeOffset getUtcOffset(acetime_t epochSeconds) const =0
Return the total UTC offset at epochSeconds, including DST offset.
-
ace_time::internal::MonthDay
The result of calcStartDayOfMonth().
Definition: ZoneProcessor.h:188
-
ace_time::ZoneProcessor::getZoneId
virtual uint32_t getZoneId(bool followLink=false) const =0
Return the unique stable zoneId.
-
ace_time::ZoneProcessor::printNameTo
virtual void printNameTo(Print &printer, bool followLink=false) const =0
Print a human-readable identifier (e.g.
+
ace_time::ZoneProcessor::getType
uint8_t getType() const
Return the kTypeXxx of the current instance.
Definition: ZoneProcessor.h:44
+
ace_time::ZoneProcessor::ZoneProcessor
ZoneProcessor(uint8_t type)
Constructor.
Definition: ZoneProcessor.h:158
ace_time::ZoneProcessor::printShortNameTo
virtual void printShortNameTo(Print &printer, bool followLink=false) const =0
Print a short human-readable identifier (e.g.
-
ace_time::ZoneProcessor::getOffsetDateTime
virtual OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const =0
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the timezone of the cur...
+
ace_time::ZoneProcessor::printNameTo
virtual void printNameTo(Print &printer, bool followLink=false) const =0
Print a human-readable identifier (e.g.
+
ace_time::ZoneProcessor::getUtcOffset
virtual TimeOffset getUtcOffset(acetime_t epochSeconds) const =0
Return the total UTC offset at epochSeconds, including DST offset.
+
ace_time::ZoneProcessor::getAbbrev
virtual const char * getAbbrev(acetime_t epochSeconds) const =0
Return the time zone abbreviation at epochSeconds.
ace_time::ZoneProcessor::equalsZoneKey
virtual bool equalsZoneKey(uintptr_t zoneKey) const =0
Return true if ZoneProcessor is associated with the given opaque zoneKey.
+
ace_time::ZoneProcessor::equals
virtual bool equals(const ZoneProcessor &other) const =0
Return true if equal.
+
ace_time::ZoneProcessor::getOffsetDateTime
virtual OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const =0
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the timezone of the cur...
+
ace_time::ZoneProcessor::isLink
virtual bool isLink() const =0
Return true if timezone is a Link entry pointing to a Zone entry.
+
ace_time::ZoneProcessor::getDeltaOffset
virtual TimeOffset getDeltaOffset(acetime_t epochSeconds) const =0
Return the DST delta offset at epochSeconds.
+
ace_time::ZoneProcessor::getOffsetDateTime
virtual OffsetDateTime getOffsetDateTime(acetime_t epochSeconds) const =0
Return the best estimate of the OffsetDateTime at the given epochSeconds for the timezone of the curr...
+
ace_time::ZoneProcessor::getZoneId
virtual uint32_t getZoneId(bool followLink=false) const =0
Return the unique stable zoneId.
+
ace_time::ZoneProcessor::setZoneKey
virtual void setZoneKey(uintptr_t zoneKey)=0
Set the opaque zoneKey of this object to a new value, reseting any internally cached information.
+
ace_time::internal::MonthDay
The result of calcStartDayOfMonth().
Definition: ZoneProcessor.h:188
+ diff --git a/docs/html/ZoneRegistrar_8h_source.html b/docs/html/ZoneRegistrar_8h_source.html index 07f6d63de..4265ee6b9 100644 --- a/docs/html/ZoneRegistrar_8h_source.html +++ b/docs/html/ZoneRegistrar_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal/ZoneRegistrar.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -322,36 +322,34 @@
293 
294 } // ace_time
295 
-
296 #endif // ACE_TIME_ZONE_REGISTRAR_H
- -
ace_time::internal::ZoneRegistrarTemplate::getZoneInfoForIndex
const ZI * getZoneInfoForIndex(uint16_t i) const
Return the ZoneInfo at index i.
Definition: ZoneRegistrar.h:63
-
ace_time::internal::ZoneRegistrarTemplate::zoneRegistrySize
uint16_t zoneRegistrySize() const
Return the number of zones and (fat) links.
Definition: ZoneRegistrar.h:60
-
ace_time::internal::ZoneRegistrarTemplate::kInvalidIndex
static const uint16_t kInvalidIndex
Invalid index to indicate error or not found.
Definition: ZoneRegistrar.h:47
-
ace_time::internal::ZoneRegistrarTemplate::binarySearchById
static uint16_t binarySearchById(const ZI *const *registry, uint16_t registrySize, uint32_t zoneId)
Find the registry index corresponding to zoneId using a binary search.
Definition: ZoneRegistrar.h:176
-
ace_time::basic::ZoneRegistrar
Concrete template instantiation of ZoneRegistrarTemplate for basic::ZoneInfo, which can be used with ...
Definition: ZoneRegistrar.h:216
-
ace_time::internal::ZoneRegistrarTemplate::ZoneRegistrarTemplate
ZoneRegistrarTemplate(uint16_t zoneRegistrySize, const ZI *const *zoneRegistry)
Constructor.
Definition: ZoneRegistrar.h:50
-
ace_time::internal::ZoneRegistrarTemplate::linearSearchById
static uint16_t linearSearchById(const ZI *const *registry, uint16_t registrySize, uint32_t zoneId)
Find the registry index corresponding to zoneId using linear search.
Definition: ZoneRegistrar.h:143
-
BasicBrokers.h
-
ace_time::internal::ZoneRegistrarTemplate::findIndexForName
uint16_t findIndexForName(const char *name) const
Find the index for zone name.
Definition: ZoneRegistrar.h:87
-
ace_time::extended::ZoneRegistrar
Concrete template instantiation of ZoneRegistrarTemplate for extended::ZoneInfo, which can be used wi...
Definition: ZoneRegistrar.h:260
-
ace_time::internal::ZoneRegistrarTemplate::findIndexForIdLinear
uint16_t findIndexForIdLinear(uint32_t zoneId) const
Exposed only for benchmarking purposes.
Definition: ZoneRegistrar.h:190
+
296 #endif // ACE_TIME_ZONE_REGISTRAR_H
+
BasicBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
+
ExtendedBrokers.h
The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb...
ace_time::basic::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: BasicBrokers.h:286
-
ace_time::extended::ZoneRegistryBroker
Data broker for accessing the ZoneRegistry.
Definition: ExtendedBrokers.h:416
-
ace_time::extended::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: ExtendedBrokers.h:318
-
ace_time::internal::ZoneRegistrarTemplate::isSorted
static bool isSorted(const ZI *const *registry, uint16_t registrySize)
Determine if the given zone registry is sorted by id.
Definition: ZoneRegistrar.h:128
+
ace_time::basic::ZoneRegistrar
Concrete template instantiation of ZoneRegistrarTemplate for basic::ZoneInfo, which can be used with ...
Definition: ZoneRegistrar.h:220
ace_time::basic::ZoneRegistryBroker
Data broker for accessing the ZoneRegistry.
Definition: BasicBrokers.h:384
+
ace_time::extended::ZoneInfoBroker
Data broker for accessing ZoneInfo.
Definition: ExtendedBrokers.h:318
+
ace_time::extended::ZoneRegistrar
Concrete template instantiation of ZoneRegistrarTemplate for extended::ZoneInfo, which can be used wi...
Definition: ZoneRegistrar.h:264
+
ace_time::extended::ZoneRegistryBroker
Data broker for accessing the ZoneRegistry.
Definition: ExtendedBrokers.h:416
+
ace_time::internal::ZoneRegistrarTemplate
Class that allows looking up the ZoneInfo (ZI) from its TZDB identifier (e.g.
Definition: ZoneRegistrar.h:44
ace_time::internal::ZoneRegistrarTemplate::getZoneInfoForId
const ZI * getZoneInfoForId(uint32_t zoneId) const
Return the ZoneInfo using the zoneId.
Definition: ZoneRegistrar.h:80
+
ace_time::internal::ZoneRegistrarTemplate::findIndexForIdLinear
uint16_t findIndexForIdLinear(uint32_t zoneId) const
Exposed only for benchmarking purposes.
Definition: ZoneRegistrar.h:190
+
ace_time::internal::ZoneRegistrarTemplate::getZoneInfoForIndex
const ZI * getZoneInfoForIndex(uint16_t i) const
Return the ZoneInfo at index i.
Definition: ZoneRegistrar.h:63
+
ace_time::internal::ZoneRegistrarTemplate::kInvalidIndex
static const uint16_t kInvalidIndex
Invalid index to indicate error or not found.
Definition: ZoneRegistrar.h:47
+
ace_time::internal::ZoneRegistrarTemplate::zoneRegistrySize
uint16_t zoneRegistrySize() const
Return the number of zones and (fat) links.
Definition: ZoneRegistrar.h:60
+
ace_time::internal::ZoneRegistrarTemplate::linearSearchById
static uint16_t linearSearchById(const ZI *const *registry, uint16_t registrySize, uint32_t zoneId)
Find the registry index corresponding to zoneId using linear search.
Definition: ZoneRegistrar.h:143
ace_time::internal::ZoneRegistrarTemplate::findIndexForIdBinary
uint16_t findIndexForIdBinary(uint32_t zoneId) const
Exposed only for benchmarking purposes.
Definition: ZoneRegistrar.h:195
+
ace_time::internal::ZoneRegistrarTemplate::findIndexForName
uint16_t findIndexForName(const char *name) const
Find the index for zone name.
Definition: ZoneRegistrar.h:87
ace_time::internal::ZoneRegistrarTemplate::kBinarySearchThreshold
static const uint8_t kBinarySearchThreshold
Use binarySearchById() if zoneRegistrySize >= threshold.
Definition: ZoneRegistrar.h:125
-
ExtendedBrokers.h
ace_time::internal::ZoneRegistrarTemplate::getZoneInfoForName
const ZI * getZoneInfoForName(const char *name) const
Return the ZoneInfo corresponding to the given zone name.
Definition: ZoneRegistrar.h:73
-
ace_time::internal::ZoneRegistrarTemplate
Class that allows looking up the ZoneInfo (ZI) from its TZDB identifier (e.g.
Definition: ZoneRegistrar.h:44
+
ace_time::internal::ZoneRegistrarTemplate::binarySearchById
static uint16_t binarySearchById(const ZI *const *registry, uint16_t registrySize, uint32_t zoneId)
Find the registry index corresponding to zoneId using a binary search.
Definition: ZoneRegistrar.h:176
ace_time::internal::ZoneRegistrarTemplate::findIndexForId
uint16_t findIndexForId(uint32_t zoneId) const
Find the index for zone id.
Definition: ZoneRegistrar.h:103
+
ace_time::internal::ZoneRegistrarTemplate::ZoneRegistrarTemplate
ZoneRegistrarTemplate(uint16_t zoneRegistrySize, const ZI *const *zoneRegistry)
Constructor.
Definition: ZoneRegistrar.h:50
+
ace_time::internal::ZoneRegistrarTemplate::isSorted
static bool isSorted(const ZI *const *registry, uint16_t registrySize)
Determine if the given zone registry is sorted by id.
Definition: ZoneRegistrar.h:128
+ diff --git a/docs/html/ZoneSorterByName_8h_source.html b/docs/html/ZoneSorterByName_8h_source.html index 20250951b..a829509cd 100644 --- a/docs/html/ZoneSorterByName_8h_source.html +++ b/docs/html/ZoneSorterByName_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ZoneSorterByName.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -143,18 +143,16 @@
87 }
88 
89 #endif
- -
ace_time::ZoneSorterByName::sortIds
void sortIds(uint32_t ids[], uint16_t size) const
Sort the given array of zone ids by UTC offset, then by name.
Definition: ZoneSorterByName.h:53
-
ace_time::ZoneSorterByName::sortNames
void sortNames(const char *names[], uint16_t size) const
Sort the given array of zone names by UTC offset, then by name.
Definition: ZoneSorterByName.h:66
ace_time::ZoneSorterByName
ZoneSorterByName, templatized on BasicZoneManager or ExtendedZoneManager.
Definition: ZoneSorterByName.h:21
+
ace_time::ZoneSorterByName::ZoneSorterByName
ZoneSorterByName(const ZM &zoneManager)
Constructor.
Definition: ZoneSorterByName.h:27
+
ace_time::ZoneSorterByName::sortNames
void sortNames(const char *names[], uint16_t size) const
Sort the given array of zone names by UTC offset, then by name.
Definition: ZoneSorterByName.h:66
ace_time::ZoneSorterByName::sortIndexes
void sortIndexes(uint16_t indexes[], uint16_t size) const
Sort the given array of indexes by UTC offset, then by name.
Definition: ZoneSorterByName.h:42
+
ace_time::ZoneSorterByName::sortIds
void sortIds(uint32_t ids[], uint16_t size) const
Sort the given array of zone ids by UTC offset, then by name.
Definition: ZoneSorterByName.h:53
ace_time::ZoneSorterByName::fillIndexes
void fillIndexes(uint16_t indexes[], uint16_t size) const
Fill the given array of indexes with index from [0, size).
Definition: ZoneSorterByName.h:35
-
ace_time::ZoneSorterByName::ZoneSorterByName
ZoneSorterByName(const ZM &zoneManager)
Constructor.
Definition: ZoneSorterByName.h:27
+ diff --git a/docs/html/ZoneSorterByOffsetAndName_8h_source.html b/docs/html/ZoneSorterByOffsetAndName_8h_source.html index ecfbe2250..408e2c4b2 100644 --- a/docs/html/ZoneSorterByOffsetAndName_8h_source.html +++ b/docs/html/ZoneSorterByOffsetAndName_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ZoneSorterByOffsetAndName.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -162,19 +162,17 @@
116 }
117 
118 #endif
- -
ace_time::ZoneSorterByOffsetAndName::ZoneSorterByOffsetAndName
ZoneSorterByOffsetAndName(const ZM &zoneManager)
Constructor.
Definition: ZoneSorterByOffsetAndName.h:28
-
ace_time::ZoneSorterByOffsetAndName::sortIndexes
void sortIndexes(uint16_t indexes[], uint16_t size) const
Sort the given array of indexes by UTC offset, then by name.
Definition: ZoneSorterByOffsetAndName.h:43
-
ace_time::ZoneSorterByOffsetAndName::sortIds
void sortIds(uint32_t ids[], uint16_t size) const
Sort the given array of zone ids by UTC offset, then by name.
Definition: ZoneSorterByOffsetAndName.h:54
ace_time::ZoneSorterByOffsetAndName
ZoneSorterByOffsetAndName, templatized on BasicZoneManager or ExtendedZoneManager.
Definition: ZoneSorterByOffsetAndName.h:22
-
ace_time::ZoneSorterByOffsetAndName::fillIndexes
void fillIndexes(uint16_t indexes[], uint16_t size) const
Fill the given array of indexes with index from [0, size).
Definition: ZoneSorterByOffsetAndName.h:36
+
ace_time::ZoneSorterByOffsetAndName::sortIndexes
void sortIndexes(uint16_t indexes[], uint16_t size) const
Sort the given array of indexes by UTC offset, then by name.
Definition: ZoneSorterByOffsetAndName.h:43
ace_time::ZoneSorterByOffsetAndName::compareZone
static int compareZone(const Z &a, const Z &b)
Return <0, 0, or >0 depending on whether Zone a is <, ==, or > than Zone b.
Definition: ZoneSorterByOffsetAndName.h:89
+
ace_time::ZoneSorterByOffsetAndName::fillIndexes
void fillIndexes(uint16_t indexes[], uint16_t size) const
Fill the given array of indexes with index from [0, size).
Definition: ZoneSorterByOffsetAndName.h:36
+
ace_time::ZoneSorterByOffsetAndName::sortIds
void sortIds(uint32_t ids[], uint16_t size) const
Sort the given array of zone ids by UTC offset, then by name.
Definition: ZoneSorterByOffsetAndName.h:54
+
ace_time::ZoneSorterByOffsetAndName::ZoneSorterByOffsetAndName
ZoneSorterByOffsetAndName(const ZM &zoneManager)
Constructor.
Definition: ZoneSorterByOffsetAndName.h:28
ace_time::ZoneSorterByOffsetAndName::sortNames
void sortNames(const char *names[], uint16_t size) const
Sort the given array of zone names by UTC offset, then by name.
Definition: ZoneSorterByOffsetAndName.h:67
+ diff --git a/docs/html/ZonedDateTime_8cpp_source.html b/docs/html/ZonedDateTime_8cpp_source.html index c8e480c09..f92a875ee 100644 --- a/docs/html/ZonedDateTime_8cpp_source.html +++ b/docs/html/ZonedDateTime_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ZonedDateTime.cpp Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -95,16 +95,14 @@
22 }
23 
24 }
-
ace_time::OffsetDateTime::printTo
void printTo(Print &printer) const
Print OffsetDateTime to 'printer' in ISO 8601 format.
Definition: OffsetDateTime.cpp:11
-
ace_time::ZonedDateTime::printTo
void printTo(Print &printer) const
Print ZonedDateTime to 'printer'.
Definition: ZonedDateTime.cpp:12
ace_time::TimeZone::printTo
void printTo(Print &printer, bool followLink=false) const
Print the text representation of the time zone using the full canonical time zone name or UTC offset ...
Definition: TimeZone.cpp:11
+
ace_time::ZonedDateTime::printTo
void printTo(Print &printer) const
Print ZonedDateTime to 'printer'.
Definition: ZonedDateTime.cpp:12
ace_time::ZonedDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: ZonedDateTime.h:155
+ diff --git a/docs/html/ZonedDateTime_8h_source.html b/docs/html/ZonedDateTime_8h_source.html index cd4892dbc..f9a0762b8 100644 --- a/docs/html/ZonedDateTime_8h_source.html +++ b/docs/html/ZonedDateTime_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ZonedDateTime.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -251,87 +251,85 @@
375 }
376 
377 #endif
- -
ace_time::ZonedDateTime::second
uint8_t second() const
Return the second.
Definition: ZonedDateTime.h:202
-
ace_time::OffsetDateTime::forDateString
static OffsetDateTime forDateString(const char *dateString)
Factory method.
Definition: OffsetDateTime.cpp:24
-
ace_time::LocalDate::kInvalidEpochSeconds
static const int32_t kInvalidEpochSeconds
Sentinel epochSeconds which indicates an error.
Definition: LocalDate.h:69
ace_time::LocalDateTime
Class that holds the date-time as the components (year, month, day, hour, minute, second) without reg...
Definition: LocalDateTime.h:31
-
ace_time::ZonedDateTime::operator==
friend bool operator==(const ZonedDateTime &a, const ZonedDateTime &b)
Return true if two ZonedDateTime objects are equal in all components.
Definition: ZonedDateTime.h:365
-
ace_time::OffsetDateTime::fold
uint8_t fold() const
Return the fold.
Definition: OffsetDateTime.h:243
-
ace_time::OffsetDateTime::toEpochDays
int32_t toEpochDays() const
Return number of whole days since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offse...
Definition: OffsetDateTime.h:279
-
ace_time::OffsetDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offset zone.
Definition: OffsetDateTime.h:302
+
ace_time::LocalDateTime::forComponents
static LocalDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date and time components.
Definition: LocalDateTime.h:45
+
ace_time::LocalDate::kSecondsSinceUnixEpoch
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45
+
ace_time::LocalDate::kMaxValidUnixSeconds64
static const int64_t kMaxValidUnixSeconds64
Maximum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:81
+
ace_time::LocalDate::kInvalidUnixSeconds64
static const int64_t kInvalidUnixSeconds64
Sentinel 64-bit unixSeconds which indicates an error.
Definition: LocalDate.h:78
+
ace_time::LocalDate::kMinValidUnixSeconds64
static const int64_t kMinValidUnixSeconds64
Minimum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:85
+
ace_time::LocalDate::kInvalidUnixSeconds
static const int32_t kInvalidUnixSeconds
Sentinel unixSeconds which indicates an error.
Definition: LocalDate.h:75
+
ace_time::LocalDate::kInvalidEpochSeconds
static const int32_t kInvalidEpochSeconds
Sentinel epochSeconds which indicates an error.
Definition: LocalDate.h:69
+
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
+
ace_time::OffsetDateTime::day
uint8_t day() const
Return the day of the month.
Definition: OffsetDateTime.h:219
+
ace_time::OffsetDateTime::timeOffset
TimeOffset timeOffset() const
Return the offset zone of the OffsetDateTime.
Definition: OffsetDateTime.h:252
+
ace_time::OffsetDateTime::toUnixSeconds64
int64_t toUnixSeconds64() const
Return the 64-bit number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: OffsetDateTime.h:326
+
ace_time::OffsetDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: OffsetDateTime.h:187
+
ace_time::OffsetDateTime::localDateTime
const LocalDateTime & localDateTime() const
Return the LocalDateTime.
Definition: OffsetDateTime.h:258
+
ace_time::OffsetDateTime::hour
uint8_t hour() const
Return the hour.
Definition: OffsetDateTime.h:225
ace_time::OffsetDateTime::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: OffsetDateTime.h:213
-
ace_time::ZonedDateTime::toUnixSeconds64
int64_t toUnixSeconds64() const
Return the 64-bit number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: ZonedDateTime.h:308
-
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
-
ace_time::ZonedDateTime::toEpochDays
int32_t toEpochDays() const
Return number of whole days since AceTime epoch (2000-01-01 00:00:00Z), taking into account the time ...
Definition: ZonedDateTime.h:269
-
ace_time::ZonedDateTime::timeZone
void timeZone(const TimeZone &timeZone)
Set the time zone.
Definition: ZonedDateTime.h:226
-
ace_time::ZonedDateTime::localDateTime
const LocalDateTime & localDateTime() const
Return the LocalDateTime of the components.
Definition: ZonedDateTime.h:232
+
ace_time::OffsetDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offset zone.
Definition: OffsetDateTime.h:302
+
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
+
ace_time::OffsetDateTime::fold
uint8_t fold() const
Return the fold.
Definition: OffsetDateTime.h:243
+
ace_time::OffsetDateTime::compareTo
int8_t compareTo(const OffsetDateTime &that) const
Compare 'this' OffsetDateTime with 'that' OffsetDateTime, and return (<0, 0, >0) according to whether...
Definition: OffsetDateTime.h:347
+
ace_time::OffsetDateTime::minute
uint8_t minute() const
Return the minute.
Definition: OffsetDateTime.h:231
+
ace_time::OffsetDateTime::year
int16_t year() const
Return the year.
Definition: OffsetDateTime.h:193
ace_time::OffsetDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: OffsetDateTime.h:203
-
ace_time::ZonedDateTime::hour
uint8_t hour() const
Return the hour.
Definition: ZonedDateTime.h:190
-
ace_time::ZonedDateTime::forEpochSeconds
static ZonedDateTime forEpochSeconds(acetime_t epochSeconds, const TimeZone &timeZone)
Factory method.
Definition: ZonedDateTime.h:71
-
ace_time::ZonedDateTime::compareTo
int8_t compareTo(const ZonedDateTime &that) const
Compare 'this' ZonedDateTime with 'that' ZonedDateTime, and return (<0, 0, >0) according to whether t...
Definition: ZonedDateTime.h:328
-
ace_time::ZonedDateTime::minute
void minute(uint8_t minute)
Set the minute.
Definition: ZonedDateTime.h:199
+
ace_time::OffsetDateTime::forDateString
static OffsetDateTime forDateString(const char *dateString)
Factory method.
Definition: OffsetDateTime.cpp:24
ace_time::OffsetDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week, Monday=1, Sunday=7 (per ISO 8601).
Definition: OffsetDateTime.h:249
+
ace_time::OffsetDateTime::toEpochDays
int32_t toEpochDays() const
Return number of whole days since AceTime epoch (2000-01-01 00:00:00Z), taking into account the offse...
Definition: OffsetDateTime.h:279
+
ace_time::OffsetDateTime::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: OffsetDateTime.h:293
ace_time::OffsetDateTime::toUnixSeconds
int32_t toUnixSeconds() const
Return the number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: OffsetDateTime.h:314
+
ace_time::OffsetDateTime::second
uint8_t second() const
Return the second.
Definition: OffsetDateTime.h:237
+
ace_time::TimeOffset
A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
Definition: TimeOffset.h:56
+
ace_time::TimeZone
Class that describes a time zone.
Definition: TimeZone.h:85
ace_time::TimeZone::getOffsetDateTime
OffsetDateTime getOffsetDateTime(const LocalDateTime &ldt) const
Return the best estimate of the OffsetDateTime at the given LocalDateTime for the current TimeZone.
Definition: TimeZone.h:361
-
ace_time::ZonedDateTime::forUnixSeconds64
static ZonedDateTime forUnixSeconds64(int64_t unixSeconds, const TimeZone &timeZone)
Factory method to create a ZonedDateTime using the 64-bit number of seconds from Unix epoch.
Definition: ZonedDateTime.h:109
-
ace_time::OffsetDateTime::toUnixSeconds64
int64_t toUnixSeconds64() const
Return the 64-bit number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: OffsetDateTime.h:326
-
ace_time::LocalDate::kMinValidUnixSeconds64
static const int64_t kMinValidUnixSeconds64
Minimum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:85
-
ace_time::OffsetDateTime
The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
Definition: OffsetDateTime.h:33
-
compat.h
+
ace_time::TimeZone::forTimeOffset
static TimeZone forTimeOffset(TimeOffset stdOffset, TimeOffset dstOffset=TimeOffset())
Factory method to create from a UTC offset and an optional DST offset.
Definition: TimeZone.h:114
+
ace_time::ZonedDateTime
The date (year, month, day), time (hour, minute, second), and a timeZone representing an instant in t...
Definition: ZonedDateTime.h:32
+
ace_time::ZonedDateTime::forComponents
static ZonedDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, const TimeZone &timeZone, uint8_t fold=0)
Factory method using separated date, time, and time zone fields.
Definition: ZonedDateTime.h:51
+
ace_time::ZonedDateTime::compareTo
int8_t compareTo(const ZonedDateTime &that) const
Compare 'this' ZonedDateTime with 'that' ZonedDateTime, and return (<0, 0, >0) according to whether t...
Definition: ZonedDateTime.h:328
ace_time::ZonedDateTime::timeZone
const TimeZone & timeZone() const
Return the time zone of the ZonedDateTime.
Definition: ZonedDateTime.h:220
-
ace_time::ZonedDateTime::second
void second(uint8_t second)
Set the second.
Definition: ZonedDateTime.h:205
-
ace_time::OffsetDateTime::forError
static OffsetDateTime forError()
Factory method that returns an instance whose isError() is true.
Definition: OffsetDateTime.h:179
+
ace_time::ZonedDateTime::hour
uint8_t hour() const
Return the hour.
Definition: ZonedDateTime.h:190
+
ace_time::ZonedDateTime::fold
void fold(uint8_t fold)
Set the fold.
Definition: ZonedDateTime.h:211
+
ace_time::ZonedDateTime::toEpochDays
int32_t toEpochDays() const
Return number of whole days since AceTime epoch (2000-01-01 00:00:00Z), taking into account the time ...
Definition: ZonedDateTime.h:269
ace_time::ZonedDateTime::year
int16_t year() const
Return the year.
Definition: ZonedDateTime.h:158
-
ace_time::OffsetDateTime::second
uint8_t second() const
Return the second.
Definition: OffsetDateTime.h:237
-
ace_time::ZonedDateTime::forDateString
static ZonedDateTime forDateString(const char *dateString)
Factory method.
Definition: ZonedDateTime.h:132
-
ace_time::ZonedDateTime::toUnixSeconds
int32_t toUnixSeconds() const
Return the number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: ZonedDateTime.h:297
-
ace_time::ZonedDateTime::fold
uint8_t fold() const
Return the fold.
Definition: ZonedDateTime.h:208
-
ace_time::LocalDate::kInvalidUnixSeconds
static const int32_t kInvalidUnixSeconds
Sentinel unixSeconds which indicates an error.
Definition: LocalDate.h:75
ace_time::ZonedDateTime::printTo
void printTo(Print &printer) const
Print ZonedDateTime to 'printer'.
Definition: ZonedDateTime.cpp:12
-
ace_time::OffsetDateTime::compareTo
int8_t compareTo(const OffsetDateTime &that) const
Compare 'this' OffsetDateTime with 'that' OffsetDateTime, and return (<0, 0, >0) according to whether...
Definition: OffsetDateTime.h:347
-
ace_time::ZonedDateTime::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: ZonedDateTime.h:178
-
ace_time::OffsetDateTime::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: OffsetDateTime.h:293
-
ace_time::ZonedDateTime::fold
void fold(uint8_t fold)
Set the fold.
Definition: ZonedDateTime.h:211
-
ace_time::LocalDate::kSecondsSinceUnixEpoch
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45
+
ace_time::ZonedDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week using ISO 8601 numbering where Monday=1 and Sunday=7.
Definition: ZonedDateTime.h:217
+
ace_time::ZonedDateTime::operator==
friend bool operator==(const ZonedDateTime &a, const ZonedDateTime &b)
Return true if two ZonedDateTime objects are equal in all components.
Definition: ZonedDateTime.h:365
+
ace_time::ZonedDateTime::forDateString
static ZonedDateTime forDateString(const __FlashStringHelper *dateString)
Factory method.
Definition: ZonedDateTime.h:141
+
ace_time::ZonedDateTime::fold
uint8_t fold() const
Return the fold.
Definition: ZonedDateTime.h:208
+
ace_time::ZonedDateTime::convertToTimeZone
ZonedDateTime convertToTimeZone(const TimeZone &timeZone) const
Create a ZonedDateTime in a different time zone (with the same epochSeconds).
Definition: ZonedDateTime.h:260
ace_time::ZonedDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: ZonedDateTime.h:155
-
ace_time::ZonedDateTime::minute
uint8_t minute() const
Return the minute.
Definition: ZonedDateTime.h:196
-
ace_time::ZonedDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch (2000-01-01 00:00:00Z), taking into account the time zone.
Definition: ZonedDateTime.h:286
-
ace_time::OffsetDateTime::timeOffset
TimeOffset timeOffset() const
Return the offset zone of the OffsetDateTime.
Definition: OffsetDateTime.h:252
-
ace_time::ZonedDateTime
The date (year, month, day), time (hour, minute, second), and a timeZone representing an instant in t...
Definition: ZonedDateTime.h:32
-
ace_time::OffsetDateTime::day
uint8_t day() const
Return the day of the month.
Definition: OffsetDateTime.h:219
-
ace_time::ZonedDateTime::timeOffset
TimeOffset timeOffset() const
Return the offset zone of the OffsetDateTime.
Definition: ZonedDateTime.h:229
-
ace_time::OffsetDateTime::minute
uint8_t minute() const
Return the minute.
Definition: OffsetDateTime.h:231
-
ace_time::ZonedDateTime::forError
static ZonedDateTime forError()
Return an instance whose isError() returns true.
Definition: ZonedDateTime.h:147
-
ace_time::LocalDateTime::forComponents
static LocalDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint8_t fold=0)
Factory method using separated date and time components.
Definition: LocalDateTime.h:45
ace_time::ZonedDateTime::day
void day(uint8_t day)
Set the day of the month.
Definition: ZonedDateTime.h:187
-
ace_time::ZonedDateTime::month
void month(uint8_t month)
Set the month.
Definition: ZonedDateTime.h:181
-
ace_time::ZonedDateTime::forComponents
static ZonedDateTime forComponents(int16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, const TimeZone &timeZone, uint8_t fold=0)
Factory method using separated date, time, and time zone fields.
Definition: ZonedDateTime.h:51
-
ace_time::ZonedDateTime::yearTiny
void yearTiny(int8_t yearTiny)
Set the single-byte year offset from year 2000.
Definition: ZonedDateTime.h:175
-
ace_time::OffsetDateTime::isError
bool isError() const
Return true if any component indicates an error condition.
Definition: OffsetDateTime.h:187
-
ace_time::OffsetDateTime::hour
uint8_t hour() const
Return the hour.
Definition: OffsetDateTime.h:225
-
ace_time::LocalDate::kInvalidUnixSeconds64
static const int64_t kInvalidUnixSeconds64
Sentinel 64-bit unixSeconds which indicates an error.
Definition: LocalDate.h:78
-
ace_time::TimeZone
Class that describes a time zone.
Definition: TimeZone.h:85
-
ace_time::ZonedDateTime::convertToTimeZone
ZonedDateTime convertToTimeZone(const TimeZone &timeZone) const
Create a ZonedDateTime in a different time zone (with the same epochSeconds).
Definition: ZonedDateTime.h:260
-
ace_time::ZonedDateTime::forUnixSeconds
static ZonedDateTime forUnixSeconds(int32_t unixSeconds, const TimeZone &timeZone)
Factory method to create a ZonedDateTime using the number of seconds from Unix epoch.
Definition: ZonedDateTime.h:90
-
ace_time::TimeZone::forTimeOffset
static TimeZone forTimeOffset(TimeOffset stdOffset, TimeOffset dstOffset=TimeOffset())
Factory method to create from a UTC offset and an optional DST offset.
Definition: TimeZone.h:114
-
ace_time::ZonedDateTime::dayOfWeek
uint8_t dayOfWeek() const
Return the day of the week using ISO 8601 numbering where Monday=1 and Sunday=7.
Definition: ZonedDateTime.h:217
-
ace_time::OffsetDateTime::localDateTime
const LocalDateTime & localDateTime() const
Return the LocalDateTime.
Definition: OffsetDateTime.h:258
-
ace_time::ZonedDateTime::normalize
void normalize()
Normalize the ZonedDateTime after mutation.
Definition: ZonedDateTime.h:252
+
ace_time::ZonedDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: ZonedDateTime.h:168
+
ace_time::ZonedDateTime::minute
void minute(uint8_t minute)
Set the minute.
Definition: ZonedDateTime.h:199
+
ace_time::ZonedDateTime::toUnixSeconds
int32_t toUnixSeconds() const
Return the number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: ZonedDateTime.h:297
+
ace_time::ZonedDateTime::toUnixSeconds64
int64_t toUnixSeconds64() const
Return the 64-bit number of seconds from Unix epoch 1970-01-01 00:00:00Z.
Definition: ZonedDateTime.h:308
ace_time::ZonedDateTime::day
uint8_t day() const
Return the day of the month.
Definition: ZonedDateTime.h:184
-
ace_time::ZonedDateTime::hour
void hour(uint8_t hour)
Set the hour.
Definition: ZonedDateTime.h:193
+
ace_time::ZonedDateTime::forUnixSeconds64
static ZonedDateTime forUnixSeconds64(int64_t unixSeconds, const TimeZone &timeZone)
Factory method to create a ZonedDateTime using the 64-bit number of seconds from Unix epoch.
Definition: ZonedDateTime.h:109
+
ace_time::ZonedDateTime::second
void second(uint8_t second)
Set the second.
Definition: ZonedDateTime.h:205
+
ace_time::ZonedDateTime::second
uint8_t second() const
Return the second.
Definition: ZonedDateTime.h:202
+
ace_time::ZonedDateTime::forError
static ZonedDateTime forError()
Return an instance whose isError() returns true.
Definition: ZonedDateTime.h:147
+
ace_time::ZonedDateTime::forEpochSeconds
static ZonedDateTime forEpochSeconds(acetime_t epochSeconds, const TimeZone &timeZone)
Factory method.
Definition: ZonedDateTime.h:71
+
ace_time::ZonedDateTime::yearTiny
void yearTiny(int8_t yearTiny)
Set the single-byte year offset from year 2000.
Definition: ZonedDateTime.h:175
ace_time::ZonedDateTime::year
void year(int16_t year)
Set the year given the full year.
Definition: ZonedDateTime.h:161
+
ace_time::ZonedDateTime::hour
void hour(uint8_t hour)
Set the hour.
Definition: ZonedDateTime.h:193
ace_time::ZonedDateTime::ZonedDateTime
ZonedDateTime()
Default constructor.
Definition: ZonedDateTime.h:152
-
ace_time::OffsetDateTime::year
int16_t year() const
Return the year.
Definition: OffsetDateTime.h:193
-
ace_time::LocalDate::kMaxValidUnixSeconds64
static const int64_t kMaxValidUnixSeconds64
Maximum 64-bit Unix seconds supported by acetime_t.
Definition: LocalDate.h:81
-
ace_time::ZonedDateTime::forDateString
static ZonedDateTime forDateString(const __FlashStringHelper *dateString)
Factory method.
Definition: ZonedDateTime.h:141
+
ace_time::ZonedDateTime::forUnixSeconds
static ZonedDateTime forUnixSeconds(int32_t unixSeconds, const TimeZone &timeZone)
Factory method to create a ZonedDateTime using the number of seconds from Unix epoch.
Definition: ZonedDateTime.h:90
+
ace_time::ZonedDateTime::toEpochSeconds
acetime_t toEpochSeconds() const
Return seconds since AceTime epoch (2000-01-01 00:00:00Z), taking into account the time zone.
Definition: ZonedDateTime.h:286
+
ace_time::ZonedDateTime::minute
uint8_t minute() const
Return the minute.
Definition: ZonedDateTime.h:196
+
ace_time::ZonedDateTime::timeZone
void timeZone(const TimeZone &timeZone)
Set the time zone.
Definition: ZonedDateTime.h:226
+
ace_time::ZonedDateTime::normalize
void normalize()
Normalize the ZonedDateTime after mutation.
Definition: ZonedDateTime.h:252
+
ace_time::ZonedDateTime::month
void month(uint8_t month)
Set the month.
Definition: ZonedDateTime.h:181
+
ace_time::ZonedDateTime::timeOffset
TimeOffset timeOffset() const
Return the offset zone of the OffsetDateTime.
Definition: ZonedDateTime.h:229
ace_time::ZonedDateTime::toUnixDays
int32_t toUnixDays() const
Return the number of days since Unix epoch (1970-01-01 00:00:00).
Definition: ZonedDateTime.h:274
-
ace_time::ZonedDateTime::yearTiny
int8_t yearTiny() const
Return the single-byte year offset from year 2000.
Definition: ZonedDateTime.h:168
+
ace_time::ZonedDateTime::forDateString
static ZonedDateTime forDateString(const char *dateString)
Factory method.
Definition: ZonedDateTime.h:132
+
ace_time::ZonedDateTime::localDateTime
const LocalDateTime & localDateTime() const
Return the LocalDateTime of the components.
Definition: ZonedDateTime.h:232
+
ace_time::ZonedDateTime::month
uint8_t month() const
Return the month with January=1, December=12.
Definition: ZonedDateTime.h:178
+
compat.h
Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
+ diff --git a/docs/html/ace__time__utils_8h_source.html b/docs/html/ace__time__utils_8h_source.html index d77f3d212..e3cb00918 100644 --- a/docs/html/ace__time__utils_8h_source.html +++ b/docs/html/ace__time__utils_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/ace_time_utils.h Source File @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -93,13 +93,11 @@
27 }
28 
29 #endif
-
ace_time::LocalDate::forComponents
static LocalDate forComponents(int16_t year, uint8_t month, uint8_t day)
Factory method using separated year, month and day fields.
Definition: LocalDate.h:123
+ diff --git a/docs/html/annotated.html b/docs/html/annotated.html index cf948c9ff..ac61d609f 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -3,7 +3,7 @@ - + AceTime: Class List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -71,68 +71,68 @@
[detail level 123]
- - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 Nace_time
 Nbasic
 CBrokerFactoryA factory that creates a basic::ZoneInfoBroker
 CLinkEntryBrokerData broker for accessing a LinkEntry
 CLinkRegistrarConcrete template instantiation of LinkRegistrarTemplate for basic::LinkEntry
 CLinkRegistryBrokerData broker for a LinkRegistry composed of LinkEntry records
 CTransitionTemplateData structure that defines the start of a specific UTC offset as described by the matching ZoneEra and its ZoneRule for a given year
 CZoneEraBrokerData broker for accessing ZoneEra
 CZoneInfoBrokerData broker for accessing ZoneInfo
 CZonePolicyBrokerData broker for accessing ZonePolicy
 CZoneRegistrarConcrete template instantiation of ZoneRegistrarTemplate for basic::ZoneInfo, which can be used with BasicZoneProcessor
 CZoneRegistryBrokerData broker for accessing the ZoneRegistry
 CZoneRuleBrokerData broker for accessing ZoneRule
 CTransitionTemplateData structure that defines the start of a specific UTC offset as described by the matching ZoneEra and its ZoneRule for a given year
 CZoneRuleBrokerData broker for accessing ZoneRule
 CZonePolicyBrokerData broker for accessing ZonePolicy
 CZoneEraBrokerData broker for accessing ZoneEra
 CZoneInfoBrokerData broker for accessing ZoneInfo
 CZoneRegistryBrokerData broker for accessing the ZoneRegistry
 CLinkEntryBrokerData broker for accessing a LinkEntry
 CLinkRegistryBrokerData broker for a LinkRegistry composed of LinkEntry records
 CBrokerFactoryA factory that creates a basic::ZoneInfoBroker
 CLinkRegistrarConcrete template instantiation of LinkRegistrarTemplate for basic::LinkEntry
 CZoneRegistrarConcrete template instantiation of ZoneRegistrarTemplate for basic::ZoneInfo, which can be used with BasicZoneProcessor
 Nextended
 CBrokerFactoryA factory that creates a basic::ZoneInfoBroker
 CDateTupleA tuple that represents a date and time
 CLinkEntryBrokerData broker for accessing a LinkEntry
 CLinkRegistrarConcrete template instantiation of LinkRegistrarTemplate for extended::LinkEntry
 CLinkRegistryBrokerData broker for a LinkRegistry composed of LinkEntry records
 CMatchingEraTemplateData structure that captures the matching ZoneEra and its ZoneRule transitions for a given year
 CMatchingTransitionTemplateTuple of a matching Transition and its 'fold'
 CTransitionResultTemplateThe result of the findTransitionForDateTime(const LocalDatetime&) method which can return 2 possible Transitions if the DateTime is in the gap or the overlap
 CTransitionStorageTemplateA heap manager which is specialized and tuned to manage a collection of Transitions, keeping track of unused, used, and active states, using a fixed array of Transitions
 CTransitionTemplateRepresents an interval of time where the time zone obeyed a certain UTC offset and DST delta
 CYearMonthTupleA simple tuple to represent a year/month pair
 CZoneEraBrokerData broker for accessing ZoneEra
 CZoneInfoBrokerData broker for accessing ZoneInfo
 CZonePolicyBrokerData broker for accessing ZonePolicy
 CZoneRegistrarConcrete template instantiation of ZoneRegistrarTemplate for extended::ZoneInfo, which can be used with ExtendedZoneProcessor
 CZoneRegistryBrokerData broker for accessing the ZoneRegistry
 CZoneRuleBrokerData broker for accessing ZoneRule
 CDateTupleA tuple that represents a date and time
 CYearMonthTupleA simple tuple to represent a year/month pair
 CMatchingEraTemplateData structure that captures the matching ZoneEra and its ZoneRule transitions for a given year
 CTransitionTemplateRepresents an interval of time where the time zone obeyed a certain UTC offset and DST delta
 CMatchingTransitionTemplateTuple of a matching Transition and its 'fold'
 CTransitionResultTemplateThe result of the findTransitionForDateTime(const LocalDatetime&) method which can return 2 possible Transitions if the DateTime is in the gap or the overlap
 CTransitionStorageTemplateA heap manager which is specialized and tuned to manage a collection of Transitions, keeping track of unused, used, and active states, using a fixed array of Transitions
 CZoneRuleBrokerData broker for accessing ZoneRule
 CZonePolicyBrokerData broker for accessing ZonePolicy
 CZoneEraBrokerData broker for accessing ZoneEra
 CZoneInfoBrokerData broker for accessing ZoneInfo
 CZoneRegistryBrokerData broker for accessing the ZoneRegistry
 CLinkEntryBrokerData broker for accessing a LinkEntry
 CLinkRegistryBrokerData broker for a LinkRegistry composed of LinkEntry records
 CBrokerFactoryA factory that creates a basic::ZoneInfoBroker
 CLinkRegistrarConcrete template instantiation of LinkRegistrarTemplate for extended::LinkEntry
 CZoneRegistrarConcrete template instantiation of ZoneRegistrarTemplate for extended::ZoneInfo, which can be used with ExtendedZoneProcessor
 Ninternal
 CLinkRegistrarTemplateClass that allows looking up the LinkEntry (LE) from its LinkRegistry (LRGB) using its linkId
 CMonthDayThe result of calcStartDayOfMonth()
 CZoneContextMetadata about the zone database
 CZoneRegistrarTemplateClass that allows looking up the ZoneInfo (ZI) from its TZDB identifier (e.g
 CBasicLinkManagerAn implementation of the LinkManager which uses a registry of basic::ZoneInfo records
 CBasicZoneA thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful basic::ZoneInfo data
 CBasicZoneManagerAn implementation of the ZoneManager which uses a registry of basic::ZoneInfo records
 CBasicZoneProcessorA specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
 CBasicZoneProcessorCacheAn implementation of a BasicZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
 CBasicZoneProcessorTemplateAn implementation of ZoneProcessor that supports a subset of the zones containing in the TZ Database
 CDateStringsClass that translates a numeric month (1-12) or dayOfWeek (1-7) into a human readable string
 CExtendedLinkManagerAn implementation of the LinkManager which uses a registry of extended::ZoneInfo records
 CExtendedZoneA thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some useful extended::ZoneInfo data
 CExtendedZoneManagerAn implementation of the ZoneManager which uses a registry of extended::ZoneInfo records
 CExtendedZoneProcessorA specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
 CExtendedZoneProcessorCacheAn implementation of an ExtendedZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
 CExtendedZoneProcessorTemplateAn implementation of ZoneProcessor that supports for all zones defined by the TZ Database
 CLinkManagerBase class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kInvalidZoneId can be referenced as LinkManager::kInvalidZoneId
 CLocalDateThe date (year, month, day) representing the date without regards to time zone
 CLocalDateTimeClass that holds the date-time as the components (year, month, day, hour, minute, second) without regards to the time zone
 CLocalTimeThe time (hour, minute, second) fields representing the time without regards to the day or the time zone
 CManualZoneManagerA simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone
 COffsetDateTimeThe date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset)
 CTimeOffsetA thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC, but not always
 CTimePeriodRepresents a period of time relative to some known point in time, potentially represented by a DateTime
 CTimeZoneClass that describes a time zone
 CTimeZoneDataData structure that captures the internal state of a TimeZone object with enough information so that it can be serialized using TimeZone::toTimeZoneData() then reconstructed using ZoneManager::createForTimeZoneData()
 CZonedDateTimeThe date (year, month, day), time (hour, minute, second), and a timeZone representing an instant in time
 CZoneManagerBase class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility
 CZoneManagerTemplateA templatized implementation of ZoneManager that binds the ZoneRegistrar with the corresponding (Basic|Extended)ZoneProcessorCache
 CZoneProcessorBase interface for ZoneProcessor classes
 CZoneProcessorCacheBaseTemplateThe template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase
 CZoneContextMetadata about the zone database
 CZoneRegistrarTemplateClass that allows looking up the ZoneInfo (ZI) from its TZDB identifier (e.g
 CMonthDayThe result of calcStartDayOfMonth()
 CBasicZoneA thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful basic::ZoneInfo data
 CBasicZoneProcessorTemplateAn implementation of ZoneProcessor that supports a subset of the zones containing in the TZ Database
 CBasicZoneProcessorA specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
 CDateStringsClass that translates a numeric month (1-12) or dayOfWeek (1-7) into a human readable string
 CExtendedZoneA thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some useful extended::ZoneInfo data
 CExtendedZoneProcessorTemplateAn implementation of ZoneProcessor that supports for all zones defined by the TZ Database
 CExtendedZoneProcessorA specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
 CLinkManagerBase class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kInvalidZoneId can be referenced as LinkManager::kInvalidZoneId
 CBasicLinkManagerAn implementation of the LinkManager which uses a registry of basic::ZoneInfo records
 CExtendedLinkManagerAn implementation of the LinkManager which uses a registry of extended::ZoneInfo records
 CLocalDateThe date (year, month, day) representing the date without regards to time zone
 CLocalDateTimeClass that holds the date-time as the components (year, month, day, hour, minute, second) without regards to the time zone
 CLocalTimeThe time (hour, minute, second) fields representing the time without regards to the day or the time zone
 COffsetDateTimeThe date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset)
 CTimeOffsetA thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC, but not always
 CTimePeriodRepresents a period of time relative to some known point in time, potentially represented by a DateTime
 CTimeZoneClass that describes a time zone
 CTimeZoneDataData structure that captures the internal state of a TimeZone object with enough information so that it can be serialized using TimeZone::toTimeZoneData() then reconstructed using ZoneManager::createForTimeZoneData()
 CZonedDateTimeThe date (year, month, day), time (hour, minute, second), and a timeZone representing an instant in time
 CZoneManagerBase class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility
 CManualZoneManagerA simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone
 CZoneManagerTemplateA templatized implementation of ZoneManager that binds the ZoneRegistrar with the corresponding (Basic|Extended)ZoneProcessorCache
 CBasicZoneManagerAn implementation of the ZoneManager which uses a registry of basic::ZoneInfo records
 CExtendedZoneManagerAn implementation of the ZoneManager which uses a registry of extended::ZoneInfo records
 CZoneProcessorBase interface for ZoneProcessor classes
 CZoneProcessorCacheBaseTemplateThe template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase
 CBasicZoneProcessorCacheAn implementation of a BasicZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
 CExtendedZoneProcessorCacheAn implementation of an ExtendedZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
 CZoneSorterByNameZoneSorterByName, templatized on BasicZoneManager or ExtendedZoneManager
 CZoneSorterByOffsetAndNameZoneSorterByOffsetAndName, templatized on BasicZoneManager or ExtendedZoneManager
@@ -140,9 +140,7 @@ diff --git a/docs/html/classace__time_1_1BasicLinkManager-members.html b/docs/html/classace__time_1_1BasicLinkManager-members.html index 45c5bbe6c..af246da34 100644 --- a/docs/html/classace__time_1_1BasicLinkManager-members.html +++ b/docs/html/classace__time_1_1BasicLinkManager-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -81,9 +81,7 @@ diff --git a/docs/html/classace__time_1_1BasicLinkManager.html b/docs/html/classace__time_1_1BasicLinkManager.html index bc36a2663..7489bae6a 100644 --- a/docs/html/classace__time_1_1BasicLinkManager.html +++ b/docs/html/classace__time_1_1BasicLinkManager.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::BasicLinkManager Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -82,8 +82,8 @@
Inheritance diagram for ace_time::BasicLinkManager:
-
Inheritance graph
- +
Inheritance graph
+ @@ -91,8 +91,8 @@
Collaboration diagram for ace_time::BasicLinkManager:
-
Collaboration graph
- +
Collaboration graph
+ @@ -175,9 +175,7 @@

diff --git a/docs/html/classace__time_1_1BasicZone-members.html b/docs/html/classace__time_1_1BasicZone-members.html index 79e5690db..6c3f7b97c 100644 --- a/docs/html/classace__time_1_1BasicZone-members.html +++ b/docs/html/classace__time_1_1BasicZone-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@

- + @@ -87,9 +87,7 @@
diff --git a/docs/html/classace__time_1_1BasicZone.html b/docs/html/classace__time_1_1BasicZone.html index d2af6025b..2617b7f17 100644 --- a/docs/html/classace__time_1_1BasicZone.html +++ b/docs/html/classace__time_1_1BasicZone.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::BasicZone Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -209,9 +209,7 @@

diff --git a/docs/html/classace__time_1_1BasicZoneManager-members.html b/docs/html/classace__time_1_1BasicZoneManager-members.html index 159247ca9..aedb8cb8c 100644 --- a/docs/html/classace__time_1_1BasicZoneManager-members.html +++ b/docs/html/classace__time_1_1BasicZoneManager-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -94,9 +94,7 @@ diff --git a/docs/html/classace__time_1_1BasicZoneManager.html b/docs/html/classace__time_1_1BasicZoneManager.html index 3fd4ba5c8..1b3c76d2d 100644 --- a/docs/html/classace__time_1_1BasicZoneManager.html +++ b/docs/html/classace__time_1_1BasicZoneManager.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::BasicZoneManager Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -82,8 +82,8 @@
Inheritance diagram for ace_time::BasicZoneManager:
-
Inheritance graph
- +
Inheritance graph
+ @@ -92,14 +92,11 @@
Collaboration diagram for ace_time::BasicZoneManager:
-
Collaboration graph
- - - - - - - +
Collaboration graph
+ + + +
[legend]
@@ -178,9 +175,7 @@ diff --git a/docs/html/classace__time_1_1BasicZoneManager__coll__graph.map b/docs/html/classace__time_1_1BasicZoneManager__coll__graph.map index c63eff019..16f3c6e2b 100644 --- a/docs/html/classace__time_1_1BasicZoneManager__coll__graph.map +++ b/docs/html/classace__time_1_1BasicZoneManager__coll__graph.map @@ -1,8 +1,5 @@ - - - - - - + + + diff --git a/docs/html/classace__time_1_1BasicZoneManager__coll__graph.md5 b/docs/html/classace__time_1_1BasicZoneManager__coll__graph.md5 index e20406d9d..59e819ebc 100644 --- a/docs/html/classace__time_1_1BasicZoneManager__coll__graph.md5 +++ b/docs/html/classace__time_1_1BasicZoneManager__coll__graph.md5 @@ -1 +1 @@ -44f58d51c1d9b9ba9c124b74a15f03f8 \ No newline at end of file +e01754f4cb5dfec7a5dd4ca91c2b899c \ No newline at end of file diff --git a/docs/html/classace__time_1_1BasicZoneManager__coll__graph.png b/docs/html/classace__time_1_1BasicZoneManager__coll__graph.png index 2b6eb24db..4b0e21e10 100644 Binary files a/docs/html/classace__time_1_1BasicZoneManager__coll__graph.png and b/docs/html/classace__time_1_1BasicZoneManager__coll__graph.png differ diff --git a/docs/html/classace__time_1_1BasicZoneProcessor-members.html b/docs/html/classace__time_1_1BasicZoneProcessor-members.html index 8c73d3594..46bc6e12b 100644 --- a/docs/html/classace__time_1_1BasicZoneProcessor-members.html +++ b/docs/html/classace__time_1_1BasicZoneProcessor-members.html @@ -3,7 +3,7 @@ - +AceTime: Member List @@ -22,7 +22,7 @@ @@ -31,10 +31,10 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
- + @@ -84,25 +84,22 @@ getType() constace_time::ZoneProcessorinline getUtcOffset(acetime_t epochSeconds) const overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual getZoneId(bool followLink=false) const overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual - isLink() const overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inline - ace_time::ZoneProcessor::isLink() const =0ace_time::ZoneProcessorpure virtual - kTypeBasicace_time::BasicZoneProcessorstatic - log() constace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inline - mType (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected - operator=(const ZoneProcessor &)=delete (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected - printNameTo(Print &printer, bool followLink=false) const overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual - printShortNameTo(Print &printer, bool followLink=false) const overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual - setBrokerFactory(const basic::BrokerFactory *brokerFactory)ace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inline - setZoneKey(uintptr_t zoneKey) overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual - Transition typedeface_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker > - ZoneProcessor(const ZoneProcessor &)=delete (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected - ZoneProcessor(uint8_t type)ace_time::ZoneProcessorinlineprotected + isLink() const overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual + kTypeBasicace_time::BasicZoneProcessorstatic + log() constace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inline + mType (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected + operator=(const ZoneProcessor &)=delete (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected + printNameTo(Print &printer, bool followLink=false) const overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual + printShortNameTo(Print &printer, bool followLink=false) const overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual + setBrokerFactory(const basic::BrokerFactory *brokerFactory)ace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inline + setZoneKey(uintptr_t zoneKey) overrideace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >inlinevirtual + Transition typedeface_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker > + ZoneProcessor(const ZoneProcessor &)=delete (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected + ZoneProcessor(uint8_t type)ace_time::ZoneProcessorinlineprotected diff --git a/docs/html/classace__time_1_1BasicZoneProcessor.html b/docs/html/classace__time_1_1BasicZoneProcessor.html index 08965af35..a649918f4 100644 --- a/docs/html/classace__time_1_1BasicZoneProcessor.html +++ b/docs/html/classace__time_1_1BasicZoneProcessor.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::BasicZoneProcessor Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -83,8 +83,8 @@
Inheritance diagram for ace_time::BasicZoneProcessor:
-
Inheritance graph
- +
Inheritance graph
+ @@ -93,8 +93,8 @@
Collaboration diagram for ace_time::BasicZoneProcessor:
-
Collaboration graph
- +
Collaboration graph
+ @@ -152,10 +152,6 @@ uint8_t getType () const  Return the kTypeXxx of the current instance.
  - -virtual bool isLink () const =0 - Return true if timezone is a Link entry pointing to a Zone entry.
-  @@ -187,9 +183,9 @@ - - + +

Static Public Attributes

 Constructor.
 
- Protected Attributes inherited from ace_time::ZoneProcessor
-const uint8_t mType
 
+uint8_t const mType
 

Detailed Description

A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory.

@@ -201,9 +197,7 @@
diff --git a/docs/html/classace__time_1_1BasicZoneProcessorCache-members.html b/docs/html/classace__time_1_1BasicZoneProcessorCache-members.html index 4fa317e3d..4cba5b9c9 100644 --- a/docs/html/classace__time_1_1BasicZoneProcessorCache-members.html +++ b/docs/html/classace__time_1_1BasicZoneProcessorCache-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@
- + @@ -82,9 +82,7 @@
diff --git a/docs/html/classace__time_1_1BasicZoneProcessorCache.html b/docs/html/classace__time_1_1BasicZoneProcessorCache.html index e00821517..fd12fb8fb 100644 --- a/docs/html/classace__time_1_1BasicZoneProcessorCache.html +++ b/docs/html/classace__time_1_1BasicZoneProcessorCache.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::BasicZoneProcessorCache< SIZE > Class Template Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -81,8 +81,8 @@
Inheritance diagram for ace_time::BasicZoneProcessorCache< SIZE >:
-
Inheritance graph
- +
Inheritance graph
+ @@ -90,8 +90,8 @@
Collaboration diagram for ace_time::BasicZoneProcessorCache< SIZE >:
-
Collaboration graph
- +
Collaboration graph
+ @@ -135,9 +135,7 @@
diff --git a/docs/html/classace__time_1_1BasicZoneProcessorTemplate-members.html b/docs/html/classace__time_1_1BasicZoneProcessorTemplate-members.html index 09504560c..1c1edf23c 100644 --- a/docs/html/classace__time_1_1BasicZoneProcessorTemplate-members.html +++ b/docs/html/classace__time_1_1BasicZoneProcessorTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@
- + @@ -106,9 +106,7 @@ diff --git a/docs/html/classace__time_1_1BasicZoneProcessorTemplate.html b/docs/html/classace__time_1_1BasicZoneProcessorTemplate.html index 1bde04e0e..fd12aa783 100644 --- a/docs/html/classace__time_1_1BasicZoneProcessorTemplate.html +++ b/docs/html/classace__time_1_1BasicZoneProcessorTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::BasicZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB > Class Template Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -85,8 +85,8 @@
Inheritance diagram for ace_time::BasicZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >:
-
Inheritance graph
- +
Inheritance graph
+ @@ -94,8 +94,8 @@
Collaboration diagram for ace_time::BasicZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >:
-
Collaboration graph
- +
Collaboration graph
+ @@ -207,9 +207,9 @@

Additional Inherited Members

- Protected Attributes inherited from ace_time::ZoneProcessor - -const uint8_t mType -  + +uint8_t const mType

Detailed Description

template<typename BF, typename ZIB, typename ZEB, typename ZPB, typename ZRB>
@@ -222,7 +222,7 @@ *

Each record is represented by basic::ZoneRule and the entire collection is represented by basic::ZonePolicy.

The Zone records define the region which follows a specific set of Rules for certain time periods (given by UNTIL below):

* Zone NAME              GMTOFF    RULES FORMAT  [UNTIL]
 * 

Each record is represented by basic::ZoneEra and the entire collection is represented by basic::ZoneInfo.

-

This class assumes that the various components of ZoneInfo, ZoneEra, and ZonePolicy, ZoneRule have a number of limitations and constraints which simplify the implementation of this class. The tzcompiler.py script will remove zones which do not meet these constraints when generating the structs defined by zonedb/zone_infos.h. The constraints are at least the following (see AceTimeTools/transformer.py for the authoratative algorithm):

+

This class assumes that the various components of ZoneInfo, ZoneEra, and ZonePolicy, ZoneRule have a number of limitations and constraints which simplify the implementation of this class. The tzcompiler.py script will remove zones which do not meet these constraints when generating the structs defined by zonedb/zone_infos.h. The constraints are at least the following (see AceTimeTools/transformer.py for the authoratative algorithm):

  • ZoneInfo UNTIL field must contain only the full year; cannot contain month, day, or time components
  • ZoneInfo untilTimeSuffix can contain only 'w' (not 's' or 'u')
  • @@ -737,9 +737,7 @@

    diff --git a/docs/html/classace__time_1_1DateStrings-members.html b/docs/html/classace__time_1_1DateStrings-members.html index 6d80a139f..1719eee94 100644 --- a/docs/html/classace__time_1_1DateStrings-members.html +++ b/docs/html/classace__time_1_1DateStrings-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@

- + @@ -83,9 +83,7 @@
diff --git a/docs/html/classace__time_1_1DateStrings.html b/docs/html/classace__time_1_1DateStrings.html index 106604fc9..883d94eb2 100644 --- a/docs/html/classace__time_1_1DateStrings.html +++ b/docs/html/classace__time_1_1DateStrings.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::DateStrings Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@
- + @@ -272,9 +272,7 @@

diff --git a/docs/html/classace__time_1_1ExtendedLinkManager-members.html b/docs/html/classace__time_1_1ExtendedLinkManager-members.html index e697b4f92..35ec3cd64 100644 --- a/docs/html/classace__time_1_1ExtendedLinkManager-members.html +++ b/docs/html/classace__time_1_1ExtendedLinkManager-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -81,9 +81,7 @@ diff --git a/docs/html/classace__time_1_1ExtendedLinkManager.html b/docs/html/classace__time_1_1ExtendedLinkManager.html index 55cc8202a..9f702fd4f 100644 --- a/docs/html/classace__time_1_1ExtendedLinkManager.html +++ b/docs/html/classace__time_1_1ExtendedLinkManager.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ExtendedLinkManager Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -82,8 +82,8 @@
Inheritance diagram for ace_time::ExtendedLinkManager:
-
Inheritance graph
- +
Inheritance graph
+ @@ -91,8 +91,8 @@
Collaboration diagram for ace_time::ExtendedLinkManager:
-
Collaboration graph
- +
Collaboration graph
+ @@ -175,9 +175,7 @@

diff --git a/docs/html/classace__time_1_1ExtendedZone-members.html b/docs/html/classace__time_1_1ExtendedZone-members.html index 7701c1a26..0e5a06b66 100644 --- a/docs/html/classace__time_1_1ExtendedZone-members.html +++ b/docs/html/classace__time_1_1ExtendedZone-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@

- + @@ -87,9 +87,7 @@
diff --git a/docs/html/classace__time_1_1ExtendedZone.html b/docs/html/classace__time_1_1ExtendedZone.html index d9cd91fa0..39f1b990d 100644 --- a/docs/html/classace__time_1_1ExtendedZone.html +++ b/docs/html/classace__time_1_1ExtendedZone.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ExtendedZone Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -209,9 +209,7 @@

diff --git a/docs/html/classace__time_1_1ExtendedZoneManager-members.html b/docs/html/classace__time_1_1ExtendedZoneManager-members.html index 22070d9df..54cc7a8c9 100644 --- a/docs/html/classace__time_1_1ExtendedZoneManager-members.html +++ b/docs/html/classace__time_1_1ExtendedZoneManager-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -94,9 +94,7 @@ diff --git a/docs/html/classace__time_1_1ExtendedZoneManager.html b/docs/html/classace__time_1_1ExtendedZoneManager.html index 0af9f9d87..c2342f551 100644 --- a/docs/html/classace__time_1_1ExtendedZoneManager.html +++ b/docs/html/classace__time_1_1ExtendedZoneManager.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ExtendedZoneManager Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -82,8 +82,8 @@
Inheritance diagram for ace_time::ExtendedZoneManager:
-
Inheritance graph
- +
Inheritance graph
+ @@ -92,14 +92,11 @@
Collaboration diagram for ace_time::ExtendedZoneManager:
-
Collaboration graph
- - - - - - - +
Collaboration graph
+ + + +
[legend]
@@ -178,9 +175,7 @@ diff --git a/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.map b/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.map index ec343ac37..b72162842 100644 --- a/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.map +++ b/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.map @@ -1,8 +1,5 @@ - - - - - - + + + diff --git a/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.md5 b/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.md5 index 1c0eb29a9..c9d826377 100644 --- a/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.md5 +++ b/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.md5 @@ -1 +1 @@ -b4ff0e57ed50a91ecf47eef3a045721f \ No newline at end of file +4aba3567be9c32928deaec91ef4b48d8 \ No newline at end of file diff --git a/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.png b/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.png index d53bf5cab..2cc855a40 100644 Binary files a/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.png and b/docs/html/classace__time_1_1ExtendedZoneManager__coll__graph.png differ diff --git a/docs/html/classace__time_1_1ExtendedZoneProcessor-members.html b/docs/html/classace__time_1_1ExtendedZoneProcessor-members.html index 9aa710b8b..9e094e379 100644 --- a/docs/html/classace__time_1_1ExtendedZoneProcessor-members.html +++ b/docs/html/classace__time_1_1ExtendedZoneProcessor-members.html @@ -3,7 +3,7 @@ - +AceTime: Member List @@ -22,7 +22,7 @@ @@ -31,10 +31,10 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
- + @@ -87,31 +87,28 @@ getZoneId(bool followLink=false) const overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inlinevirtual initForEpochSeconds(acetime_t epochSeconds) constace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline initForYear(int16_t year) constace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline - isLink() const overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline - ace_time::ZoneProcessor::isLink() const =0ace_time::ZoneProcessorpure virtual - kMaxTransitionsace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >static - kTypeExtendedace_time::ExtendedZoneProcessorstatic - log() constace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline - MatchingEra typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > - MatchingTransition typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > - mType (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected - operator=(const ZoneProcessor &)=delete (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected - printNameTo(Print &printer, bool followLink=false) const overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inlinevirtual - printShortNameTo(Print &printer, bool followLink=false) const overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inlinevirtual - resetTransitionAllocSize()ace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline - setBrokerFactory(const extended::BrokerFactory *brokerFactory)ace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline - setZoneKey(uintptr_t zoneKey) overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inlinevirtual - Transition typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > - TransitionResult typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > - TransitionStorage typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > - ZoneProcessor(const ZoneProcessor &)=delete (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected - ZoneProcessor(uint8_t type)ace_time::ZoneProcessorinlineprotected + isLink() const overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inlinevirtual + kMaxTransitionsace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >static + kTypeExtendedace_time::ExtendedZoneProcessorstatic + log() constace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline + MatchingEra typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > + MatchingTransition typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > + mType (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected + operator=(const ZoneProcessor &)=delete (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected + printNameTo(Print &printer, bool followLink=false) const overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inlinevirtual + printShortNameTo(Print &printer, bool followLink=false) const overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inlinevirtual + resetTransitionAllocSize()ace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline + setBrokerFactory(const extended::BrokerFactory *brokerFactory)ace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inline + setZoneKey(uintptr_t zoneKey) overrideace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >inlinevirtual + Transition typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > + TransitionResult typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > + TransitionStorage typedeface_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker > + ZoneProcessor(const ZoneProcessor &)=delete (defined in ace_time::ZoneProcessor)ace_time::ZoneProcessorprotected + ZoneProcessor(uint8_t type)ace_time::ZoneProcessorinlineprotected diff --git a/docs/html/classace__time_1_1ExtendedZoneProcessor.html b/docs/html/classace__time_1_1ExtendedZoneProcessor.html index 2bd2c5732..8c2d5d50f 100644 --- a/docs/html/classace__time_1_1ExtendedZoneProcessor.html +++ b/docs/html/classace__time_1_1ExtendedZoneProcessor.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ExtendedZoneProcessor Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -83,8 +83,8 @@
Inheritance diagram for ace_time::ExtendedZoneProcessor:
-
Inheritance graph
- +
Inheritance graph
+ @@ -93,8 +93,8 @@
Collaboration diagram for ace_time::ExtendedZoneProcessor:
-
Collaboration graph
- +
Collaboration graph
+ @@ -163,10 +163,6 @@ uint8_t getType () const  Return the kTypeXxx of the current instance.
  - -virtual bool isLink () const =0 - Return true if timezone is a Link entry pointing to a Zone entry.
-  @@ -218,9 +214,9 @@ - - + +

Static Public Attributes

 Constructor.
 
- Protected Attributes inherited from ace_time::ZoneProcessor
-const uint8_t mType
 
+uint8_t const mType
 

Detailed Description

A specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory.

@@ -232,9 +228,7 @@
diff --git a/docs/html/classace__time_1_1ExtendedZoneProcessorCache-members.html b/docs/html/classace__time_1_1ExtendedZoneProcessorCache-members.html index ce308f077..39cf6372b 100644 --- a/docs/html/classace__time_1_1ExtendedZoneProcessorCache-members.html +++ b/docs/html/classace__time_1_1ExtendedZoneProcessorCache-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@
- + @@ -82,9 +82,7 @@
diff --git a/docs/html/classace__time_1_1ExtendedZoneProcessorCache.html b/docs/html/classace__time_1_1ExtendedZoneProcessorCache.html index afe12e972..503a0f8bc 100644 --- a/docs/html/classace__time_1_1ExtendedZoneProcessorCache.html +++ b/docs/html/classace__time_1_1ExtendedZoneProcessorCache.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ExtendedZoneProcessorCache< SIZE > Class Template Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -81,8 +81,8 @@
Inheritance diagram for ace_time::ExtendedZoneProcessorCache< SIZE >:
-
Inheritance graph
- +
Inheritance graph
+ @@ -90,8 +90,8 @@
Collaboration diagram for ace_time::ExtendedZoneProcessorCache< SIZE >:
-
Collaboration graph
- +
Collaboration graph
+ @@ -135,9 +135,7 @@
diff --git a/docs/html/classace__time_1_1ExtendedZoneProcessorTemplate-members.html b/docs/html/classace__time_1_1ExtendedZoneProcessorTemplate-members.html index 040e03398..bd61f111e 100644 --- a/docs/html/classace__time_1_1ExtendedZoneProcessorTemplate-members.html +++ b/docs/html/classace__time_1_1ExtendedZoneProcessorTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@
- + @@ -127,9 +127,7 @@ diff --git a/docs/html/classace__time_1_1ExtendedZoneProcessorTemplate.html b/docs/html/classace__time_1_1ExtendedZoneProcessorTemplate.html index a00109b49..c90a80290 100644 --- a/docs/html/classace__time_1_1ExtendedZoneProcessorTemplate.html +++ b/docs/html/classace__time_1_1ExtendedZoneProcessorTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ExtendedZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB > Class Template Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -86,8 +86,8 @@
Inheritance diagram for ace_time::ExtendedZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >:
-
Inheritance graph
- +
Inheritance graph
+ @@ -95,8 +95,8 @@
Collaboration diagram for ace_time::ExtendedZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >:
-
Collaboration graph
- +
Collaboration graph
+ @@ -276,16 +276,16 @@

Additional Inherited Members

- Protected Attributes inherited from ace_time::ZoneProcessor - -const uint8_t mType -  + +uint8_t const mType

Detailed Description

template<typename BF, typename ZIB, typename ZEB, typename ZPB, typename ZRB>
class ace_time::ExtendedZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >

An implementation of ZoneProcessor that supports for all zones defined by the TZ Database.

-

The supported zones are defined in the zonedbx/zone_infos.h header file. The constructor expects a pointer to one of the ZoneInfo structures declared in the zonedbx/zone_infos.h file. The zone_processor.py file is the initial Python implementation of this class, which got translated into C++.

+

The supported zones are defined in the zonedbx/zone_infos.h header file. The constructor expects a pointer to one of the ZoneInfo structures declared in the zonedbx/zone_infos.h file. The zone_processor.py file is the initial Python implementation of this class, which got translated into C++.

The underlying zoneinfo files (extended::ZoneInfo, etc) store the UTC and DST offsets of a timezone as a single signed byte in 15-minute increments. This is sufficient to accurate describe all time zones from the year 2000 until

  1. The AT and UNTIL transition times are stored using a 1-minute resolution, which correctly handles the 5 timezones whose DST transition times occur at 00:01. Those zones are:
    • America/Goose_Bay
    • @@ -970,9 +970,7 @@

      diff --git a/docs/html/classace__time_1_1LinkManager-members.html b/docs/html/classace__time_1_1LinkManager-members.html index 558864bf9..fb59a8ac1 100644 --- a/docs/html/classace__time_1_1LinkManager-members.html +++ b/docs/html/classace__time_1_1LinkManager-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
      AceTime -  1.11.4 +  1.11.5
      Date and time classes for Arduino that support timezones from the TZ Database.
      @@ -31,10 +31,10 @@

- + @@ -78,9 +78,7 @@
diff --git a/docs/html/classace__time_1_1LinkManager.html b/docs/html/classace__time_1_1LinkManager.html index 675491a40..6bc20a098 100644 --- a/docs/html/classace__time_1_1LinkManager.html +++ b/docs/html/classace__time_1_1LinkManager.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::LinkManager Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@
- + @@ -82,8 +82,8 @@
Inheritance diagram for ace_time::LinkManager:
-
Inheritance graph
- +
Inheritance graph
+ @@ -135,9 +135,7 @@

diff --git a/docs/html/classace__time_1_1LocalDate-members.html b/docs/html/classace__time_1_1LocalDate-members.html index 18181486a..c565bf2a2 100644 --- a/docs/html/classace__time_1_1LocalDate-members.html +++ b/docs/html/classace__time_1_1LocalDate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@

- + @@ -131,9 +131,7 @@ diff --git a/docs/html/classace__time_1_1LocalDate.html b/docs/html/classace__time_1_1LocalDate.html index 46fac6479..d16593ed2 100644 --- a/docs/html/classace__time_1_1LocalDate.html +++ b/docs/html/classace__time_1_1LocalDate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::LocalDate Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -831,6 +831,7 @@

Initial value:
=
+
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45

Maximum 64-bit Unix seconds supported by acetime_t.

@@ -871,12 +872,9 @@

LocalDate.cpp -
static const int32_t kSecondsSinceUnixEpoch
Number of seconds from Unix epoch (1970-01-01 00:00:00Z) to the AceTime epoch (2000-01-01 00:00:00Z).
Definition: LocalDate.h:45
diff --git a/docs/html/classace__time_1_1LocalDateTime-members.html b/docs/html/classace__time_1_1LocalDateTime-members.html index a7e72e3af..43e366a8a 100644 --- a/docs/html/classace__time_1_1LocalDateTime-members.html +++ b/docs/html/classace__time_1_1LocalDateTime-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -117,9 +117,7 @@ diff --git a/docs/html/classace__time_1_1LocalDateTime.html b/docs/html/classace__time_1_1LocalDateTime.html index 9b2c0bea5..966d9a76b 100644 --- a/docs/html/classace__time_1_1LocalDateTime.html +++ b/docs/html/classace__time_1_1LocalDateTime.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::LocalDateTime Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -816,9 +816,7 @@

diff --git a/docs/html/classace__time_1_1LocalTime-members.html b/docs/html/classace__time_1_1LocalTime-members.html index 5ec7aab21..364bd57aa 100644 --- a/docs/html/classace__time_1_1LocalTime-members.html +++ b/docs/html/classace__time_1_1LocalTime-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -99,9 +99,7 @@ diff --git a/docs/html/classace__time_1_1LocalTime.html b/docs/html/classace__time_1_1LocalTime.html index c5f396470..b2428abf1 100644 --- a/docs/html/classace__time_1_1LocalTime.html +++ b/docs/html/classace__time_1_1LocalTime.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::LocalTime Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -550,9 +550,7 @@

diff --git a/docs/html/classace__time_1_1ManualZoneManager-members.html b/docs/html/classace__time_1_1ManualZoneManager-members.html index 663512ebb..0426e81e5 100644 --- a/docs/html/classace__time_1_1ManualZoneManager-members.html +++ b/docs/html/classace__time_1_1ManualZoneManager-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -79,9 +79,7 @@ diff --git a/docs/html/classace__time_1_1ManualZoneManager.html b/docs/html/classace__time_1_1ManualZoneManager.html index 8ac1b4c0c..464e3f7fb 100644 --- a/docs/html/classace__time_1_1ManualZoneManager.html +++ b/docs/html/classace__time_1_1ManualZoneManager.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ManualZoneManager Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -131,9 +131,7 @@

diff --git a/docs/html/classace__time_1_1OffsetDateTime-members.html b/docs/html/classace__time_1_1OffsetDateTime-members.html index db5c198d8..20a8b22bc 100644 --- a/docs/html/classace__time_1_1OffsetDateTime-members.html +++ b/docs/html/classace__time_1_1OffsetDateTime-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -121,9 +121,7 @@ diff --git a/docs/html/classace__time_1_1OffsetDateTime.html b/docs/html/classace__time_1_1OffsetDateTime.html index ed840d5b7..fd99e2c0a 100644 --- a/docs/html/classace__time_1_1OffsetDateTime.html +++ b/docs/html/classace__time_1_1OffsetDateTime.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::OffsetDateTime Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -857,9 +857,7 @@

diff --git a/docs/html/classace__time_1_1TimeOffset-members.html b/docs/html/classace__time_1_1TimeOffset-members.html index 6c1378ace..95018603c 100644 --- a/docs/html/classace__time_1_1TimeOffset-members.html +++ b/docs/html/classace__time_1_1TimeOffset-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -96,9 +96,7 @@ diff --git a/docs/html/classace__time_1_1TimeOffset.html b/docs/html/classace__time_1_1TimeOffset.html index d82445469..0c76e985d 100644 --- a/docs/html/classace__time_1_1TimeOffset.html +++ b/docs/html/classace__time_1_1TimeOffset.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::TimeOffset Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -165,8 +165,13 @@ +
TimeOffset()
Constructor.
Definition: TimeOffset.h:108
+
static TimeOffset forOffsetString(const char *offsetString)
Create from an offset string ("-07:00" or "+01:00").
Definition: TimeOffset.cpp:32
+
static TimeOffset forHours(int8_t hours)
Create TimeOffset with the corresponding hour offset.
Definition: TimeOffset.h:65
+
static TimeOffset forHourMinute(int8_t hour, int8_t minute)
Create TimeOffset from (hour, minute) offset.
Definition: TimeOffset.h:77
+
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83

You can use the default constructor to create a +00:00 TimeOffset:

TimeOffset offset;
-

The current implementation has a resolution of 1-minute (using an internal int16_t type). The previous implementation (< v0.7) had a resolution of 15-minutes (using an internal int8_t type) because that was sufficient to handle all current timezones for years >= 2018 (determined by looking at https://en.wikipedia.org/wiki/List_of_UTC_time_offsets, and the TZ Database zonefiles itself through the tzcompiler.py script). However, 15-minute resolution is not sufficient to handle a handful of timezones in the past (years 2000 to 2011 or so). So I changed the implementation to use 2 bytes to handle 1-minute resolution.

+

The current implementation has a resolution of 1-minute (using an internal int16_t type). The previous implementation (< v0.7) had a resolution of 15-minutes (using an internal int8_t type) because that was sufficient to handle all current timezones for years >= 2018 (determined by looking at https://en.wikipedia.org/wiki/List_of_UTC_time_offsets, and the TZ Database zonefiles itself through the tzcompiler.py script). However, 15-minute resolution is not sufficient to handle a handful of timezones in the past (years 2000 to 2011 or so). So I changed the implementation to use 2 bytes to handle 1-minute resolution.

This class does NOT know about the TZ Database (aka Olson database) https://en.wikipedia.org/wiki/Tz_database. That functionality is implemented in the TimeZone class.

Definition at line 56 of file TimeOffset.h.

@@ -436,16 +441,9 @@

TimeOffset.cpp -
static TimeOffset forOffsetString(const char *offsetString)
Create from an offset string ("-07:00" or "+01:00").
Definition: TimeOffset.cpp:32
-
static TimeOffset forHourMinute(int8_t hour, int8_t minute)
Create TimeOffset from (hour, minute) offset.
Definition: TimeOffset.h:77
-
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
Definition: TimeOffset.h:83
-
static TimeOffset forHours(int8_t hours)
Create TimeOffset with the corresponding hour offset.
Definition: TimeOffset.h:65
-
TimeOffset()
Constructor.
Definition: TimeOffset.h:108
diff --git a/docs/html/classace__time_1_1TimePeriod-members.html b/docs/html/classace__time_1_1TimePeriod-members.html index 3131cae0a..9576a1b71 100644 --- a/docs/html/classace__time_1_1TimePeriod-members.html +++ b/docs/html/classace__time_1_1TimePeriod-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -97,9 +97,7 @@ diff --git a/docs/html/classace__time_1_1TimePeriod.html b/docs/html/classace__time_1_1TimePeriod.html index 8afda3fb3..3ac82ef7e 100644 --- a/docs/html/classace__time_1_1TimePeriod.html +++ b/docs/html/classace__time_1_1TimePeriod.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::TimePeriod Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -634,9 +634,7 @@

diff --git a/docs/html/classace__time_1_1TimeZone-members.html b/docs/html/classace__time_1_1TimeZone-members.html index 9cbae4f0e..32460cf7b 100644 --- a/docs/html/classace__time_1_1TimeZone-members.html +++ b/docs/html/classace__time_1_1TimeZone-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -115,9 +115,7 @@ diff --git a/docs/html/classace__time_1_1TimeZone.html b/docs/html/classace__time_1_1TimeZone.html index 1e43f283d..5789b705f 100644 --- a/docs/html/classace__time_1_1TimeZone.html +++ b/docs/html/classace__time_1_1TimeZone.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::TimeZone Class Reference @@ -22,7 +22,7 @@
AceTime -  1.11.4 +  1.11.5
Date and time classes for Arduino that support timezones from the TZ Database.
@@ -31,10 +31,10 @@ - + @@ -85,8 +85,8 @@
Collaboration diagram for ace_time::TimeZone:
-
Collaboration graph
- +
Collaboration graph
+ @@ -235,11 +235,11 @@
  • Additional values are provided by specific subclasses of the ZoneProcessor class. For example:
  • - + @@ -78,9 +78,7 @@ diff --git a/docs/html/classace__time_1_1ZoneManager.html b/docs/html/classace__time_1_1ZoneManager.html index 8a8baef75..1614ec07e 100644 --- a/docs/html/classace__time_1_1ZoneManager.html +++ b/docs/html/classace__time_1_1ZoneManager.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ZoneManager Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -82,14 +82,14 @@
    Inheritance diagram for ace_time::ZoneManager:
    -
    Inheritance graph
    - - - - - - - +
    Inheritance graph
    + + + + + + +
    [legend]
    @@ -138,9 +138,7 @@

    diff --git a/docs/html/classace__time_1_1ZoneManagerTemplate-members.html b/docs/html/classace__time_1_1ZoneManagerTemplate-members.html index 47b55e812..84bb7ca9b 100644 --- a/docs/html/classace__time_1_1ZoneManagerTemplate-members.html +++ b/docs/html/classace__time_1_1ZoneManagerTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@

    @@ -31,10 +31,10 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    - + @@ -93,9 +93,7 @@ diff --git a/docs/html/classace__time_1_1ZoneManagerTemplate.html b/docs/html/classace__time_1_1ZoneManagerTemplate.html index 1f1035ae5..8b57597be 100644 --- a/docs/html/classace__time_1_1ZoneManagerTemplate.html +++ b/docs/html/classace__time_1_1ZoneManagerTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ZoneManagerTemplate< ZI, ZRR, ZP, Z > Class Template Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -84,8 +84,8 @@
    Inheritance diagram for ace_time::ZoneManagerTemplate< ZI, ZRR, ZP, Z >:
    -
    Inheritance graph
    - +
    Inheritance graph
    + @@ -93,8 +93,8 @@
    Collaboration diagram for ace_time::ZoneManagerTemplate< ZI, ZRR, ZP, Z >:
    -
    Collaboration graph
    - +
    Collaboration graph
    + @@ -444,9 +444,7 @@

    diff --git a/docs/html/classace__time_1_1ZoneManager__inherit__graph.map b/docs/html/classace__time_1_1ZoneManager__inherit__graph.map index ab8d80b98..72a7604ff 100644 --- a/docs/html/classace__time_1_1ZoneManager__inherit__graph.map +++ b/docs/html/classace__time_1_1ZoneManager__inherit__graph.map @@ -1,8 +1,8 @@ - - - - - - + + + + + + diff --git a/docs/html/classace__time_1_1ZoneManager__inherit__graph.md5 b/docs/html/classace__time_1_1ZoneManager__inherit__graph.md5 index 207d9bf1a..3f70b0cf8 100644 --- a/docs/html/classace__time_1_1ZoneManager__inherit__graph.md5 +++ b/docs/html/classace__time_1_1ZoneManager__inherit__graph.md5 @@ -1 +1 @@ -acb891ab012c96e75c48b3cf87e77295 \ No newline at end of file +0a9eba2032cd748269d7f2c12e6c33ed \ No newline at end of file diff --git a/docs/html/classace__time_1_1ZoneManager__inherit__graph.png b/docs/html/classace__time_1_1ZoneManager__inherit__graph.png index ca316c185..3c5dd2438 100644 Binary files a/docs/html/classace__time_1_1ZoneManager__inherit__graph.png and b/docs/html/classace__time_1_1ZoneManager__inherit__graph.png differ diff --git a/docs/html/classace__time_1_1ZoneProcessor-members.html b/docs/html/classace__time_1_1ZoneProcessor-members.html index dae68581e..5c37c827c 100644 --- a/docs/html/classace__time_1_1ZoneProcessor-members.html +++ b/docs/html/classace__time_1_1ZoneProcessor-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@

    - + @@ -95,9 +95,7 @@
    diff --git a/docs/html/classace__time_1_1ZoneProcessor.html b/docs/html/classace__time_1_1ZoneProcessor.html index 9ace1cf4b..66fa275e3 100644 --- a/docs/html/classace__time_1_1ZoneProcessor.html +++ b/docs/html/classace__time_1_1ZoneProcessor.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ZoneProcessor Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -85,15 +85,15 @@
    Inheritance diagram for ace_time::ZoneProcessor:
    -
    Inheritance graph
    - - - - - - - - +
    Inheritance graph
    + + + + + + + +
    [legend]
    @@ -157,9 +157,9 @@
    - - + +

    Protected Attributes

    -const uint8_t mType
     
    +uint8_t const mType
     
    @@ -533,9 +533,7 @@

    diff --git a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate-members.html b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate-members.html index f9ac08fb6..cf5d6570a 100644 --- a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate-members.html +++ b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@

    @@ -31,10 +31,10 @@

    Friends

    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    - + @@ -81,9 +81,7 @@ diff --git a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate.html b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate.html index a10442b09..50e82fdc3 100644 --- a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate.html +++ b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ZoneProcessorCacheBaseTemplate< ZP > Class Template Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -82,11 +82,11 @@
    Inheritance diagram for ace_time::ZoneProcessorCacheBaseTemplate< ZP >:
    -
    Inheritance graph
    - +
    Inheritance graph
    + - - + +
    [legend]
    @@ -155,9 +155,7 @@

    diff --git a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.map b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.map index 60ec29da9..8d3010c59 100644 --- a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.map +++ b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.md5 b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.md5 index 822a10fb3..6c29e58a8 100644 --- a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.md5 +++ b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.md5 @@ -1 +1 @@ -47c5cb90a13cb80537608ee9a565aa30 \ No newline at end of file +e308017b58df8aeb738da0bbd5544edc \ No newline at end of file diff --git a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.png b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.png index af58b01fc..de02f6d6b 100644 Binary files a/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.png and b/docs/html/classace__time_1_1ZoneProcessorCacheBaseTemplate__inherit__graph.png differ diff --git a/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.map b/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.map index 1c1f96165..fb32c482e 100644 --- a/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.map +++ b/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.map @@ -1,9 +1,9 @@ - - - - - - - + + + + + + + diff --git a/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.md5 b/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.md5 index ecf6af9b7..ba4c4bdc6 100644 --- a/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.md5 +++ b/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.md5 @@ -1 +1 @@ -2b7fc5e4d65979fcc4ba044183ec3101 \ No newline at end of file +2e38e20847d04437f9ba17d62b76e680 \ No newline at end of file diff --git a/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.png b/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.png index 720211723..aad119bba 100644 Binary files a/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.png and b/docs/html/classace__time_1_1ZoneProcessor__inherit__graph.png differ diff --git a/docs/html/classace__time_1_1ZoneSorterByName-members.html b/docs/html/classace__time_1_1ZoneSorterByName-members.html index 7004531b0..af85beef9 100644 --- a/docs/html/classace__time_1_1ZoneSorterByName-members.html +++ b/docs/html/classace__time_1_1ZoneSorterByName-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@

    @@ -31,10 +31,10 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    - + @@ -82,9 +82,7 @@ diff --git a/docs/html/classace__time_1_1ZoneSorterByName.html b/docs/html/classace__time_1_1ZoneSorterByName.html index 9a68f35df..40ebac259 100644 --- a/docs/html/classace__time_1_1ZoneSorterByName.html +++ b/docs/html/classace__time_1_1ZoneSorterByName.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ZoneSorterByName< ZM > Class Template Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -204,9 +204,7 @@

    diff --git a/docs/html/classace__time_1_1ZoneSorterByOffsetAndName-members.html b/docs/html/classace__time_1_1ZoneSorterByOffsetAndName-members.html index 765f57e49..654f09177 100644 --- a/docs/html/classace__time_1_1ZoneSorterByOffsetAndName-members.html +++ b/docs/html/classace__time_1_1ZoneSorterByOffsetAndName-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -83,9 +83,7 @@ diff --git a/docs/html/classace__time_1_1ZoneSorterByOffsetAndName.html b/docs/html/classace__time_1_1ZoneSorterByOffsetAndName.html index b6dae7980..d56e4232b 100644 --- a/docs/html/classace__time_1_1ZoneSorterByOffsetAndName.html +++ b/docs/html/classace__time_1_1ZoneSorterByOffsetAndName.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ZoneSorterByOffsetAndName< ZM > Class Template Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -258,9 +258,7 @@

    diff --git a/docs/html/classace__time_1_1ZonedDateTime-members.html b/docs/html/classace__time_1_1ZonedDateTime-members.html index 7d43c7248..31fbbd1ae 100644 --- a/docs/html/classace__time_1_1ZonedDateTime-members.html +++ b/docs/html/classace__time_1_1ZonedDateTime-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -119,9 +119,7 @@ diff --git a/docs/html/classace__time_1_1ZonedDateTime.html b/docs/html/classace__time_1_1ZonedDateTime.html index 754b460d9..36b08f81e 100644 --- a/docs/html/classace__time_1_1ZonedDateTime.html +++ b/docs/html/classace__time_1_1ZonedDateTime.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::ZonedDateTime Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -872,9 +872,7 @@

    diff --git a/docs/html/classace__time_1_1basic_1_1BrokerFactory-members.html b/docs/html/classace__time_1_1basic_1_1BrokerFactory-members.html index e7556bc5a..cf816260c 100644 --- a/docs/html/classace__time_1_1basic_1_1BrokerFactory-members.html +++ b/docs/html/classace__time_1_1basic_1_1BrokerFactory-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -78,9 +78,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1BrokerFactory.html b/docs/html/classace__time_1_1basic_1_1BrokerFactory.html index fd8fbc04d..c16c8fe02 100644 --- a/docs/html/classace__time_1_1basic_1_1BrokerFactory.html +++ b/docs/html/classace__time_1_1basic_1_1BrokerFactory.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::BrokerFactory Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -96,9 +96,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1LinkEntryBroker-members.html b/docs/html/classace__time_1_1basic_1_1LinkEntryBroker-members.html index 5073d6fdb..1499dac42 100644 --- a/docs/html/classace__time_1_1basic_1_1LinkEntryBroker-members.html +++ b/docs/html/classace__time_1_1basic_1_1LinkEntryBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -82,9 +82,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1LinkEntryBroker.html b/docs/html/classace__time_1_1basic_1_1LinkEntryBroker.html index 667759af2..f0d047ff5 100644 --- a/docs/html/classace__time_1_1basic_1_1LinkEntryBroker.html +++ b/docs/html/classace__time_1_1basic_1_1LinkEntryBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::LinkEntryBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -108,9 +108,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1LinkRegistrar-members.html b/docs/html/classace__time_1_1basic_1_1LinkRegistrar-members.html index f515f90a6..8f4f49802 100644 --- a/docs/html/classace__time_1_1basic_1_1LinkRegistrar-members.html +++ b/docs/html/classace__time_1_1basic_1_1LinkRegistrar-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -90,9 +90,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1LinkRegistrar.html b/docs/html/classace__time_1_1basic_1_1LinkRegistrar.html index f76bfa515..0a949c38b 100644 --- a/docs/html/classace__time_1_1basic_1_1LinkRegistrar.html +++ b/docs/html/classace__time_1_1basic_1_1LinkRegistrar.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::LinkRegistrar Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -82,8 +82,8 @@
    Inheritance diagram for ace_time::basic::LinkRegistrar:
    -
    Inheritance graph
    - +
    Inheritance graph
    + @@ -91,8 +91,8 @@
    Collaboration diagram for ace_time::basic::LinkRegistrar:
    -
    Collaboration graph
    - +
    Collaboration graph
    + @@ -165,9 +165,7 @@
    diff --git a/docs/html/classace__time_1_1basic_1_1LinkRegistryBroker-members.html b/docs/html/classace__time_1_1basic_1_1LinkRegistryBroker-members.html index 45b86b19a..1c8e1b984 100644 --- a/docs/html/classace__time_1_1basic_1_1LinkRegistryBroker-members.html +++ b/docs/html/classace__time_1_1basic_1_1LinkRegistryBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@
    - + @@ -81,9 +81,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1LinkRegistryBroker.html b/docs/html/classace__time_1_1basic_1_1LinkRegistryBroker.html index f0e6f7a7c..5fea3a35c 100644 --- a/docs/html/classace__time_1_1basic_1_1LinkRegistryBroker.html +++ b/docs/html/classace__time_1_1basic_1_1LinkRegistryBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::LinkRegistryBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -105,9 +105,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneEraBroker-members.html b/docs/html/classace__time_1_1basic_1_1ZoneEraBroker-members.html index 5d65d3c01..7f594ffc1 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneEraBroker-members.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneEraBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -91,9 +91,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneEraBroker.html b/docs/html/classace__time_1_1basic_1_1ZoneEraBroker.html index 75dc79643..ad5e3c242 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneEraBroker.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneEraBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::ZoneEraBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -135,9 +135,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneInfoBroker-members.html b/docs/html/classace__time_1_1basic_1_1ZoneInfoBroker-members.html index c4f7286c4..5e23bab5a 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneInfoBroker-members.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneInfoBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -92,9 +92,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneInfoBroker.html b/docs/html/classace__time_1_1basic_1_1ZoneInfoBroker.html index 61050c481..24639f62d 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneInfoBroker.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneInfoBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::ZoneInfoBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -216,9 +216,7 @@

    diff --git a/docs/html/classace__time_1_1basic_1_1ZonePolicyBroker-members.html b/docs/html/classace__time_1_1basic_1_1ZonePolicyBroker-members.html index 1752e7bcd..b044afc5d 100644 --- a/docs/html/classace__time_1_1basic_1_1ZonePolicyBroker-members.html +++ b/docs/html/classace__time_1_1basic_1_1ZonePolicyBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -85,9 +85,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZonePolicyBroker.html b/docs/html/classace__time_1_1basic_1_1ZonePolicyBroker.html index 26d858c36..d781db03e 100644 --- a/docs/html/classace__time_1_1basic_1_1ZonePolicyBroker.html +++ b/docs/html/classace__time_1_1basic_1_1ZonePolicyBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::ZonePolicyBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -117,9 +117,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneRegistrar-members.html b/docs/html/classace__time_1_1basic_1_1ZoneRegistrar-members.html index d33f001b5..e3f547c91 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneRegistrar-members.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneRegistrar-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -94,9 +94,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneRegistrar.html b/docs/html/classace__time_1_1basic_1_1ZoneRegistrar.html index 39aafacf7..924f0dd04 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneRegistrar.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneRegistrar.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::ZoneRegistrar Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -82,8 +82,8 @@
    Inheritance diagram for ace_time::basic::ZoneRegistrar:
    -
    Inheritance graph
    - +
    Inheritance graph
    + @@ -91,8 +91,8 @@
    Collaboration diagram for ace_time::basic::ZoneRegistrar:
    -
    Collaboration graph
    - +
    Collaboration graph
    + @@ -177,9 +177,7 @@
    diff --git a/docs/html/classace__time_1_1basic_1_1ZoneRegistryBroker-members.html b/docs/html/classace__time_1_1basic_1_1ZoneRegistryBroker-members.html index 4f539bed0..27988a336 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneRegistryBroker-members.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneRegistryBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@
    - + @@ -81,9 +81,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneRegistryBroker.html b/docs/html/classace__time_1_1basic_1_1ZoneRegistryBroker.html index 770c0c605..2bf9ed513 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneRegistryBroker.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneRegistryBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::ZoneRegistryBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -106,9 +106,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneRuleBroker-members.html b/docs/html/classace__time_1_1basic_1_1ZoneRuleBroker-members.html index dfacb97be..c4d58e948 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneRuleBroker-members.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneRuleBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -90,9 +90,7 @@ diff --git a/docs/html/classace__time_1_1basic_1_1ZoneRuleBroker.html b/docs/html/classace__time_1_1basic_1_1ZoneRuleBroker.html index 224f4dade..44ba2b616 100644 --- a/docs/html/classace__time_1_1basic_1_1ZoneRuleBroker.html +++ b/docs/html/classace__time_1_1basic_1_1ZoneRuleBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::ZoneRuleBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -132,9 +132,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1BrokerFactory-members.html b/docs/html/classace__time_1_1extended_1_1BrokerFactory-members.html index 10218be06..ac326d2cc 100644 --- a/docs/html/classace__time_1_1extended_1_1BrokerFactory-members.html +++ b/docs/html/classace__time_1_1extended_1_1BrokerFactory-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -78,9 +78,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1BrokerFactory.html b/docs/html/classace__time_1_1extended_1_1BrokerFactory.html index 0555d875e..05431bab8 100644 --- a/docs/html/classace__time_1_1extended_1_1BrokerFactory.html +++ b/docs/html/classace__time_1_1extended_1_1BrokerFactory.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::BrokerFactory Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -96,9 +96,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1LinkEntryBroker-members.html b/docs/html/classace__time_1_1extended_1_1LinkEntryBroker-members.html index a88e29289..d8f787675 100644 --- a/docs/html/classace__time_1_1extended_1_1LinkEntryBroker-members.html +++ b/docs/html/classace__time_1_1extended_1_1LinkEntryBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -82,9 +82,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1LinkEntryBroker.html b/docs/html/classace__time_1_1extended_1_1LinkEntryBroker.html index 71b768398..a030f4c49 100644 --- a/docs/html/classace__time_1_1extended_1_1LinkEntryBroker.html +++ b/docs/html/classace__time_1_1extended_1_1LinkEntryBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::LinkEntryBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -108,9 +108,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1LinkRegistrar-members.html b/docs/html/classace__time_1_1extended_1_1LinkRegistrar-members.html index cebea0c40..98f1d556f 100644 --- a/docs/html/classace__time_1_1extended_1_1LinkRegistrar-members.html +++ b/docs/html/classace__time_1_1extended_1_1LinkRegistrar-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -90,9 +90,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1LinkRegistrar.html b/docs/html/classace__time_1_1extended_1_1LinkRegistrar.html index 149c7ea06..2056f3044 100644 --- a/docs/html/classace__time_1_1extended_1_1LinkRegistrar.html +++ b/docs/html/classace__time_1_1extended_1_1LinkRegistrar.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::LinkRegistrar Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -82,8 +82,8 @@
    Inheritance diagram for ace_time::extended::LinkRegistrar:
    -
    Inheritance graph
    - +
    Inheritance graph
    + @@ -91,8 +91,8 @@
    Collaboration diagram for ace_time::extended::LinkRegistrar:
    -
    Collaboration graph
    - +
    Collaboration graph
    + @@ -165,9 +165,7 @@
    diff --git a/docs/html/classace__time_1_1extended_1_1LinkRegistryBroker-members.html b/docs/html/classace__time_1_1extended_1_1LinkRegistryBroker-members.html index 96cce14f8..616795d50 100644 --- a/docs/html/classace__time_1_1extended_1_1LinkRegistryBroker-members.html +++ b/docs/html/classace__time_1_1extended_1_1LinkRegistryBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@
    - + @@ -81,9 +81,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1LinkRegistryBroker.html b/docs/html/classace__time_1_1extended_1_1LinkRegistryBroker.html index c24c94783..8d70a2743 100644 --- a/docs/html/classace__time_1_1extended_1_1LinkRegistryBroker.html +++ b/docs/html/classace__time_1_1extended_1_1LinkRegistryBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::LinkRegistryBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -105,9 +105,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1TransitionStorageTemplate-members.html b/docs/html/classace__time_1_1extended_1_1TransitionStorageTemplate-members.html index f4153c4be..a295cdec4 100644 --- a/docs/html/classace__time_1_1extended_1_1TransitionStorageTemplate-members.html +++ b/docs/html/classace__time_1_1extended_1_1TransitionStorageTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -111,9 +111,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1TransitionStorageTemplate.html b/docs/html/classace__time_1_1extended_1_1TransitionStorageTemplate.html index 90eee1e79..70773ea6d 100644 --- a/docs/html/classace__time_1_1extended_1_1TransitionStorageTemplate.html +++ b/docs/html/classace__time_1_1extended_1_1TransitionStorageTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB > Class Template Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -711,9 +711,7 @@

    diff --git a/docs/html/classace__time_1_1extended_1_1ZoneEraBroker-members.html b/docs/html/classace__time_1_1extended_1_1ZoneEraBroker-members.html index 86d3a555d..1d2c70ab1 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneEraBroker-members.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneEraBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -91,9 +91,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZoneEraBroker.html b/docs/html/classace__time_1_1extended_1_1ZoneEraBroker.html index 624cfe99f..790b15aa1 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneEraBroker.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneEraBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::ZoneEraBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -135,9 +135,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZoneInfoBroker-members.html b/docs/html/classace__time_1_1extended_1_1ZoneInfoBroker-members.html index 431829f53..fab18fbb9 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneInfoBroker-members.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneInfoBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -92,9 +92,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZoneInfoBroker.html b/docs/html/classace__time_1_1extended_1_1ZoneInfoBroker.html index 380a6fa90..fabcfcc71 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneInfoBroker.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneInfoBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::ZoneInfoBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -216,9 +216,7 @@

    diff --git a/docs/html/classace__time_1_1extended_1_1ZonePolicyBroker-members.html b/docs/html/classace__time_1_1extended_1_1ZonePolicyBroker-members.html index a0f0898ab..501c0f34a 100644 --- a/docs/html/classace__time_1_1extended_1_1ZonePolicyBroker-members.html +++ b/docs/html/classace__time_1_1extended_1_1ZonePolicyBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -85,9 +85,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZonePolicyBroker.html b/docs/html/classace__time_1_1extended_1_1ZonePolicyBroker.html index e69f51e5c..5fc20f9a7 100644 --- a/docs/html/classace__time_1_1extended_1_1ZonePolicyBroker.html +++ b/docs/html/classace__time_1_1extended_1_1ZonePolicyBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::ZonePolicyBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -117,9 +117,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZoneRegistrar-members.html b/docs/html/classace__time_1_1extended_1_1ZoneRegistrar-members.html index c6d077643..b0760c0cf 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneRegistrar-members.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneRegistrar-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -94,9 +94,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZoneRegistrar.html b/docs/html/classace__time_1_1extended_1_1ZoneRegistrar.html index 500ca087c..1faefde8f 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneRegistrar.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneRegistrar.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::ZoneRegistrar Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -82,8 +82,8 @@
    Inheritance diagram for ace_time::extended::ZoneRegistrar:
    -
    Inheritance graph
    - +
    Inheritance graph
    + @@ -91,8 +91,8 @@
    Collaboration diagram for ace_time::extended::ZoneRegistrar:
    -
    Collaboration graph
    - +
    Collaboration graph
    + @@ -177,9 +177,7 @@
    diff --git a/docs/html/classace__time_1_1extended_1_1ZoneRegistryBroker-members.html b/docs/html/classace__time_1_1extended_1_1ZoneRegistryBroker-members.html index 34a78a5db..444dde6b0 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneRegistryBroker-members.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneRegistryBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@
    - + @@ -81,9 +81,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZoneRegistryBroker.html b/docs/html/classace__time_1_1extended_1_1ZoneRegistryBroker.html index 689625d5a..581fe7970 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneRegistryBroker.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneRegistryBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::ZoneRegistryBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -106,9 +106,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZoneRuleBroker-members.html b/docs/html/classace__time_1_1extended_1_1ZoneRuleBroker-members.html index ee322e018..a165f9aee 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneRuleBroker-members.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneRuleBroker-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -90,9 +90,7 @@ diff --git a/docs/html/classace__time_1_1extended_1_1ZoneRuleBroker.html b/docs/html/classace__time_1_1extended_1_1ZoneRuleBroker.html index ac2749f3a..74537b306 100644 --- a/docs/html/classace__time_1_1extended_1_1ZoneRuleBroker.html +++ b/docs/html/classace__time_1_1extended_1_1ZoneRuleBroker.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::ZoneRuleBroker Class Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -132,9 +132,7 @@ diff --git a/docs/html/classace__time_1_1internal_1_1LinkRegistrarTemplate-members.html b/docs/html/classace__time_1_1internal_1_1LinkRegistrarTemplate-members.html index 8442ab193..4e2a9aea9 100644 --- a/docs/html/classace__time_1_1internal_1_1LinkRegistrarTemplate-members.html +++ b/docs/html/classace__time_1_1internal_1_1LinkRegistrarTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -90,9 +90,7 @@ diff --git a/docs/html/classace__time_1_1internal_1_1LinkRegistrarTemplate.html b/docs/html/classace__time_1_1internal_1_1LinkRegistrarTemplate.html index 0364f3fab..40a418882 100644 --- a/docs/html/classace__time_1_1internal_1_1LinkRegistrarTemplate.html +++ b/docs/html/classace__time_1_1internal_1_1LinkRegistrarTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::internal::LinkRegistrarTemplate< LE, LEB, LRGB > Class Template Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -369,9 +369,7 @@

    diff --git a/docs/html/classace__time_1_1internal_1_1ZoneRegistrarTemplate-members.html b/docs/html/classace__time_1_1internal_1_1ZoneRegistrarTemplate-members.html index 1546c758f..6f0b292ff 100644 --- a/docs/html/classace__time_1_1internal_1_1ZoneRegistrarTemplate-members.html +++ b/docs/html/classace__time_1_1internal_1_1ZoneRegistrarTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -102,9 +102,7 @@ diff --git a/docs/html/classace__time_1_1internal_1_1ZoneRegistrarTemplate.html b/docs/html/classace__time_1_1internal_1_1ZoneRegistrarTemplate.html index 210fe4b0d..ff5715135 100644 --- a/docs/html/classace__time_1_1internal_1_1ZoneRegistrarTemplate.html +++ b/docs/html/classace__time_1_1internal_1_1ZoneRegistrarTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::internal::ZoneRegistrarTemplate< ZI, ZIB, ZRGB > Class Template Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -472,9 +472,7 @@

    diff --git a/docs/html/classes.html b/docs/html/classes.html index 170e04e3a..621a5321f 100644 --- a/docs/html/classes.html +++ b/docs/html/classes.html @@ -3,7 +3,7 @@ - + AceTime: Class Index @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -67,114 +67,40 @@
    Class Index
    -
    b | d | e | l | m | o | t | y | z
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      b  
    -
    ExtendedZone (ace_time)   LocalDateTime (ace_time)   TimeZoneData (ace_time)   ZoneManager (ace_time)   
    ExtendedZoneManager (ace_time)   LocalTime (ace_time)   TransitionResultTemplate (ace_time::extended)   ZoneManagerTemplate (ace_time)   
    BasicLinkManager (ace_time)   ExtendedZoneProcessor (ace_time)   
      m  
    -
    TransitionStorageTemplate (ace_time::extended)   ZonePolicyBroker (ace_time::extended)   
    BasicZone (ace_time)   ExtendedZoneProcessorCache (ace_time)   TransitionTemplate (ace_time::basic)   ZonePolicyBroker (ace_time::basic)   
    BasicZoneManager (ace_time)   ExtendedZoneProcessorTemplate (ace_time)   ManualZoneManager (ace_time)   TransitionTemplate (ace_time::extended)   ZoneProcessor (ace_time)   
    BasicZoneProcessor (ace_time)   
      l  
    -
    MatchingEraTemplate (ace_time::extended)   
      y  
    -
    ZoneProcessorCacheBaseTemplate (ace_time)   
    BasicZoneProcessorCache (ace_time)   MatchingTransitionTemplate (ace_time::extended)   ZoneRegistrar (ace_time::basic)   
    BasicZoneProcessorTemplate (ace_time)   LinkEntryBroker (ace_time::extended)   MonthDay (ace_time::internal)   YearMonthTuple (ace_time::extended)   ZoneRegistrar (ace_time::extended)   
    BrokerFactory (ace_time::extended)   LinkEntryBroker (ace_time::basic)   
      o  
    -
      z  
    -
    ZoneRegistrarTemplate (ace_time::internal)   
    BrokerFactory (ace_time::basic)   LinkManager (ace_time)   ZoneRegistryBroker (ace_time::basic)   
      d  
    -
    LinkRegistrar (ace_time::basic)   OffsetDateTime (ace_time)   ZoneContext (ace_time::internal)   ZoneRegistryBroker (ace_time::extended)   
    LinkRegistrar (ace_time::extended)   
      t  
    -
    ZonedDateTime (ace_time)   ZoneRuleBroker (ace_time::extended)   
    DateStrings (ace_time)   LinkRegistrarTemplate (ace_time::internal)   ZoneEraBroker (ace_time::extended)   ZoneRuleBroker (ace_time::basic)   
    DateTuple (ace_time::extended)   LinkRegistryBroker (ace_time::extended)   TimeOffset (ace_time)   ZoneEraBroker (ace_time::basic)   ZoneSorterByName (ace_time)   
      e  
    -
    LinkRegistryBroker (ace_time::basic)   TimePeriod (ace_time)   ZoneInfoBroker (ace_time::extended)   ZoneSorterByOffsetAndName (ace_time)   
    LocalDate (ace_time)   TimeZone (ace_time)   ZoneInfoBroker (ace_time::basic)   
    ExtendedLinkManager (ace_time)   
    -
    b | d | e | l | m | o | t | y | z
    +
    B | D | E | L | M | O | T | Y | Z
    +
    +
    +
    B
    +
    BasicLinkManager (ace_time)
    BasicZone (ace_time)
    BasicZoneManager (ace_time)
    BasicZoneProcessor (ace_time)
    BasicZoneProcessorCache (ace_time)
    BasicZoneProcessorTemplate (ace_time)
    BrokerFactory (ace_time::basic)
    BrokerFactory (ace_time::extended)
    +
    +
    D
    +
    DateStrings (ace_time)
    DateTuple (ace_time::extended)
    +
    +
    E
    +
    ExtendedLinkManager (ace_time)
    ExtendedZone (ace_time)
    ExtendedZoneManager (ace_time)
    ExtendedZoneProcessor (ace_time)
    ExtendedZoneProcessorCache (ace_time)
    ExtendedZoneProcessorTemplate (ace_time)
    +
    +
    L
    +
    LinkEntryBroker (ace_time::basic)
    LinkEntryBroker (ace_time::extended)
    LinkManager (ace_time)
    LinkRegistrar (ace_time::basic)
    LinkRegistrar (ace_time::extended)
    LinkRegistrarTemplate (ace_time::internal)
    LinkRegistryBroker (ace_time::basic)
    LinkRegistryBroker (ace_time::extended)
    LocalDate (ace_time)
    LocalDateTime (ace_time)
    LocalTime (ace_time)
    +
    +
    M
    +
    ManualZoneManager (ace_time)
    MatchingEraTemplate (ace_time::extended)
    MatchingTransitionTemplate (ace_time::extended)
    MonthDay (ace_time::internal)
    +
    +
    O
    +
    OffsetDateTime (ace_time)
    +
    +
    T
    +
    TimeOffset (ace_time)
    TimePeriod (ace_time)
    TimeZone (ace_time)
    TimeZoneData (ace_time)
    TransitionResultTemplate (ace_time::extended)
    TransitionStorageTemplate (ace_time::extended)
    TransitionTemplate (ace_time::basic)
    TransitionTemplate (ace_time::extended)
    +
    +
    Y
    +
    YearMonthTuple (ace_time::extended)
    +
    +
    Z
    +
    ZoneContext (ace_time::internal)
    ZonedDateTime (ace_time)
    ZoneEraBroker (ace_time::basic)
    ZoneEraBroker (ace_time::extended)
    ZoneInfoBroker (ace_time::basic)
    ZoneInfoBroker (ace_time::extended)
    ZoneManager (ace_time)
    ZoneManagerTemplate (ace_time)
    ZonePolicyBroker (ace_time::basic)
    ZonePolicyBroker (ace_time::extended)
    ZoneProcessor (ace_time)
    ZoneProcessorCacheBaseTemplate (ace_time)
    ZoneRegistrar (ace_time::basic)
    ZoneRegistrar (ace_time::extended)
    ZoneRegistrarTemplate (ace_time::internal)
    ZoneRegistryBroker (ace_time::basic)
    ZoneRegistryBroker (ace_time::extended)
    ZoneRuleBroker (ace_time::basic)
    ZoneRuleBroker (ace_time::extended)
    ZoneSorterByName (ace_time)
    ZoneSorterByOffsetAndName (ace_time)
    +
    diff --git a/docs/html/common_8h_source.html b/docs/html/common_8h_source.html index cac1e75fd..83f8895a5 100644 --- a/docs/html/common_8h_source.html +++ b/docs/html/common_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/common/common.h Source File @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -91,9 +91,7 @@ diff --git a/docs/html/compat_8cpp_source.html b/docs/html/compat_8cpp_source.html index 78e906776..be77af431 100644 --- a/docs/html/compat_8cpp_source.html +++ b/docs/html/compat_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/common/compat.cpp Source File @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -79,13 +79,11 @@
    6 #if defined(ARDUINO_SAMD_ZERO)
    7  #warning Arduino Zero may need SERIAL_PORT_MONITOR fixed (see USER_GUIDE.md)
    8 #endif
    +
    Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
    - diff --git a/docs/html/compat_8h.html b/docs/html/compat_8h.html index cc92fb24f..17c9b2f37 100644 --- a/docs/html/compat_8h.html +++ b/docs/html/compat_8h.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/common/compat.h File Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -73,6 +73,9 @@
    compat.h File Reference
    + +

    Macros and definitions that provide a consistency layer among the various Arduino boards for compatibility. +More...

    #include <stdint.h>
    #include <string.h>
    #include <WString.h>
    @@ -80,9 +83,9 @@
    Include dependency graph for compat.h:
    -
    - - +
    + + @@ -92,45 +95,45 @@
    This graph shows which files directly or indirectly include this file:
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    @@ -147,15 +150,14 @@  

    Detailed Description

    -

    Macros and definitions that provide a consistency layer among the various Arduino boards for compatibility. Most of this is caused by inconsistent, incomplete, or sometimes incorrect emulation of the AVR PROGMEM macro and its related str*_P() functions in <avr/pgmspace.h>.

    +

    Macros and definitions that provide a consistency layer among the various Arduino boards for compatibility.

    +

    Most of this is caused by inconsistent, incomplete, or sometimes incorrect emulation of the AVR PROGMEM macro and its related str*_P() functions in <avr/pgmspace.h>.

    Definition in file compat.h.

    diff --git a/docs/html/compat_8h__dep__incl.map b/docs/html/compat_8h__dep__incl.map index 3ae3ccda5..a831f6323 100644 --- a/docs/html/compat_8h__dep__incl.map +++ b/docs/html/compat_8h__dep__incl.map @@ -1,39 +1,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/compat_8h__dep__incl.md5 b/docs/html/compat_8h__dep__incl.md5 index 4eff59e28..35cae9a00 100644 --- a/docs/html/compat_8h__dep__incl.md5 +++ b/docs/html/compat_8h__dep__incl.md5 @@ -1 +1 @@ -97587f54dc602a7cad7f8ffaba8e78e5 \ No newline at end of file +506b1002db7f8a2006940f126dc3cc2d \ No newline at end of file diff --git a/docs/html/compat_8h__dep__incl.png b/docs/html/compat_8h__dep__incl.png index 6f09c946c..c3d0b76de 100644 Binary files a/docs/html/compat_8h__dep__incl.png and b/docs/html/compat_8h__dep__incl.png differ diff --git a/docs/html/compat_8h__incl.map b/docs/html/compat_8h__incl.map index a593837ff..fd5d5e9fa 100644 --- a/docs/html/compat_8h__incl.map +++ b/docs/html/compat_8h__incl.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/compat_8h__incl.md5 b/docs/html/compat_8h__incl.md5 index fb6e9ff2c..79433469f 100644 --- a/docs/html/compat_8h__incl.md5 +++ b/docs/html/compat_8h__incl.md5 @@ -1 +1 @@ -ce9cc0af095c90292b8f5a73da97f775 \ No newline at end of file +d1303e84496d064d2295ff6aa7c1267e \ No newline at end of file diff --git a/docs/html/compat_8h_source.html b/docs/html/compat_8h_source.html index 06e8adbe5..3cfe71457 100644 --- a/docs/html/compat_8h_source.html +++ b/docs/html/compat_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/common/compat.h Source File @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@
    - + @@ -149,13 +149,11 @@
    86 
    87 #endif
    88 
    -
    89 #endif // ACE_TIME_COMMON_COMPAT_H
    +
    89 #endif // ACE_TIME_COMMON_COMPAT_H
    diff --git a/docs/html/dir_000001_000002.html b/docs/html/dir_000001_000002.html index 33612e0ab..8fdeb327c 100644 --- a/docs/html/dir_000001_000002.html +++ b/docs/html/dir_000001_000002.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time -> common Relation @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -70,9 +70,7 @@

    ace_time → common Relation

    File in src/ace_timeIncludes file in src/ace_time/common
    ExtendedZoneProcessor.hcompat.h
    ZonedDateTime.hcompat.h
    internal / BasicBrokers.hcompat.h
    internal / BrokerCommon.cppcompat.h
    internal / ExtendedBrokers.hcompat.h
    internal / LinkRegistrar.hcompat.h
    internal / ZoneRegistrar.hcompat.h
    zonedb / zone_infos.cppcompat.h
    zonedb / zone_policies.cppcompat.h
    zonedb / zone_registry.cppcompat.h
    zonedbx / zone_infos.cppcompat.h
    zonedbx / zone_policies.cppcompat.h
    zonedbx / zone_registry.cppcompat.h
    diff --git a/docs/html/dir_000001_000003.html b/docs/html/dir_000001_000003.html index 95703f590..07512a883 100644 --- a/docs/html/dir_000001_000003.html +++ b/docs/html/dir_000001_000003.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time -> internal Relation @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -70,9 +70,7 @@

    ace_time → internal Relation

    File in src/ace_timeIncludes file in src/ace_time/internal
    BasicZone.cppBrokerCommon.h
    BasicZone.hBasicBrokers.h
    BasicZoneProcessor.hBasicBrokers.h
    ExtendedZone.cppBrokerCommon.h
    ExtendedZone.hExtendedBrokers.h
    ExtendedZoneProcessor.hExtendedBrokers.h
    LinkManager.hBasicBrokers.h
    LinkManager.hExtendedBrokers.h
    diff --git a/docs/html/dir_000003_000002.html b/docs/html/dir_000003_000002.html index 0de04ab5d..bb5b52318 100644 --- a/docs/html/dir_000003_000002.html +++ b/docs/html/dir_000003_000002.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal -> common Relation @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -70,9 +70,7 @@

    internal → common Relation

    File in src/ace_time/internalIncludes file in src/ace_time/common
    BasicBrokers.hcompat.h
    BrokerCommon.cppcompat.h
    ExtendedBrokers.hcompat.h
    LinkRegistrar.hcompat.h
    ZoneRegistrar.hcompat.h
    diff --git a/docs/html/dir_000004_000002.html b/docs/html/dir_000004_000002.html index 8305400a8..5dd6ee5f6 100644 --- a/docs/html/dir_000004_000002.html +++ b/docs/html/dir_000004_000002.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedb -> common Relation @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -70,9 +70,7 @@

    zonedb → common Relation

    File in src/ace_time/zonedbIncludes file in src/ace_time/common
    zone_infos.cppcompat.h
    zone_policies.cppcompat.h
    zone_registry.cppcompat.h
    diff --git a/docs/html/dir_000005_000002.html b/docs/html/dir_000005_000002.html index 9d834c78e..dc8a40b33 100644 --- a/docs/html/dir_000005_000002.html +++ b/docs/html/dir_000005_000002.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedbx -> common Relation @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -70,9 +70,7 @@

    zonedbx → common Relation

    File in src/ace_time/zonedbxIncludes file in src/ace_time/common
    zone_infos.cppcompat.h
    zone_policies.cppcompat.h
    zone_registry.cppcompat.h
    diff --git a/docs/html/dir_173dd563440c1e02d7e3957b90659cd7.html b/docs/html/dir_173dd563440c1e02d7e3957b90659cd7.html index 0857afc36..0a02a7e9d 100644 --- a/docs/html/dir_173dd563440c1e02d7e3957b90659cd7.html +++ b/docs/html/dir_173dd563440c1e02d7e3957b90659cd7.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time Directory Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -74,8 +74,8 @@
    Directory dependency graph for ace_time:
    -
    /home/brian/src/AceTime/src/ace_time
    - +
    /home/brian/src/AceTime/src/ace_time
    + @@ -96,20 +96,22 @@

    Files

    file  offset_date_time_mutation.h [code] + Methods that mutate an OffsetDateTime object.
      file  time_offset_mutation.h [code] + Methods that mutate a TimeOffset object.
      file  time_period_mutation.h [code] + Methods that mutate a TimePeriod object.
      file  zoned_date_time_mutation.h [code] + Methods that mutate a ZonedDateTime object.
     
    diff --git a/docs/html/dir_173dd563440c1e02d7e3957b90659cd7_dep.map b/docs/html/dir_173dd563440c1e02d7e3957b90659cd7_dep.map index 4e22d8f23..a4847594c 100644 --- a/docs/html/dir_173dd563440c1e02d7e3957b90659cd7_dep.map +++ b/docs/html/dir_173dd563440c1e02d7e3957b90659cd7_dep.map @@ -1,8 +1,8 @@ - + - + diff --git a/docs/html/dir_173dd563440c1e02d7e3957b90659cd7_dep.md5 b/docs/html/dir_173dd563440c1e02d7e3957b90659cd7_dep.md5 index 654ce9eed..1905ac599 100644 --- a/docs/html/dir_173dd563440c1e02d7e3957b90659cd7_dep.md5 +++ b/docs/html/dir_173dd563440c1e02d7e3957b90659cd7_dep.md5 @@ -1 +1 @@ -fcbc2cbd6b0826c4d0aee01f51a01a47 \ No newline at end of file +acc6d9811f9bbf4df499c34574cd23f4 \ No newline at end of file diff --git a/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee.html b/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee.html index 49b15e993..633d3f531 100644 --- a/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee.html +++ b/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedbx Directory Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -74,20 +74,18 @@
    Directory dependency graph for zonedbx:
    -
    /home/brian/src/AceTime/src/ace_time/zonedbx
    - - - - - +
    /home/brian/src/AceTime/src/ace_time/zonedbx
    + + + + +
    diff --git a/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.map b/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.map index 0976d3d2e..4082f9d1b 100644 --- a/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.map +++ b/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.map @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.md5 b/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.md5 index c7f5fcf26..01dbca1b6 100644 --- a/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.md5 +++ b/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.md5 @@ -1 +1 @@ -86fc9e5f48f78977aff8b3ffc602b300 \ No newline at end of file +bfba101bbe2030b33afca861ce9f24a0 \ No newline at end of file diff --git a/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.png b/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.png index e93923de5..da20502cb 100644 Binary files a/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.png and b/docs/html/dir_50235a35a18cf9820d15ab2ee5526aee_dep.png differ diff --git a/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html index cd0c039f0..a42f89eac 100644 --- a/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +++ b/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src Directory Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -74,8 +74,8 @@
    Directory dependency graph for src:
    -
    /home/brian/src/AceTime/src
    - +
    /home/brian/src/AceTime/src
    + @@ -87,9 +87,7 @@
    diff --git a/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 b/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 index dbbd78b69..b8130e778 100644 --- a/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 +++ b/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 @@ -1 +1 @@ -3f12231cc075974d6c58b83b005f561e \ No newline at end of file +372d2f749520c677c828dd1c62b7db99 \ No newline at end of file diff --git a/docs/html/dir_a39208a208c368a08eb059033749c10e.html b/docs/html/dir_a39208a208c368a08eb059033749c10e.html index 0159e9bcc..1422f35c4 100644 --- a/docs/html/dir_a39208a208c368a08eb059033749c10e.html +++ b/docs/html/dir_a39208a208c368a08eb059033749c10e.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/internal Directory Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -74,30 +74,31 @@
    Directory dependency graph for internal:
    -
    /home/brian/src/AceTime/src/ace_time/internal
    - - - - - +
    /home/brian/src/AceTime/src/ace_time/internal
    + + + + +
    + + +

    Files

    file  BasicBrokers.h [code]
     The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories.
     
    file  BrokerCommon.h [code]
     Helper functions are used in both Basic brokers and Extended brokers.
     
    file  ExtendedBrokers.h [code]
     The classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories.
     
    diff --git a/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.map b/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.map index 25ce21185..7fb76b669 100644 --- a/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.map +++ b/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.map @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.md5 b/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.md5 index dd5f98e1f..e7e56b8f5 100644 --- a/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.md5 +++ b/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.md5 @@ -1 +1 @@ -40fe89c8565967ec313e1543bb0a0322 \ No newline at end of file +799317574b223a0e9c401a5b5b413145 \ No newline at end of file diff --git a/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.png b/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.png index 81a5976cb..45e477deb 100644 Binary files a/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.png and b/docs/html/dir_a39208a208c368a08eb059033749c10e_dep.png differ diff --git a/docs/html/dir_afb2025690de77b1a5b5001a410c869c.html b/docs/html/dir_afb2025690de77b1a5b5001a410c869c.html index 8b4b7fbf7..dcb039d46 100644 --- a/docs/html/dir_afb2025690de77b1a5b5001a410c869c.html +++ b/docs/html/dir_afb2025690de77b1a5b5001a410c869c.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/common Directory Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -75,14 +75,13 @@

    Files

    file  compat.h [code] + Macros and definitions that provide a consistency layer among the various Arduino boards for compatibility.
      diff --git a/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f.html b/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f.html index aacc60c78..0af8b4267 100644 --- a/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f.html +++ b/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedb Directory Reference @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -74,20 +74,18 @@
    Directory dependency graph for zonedb:
    -
    /home/brian/src/AceTime/src/ace_time/zonedb
    - - - - - +
    /home/brian/src/AceTime/src/ace_time/zonedb
    + + + + +
    diff --git a/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.map b/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.map index ce189426e..7aecb5aa4 100644 --- a/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.map +++ b/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.map @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.md5 b/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.md5 index 318462114..e8bddc2f9 100644 --- a/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.md5 +++ b/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.md5 @@ -1 +1 @@ -e587a463081b1118c5791d46af4a8d54 \ No newline at end of file +d5fdb58f87e407cf36ad0708c8e3a018 \ No newline at end of file diff --git a/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.png b/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.png index f8a870640..c5a865aac 100644 Binary files a/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.png and b/docs/html/dir_b09928b61a970651c46b44aee9ef9d8f_dep.png differ diff --git a/docs/html/doxygen.css b/docs/html/doxygen.css index 73ecbb2cb..ffbff0224 100644 --- a/docs/html/doxygen.css +++ b/docs/html/doxygen.css @@ -1,4 +1,4 @@ -/* The standard CSS for doxygen 1.8.17 */ +/* The standard CSS for doxygen 1.9.1 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; @@ -66,7 +66,7 @@ p.startli, p.startdd { margin-top: 2px; } -th p.starttd, p.intertd, p.endtd { +th p.starttd, th p.intertd, th p.endtd { font-size: 100%; font-weight: 700; } @@ -103,30 +103,96 @@ caption { } span.legend { - font-size: 70%; - text-align: center; + font-size: 70%; + text-align: center; } h3.version { - font-size: 90%; - text-align: center; + font-size: 90%; + text-align: center; } -div.qindex, div.navtab{ - background-color: #EBEFF6; - border: 1px solid #A3B4D7; - text-align: center; +div.navtab { + border-right: 1px solid #A3B4D7; + padding-right: 15px; + text-align: right; + line-height: 110%; +} + +div.navtab table { + border-spacing: 0; } -div.qindex, div.navpath { +td.navtab { + padding-right: 6px; + padding-left: 6px; +} +td.navtabHL { + background-image: url('tab_a.png'); + background-repeat:repeat-x; + padding-right: 6px; + padding-left: 6px; +} + +td.navtabHL a, td.navtabHL a:visited { + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +} + +a.navtab { + font-weight: bold; +} + +div.qindex{ + text-align: center; width: 100%; line-height: 140%; + font-size: 130%; + color: #A0A0A0; } -div.navtab { - margin-right: 15px; +dt.alphachar{ + font-size: 180%; + font-weight: bold; +} + +.alphachar a{ + color: black; +} + +.alphachar a:hover, .alphachar a:visited{ + text-decoration: none; +} + +.classindex dl { + padding: 25px; + column-count:1 +} + +.classindex dd { + display:inline-block; + margin-left: 50px; + width: 90%; + line-height: 1.15em; +} + +.classindex dl.odd { + background-color: #F8F9FC; +} + +@media(min-width: 1120px) { + .classindex dl { + column-count:2 + } +} + +@media(min-width: 1320px) { + .classindex dl { + column-count:3 + } } + /* @group Link Styling */ a { @@ -143,17 +209,6 @@ a:hover { text-decoration: underline; } -a.qindex { - font-weight: bold; -} - -a.qindexHL { - font-weight: bold; - background-color: #9CAFD4; - color: #FFFFFF; - border: 1px double #869DCA; -} - .contents a.qindexHL:visited { color: #FFFFFF; } @@ -1358,10 +1413,12 @@ dl.citelist dt { font-weight:bold; margin-right:10px; padding:5px; + text-align:right; + width:52px; } dl.citelist dd { - margin:2px 0; + margin:2px 0 2px 72px; padding:5px 0; } @@ -1424,6 +1481,12 @@ div.toc li.level4 { margin-left: 45px; } +span.emoji { + /* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html + * font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort; + */ +} + .PageDocRTL-title div.toc li.level1 { margin-left: 0 !important; margin-right: 0; @@ -1661,47 +1724,6 @@ tr.heading h2 { /* @group Markdown */ -/* -table.markdownTable { - border-collapse:collapse; - margin-top: 4px; - margin-bottom: 4px; -} - -table.markdownTable td, table.markdownTable th { - border: 1px solid #2D4068; - padding: 3px 7px 2px; -} - -table.markdownTableHead tr { -} - -table.markdownTableBodyLeft td, table.markdownTable th { - border: 1px solid #2D4068; - padding: 3px 7px 2px; -} - -th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone { - background-color: #374F7F; - color: #FFFFFF; - font-size: 110%; - padding-bottom: 4px; - padding-top: 5px; -} - -th.markdownTableHeadLeft { - text-align: left -} - -th.markdownTableHeadRight { - text-align: right -} - -th.markdownTableHeadCenter { - text-align: center -} -*/ - table.markdownTable { border-collapse:collapse; margin-top: 4px; diff --git a/docs/html/doxygen.png b/docs/html/doxygen.png deleted file mode 100644 index 3ff17d807..000000000 Binary files a/docs/html/doxygen.png and /dev/null differ diff --git a/docs/html/doxygen.svg b/docs/html/doxygen.svg new file mode 100644 index 000000000..d42dad52d --- /dev/null +++ b/docs/html/doxygen.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/dynsections.js b/docs/html/dynsections.js index c8e84aaa6..88f2c27e6 100644 --- a/docs/html/dynsections.js +++ b/docs/html/dynsections.js @@ -1,25 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2017 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ function toggleVisibility(linkObj) { diff --git a/docs/html/files.html b/docs/html/files.html index d5855bd69..76f5c2c82 100644 --- a/docs/html/files.html +++ b/docs/html/files.html @@ -3,7 +3,7 @@ - + AceTime: File List @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -74,17 +74,17 @@   common  common.h  compat.cpp - compat.h + compat.hMacros and definitions that provide a consistency layer among the various Arduino boards for compatibility  DateStrings.cpp  DateStrings.h  logging.h   internal  BasicBrokers.cpp - BasicBrokers.h + BasicBrokers.hThe classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories  BrokerCommon.cpp - BrokerCommon.h + BrokerCommon.hHelper functions are used in both Basic brokers and Extended brokers  ExtendedBrokers.cpp - ExtendedBrokers.h + ExtendedBrokers.hThe classes provide a thin layer of indirection for accessing the zoneinfo files stored in the zonedb/ and zonedbx/ directories  LinkEntry.h  LinkEntry.inc  LinkRegistrar.h @@ -95,19 +95,19 @@  ZonePolicy.inc  ZoneRegistrar.h   zonedb - zone_infos.cpp - zone_infos.h - zone_policies.cpp - zone_policies.h - zone_registry.cpp - zone_registry.h + zone_infos.cpp + zone_infos.h + zone_policies.cpp + zone_policies.h + zone_registry.cpp + zone_registry.h   zonedbx - zone_infos.cpp - zone_infos.h - zone_policies.cpp - zone_policies.h - zone_registry.cpp - zone_registry.h + zone_infos.cpp + zone_infos.h + zone_policies.cpp + zone_policies.h + zone_registry.cpp + zone_registry.h  ace_time_utils.h  BasicZone.cpp  BasicZone.h @@ -123,11 +123,11 @@  LocalDateTime.h  LocalTime.cpp  LocalTime.h - offset_date_time_mutation.h + offset_date_time_mutation.hMethods that mutate an OffsetDateTime object  OffsetDateTime.cpp  OffsetDateTime.h - time_offset_mutation.h - time_period_mutation.h + time_offset_mutation.hMethods that mutate a TimeOffset object + time_period_mutation.hMethods that mutate a TimePeriod object  TimeOffset.cpp  TimeOffset.h  TimePeriod.cpp @@ -135,7 +135,7 @@  TimeZone.cpp  TimeZone.h  TimeZoneData.h - zoned_date_time_mutation.h + zoned_date_time_mutation.hMethods that mutate a ZonedDateTime object  ZonedDateTime.cpp  ZonedDateTime.h  ZoneManager.h @@ -150,9 +150,7 @@ diff --git a/docs/html/functions.html b/docs/html/functions.html index 95105033f..1912b582e 100644 --- a/docs/html/functions.html +++ b/docs/html/functions.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
    AceTime -  1.11.4 +  1.11.5
    Date and time classes for Arduino that support timezones from the TZ Database.
    @@ -31,10 +31,10 @@ - + @@ -86,9 +86,7 @@

    - a -

      diff --git a/docs/html/functions_b.html b/docs/html/functions_b.html index eee8c9577..768ea3ae0 100644 --- a/docs/html/functions_b.html +++ b/docs/html/functions_b.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
      AceTime -  1.11.4 +  1.11.5
      Date and time classes for Arduino that support timezones from the TZ Database.
      @@ -31,10 +31,10 @@ - + @@ -83,9 +83,7 @@

      - b -

        diff --git a/docs/html/functions_c.html b/docs/html/functions_c.html index e7833656a..5764e60d0 100644 --- a/docs/html/functions_c.html +++ b/docs/html/functions_c.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
        AceTime -  1.11.4 +  1.11.5
        Date and time classes for Arduino that support timezones from the TZ Database.
        @@ -31,10 +31,10 @@ - + @@ -103,9 +103,7 @@

        - c -

          diff --git a/docs/html/functions_d.html b/docs/html/functions_d.html index ca909a84e..19ce59812 100644 --- a/docs/html/functions_d.html +++ b/docs/html/functions_d.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
          AceTime -  1.11.4 +  1.11.5
          Date and time classes for Arduino that support timezones from the TZ Database.
          @@ -31,10 +31,10 @@ - + @@ -67,10 +67,10 @@

          - d -

          • day() -: ace_time::LocalDate -, ace_time::LocalDateTime +: ace_time::LocalDate +, ace_time::LocalDateTime , ace_time::OffsetDateTime -, ace_time::ZonedDateTime +, ace_time::ZonedDateTime
          • dayOfWeek() : ace_time::LocalDate @@ -95,9 +95,7 @@

            - d -

              diff --git a/docs/html/functions_e.html b/docs/html/functions_e.html index 3c7cb3c6e..d245e2fdf 100644 --- a/docs/html/functions_e.html +++ b/docs/html/functions_e.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
              AceTime -  1.11.4 +  1.11.5
              Date and time classes for Arduino that support timezones from the TZ Database.
              @@ -31,10 +31,10 @@ - + @@ -91,9 +91,7 @@

              - e -

                diff --git a/docs/html/functions_f.html b/docs/html/functions_f.html index 6b7e478b2..55da7c001 100644 --- a/docs/html/functions_f.html +++ b/docs/html/functions_f.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                AceTime -  1.11.4 +  1.11.5
                Date and time classes for Arduino that support timezones from the TZ Database.
                @@ -31,10 +31,10 @@ - + @@ -92,7 +92,7 @@

                - f -

                  : ace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB >
                • fold() -: ace_time::LocalDateTime +: ace_time::LocalDateTime , ace_time::LocalTime , ace_time::OffsetDateTime , ace_time::ZonedDateTime @@ -108,7 +108,7 @@

                  - f -

                    : ace_time::LocalDate , ace_time::LocalDateTime , ace_time::OffsetDateTime -, ace_time::ZonedDateTime +, ace_time::ZonedDateTime
                  • forDateStringChainable() : ace_time::LocalDate @@ -190,7 +190,7 @@

                    - f -

                      : ace_time::TimeZone
                    • forZoneInfo() -: ace_time::TimeZone +: ace_time::TimeZone
                    • forZoneKey() : ace_time::TimeZone @@ -202,9 +202,7 @@

                      - f -

                        diff --git a/docs/html/functions_func.html b/docs/html/functions_func.html index 67d1edb53..b9469d210 100644 --- a/docs/html/functions_func.html +++ b/docs/html/functions_func.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                        AceTime -  1.11.4 +  1.11.5
                        Date and time classes for Arduino that support timezones from the TZ Database.
                        @@ -31,10 +31,10 @@ - + @@ -82,9 +82,7 @@

                        - a -

                          diff --git a/docs/html/functions_func_b.html b/docs/html/functions_func_b.html index 909f1d73f..24dfe9acb 100644 --- a/docs/html/functions_func_b.html +++ b/docs/html/functions_func_b.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                          AceTime -  1.11.4 +  1.11.5
                          Date and time classes for Arduino that support timezones from the TZ Database.
                          @@ -31,10 +31,10 @@ - + @@ -83,9 +83,7 @@

                          - b -

                            diff --git a/docs/html/functions_func_c.html b/docs/html/functions_func_c.html index 8e18dba29..70da4b42b 100644 --- a/docs/html/functions_func_c.html +++ b/docs/html/functions_func_c.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                            AceTime -  1.11.4 +  1.11.5
                            Date and time classes for Arduino that support timezones from the TZ Database.
                            @@ -31,10 +31,10 @@ - + @@ -103,9 +103,7 @@

                            - c -

                              diff --git a/docs/html/functions_func_d.html b/docs/html/functions_func_d.html index 419632d1e..2e87c02ab 100644 --- a/docs/html/functions_func_d.html +++ b/docs/html/functions_func_d.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                              AceTime -  1.11.4 +  1.11.5
                              Date and time classes for Arduino that support timezones from the TZ Database.
                              @@ -31,10 +31,10 @@ - + @@ -68,9 +68,9 @@

                              - d -

                              • day() : ace_time::LocalDate -, ace_time::LocalDateTime +, ace_time::LocalDateTime , ace_time::OffsetDateTime -, ace_time::ZonedDateTime +, ace_time::ZonedDateTime
                              • dayOfWeek() : ace_time::LocalDate @@ -91,9 +91,7 @@

                                - d -

                                  diff --git a/docs/html/functions_func_e.html b/docs/html/functions_func_e.html index 110ce17f4..dafd847d1 100644 --- a/docs/html/functions_func_e.html +++ b/docs/html/functions_func_e.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                  AceTime -  1.11.4 +  1.11.5
                                  Date and time classes for Arduino that support timezones from the TZ Database.
                                  @@ -31,10 +31,10 @@ - + @@ -87,9 +87,7 @@

                                  - e -

                                    diff --git a/docs/html/functions_func_f.html b/docs/html/functions_func_f.html index f6185a9b6..6c85a4163 100644 --- a/docs/html/functions_func_f.html +++ b/docs/html/functions_func_f.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                    AceTime -  1.11.4 +  1.11.5
                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                    @@ -31,10 +31,10 @@ - + @@ -92,7 +92,7 @@

                                    - f -

                                      : ace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB >
                                    • fold() -: ace_time::LocalDateTime +: ace_time::LocalDateTime , ace_time::LocalTime , ace_time::OffsetDateTime , ace_time::ZonedDateTime @@ -190,7 +190,7 @@

                                      - f -

                                        : ace_time::TimeZone
                                      • forZoneInfo() -: ace_time::TimeZone +: ace_time::TimeZone
                                      • forZoneKey() : ace_time::TimeZone @@ -199,9 +199,7 @@

                                        - f -

                                          diff --git a/docs/html/functions_func_g.html b/docs/html/functions_func_g.html index 8d16b19c7..d2b580d49 100644 --- a/docs/html/functions_func_g.html +++ b/docs/html/functions_func_g.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                          AceTime -  1.11.4 +  1.11.5
                                          Date and time classes for Arduino that support timezones from the TZ Database.
                                          @@ -31,10 +31,10 @@ - + @@ -97,7 +97,7 @@

                                          - g -

                                            : ace_time::BasicZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB > , ace_time::ExtendedZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB > , ace_time::TimeZone -, ace_time::ZoneProcessor +, ace_time::ZoneProcessor
                                          • getPrior() : ace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB > @@ -147,9 +147,7 @@

                                            - g -

                                              diff --git a/docs/html/functions_func_h.html b/docs/html/functions_func_h.html index b9a1b7be9..da17d5ca6 100644 --- a/docs/html/functions_func_h.html +++ b/docs/html/functions_func_h.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                              AceTime -  1.11.4 +  1.11.5
                                              Date and time classes for Arduino that support timezones from the TZ Database.
                                              @@ -31,10 +31,10 @@ - + @@ -68,18 +68,16 @@

                                              - h -

                                              diff --git a/docs/html/functions_func_i.html b/docs/html/functions_func_i.html index 1ce388b33..4942769c8 100644 --- a/docs/html/functions_func_i.html +++ b/docs/html/functions_func_i.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                              AceTime -  1.11.4 +  1.11.5
                                              Date and time classes for Arduino that support timezones from the TZ Database.
                                              @@ -31,10 +31,10 @@ - + @@ -124,9 +124,7 @@

                                              - i -

                                                diff --git a/docs/html/functions_func_k.html b/docs/html/functions_func_k.html index 24747f0cc..8899e76ad 100644 --- a/docs/html/functions_func_k.html +++ b/docs/html/functions_func_k.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                AceTime -  1.11.4 +  1.11.5
                                                Date and time classes for Arduino that support timezones from the TZ Database.
                                                @@ -31,10 +31,10 @@ - + @@ -74,9 +74,7 @@

                                                - k -

                                                  diff --git a/docs/html/functions_func_l.html b/docs/html/functions_func_l.html index bc53bc3a5..29546717b 100644 --- a/docs/html/functions_func_l.html +++ b/docs/html/functions_func_l.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                  AceTime -  1.11.4 +  1.11.5
                                                  Date and time classes for Arduino that support timezones from the TZ Database.
                                                  @@ -31,10 +31,10 @@ - + @@ -117,9 +117,7 @@

                                                  - l -

                                                    diff --git a/docs/html/functions_func_m.html b/docs/html/functions_func_m.html index 9ce803726..01c6cb869 100644 --- a/docs/html/functions_func_m.html +++ b/docs/html/functions_func_m.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                    AceTime -  1.11.4 +  1.11.5
                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                    @@ -31,10 +31,10 @@ - + @@ -67,17 +67,17 @@

                                                    - m -

                                                    • minute() -: ace_time::LocalDateTime -, ace_time::LocalTime +: ace_time::LocalDateTime +, ace_time::LocalTime , ace_time::OffsetDateTime -, ace_time::TimePeriod +, ace_time::TimePeriod , ace_time::ZonedDateTime
                                                    • month() : ace_time::LocalDate , ace_time::LocalDateTime , ace_time::OffsetDateTime -, ace_time::ZonedDateTime +, ace_time::ZonedDateTime
                                                    • monthLongString() : ace_time::DateStrings @@ -89,9 +89,7 @@

                                                      - m -

                                                        diff --git a/docs/html/functions_func_n.html b/docs/html/functions_func_n.html index 5f9da124d..63d1fcd1e 100644 --- a/docs/html/functions_func_n.html +++ b/docs/html/functions_func_n.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                        AceTime -  1.11.4 +  1.11.5
                                                        Date and time classes for Arduino that support timezones from the TZ Database.
                                                        @@ -31,10 +31,10 @@ - + @@ -73,9 +73,7 @@

                                                        - n -

                                                          diff --git a/docs/html/functions_func_o.html b/docs/html/functions_func_o.html index 2ddc335a2..136870993 100644 --- a/docs/html/functions_func_o.html +++ b/docs/html/functions_func_o.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                          AceTime -  1.11.4 +  1.11.5
                                                          Date and time classes for Arduino that support timezones from the TZ Database.
                                                          @@ -31,10 +31,10 @@ - + @@ -73,9 +73,7 @@

                                                          - o -

                                                            diff --git a/docs/html/functions_func_p.html b/docs/html/functions_func_p.html index b04a2fba7..e90aa9db2 100644 --- a/docs/html/functions_func_p.html +++ b/docs/html/functions_func_p.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                            AceTime -  1.11.4 +  1.11.5
                                                            Date and time classes for Arduino that support timezones from the TZ Database.
                                                            @@ -31,10 +31,10 @@ - + @@ -101,9 +101,7 @@

                                                            - p -

                                                              diff --git a/docs/html/functions_func_r.html b/docs/html/functions_func_r.html index b320229a1..9dcb78c65 100644 --- a/docs/html/functions_func_r.html +++ b/docs/html/functions_func_r.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                              AceTime -  1.11.4 +  1.11.5
                                                              Date and time classes for Arduino that support timezones from the TZ Database.
                                                              @@ -31,10 +31,10 @@ - + @@ -82,9 +82,7 @@

                                                              - r -

                                                                diff --git a/docs/html/functions_func_s.html b/docs/html/functions_func_s.html index e1ab5c697..4c5144b8f 100644 --- a/docs/html/functions_func_s.html +++ b/docs/html/functions_func_s.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                                AceTime -  1.11.4 +  1.11.5
                                                                Date and time classes for Arduino that support timezones from the TZ Database.
                                                                @@ -31,10 +31,10 @@ - + @@ -67,10 +67,10 @@

                                                                - s -

                                                                • second() -: ace_time::LocalDateTime -, ace_time::LocalTime +: ace_time::LocalDateTime +, ace_time::LocalTime , ace_time::OffsetDateTime -, ace_time::TimePeriod +, ace_time::TimePeriod , ace_time::ZonedDateTime
                                                                • setBrokerFactory() @@ -92,7 +92,7 @@

                                                                  - s -

                                                                    , ace_time::ZoneProcessor
                                                                  • sign() -: ace_time::TimePeriod +: ace_time::TimePeriod
                                                                  • size() : ace_time::ZoneProcessorCacheBaseTemplate< ZP > @@ -117,9 +117,7 @@

                                                                    - s -

                                                                      diff --git a/docs/html/functions_func_t.html b/docs/html/functions_func_t.html index 8fc0f95d0..5962d9c07 100644 --- a/docs/html/functions_func_t.html +++ b/docs/html/functions_func_t.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                                      AceTime -  1.11.4 +  1.11.5
                                                                      Date and time classes for Arduino that support timezones from the TZ Database.
                                                                      @@ -31,10 +31,10 @@ - + @@ -80,7 +80,7 @@

                                                                      - t -

                                                                        : ace_time::ZonedDateTime
                                                                      • TimePeriod() -: ace_time::TimePeriod +: ace_time::TimePeriod
                                                                      • TimeZone() : ace_time::TimeZone @@ -142,9 +142,7 @@

                                                                        - t -

                                                                          diff --git a/docs/html/functions_func_y.html b/docs/html/functions_func_y.html index 9b0a36682..b6d7adf65 100644 --- a/docs/html/functions_func_y.html +++ b/docs/html/functions_func_y.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                                          AceTime -  1.11.4 +  1.11.5
                                                                          Date and time classes for Arduino that support timezones from the TZ Database.
                                                                          @@ -31,10 +31,10 @@ - + @@ -68,9 +68,9 @@

                                                                          - y -

                                                                          • year() : ace_time::LocalDate -, ace_time::LocalDateTime +, ace_time::LocalDateTime , ace_time::OffsetDateTime -, ace_time::ZonedDateTime +, ace_time::ZonedDateTime
                                                                          • yearTiny() : ace_time::LocalDate @@ -82,9 +82,7 @@

                                                                            - y -

                                                                              diff --git a/docs/html/functions_func_z.html b/docs/html/functions_func_z.html index 136293427..46bfb1dee 100644 --- a/docs/html/functions_func_z.html +++ b/docs/html/functions_func_z.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Functions @@ -22,7 +22,7 @@
                                                                              AceTime -  1.11.4 +  1.11.5
                                                                              Date and time classes for Arduino that support timezones from the TZ Database.
                                                                              @@ -31,10 +31,10 @@ - + @@ -96,9 +96,7 @@

                                                                              - z -

                                                                                diff --git a/docs/html/functions_g.html b/docs/html/functions_g.html index 4e16f1dd9..9f2874d4b 100644 --- a/docs/html/functions_g.html +++ b/docs/html/functions_g.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                AceTime -  1.11.4 +  1.11.5
                                                                                Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                @@ -31,10 +31,10 @@ - + @@ -97,7 +97,7 @@

                                                                                - g -

                                                                                  : ace_time::BasicZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB > , ace_time::ExtendedZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB > , ace_time::TimeZone -, ace_time::ZoneProcessor +, ace_time::ZoneProcessor
                                                                                • getPrior() : ace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB > @@ -147,9 +147,7 @@

                                                                                  - g -

                                                                                    diff --git a/docs/html/functions_h.html b/docs/html/functions_h.html index e11e74aa3..57d5635d5 100644 --- a/docs/html/functions_h.html +++ b/docs/html/functions_h.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                    @@ -31,10 +31,10 @@ - + @@ -68,18 +68,16 @@

                                                                                    - h -

                                                                                    diff --git a/docs/html/functions_i.html b/docs/html/functions_i.html index 4ceffb048..5670c5bf2 100644 --- a/docs/html/functions_i.html +++ b/docs/html/functions_i.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                    @@ -31,10 +31,10 @@ - + @@ -127,9 +127,7 @@

                                                                                    - i -

                                                                                      diff --git a/docs/html/functions_k.html b/docs/html/functions_k.html index b73176d20..34f854fba 100644 --- a/docs/html/functions_k.html +++ b/docs/html/functions_k.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                      AceTime -  1.11.4 +  1.11.5
                                                                                      Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                      @@ -31,10 +31,10 @@ - + @@ -191,9 +191,7 @@

                                                                                      - k -

                                                                                        diff --git a/docs/html/functions_l.html b/docs/html/functions_l.html index 90ffafd6a..ecad6e526 100644 --- a/docs/html/functions_l.html +++ b/docs/html/functions_l.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                        AceTime -  1.11.4 +  1.11.5
                                                                                        Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                        @@ -31,10 +31,10 @@ - + @@ -126,9 +126,7 @@

                                                                                        - l -

                                                                                          diff --git a/docs/html/functions_m.html b/docs/html/functions_m.html index d7d5d8277..b0946a341 100644 --- a/docs/html/functions_m.html +++ b/docs/html/functions_m.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                          AceTime -  1.11.4 +  1.11.5
                                                                                          Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                          @@ -31,10 +31,10 @@ - + @@ -84,7 +84,7 @@

                                                                                          - m -

                                                                                            , ace_time::LocalTime , ace_time::OffsetDateTime , ace_time::TimePeriod -, ace_time::ZonedDateTime +, ace_time::ZonedDateTime
                                                                                          • month : ace_time::basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB > @@ -109,9 +109,7 @@

                                                                                            - m -

                                                                                              diff --git a/docs/html/functions_n.html b/docs/html/functions_n.html index 695aa923a..c4ed8c84b 100644 --- a/docs/html/functions_n.html +++ b/docs/html/functions_n.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                              AceTime -  1.11.4 +  1.11.5
                                                                                              Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                              @@ -31,10 +31,10 @@ - + @@ -76,9 +76,7 @@

                                                                                              - n -

                                                                                                diff --git a/docs/html/functions_o.html b/docs/html/functions_o.html index 4dee4611f..bf9b0718e 100644 --- a/docs/html/functions_o.html +++ b/docs/html/functions_o.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                                AceTime -  1.11.4 +  1.11.5
                                                                                                Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                @@ -31,10 +31,10 @@ - + @@ -85,9 +85,7 @@

                                                                                                - o -

                                                                                                  diff --git a/docs/html/functions_p.html b/docs/html/functions_p.html index 5085b148a..00efe1edc 100644 --- a/docs/html/functions_p.html +++ b/docs/html/functions_p.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                                  AceTime -  1.11.4 +  1.11.5
                                                                                                  Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                  @@ -31,10 +31,10 @@ - + @@ -104,9 +104,7 @@

                                                                                                  - p -

                                                                                                    diff --git a/docs/html/functions_r.html b/docs/html/functions_r.html index ece14fe21..c9901f165 100644 --- a/docs/html/functions_r.html +++ b/docs/html/functions_r.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                    @@ -31,10 +31,10 @@ - + @@ -86,9 +86,7 @@

                                                                                                    - r -

                                                                                                      diff --git a/docs/html/functions_rela.html b/docs/html/functions_rela.html index 624e8f88b..29a9fda36 100644 --- a/docs/html/functions_rela.html +++ b/docs/html/functions_rela.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Related Functions @@ -22,7 +22,7 @@
                                                                                                      AceTime -  1.11.4 +  1.11.5
                                                                                                      Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                      @@ -31,10 +31,10 @@ - + @@ -76,9 +76,7 @@ diff --git a/docs/html/functions_s.html b/docs/html/functions_s.html index fb3946497..12a0ccb71 100644 --- a/docs/html/functions_s.html +++ b/docs/html/functions_s.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                                      AceTime -  1.11.4 +  1.11.5
                                                                                                      Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                      @@ -31,10 +31,10 @@ - + @@ -67,10 +67,10 @@

                                                                                                      - s -

                                                                                                      • second() -: ace_time::LocalDateTime -, ace_time::LocalTime +: ace_time::LocalDateTime +, ace_time::LocalTime , ace_time::OffsetDateTime -, ace_time::TimePeriod +, ace_time::TimePeriod , ace_time::ZonedDateTime
                                                                                                      • setBrokerFactory() @@ -128,9 +128,7 @@

                                                                                                        - s -

                                                                                                          diff --git a/docs/html/functions_t.html b/docs/html/functions_t.html index fc52e5dd7..2a768d0d7 100644 --- a/docs/html/functions_t.html +++ b/docs/html/functions_t.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                                          AceTime -  1.11.4 +  1.11.5
                                                                                                          Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                          @@ -31,10 +31,10 @@ - + @@ -80,7 +80,7 @@

                                                                                                          - t -

                                                                                                            : ace_time::ZonedDateTime
                                                                                                          • TimePeriod() -: ace_time::TimePeriod +: ace_time::TimePeriod
                                                                                                          • TimeZone() : ace_time::TimeZone @@ -166,9 +166,7 @@

                                                                                                            - t -

                                                                                                              diff --git a/docs/html/functions_type.html b/docs/html/functions_type.html index 18b8b587b..3b745e7d2 100644 --- a/docs/html/functions_type.html +++ b/docs/html/functions_type.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Typedefs @@ -22,7 +22,7 @@
                                                                                                              AceTime -  1.11.4 +  1.11.5
                                                                                                              Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                              @@ -31,10 +31,10 @@ - + @@ -87,9 +87,7 @@ diff --git a/docs/html/functions_u.html b/docs/html/functions_u.html index d599b77f6..ab13afdfa 100644 --- a/docs/html/functions_u.html +++ b/docs/html/functions_u.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                                              AceTime -  1.11.4 +  1.11.5
                                                                                                              Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                              @@ -31,10 +31,10 @@ - + @@ -77,9 +77,7 @@

                                                                                                              - u -

                                                                                                                diff --git a/docs/html/functions_vars.html b/docs/html/functions_vars.html index c735cd731..61ddf6055 100644 --- a/docs/html/functions_vars.html +++ b/docs/html/functions_vars.html @@ -3,7 +3,7 @@ - + AceTime: Class Members - Variables @@ -22,7 +22,7 @@
                                                                                                                AceTime -  1.11.4 +  1.11.5
                                                                                                                Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                @@ -31,10 +31,10 @@ - + @@ -343,9 +343,7 @@

                                                                                                                - z -

                                                                                                                  diff --git a/docs/html/functions_y.html b/docs/html/functions_y.html index cae5fe2ca..52bbebda5 100644 --- a/docs/html/functions_y.html +++ b/docs/html/functions_y.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                                                  AceTime -  1.11.4 +  1.11.5
                                                                                                                  Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                  @@ -31,10 +31,10 @@ - + @@ -67,25 +67,23 @@

                                                                                                                  - y -

                                                                                                                  diff --git a/docs/html/functions_z.html b/docs/html/functions_z.html index a5d0e346b..6f7a17aef 100644 --- a/docs/html/functions_z.html +++ b/docs/html/functions_z.html @@ -3,7 +3,7 @@ - + AceTime: Class Members @@ -22,7 +22,7 @@
                                                                                                                  AceTime -  1.11.4 +  1.11.5
                                                                                                                  Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                  @@ -31,10 +31,10 @@ - + @@ -97,9 +97,7 @@

                                                                                                                  - z -

                                                                                                                    diff --git a/docs/html/globals.html b/docs/html/globals.html index b5ad995e8..123f4906e 100644 --- a/docs/html/globals.html +++ b/docs/html/globals.html @@ -3,7 +3,7 @@ - + AceTime: File Members @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -71,9 +71,7 @@ diff --git a/docs/html/globals_defs.html b/docs/html/globals_defs.html index 78ca11f9b..bf9bdd335 100644 --- a/docs/html/globals_defs.html +++ b/docs/html/globals_defs.html @@ -3,7 +3,7 @@ - + AceTime: File Members @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -71,9 +71,7 @@ diff --git a/docs/html/graph_legend.html b/docs/html/graph_legend.html index aea1d3c8b..66a563cbb 100644 --- a/docs/html/graph_legend.html +++ b/docs/html/graph_legend.html @@ -3,7 +3,7 @@ - + AceTime: Graph Legend @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -130,9 +130,7 @@ diff --git a/docs/html/hierarchy.html b/docs/html/hierarchy.html index ece9cec3c..de544d152 100644 --- a/docs/html/hierarchy.html +++ b/docs/html/hierarchy.html @@ -3,7 +3,7 @@ - + AceTime: Class Hierarchy @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -72,13 +72,13 @@ This inheritance list is sorted roughly, but not completely, alphabetically:
                                                                                                                    [detail level 123]
                                                                                                                    - - + + - - + + @@ -87,75 +87,67 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                     Cace_time::BasicZoneA thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful basic::ZoneInfo data
                                                                                                                     Cace_time::extended::BrokerFactoryA factory that creates a basic::ZoneInfoBroker
                                                                                                                     Cace_time::basic::BrokerFactoryA factory that creates a basic::ZoneInfoBroker
                                                                                                                     Cace_time::basic::BrokerFactoryA factory that creates a basic::ZoneInfoBroker
                                                                                                                     Cace_time::extended::BrokerFactoryA factory that creates a basic::ZoneInfoBroker
                                                                                                                     Cace_time::DateStringsClass that translates a numeric month (1-12) or dayOfWeek (1-7) into a human readable string
                                                                                                                     Cace_time::extended::DateTupleA tuple that represents a date and time
                                                                                                                     Cace_time::ExtendedZoneA thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some useful extended::ZoneInfo data
                                                                                                                     Cace_time::extended::LinkEntryBrokerData broker for accessing a LinkEntry
                                                                                                                     Cace_time::basic::LinkEntryBrokerData broker for accessing a LinkEntry
                                                                                                                     Cace_time::basic::LinkEntryBrokerData broker for accessing a LinkEntry
                                                                                                                     Cace_time::extended::LinkEntryBrokerData broker for accessing a LinkEntry
                                                                                                                     Cace_time::LinkManagerBase class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kInvalidZoneId can be referenced as LinkManager::kInvalidZoneId
                                                                                                                     Cace_time::BasicLinkManagerAn implementation of the LinkManager which uses a registry of basic::ZoneInfo records
                                                                                                                     Cace_time::ExtendedLinkManagerAn implementation of the LinkManager which uses a registry of extended::ZoneInfo records
                                                                                                                     Cace_time::basic::LinkRegistrarConcrete template instantiation of LinkRegistrarTemplate for basic::LinkEntry
                                                                                                                     Cace_time::internal::LinkRegistrarTemplate< extended::LinkEntry, extended::LinkEntryBroker, extended::LinkRegistryBroker >
                                                                                                                     Cace_time::extended::LinkRegistrarConcrete template instantiation of LinkRegistrarTemplate for extended::LinkEntry
                                                                                                                     Cace_time::extended::LinkRegistryBrokerData broker for a LinkRegistry composed of LinkEntry records
                                                                                                                     Cace_time::basic::LinkRegistryBrokerData broker for a LinkRegistry composed of LinkEntry records
                                                                                                                     Cace_time::basic::LinkRegistryBrokerData broker for a LinkRegistry composed of LinkEntry records
                                                                                                                     Cace_time::extended::LinkRegistryBrokerData broker for a LinkRegistry composed of LinkEntry records
                                                                                                                     Cace_time::LocalDateThe date (year, month, day) representing the date without regards to time zone
                                                                                                                     Cace_time::LocalDateTimeClass that holds the date-time as the components (year, month, day, hour, minute, second) without regards to the time zone
                                                                                                                     Cace_time::LocalTimeThe time (hour, minute, second) fields representing the time without regards to the day or the time zone
                                                                                                                     Cace_time::ManualZoneManagerA simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone
                                                                                                                     Cace_time::extended::MatchingEraTemplate< ZEB >Data structure that captures the matching ZoneEra and its ZoneRule transitions for a given year
                                                                                                                     Cace_time::extended::MatchingEraTemplate< extended::ZoneEraBroker >
                                                                                                                     Cace_time::extended::MatchingTransitionTemplate< ZEB, ZPB, ZRB >Tuple of a matching Transition and its 'fold'
                                                                                                                     Cace_time::internal::MonthDayThe result of calcStartDayOfMonth()
                                                                                                                     Cace_time::OffsetDateTimeThe date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset)
                                                                                                                     Cace_time::TimeOffsetA thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC, but not always
                                                                                                                     Cace_time::TimePeriodRepresents a period of time relative to some known point in time, potentially represented by a DateTime
                                                                                                                     Cace_time::TimeZoneClass that describes a time zone
                                                                                                                     Cace_time::TimeZoneDataData structure that captures the internal state of a TimeZone object with enough information so that it can be serialized using TimeZone::toTimeZoneData() then reconstructed using ZoneManager::createForTimeZoneData()
                                                                                                                     Cace_time::extended::TransitionResultTemplate< ZEB, ZPB, ZRB >The result of the findTransitionForDateTime(const LocalDatetime&) method which can return 2 possible Transitions if the DateTime is in the gap or the overlap
                                                                                                                     Cace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB >A heap manager which is specialized and tuned to manage a collection of Transitions, keeping track of unused, used, and active states, using a fixed array of Transitions
                                                                                                                     Cace_time::extended::TransitionStorageTemplate< kMaxTransitions, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >
                                                                                                                     Cace_time::extended::TransitionStorageTemplate< kMaxTransitions, ZEB, ZPB, ZRB >
                                                                                                                     Cace_time::basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB >Data structure that defines the start of a specific UTC offset as described by the matching ZoneEra and its ZoneRule for a given year
                                                                                                                     Cace_time::extended::TransitionTemplate< ZEB, ZPB, ZRB >Represents an interval of time where the time zone obeyed a certain UTC offset and DST delta
                                                                                                                     Cace_time::basic::TransitionTemplate< basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >
                                                                                                                     Cace_time::extended::TransitionTemplate< extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >
                                                                                                                     Cace_time::extended::YearMonthTupleA simple tuple to represent a year/month pair
                                                                                                                     Cace_time::internal::ZoneContextMetadata about the zone database
                                                                                                                     Cace_time::ZonedDateTimeThe date (year, month, day), time (hour, minute, second), and a timeZone representing an instant in time
                                                                                                                     Cace_time::extended::ZoneEraBrokerData broker for accessing ZoneEra
                                                                                                                     Cace_time::basic::ZoneEraBrokerData broker for accessing ZoneEra
                                                                                                                     Cace_time::extended::ZoneInfoBrokerData broker for accessing ZoneInfo
                                                                                                                     Cace_time::basic::ZoneInfoBrokerData broker for accessing ZoneInfo
                                                                                                                     Cace_time::ZoneManagerBase class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility
                                                                                                                     Cace_time::ZoneManagerTemplate< ZI, ZRR, ZP, Z >A templatized implementation of ZoneManager that binds the ZoneRegistrar with the corresponding (Basic|Extended)ZoneProcessorCache
                                                                                                                     Cace_time::ZoneManagerTemplate< basic::ZoneInfo, basic::ZoneRegistrar, BasicZoneProcessor, BasicZone >
                                                                                                                     Cace_time::BasicZoneManagerAn implementation of the ZoneManager which uses a registry of basic::ZoneInfo records
                                                                                                                     Cace_time::ZoneManagerTemplate< extended::ZoneInfo, extended::ZoneRegistrar, ExtendedZoneProcessor, ExtendedZone >
                                                                                                                     Cace_time::ExtendedZoneManagerAn implementation of the ZoneManager which uses a registry of extended::ZoneInfo records
                                                                                                                     Cace_time::extended::ZonePolicyBrokerData broker for accessing ZonePolicy
                                                                                                                     Cace_time::basic::ZonePolicyBrokerData broker for accessing ZonePolicy
                                                                                                                     Cace_time::ZoneProcessorBase interface for ZoneProcessor classes
                                                                                                                     Cace_time::BasicZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >An implementation of ZoneProcessor that supports a subset of the zones containing in the TZ Database
                                                                                                                     Cace_time::ExtendedZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >An implementation of ZoneProcessor that supports for all zones defined by the TZ Database
                                                                                                                     Cace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >
                                                                                                                     Cace_time::BasicZoneProcessorA specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
                                                                                                                     Cace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >
                                                                                                                     Cace_time::ExtendedZoneProcessorA specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
                                                                                                                     Cace_time::ZoneProcessorCacheBaseTemplate< ZP >The template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase
                                                                                                                     Cace_time::BasicZoneProcessorCache< SIZE >An implementation of a BasicZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
                                                                                                                     Cace_time::ExtendedZoneProcessorCache< SIZE >An implementation of an ExtendedZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
                                                                                                                     Cace_time::ZoneProcessorCacheBaseTemplate< BasicZoneProcessor >
                                                                                                                     Cace_time::ZoneProcessorCacheBaseTemplate< ExtendedZoneProcessor >
                                                                                                                     Cace_time::internal::ZoneRegistrarTemplate< ZI, ZIB, ZRGB >Class that allows looking up the ZoneInfo (ZI) from its TZDB identifier (e.g
                                                                                                                     Cace_time::internal::ZoneRegistrarTemplate< basic::ZoneInfo, basic::ZoneInfoBroker, basic::ZoneRegistryBroker >
                                                                                                                     Cace_time::basic::ZoneRegistrarConcrete template instantiation of ZoneRegistrarTemplate for basic::ZoneInfo, which can be used with BasicZoneProcessor
                                                                                                                     Cace_time::internal::ZoneRegistrarTemplate< extended::ZoneInfo, extended::ZoneInfoBroker, extended::ZoneRegistryBroker >
                                                                                                                     Cace_time::extended::ZoneRegistrarConcrete template instantiation of ZoneRegistrarTemplate for extended::ZoneInfo, which can be used with ExtendedZoneProcessor
                                                                                                                     Cace_time::basic::ZoneRegistryBrokerData broker for accessing the ZoneRegistry
                                                                                                                     Cace_time::extended::ZoneRegistryBrokerData broker for accessing the ZoneRegistry
                                                                                                                     Cace_time::extended::ZoneRuleBrokerData broker for accessing ZoneRule
                                                                                                                     Cace_time::basic::ZoneRuleBrokerData broker for accessing ZoneRule
                                                                                                                     Cace_time::ZoneSorterByName< ZM >ZoneSorterByName, templatized on BasicZoneManager or ExtendedZoneManager
                                                                                                                     Cace_time::ZoneSorterByOffsetAndName< ZM >ZoneSorterByOffsetAndName, templatized on BasicZoneManager or ExtendedZoneManager
                                                                                                                     Cace_time::extended::MatchingTransitionTemplate< ZEB, ZPB, ZRB >Tuple of a matching Transition and its 'fold'
                                                                                                                     Cace_time::internal::MonthDayThe result of calcStartDayOfMonth()
                                                                                                                     Cace_time::OffsetDateTimeThe date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset)
                                                                                                                     Cace_time::TimeOffsetA thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC, but not always
                                                                                                                     Cace_time::TimePeriodRepresents a period of time relative to some known point in time, potentially represented by a DateTime
                                                                                                                     Cace_time::TimeZoneClass that describes a time zone
                                                                                                                     Cace_time::TimeZoneDataData structure that captures the internal state of a TimeZone object with enough information so that it can be serialized using TimeZone::toTimeZoneData() then reconstructed using ZoneManager::createForTimeZoneData()
                                                                                                                     Cace_time::extended::TransitionResultTemplate< ZEB, ZPB, ZRB >The result of the findTransitionForDateTime(const LocalDatetime&) method which can return 2 possible Transitions if the DateTime is in the gap or the overlap
                                                                                                                     Cace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB >A heap manager which is specialized and tuned to manage a collection of Transitions, keeping track of unused, used, and active states, using a fixed array of Transitions
                                                                                                                     Cace_time::extended::TransitionStorageTemplate< kMaxTransitions, ZEB, ZPB, ZRB >
                                                                                                                     Cace_time::basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB >Data structure that defines the start of a specific UTC offset as described by the matching ZoneEra and its ZoneRule for a given year
                                                                                                                     Cace_time::extended::TransitionTemplate< ZEB, ZPB, ZRB >Represents an interval of time where the time zone obeyed a certain UTC offset and DST delta
                                                                                                                     Cace_time::extended::YearMonthTupleA simple tuple to represent a year/month pair
                                                                                                                     Cace_time::internal::ZoneContextMetadata about the zone database
                                                                                                                     Cace_time::ZonedDateTimeThe date (year, month, day), time (hour, minute, second), and a timeZone representing an instant in time
                                                                                                                     Cace_time::basic::ZoneEraBrokerData broker for accessing ZoneEra
                                                                                                                     Cace_time::extended::ZoneEraBrokerData broker for accessing ZoneEra
                                                                                                                     Cace_time::basic::ZoneInfoBrokerData broker for accessing ZoneInfo
                                                                                                                     Cace_time::extended::ZoneInfoBrokerData broker for accessing ZoneInfo
                                                                                                                     Cace_time::ZoneManagerBase class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility
                                                                                                                     Cace_time::ZoneManagerTemplate< extended::ZoneInfo, extended::ZoneRegistrar, ExtendedZoneProcessor, ExtendedZone >
                                                                                                                     Cace_time::ExtendedZoneManagerAn implementation of the ZoneManager which uses a registry of extended::ZoneInfo records
                                                                                                                     Cace_time::ZoneManagerTemplate< basic::ZoneInfo, basic::ZoneRegistrar, BasicZoneProcessor, BasicZone >
                                                                                                                     Cace_time::BasicZoneManagerAn implementation of the ZoneManager which uses a registry of basic::ZoneInfo records
                                                                                                                     Cace_time::ZoneManagerTemplate< ZI, ZRR, ZP, Z >A templatized implementation of ZoneManager that binds the ZoneRegistrar with the corresponding (Basic|Extended)ZoneProcessorCache
                                                                                                                     Cace_time::basic::ZonePolicyBrokerData broker for accessing ZonePolicy
                                                                                                                     Cace_time::extended::ZonePolicyBrokerData broker for accessing ZonePolicy
                                                                                                                     Cace_time::ZoneProcessorBase interface for ZoneProcessor classes
                                                                                                                     Cace_time::BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >
                                                                                                                     Cace_time::BasicZoneProcessorA specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
                                                                                                                     Cace_time::ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >
                                                                                                                     Cace_time::ExtendedZoneProcessorA specific implementation of ExtendedZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
                                                                                                                     Cace_time::BasicZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >An implementation of ZoneProcessor that supports a subset of the zones containing in the TZ Database
                                                                                                                     Cace_time::ExtendedZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >An implementation of ZoneProcessor that supports for all zones defined by the TZ Database
                                                                                                                     Cace_time::ZoneProcessorCacheBaseTemplate< ZP >The template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase
                                                                                                                     Cace_time::BasicZoneProcessorCache< SIZE >An implementation of a BasicZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
                                                                                                                     Cace_time::ExtendedZoneProcessorCache< SIZE >An implementation of an ExtendedZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
                                                                                                                     Cace_time::internal::ZoneRegistrarTemplate< ZI, ZIB, ZRGB >Class that allows looking up the ZoneInfo (ZI) from its TZDB identifier (e.g
                                                                                                                     Cace_time::internal::ZoneRegistrarTemplate< basic::ZoneInfo, basic::ZoneInfoBroker, basic::ZoneRegistryBroker >
                                                                                                                     Cace_time::basic::ZoneRegistrarConcrete template instantiation of ZoneRegistrarTemplate for basic::ZoneInfo, which can be used with BasicZoneProcessor
                                                                                                                     Cace_time::internal::ZoneRegistrarTemplate< extended::ZoneInfo, extended::ZoneInfoBroker, extended::ZoneRegistryBroker >
                                                                                                                     Cace_time::extended::ZoneRegistrarConcrete template instantiation of ZoneRegistrarTemplate for extended::ZoneInfo, which can be used with ExtendedZoneProcessor
                                                                                                                     Cace_time::basic::ZoneRegistryBrokerData broker for accessing the ZoneRegistry
                                                                                                                     Cace_time::extended::ZoneRegistryBrokerData broker for accessing the ZoneRegistry
                                                                                                                     Cace_time::basic::ZoneRuleBrokerData broker for accessing ZoneRule
                                                                                                                     Cace_time::extended::ZoneRuleBrokerData broker for accessing ZoneRule
                                                                                                                     Cace_time::ZoneSorterByName< ZM >ZoneSorterByName, templatized on BasicZoneManager or ExtendedZoneManager
                                                                                                                     Cace_time::ZoneSorterByOffsetAndName< ZM >ZoneSorterByOffsetAndName, templatized on BasicZoneManager or ExtendedZoneManager
                                                                                                                    diff --git a/docs/html/index.html b/docs/html/index.html index 71f3bf297..688d4b2e7 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -3,7 +3,7 @@ - + AceTime: AceTime Library @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -67,16 +67,13 @@
                                                                                                                    AceTime Library
                                                                                                                    -

                                                                                                                    This is the Doxygen documentation for the AceTime Library.

                                                                                                                    -

                                                                                                                    Click on the "Classes" menu above to see the list of classes.

                                                                                                                    +

                                                                                                                    This is the Doxygen documentation for the AceTime Library.Click on the "Classes" menu above to see the list of classes.

                                                                                                                    Click on the "Files" menu above to see the list of header files.

                                                                                                                    diff --git a/docs/html/inherit_graph_10.map b/docs/html/inherit_graph_10.map index 160600b15..5764dae2f 100644 --- a/docs/html/inherit_graph_10.map +++ b/docs/html/inherit_graph_10.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_10.md5 b/docs/html/inherit_graph_10.md5 index 143688aca..8ab6a157a 100644 --- a/docs/html/inherit_graph_10.md5 +++ b/docs/html/inherit_graph_10.md5 @@ -1 +1 @@ -23c06ef2d893ede132fb44f206f1baf2 \ No newline at end of file +d9cc0e79a332a9109e23f3737c2732ca \ No newline at end of file diff --git a/docs/html/inherit_graph_10.png b/docs/html/inherit_graph_10.png index 4b08aa65e..4b28c6df1 100644 Binary files a/docs/html/inherit_graph_10.png and b/docs/html/inherit_graph_10.png differ diff --git a/docs/html/inherit_graph_11.map b/docs/html/inherit_graph_11.map index 5764dae2f..f449158e7 100644 --- a/docs/html/inherit_graph_11.map +++ b/docs/html/inherit_graph_11.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_11.md5 b/docs/html/inherit_graph_11.md5 index 8ab6a157a..c6a7918ab 100644 --- a/docs/html/inherit_graph_11.md5 +++ b/docs/html/inherit_graph_11.md5 @@ -1 +1 @@ -d9cc0e79a332a9109e23f3737c2732ca \ No newline at end of file +d3397e9474846b3fbe82f6c83c141f30 \ No newline at end of file diff --git a/docs/html/inherit_graph_11.png b/docs/html/inherit_graph_11.png index 4b28c6df1..897129516 100644 Binary files a/docs/html/inherit_graph_11.png and b/docs/html/inherit_graph_11.png differ diff --git a/docs/html/inherit_graph_12.map b/docs/html/inherit_graph_12.map index f449158e7..0edf0bd8c 100644 --- a/docs/html/inherit_graph_12.map +++ b/docs/html/inherit_graph_12.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_12.md5 b/docs/html/inherit_graph_12.md5 index c6a7918ab..2e52ad5c8 100644 --- a/docs/html/inherit_graph_12.md5 +++ b/docs/html/inherit_graph_12.md5 @@ -1 +1 @@ -d3397e9474846b3fbe82f6c83c141f30 \ No newline at end of file +6a054ad3d659a4427d59e117030160bb \ No newline at end of file diff --git a/docs/html/inherit_graph_12.png b/docs/html/inherit_graph_12.png index 897129516..8b4503ec2 100644 Binary files a/docs/html/inherit_graph_12.png and b/docs/html/inherit_graph_12.png differ diff --git a/docs/html/inherit_graph_13.map b/docs/html/inherit_graph_13.map index 0edf0bd8c..6940c2099 100644 --- a/docs/html/inherit_graph_13.map +++ b/docs/html/inherit_graph_13.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_13.md5 b/docs/html/inherit_graph_13.md5 index 2e52ad5c8..9984dbf4d 100644 --- a/docs/html/inherit_graph_13.md5 +++ b/docs/html/inherit_graph_13.md5 @@ -1 +1 @@ -6a054ad3d659a4427d59e117030160bb \ No newline at end of file +479f86dacc893f5d02c917be1e52c0ff \ No newline at end of file diff --git a/docs/html/inherit_graph_13.png b/docs/html/inherit_graph_13.png index 8b4503ec2..0ee8bc410 100644 Binary files a/docs/html/inherit_graph_13.png and b/docs/html/inherit_graph_13.png differ diff --git a/docs/html/inherit_graph_14.map b/docs/html/inherit_graph_14.map index 6940c2099..7e910cdd7 100644 --- a/docs/html/inherit_graph_14.map +++ b/docs/html/inherit_graph_14.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_14.md5 b/docs/html/inherit_graph_14.md5 index 9984dbf4d..e83879ac5 100644 --- a/docs/html/inherit_graph_14.md5 +++ b/docs/html/inherit_graph_14.md5 @@ -1 +1 @@ -479f86dacc893f5d02c917be1e52c0ff \ No newline at end of file +c24c5f47d895db69eb1dcfeb36313546 \ No newline at end of file diff --git a/docs/html/inherit_graph_14.png b/docs/html/inherit_graph_14.png index 0ee8bc410..45a0ac3ed 100644 Binary files a/docs/html/inherit_graph_14.png and b/docs/html/inherit_graph_14.png differ diff --git a/docs/html/inherit_graph_15.map b/docs/html/inherit_graph_15.map index 7e910cdd7..cfcaf6f00 100644 --- a/docs/html/inherit_graph_15.map +++ b/docs/html/inherit_graph_15.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_15.md5 b/docs/html/inherit_graph_15.md5 index e83879ac5..039190652 100644 --- a/docs/html/inherit_graph_15.md5 +++ b/docs/html/inherit_graph_15.md5 @@ -1 +1 @@ -c24c5f47d895db69eb1dcfeb36313546 \ No newline at end of file +b9f3ef5eaa1a70bc4059dacdaa153486 \ No newline at end of file diff --git a/docs/html/inherit_graph_15.png b/docs/html/inherit_graph_15.png index 45a0ac3ed..a690bd78c 100644 Binary files a/docs/html/inherit_graph_15.png and b/docs/html/inherit_graph_15.png differ diff --git a/docs/html/inherit_graph_16.map b/docs/html/inherit_graph_16.map index 66f106d23..0e3ac838f 100644 --- a/docs/html/inherit_graph_16.map +++ b/docs/html/inherit_graph_16.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_16.md5 b/docs/html/inherit_graph_16.md5 index 491e99909..2653aca26 100644 --- a/docs/html/inherit_graph_16.md5 +++ b/docs/html/inherit_graph_16.md5 @@ -1 +1 @@ -381d6eed655a8be7d01e995fcbe5fa97 \ No newline at end of file +e997735bb5e70d3704d8960ceafb4fd5 \ No newline at end of file diff --git a/docs/html/inherit_graph_16.png b/docs/html/inherit_graph_16.png index 9635b4f4c..a4dc208ca 100644 Binary files a/docs/html/inherit_graph_16.png and b/docs/html/inherit_graph_16.png differ diff --git a/docs/html/inherit_graph_17.map b/docs/html/inherit_graph_17.map index cfcaf6f00..2596b4fe8 100644 --- a/docs/html/inherit_graph_17.map +++ b/docs/html/inherit_graph_17.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_17.md5 b/docs/html/inherit_graph_17.md5 index 039190652..fa6c3fe14 100644 --- a/docs/html/inherit_graph_17.md5 +++ b/docs/html/inherit_graph_17.md5 @@ -1 +1 @@ -b9f3ef5eaa1a70bc4059dacdaa153486 \ No newline at end of file +cfa5981327cf24dd0ecf4e64f26c60e8 \ No newline at end of file diff --git a/docs/html/inherit_graph_17.png b/docs/html/inherit_graph_17.png index a690bd78c..1e22d0ad5 100644 Binary files a/docs/html/inherit_graph_17.png and b/docs/html/inherit_graph_17.png differ diff --git a/docs/html/inherit_graph_18.map b/docs/html/inherit_graph_18.map index 0e3ac838f..031ba7035 100644 --- a/docs/html/inherit_graph_18.map +++ b/docs/html/inherit_graph_18.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_18.md5 b/docs/html/inherit_graph_18.md5 index 2653aca26..52bd8be74 100644 --- a/docs/html/inherit_graph_18.md5 +++ b/docs/html/inherit_graph_18.md5 @@ -1 +1 @@ -e997735bb5e70d3704d8960ceafb4fd5 \ No newline at end of file +23974b5477f3548f93e25721f54667ab \ No newline at end of file diff --git a/docs/html/inherit_graph_18.png b/docs/html/inherit_graph_18.png index a4dc208ca..90f5d2b79 100644 Binary files a/docs/html/inherit_graph_18.png and b/docs/html/inherit_graph_18.png differ diff --git a/docs/html/inherit_graph_19.map b/docs/html/inherit_graph_19.map index 2596b4fe8..64b0ebc6d 100644 --- a/docs/html/inherit_graph_19.map +++ b/docs/html/inherit_graph_19.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_19.md5 b/docs/html/inherit_graph_19.md5 index fa6c3fe14..2f309f199 100644 --- a/docs/html/inherit_graph_19.md5 +++ b/docs/html/inherit_graph_19.md5 @@ -1 +1 @@ -cfa5981327cf24dd0ecf4e64f26c60e8 \ No newline at end of file +24da3b678007c335a8ffbb51b3d165db \ No newline at end of file diff --git a/docs/html/inherit_graph_19.png b/docs/html/inherit_graph_19.png index 1e22d0ad5..d89dc3193 100644 Binary files a/docs/html/inherit_graph_19.png and b/docs/html/inherit_graph_19.png differ diff --git a/docs/html/inherit_graph_20.map b/docs/html/inherit_graph_20.map index 08d2457cf..ededd5306 100644 --- a/docs/html/inherit_graph_20.map +++ b/docs/html/inherit_graph_20.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_20.md5 b/docs/html/inherit_graph_20.md5 index 5de26d262..6fe07a5bb 100644 --- a/docs/html/inherit_graph_20.md5 +++ b/docs/html/inherit_graph_20.md5 @@ -1 +1 @@ -12c2fb9844cc3ef05ec72675f4b6816e \ No newline at end of file +0ef2fd4c09f672900ea12ebe915189e5 \ No newline at end of file diff --git a/docs/html/inherit_graph_20.png b/docs/html/inherit_graph_20.png index 8d5ffcfbe..734be9e28 100644 Binary files a/docs/html/inherit_graph_20.png and b/docs/html/inherit_graph_20.png differ diff --git a/docs/html/inherit_graph_21.map b/docs/html/inherit_graph_21.map index 031ba7035..0ce855519 100644 --- a/docs/html/inherit_graph_21.map +++ b/docs/html/inherit_graph_21.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_21.md5 b/docs/html/inherit_graph_21.md5 index 52bd8be74..46adf4d1c 100644 --- a/docs/html/inherit_graph_21.md5 +++ b/docs/html/inherit_graph_21.md5 @@ -1 +1 @@ -23974b5477f3548f93e25721f54667ab \ No newline at end of file +a2e5433e46865de11c3d30b0d49ab9ba \ No newline at end of file diff --git a/docs/html/inherit_graph_21.png b/docs/html/inherit_graph_21.png index 90f5d2b79..51270d082 100644 Binary files a/docs/html/inherit_graph_21.png and b/docs/html/inherit_graph_21.png differ diff --git a/docs/html/inherit_graph_22.map b/docs/html/inherit_graph_22.map index 64b0ebc6d..2299c5aa3 100644 --- a/docs/html/inherit_graph_22.map +++ b/docs/html/inherit_graph_22.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_22.md5 b/docs/html/inherit_graph_22.md5 index 2f309f199..b7ca47bd1 100644 --- a/docs/html/inherit_graph_22.md5 +++ b/docs/html/inherit_graph_22.md5 @@ -1 +1 @@ -24da3b678007c335a8ffbb51b3d165db \ No newline at end of file +38a2e25190b34d1ef89823283e0534d6 \ No newline at end of file diff --git a/docs/html/inherit_graph_22.png b/docs/html/inherit_graph_22.png index d89dc3193..688070d48 100644 Binary files a/docs/html/inherit_graph_22.png and b/docs/html/inherit_graph_22.png differ diff --git a/docs/html/inherit_graph_23.map b/docs/html/inherit_graph_23.map index 89af7672c..5b9329c80 100644 --- a/docs/html/inherit_graph_23.map +++ b/docs/html/inherit_graph_23.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_23.md5 b/docs/html/inherit_graph_23.md5 index d0163fa5d..eac8f99d1 100644 --- a/docs/html/inherit_graph_23.md5 +++ b/docs/html/inherit_graph_23.md5 @@ -1 +1 @@ -3af084e477a24f79fb96b6eb1a6c180f \ No newline at end of file +debefee6097fb97c8ede0c11cd921395 \ No newline at end of file diff --git a/docs/html/inherit_graph_23.png b/docs/html/inherit_graph_23.png index bbf3eef51..93dcb2cc6 100644 Binary files a/docs/html/inherit_graph_23.png and b/docs/html/inherit_graph_23.png differ diff --git a/docs/html/inherit_graph_24.map b/docs/html/inherit_graph_24.map index ededd5306..16082a7bd 100644 --- a/docs/html/inherit_graph_24.map +++ b/docs/html/inherit_graph_24.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_24.md5 b/docs/html/inherit_graph_24.md5 index 6fe07a5bb..13f08b793 100644 --- a/docs/html/inherit_graph_24.md5 +++ b/docs/html/inherit_graph_24.md5 @@ -1 +1 @@ -0ef2fd4c09f672900ea12ebe915189e5 \ No newline at end of file +ae4309c43c1f5d8a1bbbd658dab95a3a \ No newline at end of file diff --git a/docs/html/inherit_graph_24.png b/docs/html/inherit_graph_24.png index 734be9e28..0a9f27407 100644 Binary files a/docs/html/inherit_graph_24.png and b/docs/html/inherit_graph_24.png differ diff --git a/docs/html/inherit_graph_25.map b/docs/html/inherit_graph_25.map index 0ce855519..ca4765e87 100644 --- a/docs/html/inherit_graph_25.map +++ b/docs/html/inherit_graph_25.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_25.md5 b/docs/html/inherit_graph_25.md5 index 46adf4d1c..c15b28aec 100644 --- a/docs/html/inherit_graph_25.md5 +++ b/docs/html/inherit_graph_25.md5 @@ -1 +1 @@ -a2e5433e46865de11c3d30b0d49ab9ba \ No newline at end of file +63975af1c85bb27ea5eb0a473b70a08d \ No newline at end of file diff --git a/docs/html/inherit_graph_25.png b/docs/html/inherit_graph_25.png index 51270d082..1fc4ae4a3 100644 Binary files a/docs/html/inherit_graph_25.png and b/docs/html/inherit_graph_25.png differ diff --git a/docs/html/inherit_graph_26.map b/docs/html/inherit_graph_26.map index 2299c5aa3..4ed9272d3 100644 --- a/docs/html/inherit_graph_26.map +++ b/docs/html/inherit_graph_26.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_26.md5 b/docs/html/inherit_graph_26.md5 index b7ca47bd1..3e80f0223 100644 --- a/docs/html/inherit_graph_26.md5 +++ b/docs/html/inherit_graph_26.md5 @@ -1 +1 @@ -38a2e25190b34d1ef89823283e0534d6 \ No newline at end of file +f7aa1d193390783ce65fe8e3b8e96df4 \ No newline at end of file diff --git a/docs/html/inherit_graph_26.png b/docs/html/inherit_graph_26.png index 688070d48..08c226a9f 100644 Binary files a/docs/html/inherit_graph_26.png and b/docs/html/inherit_graph_26.png differ diff --git a/docs/html/inherit_graph_27.map b/docs/html/inherit_graph_27.map index 5b9329c80..7f4987bfa 100644 --- a/docs/html/inherit_graph_27.map +++ b/docs/html/inherit_graph_27.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_27.md5 b/docs/html/inherit_graph_27.md5 index eac8f99d1..ef42ecec7 100644 --- a/docs/html/inherit_graph_27.md5 +++ b/docs/html/inherit_graph_27.md5 @@ -1 +1 @@ -debefee6097fb97c8ede0c11cd921395 \ No newline at end of file +3d7374ae4edc1d7602506495c2fe7d5b \ No newline at end of file diff --git a/docs/html/inherit_graph_27.png b/docs/html/inherit_graph_27.png index 93dcb2cc6..9d177221c 100644 Binary files a/docs/html/inherit_graph_27.png and b/docs/html/inherit_graph_27.png differ diff --git a/docs/html/inherit_graph_28.map b/docs/html/inherit_graph_28.map index 16082a7bd..8b290ef67 100644 --- a/docs/html/inherit_graph_28.map +++ b/docs/html/inherit_graph_28.map @@ -1,3 +1,4 @@ - + + diff --git a/docs/html/inherit_graph_28.md5 b/docs/html/inherit_graph_28.md5 index 13f08b793..d3e7939cb 100644 --- a/docs/html/inherit_graph_28.md5 +++ b/docs/html/inherit_graph_28.md5 @@ -1 +1 @@ -ae4309c43c1f5d8a1bbbd658dab95a3a \ No newline at end of file +b1bbd3d761f56791a0d674ce3dbde10f \ No newline at end of file diff --git a/docs/html/inherit_graph_28.png b/docs/html/inherit_graph_28.png index 0a9f27407..6c67eb944 100644 Binary files a/docs/html/inherit_graph_28.png and b/docs/html/inherit_graph_28.png differ diff --git a/docs/html/inherit_graph_29.map b/docs/html/inherit_graph_29.map index ca4765e87..b7ff88cd2 100644 --- a/docs/html/inherit_graph_29.map +++ b/docs/html/inherit_graph_29.map @@ -1,3 +1,4 @@ - + + diff --git a/docs/html/inherit_graph_29.md5 b/docs/html/inherit_graph_29.md5 index c15b28aec..45a773927 100644 --- a/docs/html/inherit_graph_29.md5 +++ b/docs/html/inherit_graph_29.md5 @@ -1 +1 @@ -63975af1c85bb27ea5eb0a473b70a08d \ No newline at end of file +e9208af27d7a939fcf7ddd98efaa3872 \ No newline at end of file diff --git a/docs/html/inherit_graph_29.png b/docs/html/inherit_graph_29.png index 1fc4ae4a3..9d4ba8349 100644 Binary files a/docs/html/inherit_graph_29.png and b/docs/html/inherit_graph_29.png differ diff --git a/docs/html/inherit_graph_3.map b/docs/html/inherit_graph_3.map index f13cc6394..ab65b1970 100644 --- a/docs/html/inherit_graph_3.map +++ b/docs/html/inherit_graph_3.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_3.md5 b/docs/html/inherit_graph_3.md5 index 16b65e5df..314bcf637 100644 --- a/docs/html/inherit_graph_3.md5 +++ b/docs/html/inherit_graph_3.md5 @@ -1 +1 @@ -a851534772328f077a25e27ce2e3c1ed \ No newline at end of file +f5ede65dd4d172fa725ee88319766be7 \ No newline at end of file diff --git a/docs/html/inherit_graph_3.png b/docs/html/inherit_graph_3.png index 6d9ec203e..142953a51 100644 Binary files a/docs/html/inherit_graph_3.png and b/docs/html/inherit_graph_3.png differ diff --git a/docs/html/inherit_graph_30.map b/docs/html/inherit_graph_30.map index 4ed9272d3..e3d03d22c 100644 --- a/docs/html/inherit_graph_30.map +++ b/docs/html/inherit_graph_30.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_30.md5 b/docs/html/inherit_graph_30.md5 index 3e80f0223..31a1e6158 100644 --- a/docs/html/inherit_graph_30.md5 +++ b/docs/html/inherit_graph_30.md5 @@ -1 +1 @@ -f7aa1d193390783ce65fe8e3b8e96df4 \ No newline at end of file +5f989e5fd07125704fe885e8084abf93 \ No newline at end of file diff --git a/docs/html/inherit_graph_30.png b/docs/html/inherit_graph_30.png index 08c226a9f..f93bda9bb 100644 Binary files a/docs/html/inherit_graph_30.png and b/docs/html/inherit_graph_30.png differ diff --git a/docs/html/inherit_graph_31.map b/docs/html/inherit_graph_31.map index 7f4987bfa..b940813d1 100644 --- a/docs/html/inherit_graph_31.map +++ b/docs/html/inherit_graph_31.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_31.md5 b/docs/html/inherit_graph_31.md5 index ef42ecec7..f2ec4e2bd 100644 --- a/docs/html/inherit_graph_31.md5 +++ b/docs/html/inherit_graph_31.md5 @@ -1 +1 @@ -3d7374ae4edc1d7602506495c2fe7d5b \ No newline at end of file +89db58cafd1b5183f33c233c51b600fb \ No newline at end of file diff --git a/docs/html/inherit_graph_31.png b/docs/html/inherit_graph_31.png index 9d177221c..ac0e93bed 100644 Binary files a/docs/html/inherit_graph_31.png and b/docs/html/inherit_graph_31.png differ diff --git a/docs/html/inherit_graph_32.map b/docs/html/inherit_graph_32.map index 8b290ef67..b654cabd8 100644 --- a/docs/html/inherit_graph_32.map +++ b/docs/html/inherit_graph_32.map @@ -1,4 +1,3 @@ - - + diff --git a/docs/html/inherit_graph_32.md5 b/docs/html/inherit_graph_32.md5 index d3e7939cb..fbc6c9306 100644 --- a/docs/html/inherit_graph_32.md5 +++ b/docs/html/inherit_graph_32.md5 @@ -1 +1 @@ -b1bbd3d761f56791a0d674ce3dbde10f \ No newline at end of file +c0c642fbf01f770e61646d99c251b19a \ No newline at end of file diff --git a/docs/html/inherit_graph_32.png b/docs/html/inherit_graph_32.png index 6c67eb944..d1ed4a031 100644 Binary files a/docs/html/inherit_graph_32.png and b/docs/html/inherit_graph_32.png differ diff --git a/docs/html/inherit_graph_33.map b/docs/html/inherit_graph_33.map index b7ff88cd2..edfe941aa 100644 --- a/docs/html/inherit_graph_33.map +++ b/docs/html/inherit_graph_33.map @@ -1,4 +1,4 @@ - - + + diff --git a/docs/html/inherit_graph_33.md5 b/docs/html/inherit_graph_33.md5 index 45a773927..f73b0a960 100644 --- a/docs/html/inherit_graph_33.md5 +++ b/docs/html/inherit_graph_33.md5 @@ -1 +1 @@ -e9208af27d7a939fcf7ddd98efaa3872 \ No newline at end of file +14eed1deac2baefd6f2c9a623ed45b08 \ No newline at end of file diff --git a/docs/html/inherit_graph_33.png b/docs/html/inherit_graph_33.png index 9d4ba8349..da2290208 100644 Binary files a/docs/html/inherit_graph_33.png and b/docs/html/inherit_graph_33.png differ diff --git a/docs/html/inherit_graph_34.map b/docs/html/inherit_graph_34.map index e3d03d22c..0ce5452af 100644 --- a/docs/html/inherit_graph_34.map +++ b/docs/html/inherit_graph_34.map @@ -1,3 +1,4 @@ - + + diff --git a/docs/html/inherit_graph_34.md5 b/docs/html/inherit_graph_34.md5 index 31a1e6158..298576b26 100644 --- a/docs/html/inherit_graph_34.md5 +++ b/docs/html/inherit_graph_34.md5 @@ -1 +1 @@ -5f989e5fd07125704fe885e8084abf93 \ No newline at end of file +9ed248f54697c35d3f74238b282b1d73 \ No newline at end of file diff --git a/docs/html/inherit_graph_34.png b/docs/html/inherit_graph_34.png index f93bda9bb..e1282df9e 100644 Binary files a/docs/html/inherit_graph_34.png and b/docs/html/inherit_graph_34.png differ diff --git a/docs/html/inherit_graph_35.map b/docs/html/inherit_graph_35.map index b940813d1..1502366b9 100644 --- a/docs/html/inherit_graph_35.map +++ b/docs/html/inherit_graph_35.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_35.md5 b/docs/html/inherit_graph_35.md5 index f2ec4e2bd..a04fa5100 100644 --- a/docs/html/inherit_graph_35.md5 +++ b/docs/html/inherit_graph_35.md5 @@ -1 +1 @@ -89db58cafd1b5183f33c233c51b600fb \ No newline at end of file +5ce83a2eb6b64749fab147f2a352597f \ No newline at end of file diff --git a/docs/html/inherit_graph_35.png b/docs/html/inherit_graph_35.png index ac0e93bed..d280b7ebf 100644 Binary files a/docs/html/inherit_graph_35.png and b/docs/html/inherit_graph_35.png differ diff --git a/docs/html/inherit_graph_36.map b/docs/html/inherit_graph_36.map index b654cabd8..61f8c7735 100644 --- a/docs/html/inherit_graph_36.map +++ b/docs/html/inherit_graph_36.map @@ -1,3 +1,5 @@ - + + + diff --git a/docs/html/inherit_graph_36.md5 b/docs/html/inherit_graph_36.md5 index fbc6c9306..37e16c08f 100644 --- a/docs/html/inherit_graph_36.md5 +++ b/docs/html/inherit_graph_36.md5 @@ -1 +1 @@ -c0c642fbf01f770e61646d99c251b19a \ No newline at end of file +ce34f73b37033a7dd0a829fedb5f12f2 \ No newline at end of file diff --git a/docs/html/inherit_graph_36.png b/docs/html/inherit_graph_36.png index d1ed4a031..a8386ef20 100644 Binary files a/docs/html/inherit_graph_36.png and b/docs/html/inherit_graph_36.png differ diff --git a/docs/html/inherit_graph_37.map b/docs/html/inherit_graph_37.map index edfe941aa..e892232d7 100644 --- a/docs/html/inherit_graph_37.map +++ b/docs/html/inherit_graph_37.map @@ -1,4 +1,3 @@ - - + diff --git a/docs/html/inherit_graph_37.md5 b/docs/html/inherit_graph_37.md5 index f73b0a960..2e8d75a0f 100644 --- a/docs/html/inherit_graph_37.md5 +++ b/docs/html/inherit_graph_37.md5 @@ -1 +1 @@ -14eed1deac2baefd6f2c9a623ed45b08 \ No newline at end of file +b3ce0c4ba148bc7dfae81040050c4355 \ No newline at end of file diff --git a/docs/html/inherit_graph_37.png b/docs/html/inherit_graph_37.png index da2290208..7a53e22ff 100644 Binary files a/docs/html/inherit_graph_37.png and b/docs/html/inherit_graph_37.png differ diff --git a/docs/html/inherit_graph_38.map b/docs/html/inherit_graph_38.map index 0ce5452af..e7ab1d6e9 100644 --- a/docs/html/inherit_graph_38.map +++ b/docs/html/inherit_graph_38.map @@ -1,4 +1,3 @@ - - + diff --git a/docs/html/inherit_graph_38.md5 b/docs/html/inherit_graph_38.md5 index 298576b26..4e4d1f332 100644 --- a/docs/html/inherit_graph_38.md5 +++ b/docs/html/inherit_graph_38.md5 @@ -1 +1 @@ -9ed248f54697c35d3f74238b282b1d73 \ No newline at end of file +f312d06a355d801be3865dda18488f56 \ No newline at end of file diff --git a/docs/html/inherit_graph_38.png b/docs/html/inherit_graph_38.png index e1282df9e..2b4a21d14 100644 Binary files a/docs/html/inherit_graph_38.png and b/docs/html/inherit_graph_38.png differ diff --git a/docs/html/inherit_graph_39.map b/docs/html/inherit_graph_39.map index 1502366b9..35be3e638 100644 --- a/docs/html/inherit_graph_39.map +++ b/docs/html/inherit_graph_39.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_39.md5 b/docs/html/inherit_graph_39.md5 index a04fa5100..20be1a05e 100644 --- a/docs/html/inherit_graph_39.md5 +++ b/docs/html/inherit_graph_39.md5 @@ -1 +1 @@ -5ce83a2eb6b64749fab147f2a352597f \ No newline at end of file +8b99bfec7fd6260f887efe2cbcc5ae65 \ No newline at end of file diff --git a/docs/html/inherit_graph_39.png b/docs/html/inherit_graph_39.png index d280b7ebf..1d455e092 100644 Binary files a/docs/html/inherit_graph_39.png and b/docs/html/inherit_graph_39.png differ diff --git a/docs/html/inherit_graph_4.map b/docs/html/inherit_graph_4.map index ab65b1970..dd03c36fd 100644 --- a/docs/html/inherit_graph_4.map +++ b/docs/html/inherit_graph_4.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_4.md5 b/docs/html/inherit_graph_4.md5 index 314bcf637..0a5e892ee 100644 --- a/docs/html/inherit_graph_4.md5 +++ b/docs/html/inherit_graph_4.md5 @@ -1 +1 @@ -f5ede65dd4d172fa725ee88319766be7 \ No newline at end of file +c523bd1229ea03a82a79a6649b932a32 \ No newline at end of file diff --git a/docs/html/inherit_graph_4.png b/docs/html/inherit_graph_4.png index 142953a51..9ab693e4d 100644 Binary files a/docs/html/inherit_graph_4.png and b/docs/html/inherit_graph_4.png differ diff --git a/docs/html/inherit_graph_40.map b/docs/html/inherit_graph_40.map index 61f8c7735..a5baf9387 100644 --- a/docs/html/inherit_graph_40.map +++ b/docs/html/inherit_graph_40.map @@ -1,5 +1,3 @@ - - - + diff --git a/docs/html/inherit_graph_40.md5 b/docs/html/inherit_graph_40.md5 index 37e16c08f..5bb779803 100644 --- a/docs/html/inherit_graph_40.md5 +++ b/docs/html/inherit_graph_40.md5 @@ -1 +1 @@ -ce34f73b37033a7dd0a829fedb5f12f2 \ No newline at end of file +d2b9e79da0cb55cd741f5ddb737940fe \ No newline at end of file diff --git a/docs/html/inherit_graph_40.png b/docs/html/inherit_graph_40.png index a8386ef20..378f24732 100644 Binary files a/docs/html/inherit_graph_40.png and b/docs/html/inherit_graph_40.png differ diff --git a/docs/html/inherit_graph_41.map b/docs/html/inherit_graph_41.map index e892232d7..86e5e2c52 100644 --- a/docs/html/inherit_graph_41.map +++ b/docs/html/inherit_graph_41.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_41.md5 b/docs/html/inherit_graph_41.md5 index 2e8d75a0f..eb5d7cdef 100644 --- a/docs/html/inherit_graph_41.md5 +++ b/docs/html/inherit_graph_41.md5 @@ -1 +1 @@ -b3ce0c4ba148bc7dfae81040050c4355 \ No newline at end of file +4bb98c628a792ac96a8915a7f6e1fd05 \ No newline at end of file diff --git a/docs/html/inherit_graph_41.png b/docs/html/inherit_graph_41.png index 7a53e22ff..00e09d9e6 100644 Binary files a/docs/html/inherit_graph_41.png and b/docs/html/inherit_graph_41.png differ diff --git a/docs/html/inherit_graph_42.map b/docs/html/inherit_graph_42.map index e7ab1d6e9..697466602 100644 --- a/docs/html/inherit_graph_42.map +++ b/docs/html/inherit_graph_42.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_42.md5 b/docs/html/inherit_graph_42.md5 index 4e4d1f332..c220aea8b 100644 --- a/docs/html/inherit_graph_42.md5 +++ b/docs/html/inherit_graph_42.md5 @@ -1 +1 @@ -f312d06a355d801be3865dda18488f56 \ No newline at end of file +076cc793e5e0e8d4fc108b64f22638fc \ No newline at end of file diff --git a/docs/html/inherit_graph_42.png b/docs/html/inherit_graph_42.png index 2b4a21d14..a1fb22e04 100644 Binary files a/docs/html/inherit_graph_42.png and b/docs/html/inherit_graph_42.png differ diff --git a/docs/html/inherit_graph_43.map b/docs/html/inherit_graph_43.map index 35be3e638..f81f579f0 100644 --- a/docs/html/inherit_graph_43.map +++ b/docs/html/inherit_graph_43.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_43.md5 b/docs/html/inherit_graph_43.md5 index 20be1a05e..2c60e09d8 100644 --- a/docs/html/inherit_graph_43.md5 +++ b/docs/html/inherit_graph_43.md5 @@ -1 +1 @@ -8b99bfec7fd6260f887efe2cbcc5ae65 \ No newline at end of file +ec3287c202710c96b89e2e9f6e81a594 \ No newline at end of file diff --git a/docs/html/inherit_graph_43.png b/docs/html/inherit_graph_43.png index 1d455e092..477ebe48b 100644 Binary files a/docs/html/inherit_graph_43.png and b/docs/html/inherit_graph_43.png differ diff --git a/docs/html/inherit_graph_44.map b/docs/html/inherit_graph_44.map index a5baf9387..909c1677e 100644 --- a/docs/html/inherit_graph_44.map +++ b/docs/html/inherit_graph_44.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_44.md5 b/docs/html/inherit_graph_44.md5 index 5bb779803..f4009853d 100644 --- a/docs/html/inherit_graph_44.md5 +++ b/docs/html/inherit_graph_44.md5 @@ -1 +1 @@ -d2b9e79da0cb55cd741f5ddb737940fe \ No newline at end of file +49199d4be729f845c926b145819a2f4b \ No newline at end of file diff --git a/docs/html/inherit_graph_44.png b/docs/html/inherit_graph_44.png index 378f24732..62ef832d0 100644 Binary files a/docs/html/inherit_graph_44.png and b/docs/html/inherit_graph_44.png differ diff --git a/docs/html/inherit_graph_45.map b/docs/html/inherit_graph_45.map index 86e5e2c52..9aa094368 100644 --- a/docs/html/inherit_graph_45.map +++ b/docs/html/inherit_graph_45.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_45.md5 b/docs/html/inherit_graph_45.md5 index eb5d7cdef..a32ece964 100644 --- a/docs/html/inherit_graph_45.md5 +++ b/docs/html/inherit_graph_45.md5 @@ -1 +1 @@ -4bb98c628a792ac96a8915a7f6e1fd05 \ No newline at end of file +78c3377e294b77a5f5004405aa37cd8a \ No newline at end of file diff --git a/docs/html/inherit_graph_45.png b/docs/html/inherit_graph_45.png index 00e09d9e6..1e3f1d689 100644 Binary files a/docs/html/inherit_graph_45.png and b/docs/html/inherit_graph_45.png differ diff --git a/docs/html/inherit_graph_46.map b/docs/html/inherit_graph_46.map index 697466602..fb17481b4 100644 --- a/docs/html/inherit_graph_46.map +++ b/docs/html/inherit_graph_46.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_46.md5 b/docs/html/inherit_graph_46.md5 index c220aea8b..6b0d3a0d1 100644 --- a/docs/html/inherit_graph_46.md5 +++ b/docs/html/inherit_graph_46.md5 @@ -1 +1 @@ -076cc793e5e0e8d4fc108b64f22638fc \ No newline at end of file +b5d31eadf8f9bd0f097f1e9bbc94aff0 \ No newline at end of file diff --git a/docs/html/inherit_graph_46.png b/docs/html/inherit_graph_46.png index a1fb22e04..fa5c6b2a0 100644 Binary files a/docs/html/inherit_graph_46.png and b/docs/html/inherit_graph_46.png differ diff --git a/docs/html/inherit_graph_47.map b/docs/html/inherit_graph_47.map index f81f579f0..1cd6e7056 100644 --- a/docs/html/inherit_graph_47.map +++ b/docs/html/inherit_graph_47.map @@ -1,3 +1,8 @@ - + + + + + + diff --git a/docs/html/inherit_graph_47.md5 b/docs/html/inherit_graph_47.md5 index 2c60e09d8..643922e97 100644 --- a/docs/html/inherit_graph_47.md5 +++ b/docs/html/inherit_graph_47.md5 @@ -1 +1 @@ -ec3287c202710c96b89e2e9f6e81a594 \ No newline at end of file +58141ed317ac7358b575b70ba6d3d324 \ No newline at end of file diff --git a/docs/html/inherit_graph_47.png b/docs/html/inherit_graph_47.png index 477ebe48b..70335a039 100644 Binary files a/docs/html/inherit_graph_47.png and b/docs/html/inherit_graph_47.png differ diff --git a/docs/html/inherit_graph_48.map b/docs/html/inherit_graph_48.map index 909c1677e..b018e4110 100644 --- a/docs/html/inherit_graph_48.map +++ b/docs/html/inherit_graph_48.map @@ -1,3 +1,9 @@ - + + + + + + + diff --git a/docs/html/inherit_graph_48.md5 b/docs/html/inherit_graph_48.md5 index f4009853d..c5893a0d8 100644 --- a/docs/html/inherit_graph_48.md5 +++ b/docs/html/inherit_graph_48.md5 @@ -1 +1 @@ -49199d4be729f845c926b145819a2f4b \ No newline at end of file +be37c7518d82b2c5bc835d71ec7c2e70 \ No newline at end of file diff --git a/docs/html/inherit_graph_48.png b/docs/html/inherit_graph_48.png index 62ef832d0..e06cad2e6 100644 Binary files a/docs/html/inherit_graph_48.png and b/docs/html/inherit_graph_48.png differ diff --git a/docs/html/inherit_graph_49.map b/docs/html/inherit_graph_49.map index 9aa094368..1cac63f1f 100644 --- a/docs/html/inherit_graph_49.map +++ b/docs/html/inherit_graph_49.map @@ -1,3 +1,5 @@ - + + + diff --git a/docs/html/inherit_graph_49.md5 b/docs/html/inherit_graph_49.md5 index a32ece964..acfa23ed3 100644 --- a/docs/html/inherit_graph_49.md5 +++ b/docs/html/inherit_graph_49.md5 @@ -1 +1 @@ -78c3377e294b77a5f5004405aa37cd8a \ No newline at end of file +b909d8e4c0b231024466ae07f71225ad \ No newline at end of file diff --git a/docs/html/inherit_graph_49.png b/docs/html/inherit_graph_49.png index 1e3f1d689..50bca1a78 100644 Binary files a/docs/html/inherit_graph_49.png and b/docs/html/inherit_graph_49.png differ diff --git a/docs/html/inherit_graph_5.map b/docs/html/inherit_graph_5.map index dd03c36fd..f23d64ff2 100644 --- a/docs/html/inherit_graph_5.map +++ b/docs/html/inherit_graph_5.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_5.md5 b/docs/html/inherit_graph_5.md5 index 0a5e892ee..f61558bf9 100644 --- a/docs/html/inherit_graph_5.md5 +++ b/docs/html/inherit_graph_5.md5 @@ -1 +1 @@ -c523bd1229ea03a82a79a6649b932a32 \ No newline at end of file +84ba27c776f3b28c23a409a203c6f455 \ No newline at end of file diff --git a/docs/html/inherit_graph_5.png b/docs/html/inherit_graph_5.png index 9ab693e4d..fca128acd 100644 Binary files a/docs/html/inherit_graph_5.png and b/docs/html/inherit_graph_5.png differ diff --git a/docs/html/inherit_graph_50.map b/docs/html/inherit_graph_50.map index fb17481b4..15f476c66 100644 --- a/docs/html/inherit_graph_50.map +++ b/docs/html/inherit_graph_50.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_50.md5 b/docs/html/inherit_graph_50.md5 index 6b0d3a0d1..919ae9c8e 100644 --- a/docs/html/inherit_graph_50.md5 +++ b/docs/html/inherit_graph_50.md5 @@ -1 +1 @@ -b5d31eadf8f9bd0f097f1e9bbc94aff0 \ No newline at end of file +f4238c67b94641fb8d543bdf0bd06c99 \ No newline at end of file diff --git a/docs/html/inherit_graph_50.png b/docs/html/inherit_graph_50.png index fa5c6b2a0..bd9456fa0 100644 Binary files a/docs/html/inherit_graph_50.png and b/docs/html/inherit_graph_50.png differ diff --git a/docs/html/inherit_graph_51.map b/docs/html/inherit_graph_51.map index c1f6c551e..17ff2ce0d 100644 --- a/docs/html/inherit_graph_51.map +++ b/docs/html/inherit_graph_51.map @@ -1,8 +1,3 @@ - - - - - - + diff --git a/docs/html/inherit_graph_51.md5 b/docs/html/inherit_graph_51.md5 index 91db2a7e1..baa78a0cc 100644 --- a/docs/html/inherit_graph_51.md5 +++ b/docs/html/inherit_graph_51.md5 @@ -1 +1 @@ -ea0993706d6a3d8f80f15dd21c274357 \ No newline at end of file +a5cb59d04522c87a1c29b7a08a832626 \ No newline at end of file diff --git a/docs/html/inherit_graph_51.png b/docs/html/inherit_graph_51.png index 30e9b81ed..76e70315a 100644 Binary files a/docs/html/inherit_graph_51.png and b/docs/html/inherit_graph_51.png differ diff --git a/docs/html/inherit_graph_52.map b/docs/html/inherit_graph_52.map deleted file mode 100644 index dd3a9cf3d..000000000 --- a/docs/html/inherit_graph_52.map +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/docs/html/inherit_graph_52.md5 b/docs/html/inherit_graph_52.md5 deleted file mode 100644 index ff13d9803..000000000 --- a/docs/html/inherit_graph_52.md5 +++ /dev/null @@ -1 +0,0 @@ -1cd8de74b4de15ec15d65843ab7f8d15 \ No newline at end of file diff --git a/docs/html/inherit_graph_52.png b/docs/html/inherit_graph_52.png deleted file mode 100644 index 71c529b0b..000000000 Binary files a/docs/html/inherit_graph_52.png and /dev/null differ diff --git a/docs/html/inherit_graph_53.map b/docs/html/inherit_graph_53.map deleted file mode 100644 index 743f3db59..000000000 --- a/docs/html/inherit_graph_53.map +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/html/inherit_graph_53.md5 b/docs/html/inherit_graph_53.md5 deleted file mode 100644 index fcc1a7062..000000000 --- a/docs/html/inherit_graph_53.md5 +++ /dev/null @@ -1 +0,0 @@ -dc0a83dc0d4949b65ecda92c86f11311 \ No newline at end of file diff --git a/docs/html/inherit_graph_53.png b/docs/html/inherit_graph_53.png deleted file mode 100644 index 29cf5c02d..000000000 Binary files a/docs/html/inherit_graph_53.png and /dev/null differ diff --git a/docs/html/inherit_graph_54.map b/docs/html/inherit_graph_54.map deleted file mode 100644 index 934f64709..000000000 --- a/docs/html/inherit_graph_54.map +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/html/inherit_graph_54.md5 b/docs/html/inherit_graph_54.md5 deleted file mode 100644 index 4377515b9..000000000 --- a/docs/html/inherit_graph_54.md5 +++ /dev/null @@ -1 +0,0 @@ -065ff06ba2ead72e3e55e8658f26d3cd \ No newline at end of file diff --git a/docs/html/inherit_graph_54.png b/docs/html/inherit_graph_54.png deleted file mode 100644 index 0fd0bf769..000000000 Binary files a/docs/html/inherit_graph_54.png and /dev/null differ diff --git a/docs/html/inherit_graph_55.map b/docs/html/inherit_graph_55.map deleted file mode 100644 index 1cac63f1f..000000000 --- a/docs/html/inherit_graph_55.map +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/docs/html/inherit_graph_55.md5 b/docs/html/inherit_graph_55.md5 deleted file mode 100644 index acfa23ed3..000000000 --- a/docs/html/inherit_graph_55.md5 +++ /dev/null @@ -1 +0,0 @@ -b909d8e4c0b231024466ae07f71225ad \ No newline at end of file diff --git a/docs/html/inherit_graph_55.png b/docs/html/inherit_graph_55.png deleted file mode 100644 index 50bca1a78..000000000 Binary files a/docs/html/inherit_graph_55.png and /dev/null differ diff --git a/docs/html/inherit_graph_56.map b/docs/html/inherit_graph_56.map deleted file mode 100644 index 15f476c66..000000000 --- a/docs/html/inherit_graph_56.map +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/html/inherit_graph_56.md5 b/docs/html/inherit_graph_56.md5 deleted file mode 100644 index 919ae9c8e..000000000 --- a/docs/html/inherit_graph_56.md5 +++ /dev/null @@ -1 +0,0 @@ -f4238c67b94641fb8d543bdf0bd06c99 \ No newline at end of file diff --git a/docs/html/inherit_graph_56.png b/docs/html/inherit_graph_56.png deleted file mode 100644 index bd9456fa0..000000000 Binary files a/docs/html/inherit_graph_56.png and /dev/null differ diff --git a/docs/html/inherit_graph_57.map b/docs/html/inherit_graph_57.map deleted file mode 100644 index 17ff2ce0d..000000000 --- a/docs/html/inherit_graph_57.map +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/html/inherit_graph_57.md5 b/docs/html/inherit_graph_57.md5 deleted file mode 100644 index baa78a0cc..000000000 --- a/docs/html/inherit_graph_57.md5 +++ /dev/null @@ -1 +0,0 @@ -a5cb59d04522c87a1c29b7a08a832626 \ No newline at end of file diff --git a/docs/html/inherit_graph_57.png b/docs/html/inherit_graph_57.png deleted file mode 100644 index 76e70315a..000000000 Binary files a/docs/html/inherit_graph_57.png and /dev/null differ diff --git a/docs/html/inherit_graph_6.map b/docs/html/inherit_graph_6.map index f23d64ff2..bfd7ca5d0 100644 --- a/docs/html/inherit_graph_6.map +++ b/docs/html/inherit_graph_6.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_6.md5 b/docs/html/inherit_graph_6.md5 index f61558bf9..d92189aa6 100644 --- a/docs/html/inherit_graph_6.md5 +++ b/docs/html/inherit_graph_6.md5 @@ -1 +1 @@ -84ba27c776f3b28c23a409a203c6f455 \ No newline at end of file +2e6bfa96878bcc828a7484bc54afb257 \ No newline at end of file diff --git a/docs/html/inherit_graph_6.png b/docs/html/inherit_graph_6.png index fca128acd..db0c74533 100644 Binary files a/docs/html/inherit_graph_6.png and b/docs/html/inherit_graph_6.png differ diff --git a/docs/html/inherit_graph_7.map b/docs/html/inherit_graph_7.map index bfd7ca5d0..33eb16b01 100644 --- a/docs/html/inherit_graph_7.map +++ b/docs/html/inherit_graph_7.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_7.md5 b/docs/html/inherit_graph_7.md5 index d92189aa6..e16ed67c9 100644 --- a/docs/html/inherit_graph_7.md5 +++ b/docs/html/inherit_graph_7.md5 @@ -1 +1 @@ -2e6bfa96878bcc828a7484bc54afb257 \ No newline at end of file +bc32d5fac10785d7a454ce8a5ea7e58a \ No newline at end of file diff --git a/docs/html/inherit_graph_7.png b/docs/html/inherit_graph_7.png index db0c74533..5b0a63d26 100644 Binary files a/docs/html/inherit_graph_7.png and b/docs/html/inherit_graph_7.png differ diff --git a/docs/html/inherit_graph_8.map b/docs/html/inherit_graph_8.map index 33eb16b01..8e9466bb5 100644 --- a/docs/html/inherit_graph_8.map +++ b/docs/html/inherit_graph_8.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_8.md5 b/docs/html/inherit_graph_8.md5 index e16ed67c9..b454a5f47 100644 --- a/docs/html/inherit_graph_8.md5 +++ b/docs/html/inherit_graph_8.md5 @@ -1 +1 @@ -bc32d5fac10785d7a454ce8a5ea7e58a \ No newline at end of file +2202d58c349ba0931c46aea03f32ba41 \ No newline at end of file diff --git a/docs/html/inherit_graph_8.png b/docs/html/inherit_graph_8.png index 5b0a63d26..a31bb6ef4 100644 Binary files a/docs/html/inherit_graph_8.png and b/docs/html/inherit_graph_8.png differ diff --git a/docs/html/inherit_graph_9.map b/docs/html/inherit_graph_9.map index 8e9466bb5..160600b15 100644 --- a/docs/html/inherit_graph_9.map +++ b/docs/html/inherit_graph_9.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_9.md5 b/docs/html/inherit_graph_9.md5 index b454a5f47..143688aca 100644 --- a/docs/html/inherit_graph_9.md5 +++ b/docs/html/inherit_graph_9.md5 @@ -1 +1 @@ -2202d58c349ba0931c46aea03f32ba41 \ No newline at end of file +23c06ef2d893ede132fb44f206f1baf2 \ No newline at end of file diff --git a/docs/html/inherit_graph_9.png b/docs/html/inherit_graph_9.png index a31bb6ef4..4b08aa65e 100644 Binary files a/docs/html/inherit_graph_9.png and b/docs/html/inherit_graph_9.png differ diff --git a/docs/html/inherits.html b/docs/html/inherits.html index 2a0ed812a..113db4952 100644 --- a/docs/html/inherits.html +++ b/docs/html/inherits.html @@ -3,7 +3,7 @@ - + AceTime: Class Hierarchy @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -70,312 +70,282 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -383,9 +353,7 @@ diff --git a/docs/html/local__date__mutation_8h_source.html b/docs/html/local__date__mutation_8h_source.html index 9302fdb29..b92911c86 100644 --- a/docs/html/local__date__mutation_8h_source.html +++ b/docs/html/local__date__mutation_8h_source.html @@ -3,7 +3,7 @@ - +AceTime: /home/brian/src/AceTime/src/ace_time/local_date_mutation.h Source File @@ -22,7 +22,7 @@ @@ -31,10 +31,10 @@
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - - - -
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - - - -
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - - - -
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - - - -
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - - - - - - - - -
                                                                                                                    - - - - - - - - - -
                                                                                                                    - - +
                                                                                                                    + + + + + + +
                                                                                                                    - - +
                                                                                                                    + + + + + + + +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    - + @@ -127,13 +127,11 @@
                                                                                                                    62 }
                                                                                                                    63 
                                                                                                                    64 #endif
                                                                                                                    -
                                                                                                                    static uint8_t daysInMonth(int16_t year, uint8_t month)
                                                                                                                    Return the number of days in the current month.
                                                                                                                    Definition: LocalDate.h:260
                                                                                                                    + diff --git a/docs/html/logging_8h_source.html b/docs/html/logging_8h_source.html index 539789d20..a8b9853ee 100644 --- a/docs/html/logging_8h_source.html +++ b/docs/html/logging_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/common/logging.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -120,9 +120,7 @@ diff --git a/docs/html/md__home_brian_src_AceTime_src_ace_time_internal_README.html b/docs/html/md__home_brian_src_AceTime_src_ace_time_internal_README.html index 082e9fe78..8967c756d 100644 --- a/docs/html/md__home_brian_src_AceTime_src_ace_time_internal_README.html +++ b/docs/html/md__home_brian_src_AceTime_src_ace_time_internal_README.html @@ -3,7 +3,7 @@ - + AceTime: ZoneInfo Data Files @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -73,9 +73,7 @@ diff --git a/docs/html/menu.js b/docs/html/menu.js index 433c15b8f..2fe2214f2 100644 --- a/docs/html/menu.js +++ b/docs/html/menu.js @@ -1,25 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2017 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) { function makeTree(data,relPath) { @@ -40,9 +41,9 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) { $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu'); if (searchEnabled) { if (serverSide) { - $('#main-menu').append('
                                                                                                                  • '); + $('#main-menu').append('
                                                                                                                  • '); } else { - $('#main-menu').append('
                                                                                                                  • '); + $('#main-menu').append('
                                                                                                                  • '); } } $('#main-menu').smartmenus(); diff --git a/docs/html/menudata.js b/docs/html/menudata.js index 6939c2d3d..c8056a314 100644 --- a/docs/html/menudata.js +++ b/docs/html/menudata.js @@ -1,24 +1,26 @@ /* -@licstart The following is the entire license notice for the -JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. -Copyright (C) 1997-2019 by Dimitri van Heesch + The MIT License (MIT) -This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License as published by -the Free Software Foundation + Copyright (C) 1997-2020 by Dimitri van Heesch -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: -You should have received a copy of the GNU General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. -@licend The above is the entire license notice -for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ var menudata={children:[ {text:"Main Page",url:"index.html"}, diff --git a/docs/html/offset__date__time__mutation_8h.html b/docs/html/offset__date__time__mutation_8h.html index acc53d608..e12c1cc84 100644 --- a/docs/html/offset__date__time__mutation_8h.html +++ b/docs/html/offset__date__time__mutation_8h.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/offset_date_time_mutation.h File Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -73,15 +73,18 @@
                                                                                                                    offset_date_time_mutation.h File Reference
                                                                                                                    + +

                                                                                                                    Methods that mutate an OffsetDateTime object. +More...

                                                                                                                    #include <stdint.h>
                                                                                                                    #include <AceCommon.h>
                                                                                                                    #include "OffsetDateTime.h"
                                                                                                                    Include dependency graph for offset_date_time_mutation.h:
                                                                                                                    -
                                                                                                                    - - +
                                                                                                                    + + @@ -98,9 +101,9 @@
                                                                                                                    This graph shows which files directly or indirectly include this file:
                                                                                                                    -
                                                                                                                    - - +
                                                                                                                    + +
                                                                                                                    @@ -131,7 +134,7 @@  

                                                                                                                    Detailed Description

                                                                                                                    -

                                                                                                                    Methods that mutate an OffsetDateTime object.

                                                                                                                    +

                                                                                                                    Methods that mutate an OffsetDateTime object.

                                                                                                                    The number of mutation methods of a OffsetDateTime object is basically unlimited, so including them in the OffsetDateTime class would make its API too complex and always incomplete. By extracting them into a separate namespace, we limit the complexity of the OffsetDateTime class and allow additional mutation methods to be added to this namespace by downstream applications.

                                                                                                                    No validation is performed during the mutation operation. Client code is normally expected to call the toEpochSeconds() method to convert this into an acetime_t, then later convert it back to human-readable components using the forEpochSeconds() factory method.

                                                                                                                    Example:

                                                                                                                    @@ -142,9 +145,7 @@
                                                                                                                    diff --git a/docs/html/offset__date__time__mutation_8h__dep__incl.map b/docs/html/offset__date__time__mutation_8h__dep__incl.map index 4c48c5e5c..c47d4924d 100644 --- a/docs/html/offset__date__time__mutation_8h__dep__incl.map +++ b/docs/html/offset__date__time__mutation_8h__dep__incl.map @@ -1,4 +1,4 @@ - + diff --git a/docs/html/offset__date__time__mutation_8h__dep__incl.md5 b/docs/html/offset__date__time__mutation_8h__dep__incl.md5 index 7d5cd639d..20165a2c2 100644 --- a/docs/html/offset__date__time__mutation_8h__dep__incl.md5 +++ b/docs/html/offset__date__time__mutation_8h__dep__incl.md5 @@ -1 +1 @@ -911e3b33494fa914f036157851f1a384 \ No newline at end of file +eec25c94030632fe987277b49d9a9cfa \ No newline at end of file diff --git a/docs/html/offset__date__time__mutation_8h__incl.map b/docs/html/offset__date__time__mutation_8h__incl.map index af2f0e39c..31e206497 100644 --- a/docs/html/offset__date__time__mutation_8h__incl.map +++ b/docs/html/offset__date__time__mutation_8h__incl.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/offset__date__time__mutation_8h__incl.md5 b/docs/html/offset__date__time__mutation_8h__incl.md5 index 7e83048a8..2a455987e 100644 --- a/docs/html/offset__date__time__mutation_8h__incl.md5 +++ b/docs/html/offset__date__time__mutation_8h__incl.md5 @@ -1 +1 @@ -207b9cd9fd9857fb1edd33932d9aebe5 \ No newline at end of file +cc5a305d62eea8d3ad943b1d08ed44d2 \ No newline at end of file diff --git a/docs/html/offset__date__time__mutation_8h_source.html b/docs/html/offset__date__time__mutation_8h_source.html index 8cfbf3995..f865ea628 100644 --- a/docs/html/offset__date__time__mutation_8h_source.html +++ b/docs/html/offset__date__time__mutation_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/offset_date_time_mutation.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@
                                                                                                                    - + @@ -120,23 +120,21 @@
                                                                                                                    77 }
                                                                                                                    78 
                                                                                                                    79 #endif
                                                                                                                    -
                                                                                                                    -
                                                                                                                    void incrementHour(OffsetDateTime &dateTime)
                                                                                                                    Increment the hour by one within the interval [0, 23].
                                                                                                                    +
                                                                                                                    The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
                                                                                                                    +
                                                                                                                    uint8_t day() const
                                                                                                                    Return the day of the month.
                                                                                                                    +
                                                                                                                    uint8_t hour() const
                                                                                                                    Return the hour.
                                                                                                                    uint8_t month() const
                                                                                                                    Return the month with January=1, December=12.
                                                                                                                    +
                                                                                                                    uint8_t minute() const
                                                                                                                    Return the minute.
                                                                                                                    int8_t yearTiny() const
                                                                                                                    Return the single-byte year offset from year 2000.
                                                                                                                    void incrementMonth(OffsetDateTime &dateTime)
                                                                                                                    Increment the month by one within the interval [1, 12].
                                                                                                                    -
                                                                                                                    void incrementDay(OffsetDateTime &dateTime)
                                                                                                                    Increment the day by one within the interval [1, 31].
                                                                                                                    void incrementYear(OffsetDateTime &dateTime)
                                                                                                                    Increment the year by one within the interval [0, 99].
                                                                                                                    -
                                                                                                                    The date (year, month, day), time (hour, minute, second) and offset from UTC (timeOffset).
                                                                                                                    -
                                                                                                                    uint8_t day() const
                                                                                                                    Return the day of the month.
                                                                                                                    -
                                                                                                                    uint8_t minute() const
                                                                                                                    Return the minute.
                                                                                                                    -
                                                                                                                    uint8_t hour() const
                                                                                                                    Return the hour.
                                                                                                                    +
                                                                                                                    void incrementDay(OffsetDateTime &dateTime)
                                                                                                                    Increment the day by one within the interval [1, 31].
                                                                                                                    +
                                                                                                                    void incrementHour(OffsetDateTime &dateTime)
                                                                                                                    Increment the hour by one within the interval [0, 23].
                                                                                                                    void incrementMinute(OffsetDateTime &dateTime)
                                                                                                                    Increment the minute by one within the interval [0, 59].
                                                                                                                    + diff --git a/docs/html/pages.html b/docs/html/pages.html index a5becd28f..9f7a4824c 100644 --- a/docs/html/pages.html +++ b/docs/html/pages.html @@ -3,7 +3,7 @@ - + AceTime: Related Pages @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -75,9 +75,7 @@ diff --git a/docs/html/search/all_0.html b/docs/html/search/all_0.html index 26dd244fd..1ec5b2d59 100644 --- a/docs/html/search/all_0.html +++ b/docs/html/search/all_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_0.js b/docs/html/search/all_0.js index 11d385239..82b2eadf8 100644 --- a/docs/html/search/all_0.js +++ b/docs/html/search/all_0.js @@ -2,9 +2,9 @@ var searchData= [ ['abbrev_0',['abbrev',['../structace__time_1_1basic_1_1TransitionTemplate.html#abe2b5dd9d3dd7660c10e85a388494c2b',1,'ace_time::basic::TransitionTemplate::abbrev()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#ad65c299286c1f8a96ff214ccddffd3f1',1,'ace_time::extended::TransitionTemplate::abbrev()']]], ['ace_5ftime_5fuse_5fprogmem_1',['ACE_TIME_USE_PROGMEM',['../compat_8h.html#a736a584901fd7e4d3c06ade513afd259',1,'compat.h']]], - ['addactivecandidatestoactivepool_2',['addActiveCandidatesToActivePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#aaa860da6313337525d7fe83f532994b0',1,'ace_time::extended::TransitionStorageTemplate']]], - ['addfreeagenttoactivepool_3',['addFreeAgentToActivePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a0b23350e74c9e433d6d7d76111aeccfa',1,'ace_time::extended::TransitionStorageTemplate']]], - ['addfreeagenttocandidatepool_4',['addFreeAgentToCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a7a242ca931d608e3913612fc662bb0e2',1,'ace_time::extended::TransitionStorageTemplate']]], - ['addpriortocandidatepool_5',['addPriorToCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#ad098d5eb67b3ae5f4fbeda5c5e4a1470',1,'ace_time::extended::TransitionStorageTemplate']]], - ['acetime_20library_6',['AceTime Library',['../index.html',1,'']]] + ['acetime_20library_2',['AceTime Library',['../index.html',1,'']]], + ['addactivecandidatestoactivepool_3',['addActiveCandidatesToActivePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#aaa860da6313337525d7fe83f532994b0',1,'ace_time::extended::TransitionStorageTemplate']]], + ['addfreeagenttoactivepool_4',['addFreeAgentToActivePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a0b23350e74c9e433d6d7d76111aeccfa',1,'ace_time::extended::TransitionStorageTemplate']]], + ['addfreeagenttocandidatepool_5',['addFreeAgentToCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a7a242ca931d608e3913612fc662bb0e2',1,'ace_time::extended::TransitionStorageTemplate']]], + ['addpriortocandidatepool_6',['addPriorToCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#ad098d5eb67b3ae5f4fbeda5c5e4a1470',1,'ace_time::extended::TransitionStorageTemplate']]] ]; diff --git a/docs/html/search/all_1.html b/docs/html/search/all_1.html index 8eb215b90..9f80e9043 100644 --- a/docs/html/search/all_1.html +++ b/docs/html/search/all_1.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_1.js b/docs/html/search/all_1.js index 879f9c5b4..b5392569f 100644 --- a/docs/html/search/all_1.js +++ b/docs/html/search/all_1.js @@ -8,7 +8,7 @@ var searchData= ['basiczoneprocessorcache_12',['BasicZoneProcessorCache',['../classace__time_1_1BasicZoneProcessorCache.html',1,'ace_time']]], ['basiczoneprocessortemplate_13',['BasicZoneProcessorTemplate',['../classace__time_1_1BasicZoneProcessorTemplate.html',1,'ace_time::BasicZoneProcessorTemplate< BF, ZIB, ZEB, ZPB, ZRB >'],['../classace__time_1_1BasicZoneProcessorTemplate.html#ab4b672f912bcd59a22673e267ce125eb',1,'ace_time::BasicZoneProcessorTemplate::BasicZoneProcessorTemplate()']]], ['basiczoneprocessortemplate_3c_20basic_3a_3abrokerfactory_2c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneerabroker_2c_20basic_3a_3azonepolicybroker_2c_20basic_3a_3azonerulebroker_20_3e_14',['BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >',['../classace__time_1_1BasicZoneProcessorTemplate.html',1,'ace_time']]], - ['binarysearchbyid_15',['binarySearchById',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a8ec3e4ac14a1962f6bcac35b8eb958ca',1,'ace_time::internal::LinkRegistrarTemplate::binarySearchById()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#aef1b721bd1026d08afd514c8353b4b98',1,'ace_time::internal::ZoneRegistrarTemplate::binarySearchById()']]], + ['binarysearchbyid_15',['binarySearchById',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#aef1b721bd1026d08afd514c8353b4b98',1,'ace_time::internal::ZoneRegistrarTemplate::binarySearchById()'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a8ec3e4ac14a1962f6bcac35b8eb958ca',1,'ace_time::internal::LinkRegistrarTemplate::binarySearchById()']]], ['brokercommon_2eh_16',['BrokerCommon.h',['../BrokerCommon_8h.html',1,'']]], - ['brokerfactory_17',['BrokerFactory',['../classace__time_1_1extended_1_1BrokerFactory.html',1,'ace_time::extended::BrokerFactory'],['../classace__time_1_1basic_1_1BrokerFactory.html',1,'ace_time::basic::BrokerFactory']]] + ['brokerfactory_17',['BrokerFactory',['../classace__time_1_1basic_1_1BrokerFactory.html',1,'ace_time::basic::BrokerFactory'],['../classace__time_1_1extended_1_1BrokerFactory.html',1,'ace_time::extended::BrokerFactory']]] ]; diff --git a/docs/html/search/all_10.html b/docs/html/search/all_10.html index 6fd3a4aa2..3bf11961f 100644 --- a/docs/html/search/all_10.html +++ b/docs/html/search/all_10.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_10.js b/docs/html/search/all_10.js index c1d10e387..031131ba2 100644 --- a/docs/html/search/all_10.js +++ b/docs/html/search/all_10.js @@ -1,18 +1,18 @@ var searchData= [ - ['second_210',['second',['../classace__time_1_1LocalDateTime.html#a715acce151915d4efbe821291d9c693e',1,'ace_time::LocalDateTime::second() const'],['../classace__time_1_1LocalDateTime.html#aefbd9c1ce2f10c2f3be02c785a0c956a',1,'ace_time::LocalDateTime::second(uint8_t second)'],['../classace__time_1_1LocalTime.html#ae9cd4e0e411a670b7cac26147c2a3e7b',1,'ace_time::LocalTime::second() const'],['../classace__time_1_1LocalTime.html#ad4ddf0fd1c2263c596a4ee83cf81d5a9',1,'ace_time::LocalTime::second(uint8_t second)'],['../classace__time_1_1OffsetDateTime.html#aea3e2c0b8cfa46fd2b6f1f26dd543eaa',1,'ace_time::OffsetDateTime::second() const'],['../classace__time_1_1OffsetDateTime.html#ad83e4895cec2d58533367bd5e55790bd',1,'ace_time::OffsetDateTime::second(uint8_t second)'],['../classace__time_1_1TimePeriod.html#a587b3f8a8d4a0ae265177e706fdc3464',1,'ace_time::TimePeriod::second() const'],['../classace__time_1_1TimePeriod.html#a9e352d87d8166ac6c5c560e0a91af9a7',1,'ace_time::TimePeriod::second(uint8_t second)'],['../classace__time_1_1ZonedDateTime.html#a99768367d264cb915b924fb9360a641e',1,'ace_time::ZonedDateTime::second() const'],['../classace__time_1_1ZonedDateTime.html#a97d98d1eda7b1f430dd550dfb56a4911',1,'ace_time::ZonedDateTime::second(uint8_t second)']]], - ['setbrokerfactory_211',['setBrokerFactory',['../classace__time_1_1BasicZoneProcessorTemplate.html#a050dee2a29516b5d40f96fc11fc8c70c',1,'ace_time::BasicZoneProcessorTemplate::setBrokerFactory()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a25f97436b5609e32fa663cfabcc33062',1,'ace_time::ExtendedZoneProcessorTemplate::setBrokerFactory()']]], - ['setdstoffset_212',['setDstOffset',['../classace__time_1_1TimeZone.html#a4c66e457200c85a4a2849de82d141e52',1,'ace_time::TimeZone']]], - ['setfreeagentaspriorifvalid_213',['setFreeAgentAsPriorIfValid',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a3ff1a57981f28513f0990e9214175fb2',1,'ace_time::extended::TransitionStorageTemplate']]], - ['setstdoffset_214',['setStdOffset',['../classace__time_1_1TimeZone.html#abc812a0bcc3e50648b038acbfb9b425e',1,'ace_time::TimeZone']]], - ['setzonekey_215',['setZoneKey',['../classace__time_1_1BasicZoneProcessorTemplate.html#a8d4ce541670402a2dbb473e7fe6222d4',1,'ace_time::BasicZoneProcessorTemplate::setZoneKey()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#adc346e63c3a99b9b8ef8908cf58c4ddd',1,'ace_time::ExtendedZoneProcessorTemplate::setZoneKey()'],['../classace__time_1_1ZoneProcessor.html#af069bc08e2135e460c4442fd0be6d3e1',1,'ace_time::ZoneProcessor::setZoneKey()']]], - ['sign_216',['sign',['../classace__time_1_1TimePeriod.html#a06902488cd5ad371690ce1c31ced3140',1,'ace_time::TimePeriod::sign() const'],['../classace__time_1_1TimePeriod.html#a587cafeeea574e2a83a3fc3a9d4a8c4e',1,'ace_time::TimePeriod::sign(int8_t sign)']]], - ['size_217',['size',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#abad6179f1e1f64c395804ad6d12bb28c',1,'ace_time::ZoneProcessorCacheBaseTemplate']]], - ['sortids_218',['sortIds',['../classace__time_1_1ZoneSorterByName.html#a9831c8b2afe5a8a18735e36bd2bb0153',1,'ace_time::ZoneSorterByName::sortIds()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a9b3e7d4fb639b81f81e6f0ddc0cc04e9',1,'ace_time::ZoneSorterByOffsetAndName::sortIds()']]], - ['sortindexes_219',['sortIndexes',['../classace__time_1_1ZoneSorterByName.html#a4048944237c6ddecae4723acc3e8048f',1,'ace_time::ZoneSorterByName::sortIndexes()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a432477df0841504524e8a43655e8080c',1,'ace_time::ZoneSorterByOffsetAndName::sortIndexes()']]], - ['sortnames_220',['sortNames',['../classace__time_1_1ZoneSorterByName.html#a240e4a5eb754a7eb5ee77ceb1b5d8a26',1,'ace_time::ZoneSorterByName::sortNames()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#afe46c57a208e78c60e35cade1fce3fc2',1,'ace_time::ZoneSorterByOffsetAndName::sortNames()']]], - ['startdatetime_221',['startDateTime',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a9c77b33abfc02eb0b1450e7147ea692e',1,'ace_time::extended::MatchingEraTemplate::startDateTime()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#acf25fdb69df5d5f91c856f9e805c3792',1,'ace_time::extended::TransitionTemplate::startDateTime()']]], - ['startepochseconds_222',['startEpochSeconds',['../structace__time_1_1basic_1_1TransitionTemplate.html#a2a6fa21f53305bb789f0fa98c68db62f',1,'ace_time::basic::TransitionTemplate::startEpochSeconds()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a490879be0a08acbf211c0a943d99c36e',1,'ace_time::extended::TransitionTemplate::startEpochSeconds()']]], - ['startyear_223',['startYear',['../structace__time_1_1internal_1_1ZoneContext.html#a7859ffdc83bb5269bd265079fcde20e8',1,'ace_time::internal::ZoneContext']]], - ['stdoffsetminutes_224',['stdOffsetMinutes',['../classace__time_1_1BasicZone.html#a840ffaef671458bbf3a1544b3f329978',1,'ace_time::BasicZone::stdOffsetMinutes()'],['../classace__time_1_1ExtendedZone.html#ae46b04e3822af7a77dcad85662428516',1,'ace_time::ExtendedZone::stdOffsetMinutes()']]] + ['second_214',['second',['../classace__time_1_1LocalDateTime.html#aefbd9c1ce2f10c2f3be02c785a0c956a',1,'ace_time::LocalDateTime::second()'],['../classace__time_1_1LocalTime.html#ae9cd4e0e411a670b7cac26147c2a3e7b',1,'ace_time::LocalTime::second() const'],['../classace__time_1_1LocalTime.html#ad4ddf0fd1c2263c596a4ee83cf81d5a9',1,'ace_time::LocalTime::second(uint8_t second)'],['../classace__time_1_1OffsetDateTime.html#aea3e2c0b8cfa46fd2b6f1f26dd543eaa',1,'ace_time::OffsetDateTime::second() const'],['../classace__time_1_1OffsetDateTime.html#ad83e4895cec2d58533367bd5e55790bd',1,'ace_time::OffsetDateTime::second(uint8_t second)'],['../classace__time_1_1TimePeriod.html#a587b3f8a8d4a0ae265177e706fdc3464',1,'ace_time::TimePeriod::second() const'],['../classace__time_1_1TimePeriod.html#a9e352d87d8166ac6c5c560e0a91af9a7',1,'ace_time::TimePeriod::second(uint8_t second)'],['../classace__time_1_1ZonedDateTime.html#a99768367d264cb915b924fb9360a641e',1,'ace_time::ZonedDateTime::second() const'],['../classace__time_1_1ZonedDateTime.html#a97d98d1eda7b1f430dd550dfb56a4911',1,'ace_time::ZonedDateTime::second(uint8_t second)'],['../classace__time_1_1LocalDateTime.html#a715acce151915d4efbe821291d9c693e',1,'ace_time::LocalDateTime::second()']]], + ['setbrokerfactory_215',['setBrokerFactory',['../classace__time_1_1BasicZoneProcessorTemplate.html#a050dee2a29516b5d40f96fc11fc8c70c',1,'ace_time::BasicZoneProcessorTemplate::setBrokerFactory()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a25f97436b5609e32fa663cfabcc33062',1,'ace_time::ExtendedZoneProcessorTemplate::setBrokerFactory()']]], + ['setdstoffset_216',['setDstOffset',['../classace__time_1_1TimeZone.html#a4c66e457200c85a4a2849de82d141e52',1,'ace_time::TimeZone']]], + ['setfreeagentaspriorifvalid_217',['setFreeAgentAsPriorIfValid',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a3ff1a57981f28513f0990e9214175fb2',1,'ace_time::extended::TransitionStorageTemplate']]], + ['setstdoffset_218',['setStdOffset',['../classace__time_1_1TimeZone.html#abc812a0bcc3e50648b038acbfb9b425e',1,'ace_time::TimeZone']]], + ['setzonekey_219',['setZoneKey',['../classace__time_1_1ZoneProcessor.html#af069bc08e2135e460c4442fd0be6d3e1',1,'ace_time::ZoneProcessor::setZoneKey()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a8d4ce541670402a2dbb473e7fe6222d4',1,'ace_time::BasicZoneProcessorTemplate::setZoneKey()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#adc346e63c3a99b9b8ef8908cf58c4ddd',1,'ace_time::ExtendedZoneProcessorTemplate::setZoneKey()']]], + ['sign_220',['sign',['../classace__time_1_1TimePeriod.html#a06902488cd5ad371690ce1c31ced3140',1,'ace_time::TimePeriod::sign() const'],['../classace__time_1_1TimePeriod.html#a587cafeeea574e2a83a3fc3a9d4a8c4e',1,'ace_time::TimePeriod::sign(int8_t sign)']]], + ['size_221',['size',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#abad6179f1e1f64c395804ad6d12bb28c',1,'ace_time::ZoneProcessorCacheBaseTemplate']]], + ['sortids_222',['sortIds',['../classace__time_1_1ZoneSorterByName.html#a9831c8b2afe5a8a18735e36bd2bb0153',1,'ace_time::ZoneSorterByName::sortIds()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a9b3e7d4fb639b81f81e6f0ddc0cc04e9',1,'ace_time::ZoneSorterByOffsetAndName::sortIds()']]], + ['sortindexes_223',['sortIndexes',['../classace__time_1_1ZoneSorterByName.html#a4048944237c6ddecae4723acc3e8048f',1,'ace_time::ZoneSorterByName::sortIndexes()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a432477df0841504524e8a43655e8080c',1,'ace_time::ZoneSorterByOffsetAndName::sortIndexes()']]], + ['sortnames_224',['sortNames',['../classace__time_1_1ZoneSorterByName.html#a240e4a5eb754a7eb5ee77ceb1b5d8a26',1,'ace_time::ZoneSorterByName::sortNames()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#afe46c57a208e78c60e35cade1fce3fc2',1,'ace_time::ZoneSorterByOffsetAndName::sortNames()']]], + ['startdatetime_225',['startDateTime',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a9c77b33abfc02eb0b1450e7147ea692e',1,'ace_time::extended::MatchingEraTemplate::startDateTime()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#acf25fdb69df5d5f91c856f9e805c3792',1,'ace_time::extended::TransitionTemplate::startDateTime()']]], + ['startepochseconds_226',['startEpochSeconds',['../structace__time_1_1basic_1_1TransitionTemplate.html#a2a6fa21f53305bb789f0fa98c68db62f',1,'ace_time::basic::TransitionTemplate::startEpochSeconds()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a490879be0a08acbf211c0a943d99c36e',1,'ace_time::extended::TransitionTemplate::startEpochSeconds()']]], + ['startyear_227',['startYear',['../structace__time_1_1internal_1_1ZoneContext.html#a7859ffdc83bb5269bd265079fcde20e8',1,'ace_time::internal::ZoneContext']]], + ['stdoffsetminutes_228',['stdOffsetMinutes',['../classace__time_1_1BasicZone.html#a840ffaef671458bbf3a1544b3f329978',1,'ace_time::BasicZone::stdOffsetMinutes()'],['../classace__time_1_1ExtendedZone.html#ae46b04e3822af7a77dcad85662428516',1,'ace_time::ExtendedZone::stdOffsetMinutes()']]] ]; diff --git a/docs/html/search/all_11.html b/docs/html/search/all_11.html index f78343b9b..c9f79d289 100644 --- a/docs/html/search/all_11.html +++ b/docs/html/search/all_11.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_11.js b/docs/html/search/all_11.js index 308730246..d52661dbe 100644 --- a/docs/html/search/all_11.js +++ b/docs/html/search/all_11.js @@ -1,37 +1,36 @@ var searchData= [ - ['targetzoneinfo_225',['targetZoneInfo',['../classace__time_1_1basic_1_1ZoneInfoBroker.html#aade243c687ac22cf66af4845dd336420',1,'ace_time::basic::ZoneInfoBroker::targetZoneInfo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#ad25f3f5c7fe5752d434bca8c20348b93',1,'ace_time::extended::ZoneInfoBroker::targetZoneInfo()']]], - ['time_5foffset_5fmutation_2eh_226',['time_offset_mutation.h',['../time__offset__mutation_8h.html',1,'']]], - ['time_5fperiod_5fmutation_2eh_227',['time_period_mutation.h',['../time__period__mutation_8h.html',1,'']]], - ['timecodetominutes_228',['timeCodeToMinutes',['../BrokerCommon_8h.html#a5f7fe934c97e99cd812171e90c7945cd',1,'ace_time::internal']]], - ['timeoffset_229',['TimeOffset',['../classace__time_1_1TimeOffset.html',1,'ace_time::TimeOffset'],['../classace__time_1_1OffsetDateTime.html#a168e05a532edbaed7afa4e75fbf636d7',1,'ace_time::OffsetDateTime::timeOffset() const'],['../classace__time_1_1OffsetDateTime.html#a298bf16b90a1c657a66d9b5d77b0b1cb',1,'ace_time::OffsetDateTime::timeOffset(TimeOffset timeOffset)'],['../classace__time_1_1ZonedDateTime.html#ade77d29873786f45459a07d2271d8c64',1,'ace_time::ZonedDateTime::timeOffset()'],['../classace__time_1_1TimeOffset.html#a0fca23cf055036370aadd89ca307aae8',1,'ace_time::TimeOffset::TimeOffset()']]], - ['timeperiod_230',['TimePeriod',['../classace__time_1_1TimePeriod.html',1,'ace_time::TimePeriod'],['../classace__time_1_1TimePeriod.html#a45fb93e84da2991a366a5ebf31b66dde',1,'ace_time::TimePeriod::TimePeriod(uint8_t hour, uint8_t minute, uint8_t second, int8_t sign=1)'],['../classace__time_1_1TimePeriod.html#a0ee304d6c42e01c56ed14783da5a85af',1,'ace_time::TimePeriod::TimePeriod(int32_t seconds=0)']]], - ['timezone_231',['TimeZone',['../classace__time_1_1TimeZone.html',1,'ace_time::TimeZone'],['../classace__time_1_1TimeZone.html#afc1cbc5b5e4cd6f2cff0788a4acb9ed9',1,'ace_time::TimeZone::TimeZone()'],['../classace__time_1_1ZonedDateTime.html#a09369bb6bb3ca5c2f10c68c72c5edfd4',1,'ace_time::ZonedDateTime::timeZone() const'],['../classace__time_1_1ZonedDateTime.html#ad1c861034107afc92fb24a320c0696ba',1,'ace_time::ZonedDateTime::timeZone(const TimeZone &timeZone)']]], - ['timezonedata_232',['TimeZoneData',['../structace__time_1_1TimeZoneData.html',1,'ace_time::TimeZoneData'],['../structace__time_1_1TimeZoneData.html#a795549e3491feb49b15bb4d6039f9ac8',1,'ace_time::TimeZoneData::TimeZoneData(uint32_t zid)'],['../structace__time_1_1TimeZoneData.html#ae24aeb66c44724d8520e8f986644f871',1,'ace_time::TimeZoneData::TimeZoneData(int16_t stdMinutes, int16_t dstMinutes)'],['../structace__time_1_1TimeZoneData.html#a76f99ffc11d0866de37bcc7eb803a975',1,'ace_time::TimeZoneData::TimeZoneData()']]], - ['todeltaminutes_233',['toDeltaMinutes',['../ExtendedBrokers_8h.html#ad2a05a157983a0d725bbb4e450b5a1f4',1,'ace_time::extended']]], - ['toepochdays_234',['toEpochDays',['../classace__time_1_1LocalDate.html#ab3b76c692aee5e652225616eb871bcae',1,'ace_time::LocalDate::toEpochDays()'],['../classace__time_1_1LocalDateTime.html#abefd57dc8b5d6c66074a809a32ddbb24',1,'ace_time::LocalDateTime::toEpochDays()'],['../classace__time_1_1OffsetDateTime.html#ab243977759b649dc6e5c45fc00c5eb93',1,'ace_time::OffsetDateTime::toEpochDays()'],['../classace__time_1_1ZonedDateTime.html#a1394fa71ef1970c1b340198d3ed7350f',1,'ace_time::ZonedDateTime::toEpochDays()']]], - ['toepochseconds_235',['toEpochSeconds',['../classace__time_1_1LocalDate.html#af1a1350bc5637a4296729b2bc3f61d49',1,'ace_time::LocalDate::toEpochSeconds()'],['../classace__time_1_1LocalDateTime.html#af174b568718ea7b54528f916806020b8',1,'ace_time::LocalDateTime::toEpochSeconds()'],['../classace__time_1_1OffsetDateTime.html#a6bf75ca2f12bc07db60d00e7e5fc5589',1,'ace_time::OffsetDateTime::toEpochSeconds()'],['../classace__time_1_1ZonedDateTime.html#acfa87cc440b6b3ab00c6aeac190892b3',1,'ace_time::ZonedDateTime::toEpochSeconds()']]], - ['tohourminute_236',['toHourMinute',['../classace__time_1_1TimeOffset.html#a20d77892ff9d4a252dcb0cc2e19d3c13',1,'ace_time::TimeOffset']]], - ['tominutes_237',['toMinutes',['../classace__time_1_1TimeOffset.html#a08191e46cf33309fc06f4429505fcf4c',1,'ace_time::TimeOffset']]], - ['tooffsetminutes_238',['toOffsetMinutes',['../ExtendedBrokers_8h.html#ad0e195ee026f5b86948c1e6ae1f9c130',1,'ace_time::extended']]], - ['toseconds_239',['toSeconds',['../classace__time_1_1LocalTime.html#a53f1dd8b1eea2592a760bedcdf6d1442',1,'ace_time::LocalTime::toSeconds()'],['../classace__time_1_1TimeOffset.html#a91835a600c3d1a29a94b3fb38ea32e14',1,'ace_time::TimeOffset::toSeconds()'],['../classace__time_1_1TimePeriod.html#ae94aa6fd79718e72eaa1a3f3c4caed9e',1,'ace_time::TimePeriod::toSeconds()']]], - ['tosuffix_240',['toSuffix',['../BrokerCommon_8h.html#ae980919d070889e10164c643f1411c5f',1,'ace_time::internal']]], - ['totimezonedata_241',['toTimeZoneData',['../classace__time_1_1TimeZone.html#a56c3e00f4809ec653eb773202e6945e0',1,'ace_time::TimeZone']]], - ['tounixdays_242',['toUnixDays',['../classace__time_1_1LocalDate.html#a0fa14ac593d7f693d0190cc4bc5043dd',1,'ace_time::LocalDate::toUnixDays()'],['../classace__time_1_1LocalDateTime.html#aa805a985dcd3636acad1a21845d4be32',1,'ace_time::LocalDateTime::toUnixDays()'],['../classace__time_1_1OffsetDateTime.html#ab74f0bd4a1b74fed62cf0236de723f65',1,'ace_time::OffsetDateTime::toUnixDays()'],['../classace__time_1_1ZonedDateTime.html#af0d37e7ff87736533e58b20058b46a83',1,'ace_time::ZonedDateTime::toUnixDays()']]], - ['tounixseconds_243',['toUnixSeconds',['../classace__time_1_1LocalDate.html#a5364c59dd02316a5fb140ffa34a2b8cf',1,'ace_time::LocalDate::toUnixSeconds()'],['../classace__time_1_1LocalDateTime.html#a3ba6283de94bb1bedf1582964dd92dc1',1,'ace_time::LocalDateTime::toUnixSeconds()'],['../classace__time_1_1OffsetDateTime.html#add13698ff659b32770828b7e0a23219e',1,'ace_time::OffsetDateTime::toUnixSeconds()'],['../classace__time_1_1ZonedDateTime.html#a71a1047465fec5c76c4f4cf70c44482b',1,'ace_time::ZonedDateTime::toUnixSeconds()']]], - ['tounixseconds64_244',['toUnixSeconds64',['../classace__time_1_1LocalDate.html#a40be39304d67827b663f79c840b80094',1,'ace_time::LocalDate::toUnixSeconds64()'],['../classace__time_1_1LocalDateTime.html#a14bba42198704634aac7dfcec3f90ebd',1,'ace_time::LocalDateTime::toUnixSeconds64()'],['../classace__time_1_1OffsetDateTime.html#a19352ab3d4505bd1463cd1d718d56166',1,'ace_time::OffsetDateTime::toUnixSeconds64()'],['../classace__time_1_1ZonedDateTime.html#a79425f9f71b91ebd450f8587db8dacdf',1,'ace_time::ZonedDateTime::toUnixSeconds64()']]], - ['transition_245',['Transition',['../classace__time_1_1BasicZoneProcessorTemplate.html#acb9df20bcdcf82483d352c615fad752a',1,'ace_time::BasicZoneProcessorTemplate::Transition()'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a64209f8ee979ac7b223bdc8bbe64bd46',1,'ace_time::extended::TransitionStorageTemplate::Transition()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#ace2ae33ce0d8101542cd697958289fd2',1,'ace_time::ExtendedZoneProcessorTemplate::Transition()']]], - ['transitionresult_246',['TransitionResult',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#abd57820249a7b6019175140efb662868',1,'ace_time::extended::TransitionStorageTemplate::TransitionResult()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aba1f1bb6452618c1e42b28369614e287',1,'ace_time::ExtendedZoneProcessorTemplate::TransitionResult()']]], - ['transitionresulttemplate_247',['TransitionResultTemplate',['../structace__time_1_1extended_1_1TransitionResultTemplate.html',1,'ace_time::extended']]], - ['transitionstorage_248',['TransitionStorage',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4b84e295436d5a2111f45bb9e184ae7d',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['transitionstoragetemplate_249',['TransitionStorageTemplate',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB >'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a8ffed64413579a5a4f677ff5337176af',1,'ace_time::extended::TransitionStorageTemplate::TransitionStorageTemplate()']]], - ['transitionstoragetemplate_3c_20kmaxtransitions_2c_20extended_3a_3azoneerabroker_2c_20extended_3a_3azonepolicybroker_2c_20extended_3a_3azonerulebroker_20_3e_250',['TransitionStorageTemplate< kMaxTransitions, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended']]], - ['transitionstoragetemplate_3c_20kmaxtransitions_2c_20zeb_2c_20zpb_2c_20zrb_20_3e_251',['TransitionStorageTemplate< kMaxTransitions, ZEB, ZPB, ZRB >',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended']]], - ['transitiontemplate_252',['TransitionTemplate',['../structace__time_1_1basic_1_1TransitionTemplate.html',1,'ace_time::basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB >'],['../structace__time_1_1extended_1_1TransitionTemplate.html',1,'ace_time::extended::TransitionTemplate< ZEB, ZPB, ZRB >']]], - ['transitiontemplate_3c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneerabroker_2c_20basic_3a_3azonepolicybroker_2c_20basic_3a_3azonerulebroker_20_3e_253',['TransitionTemplate< basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >',['../structace__time_1_1basic_1_1TransitionTemplate.html',1,'ace_time::basic']]], - ['transitiontemplate_3c_20extended_3a_3azoneerabroker_2c_20extended_3a_3azonepolicybroker_2c_20extended_3a_3azonerulebroker_20_3e_254',['TransitionTemplate< extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >',['../structace__time_1_1extended_1_1TransitionTemplate.html',1,'ace_time::extended']]], - ['transitiontime_255',['transitionTime',['../structace__time_1_1extended_1_1TransitionTemplate.html#a34c175a369df6664710109bdb7643965',1,'ace_time::extended::TransitionTemplate']]], - ['transitiontimes_256',['transitionTimeS',['../structace__time_1_1extended_1_1TransitionTemplate.html#a505dc28a40e4b8062531e8bbde8d2a39',1,'ace_time::extended::TransitionTemplate']]], - ['transitiontimeu_257',['transitionTimeU',['../structace__time_1_1extended_1_1TransitionTemplate.html#a9a894c82760a54455f1b2aa1aa179f8c',1,'ace_time::extended::TransitionTemplate']]], - ['tzversion_258',['tzVersion',['../structace__time_1_1internal_1_1ZoneContext.html#ad7d26b18392f5c5e70ded256953dd23d',1,'ace_time::internal::ZoneContext']]] + ['targetzoneinfo_229',['targetZoneInfo',['../classace__time_1_1extended_1_1ZoneInfoBroker.html#ad25f3f5c7fe5752d434bca8c20348b93',1,'ace_time::extended::ZoneInfoBroker::targetZoneInfo()'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html#aade243c687ac22cf66af4845dd336420',1,'ace_time::basic::ZoneInfoBroker::targetZoneInfo()']]], + ['time_5foffset_5fmutation_2eh_230',['time_offset_mutation.h',['../time__offset__mutation_8h.html',1,'']]], + ['time_5fperiod_5fmutation_2eh_231',['time_period_mutation.h',['../time__period__mutation_8h.html',1,'']]], + ['timecodetominutes_232',['timeCodeToMinutes',['../BrokerCommon_8h.html#a5f7fe934c97e99cd812171e90c7945cd',1,'ace_time::internal']]], + ['timeoffset_233',['TimeOffset',['../classace__time_1_1TimeOffset.html',1,'ace_time::TimeOffset'],['../classace__time_1_1TimeOffset.html#a0fca23cf055036370aadd89ca307aae8',1,'ace_time::TimeOffset::TimeOffset()']]], + ['timeoffset_234',['timeOffset',['../classace__time_1_1ZonedDateTime.html#ade77d29873786f45459a07d2271d8c64',1,'ace_time::ZonedDateTime::timeOffset()'],['../classace__time_1_1OffsetDateTime.html#a298bf16b90a1c657a66d9b5d77b0b1cb',1,'ace_time::OffsetDateTime::timeOffset(TimeOffset timeOffset)'],['../classace__time_1_1OffsetDateTime.html#a168e05a532edbaed7afa4e75fbf636d7',1,'ace_time::OffsetDateTime::timeOffset() const']]], + ['timeperiod_235',['TimePeriod',['../classace__time_1_1TimePeriod.html',1,'ace_time::TimePeriod'],['../classace__time_1_1TimePeriod.html#a45fb93e84da2991a366a5ebf31b66dde',1,'ace_time::TimePeriod::TimePeriod(uint8_t hour, uint8_t minute, uint8_t second, int8_t sign=1)'],['../classace__time_1_1TimePeriod.html#a0ee304d6c42e01c56ed14783da5a85af',1,'ace_time::TimePeriod::TimePeriod(int32_t seconds=0)']]], + ['timezone_236',['TimeZone',['../classace__time_1_1TimeZone.html',1,'ace_time::TimeZone'],['../classace__time_1_1TimeZone.html#afc1cbc5b5e4cd6f2cff0788a4acb9ed9',1,'ace_time::TimeZone::TimeZone()']]], + ['timezone_237',['timeZone',['../classace__time_1_1ZonedDateTime.html#a09369bb6bb3ca5c2f10c68c72c5edfd4',1,'ace_time::ZonedDateTime::timeZone() const'],['../classace__time_1_1ZonedDateTime.html#ad1c861034107afc92fb24a320c0696ba',1,'ace_time::ZonedDateTime::timeZone(const TimeZone &timeZone)']]], + ['timezonedata_238',['TimeZoneData',['../structace__time_1_1TimeZoneData.html',1,'ace_time::TimeZoneData'],['../structace__time_1_1TimeZoneData.html#a795549e3491feb49b15bb4d6039f9ac8',1,'ace_time::TimeZoneData::TimeZoneData(uint32_t zid)'],['../structace__time_1_1TimeZoneData.html#ae24aeb66c44724d8520e8f986644f871',1,'ace_time::TimeZoneData::TimeZoneData(int16_t stdMinutes, int16_t dstMinutes)'],['../structace__time_1_1TimeZoneData.html#a76f99ffc11d0866de37bcc7eb803a975',1,'ace_time::TimeZoneData::TimeZoneData()']]], + ['todeltaminutes_239',['toDeltaMinutes',['../ExtendedBrokers_8h.html#ad2a05a157983a0d725bbb4e450b5a1f4',1,'ace_time::extended']]], + ['toepochdays_240',['toEpochDays',['../classace__time_1_1ZonedDateTime.html#a1394fa71ef1970c1b340198d3ed7350f',1,'ace_time::ZonedDateTime::toEpochDays()'],['../classace__time_1_1OffsetDateTime.html#ab243977759b649dc6e5c45fc00c5eb93',1,'ace_time::OffsetDateTime::toEpochDays()'],['../classace__time_1_1LocalDateTime.html#abefd57dc8b5d6c66074a809a32ddbb24',1,'ace_time::LocalDateTime::toEpochDays()'],['../classace__time_1_1LocalDate.html#ab3b76c692aee5e652225616eb871bcae',1,'ace_time::LocalDate::toEpochDays() const']]], + ['toepochseconds_241',['toEpochSeconds',['../classace__time_1_1LocalDate.html#af1a1350bc5637a4296729b2bc3f61d49',1,'ace_time::LocalDate::toEpochSeconds()'],['../classace__time_1_1OffsetDateTime.html#a6bf75ca2f12bc07db60d00e7e5fc5589',1,'ace_time::OffsetDateTime::toEpochSeconds()'],['../classace__time_1_1LocalDateTime.html#af174b568718ea7b54528f916806020b8',1,'ace_time::LocalDateTime::toEpochSeconds()'],['../classace__time_1_1ZonedDateTime.html#acfa87cc440b6b3ab00c6aeac190892b3',1,'ace_time::ZonedDateTime::toEpochSeconds()']]], + ['tohourminute_242',['toHourMinute',['../classace__time_1_1TimeOffset.html#a20d77892ff9d4a252dcb0cc2e19d3c13',1,'ace_time::TimeOffset']]], + ['tominutes_243',['toMinutes',['../classace__time_1_1TimeOffset.html#a08191e46cf33309fc06f4429505fcf4c',1,'ace_time::TimeOffset']]], + ['tooffsetminutes_244',['toOffsetMinutes',['../ExtendedBrokers_8h.html#ad0e195ee026f5b86948c1e6ae1f9c130',1,'ace_time::extended']]], + ['toseconds_245',['toSeconds',['../classace__time_1_1LocalTime.html#a53f1dd8b1eea2592a760bedcdf6d1442',1,'ace_time::LocalTime::toSeconds()'],['../classace__time_1_1TimeOffset.html#a91835a600c3d1a29a94b3fb38ea32e14',1,'ace_time::TimeOffset::toSeconds()'],['../classace__time_1_1TimePeriod.html#ae94aa6fd79718e72eaa1a3f3c4caed9e',1,'ace_time::TimePeriod::toSeconds()']]], + ['tosuffix_246',['toSuffix',['../BrokerCommon_8h.html#ae980919d070889e10164c643f1411c5f',1,'ace_time::internal']]], + ['totimezonedata_247',['toTimeZoneData',['../classace__time_1_1TimeZone.html#a56c3e00f4809ec653eb773202e6945e0',1,'ace_time::TimeZone']]], + ['tounixdays_248',['toUnixDays',['../classace__time_1_1LocalDateTime.html#aa805a985dcd3636acad1a21845d4be32',1,'ace_time::LocalDateTime::toUnixDays()'],['../classace__time_1_1ZonedDateTime.html#af0d37e7ff87736533e58b20058b46a83',1,'ace_time::ZonedDateTime::toUnixDays()'],['../classace__time_1_1OffsetDateTime.html#ab74f0bd4a1b74fed62cf0236de723f65',1,'ace_time::OffsetDateTime::toUnixDays()'],['../classace__time_1_1LocalDate.html#a0fa14ac593d7f693d0190cc4bc5043dd',1,'ace_time::LocalDate::toUnixDays() const']]], + ['tounixseconds_249',['toUnixSeconds',['../classace__time_1_1LocalDate.html#a5364c59dd02316a5fb140ffa34a2b8cf',1,'ace_time::LocalDate::toUnixSeconds()'],['../classace__time_1_1LocalDateTime.html#a3ba6283de94bb1bedf1582964dd92dc1',1,'ace_time::LocalDateTime::toUnixSeconds()'],['../classace__time_1_1OffsetDateTime.html#add13698ff659b32770828b7e0a23219e',1,'ace_time::OffsetDateTime::toUnixSeconds()'],['../classace__time_1_1ZonedDateTime.html#a71a1047465fec5c76c4f4cf70c44482b',1,'ace_time::ZonedDateTime::toUnixSeconds()']]], + ['tounixseconds64_250',['toUnixSeconds64',['../classace__time_1_1LocalDateTime.html#a14bba42198704634aac7dfcec3f90ebd',1,'ace_time::LocalDateTime::toUnixSeconds64()'],['../classace__time_1_1ZonedDateTime.html#a79425f9f71b91ebd450f8587db8dacdf',1,'ace_time::ZonedDateTime::toUnixSeconds64()'],['../classace__time_1_1OffsetDateTime.html#a19352ab3d4505bd1463cd1d718d56166',1,'ace_time::OffsetDateTime::toUnixSeconds64()'],['../classace__time_1_1LocalDate.html#a40be39304d67827b663f79c840b80094',1,'ace_time::LocalDate::toUnixSeconds64()']]], + ['transition_251',['Transition',['../classace__time_1_1BasicZoneProcessorTemplate.html#acb9df20bcdcf82483d352c615fad752a',1,'ace_time::BasicZoneProcessorTemplate::Transition()'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a64209f8ee979ac7b223bdc8bbe64bd46',1,'ace_time::extended::TransitionStorageTemplate::Transition()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#ace2ae33ce0d8101542cd697958289fd2',1,'ace_time::ExtendedZoneProcessorTemplate::Transition()']]], + ['transitionresult_252',['TransitionResult',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#abd57820249a7b6019175140efb662868',1,'ace_time::extended::TransitionStorageTemplate::TransitionResult()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aba1f1bb6452618c1e42b28369614e287',1,'ace_time::ExtendedZoneProcessorTemplate::TransitionResult()']]], + ['transitionresulttemplate_253',['TransitionResultTemplate',['../structace__time_1_1extended_1_1TransitionResultTemplate.html',1,'ace_time::extended']]], + ['transitionstorage_254',['TransitionStorage',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4b84e295436d5a2111f45bb9e184ae7d',1,'ace_time::ExtendedZoneProcessorTemplate']]], + ['transitionstoragetemplate_255',['TransitionStorageTemplate',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended::TransitionStorageTemplate< SIZE, ZEB, ZPB, ZRB >'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a8ffed64413579a5a4f677ff5337176af',1,'ace_time::extended::TransitionStorageTemplate::TransitionStorageTemplate()']]], + ['transitionstoragetemplate_3c_20kmaxtransitions_2c_20zeb_2c_20zpb_2c_20zrb_20_3e_256',['TransitionStorageTemplate< kMaxTransitions, ZEB, ZPB, ZRB >',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended']]], + ['transitiontemplate_257',['TransitionTemplate',['../structace__time_1_1basic_1_1TransitionTemplate.html',1,'ace_time::basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB >'],['../structace__time_1_1extended_1_1TransitionTemplate.html',1,'ace_time::extended::TransitionTemplate< ZEB, ZPB, ZRB >']]], + ['transitiontime_258',['transitionTime',['../structace__time_1_1extended_1_1TransitionTemplate.html#a34c175a369df6664710109bdb7643965',1,'ace_time::extended::TransitionTemplate']]], + ['transitiontimes_259',['transitionTimeS',['../structace__time_1_1extended_1_1TransitionTemplate.html#a505dc28a40e4b8062531e8bbde8d2a39',1,'ace_time::extended::TransitionTemplate']]], + ['transitiontimeu_260',['transitionTimeU',['../structace__time_1_1extended_1_1TransitionTemplate.html#a9a894c82760a54455f1b2aa1aa179f8c',1,'ace_time::extended::TransitionTemplate']]], + ['tzversion_261',['tzVersion',['../structace__time_1_1internal_1_1ZoneContext.html#ad7d26b18392f5c5e70ded256953dd23d',1,'ace_time::internal::ZoneContext']]] ]; diff --git a/docs/html/search/all_12.html b/docs/html/search/all_12.html index dd9ff1d59..ab934722c 100644 --- a/docs/html/search/all_12.html +++ b/docs/html/search/all_12.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_12.js b/docs/html/search/all_12.js index e56e16558..00f806a3a 100644 --- a/docs/html/search/all_12.js +++ b/docs/html/search/all_12.js @@ -1,5 +1,5 @@ var searchData= [ - ['untildatetime_259',['untilDateTime',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a81741d11d0848d186ee235a3b0654b0e',1,'ace_time::extended::MatchingEraTemplate::untilDateTime()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a526439328e2769dc07b3293d368b555e',1,'ace_time::extended::TransitionTemplate::untilDateTime()']]], - ['untilyear_260',['untilYear',['../structace__time_1_1internal_1_1ZoneContext.html#a766f3740d801f4cad83cd955b7489a02',1,'ace_time::internal::ZoneContext']]] + ['untildatetime_262',['untilDateTime',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a81741d11d0848d186ee235a3b0654b0e',1,'ace_time::extended::MatchingEraTemplate::untilDateTime()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a526439328e2769dc07b3293d368b555e',1,'ace_time::extended::TransitionTemplate::untilDateTime()']]], + ['untilyear_263',['untilYear',['../structace__time_1_1internal_1_1ZoneContext.html#a766f3740d801f4cad83cd955b7489a02',1,'ace_time::internal::ZoneContext']]] ]; diff --git a/docs/html/search/all_13.html b/docs/html/search/all_13.html index 2611a100d..51172c2f3 100644 --- a/docs/html/search/all_13.html +++ b/docs/html/search/all_13.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_13.js b/docs/html/search/all_13.js index 13b50795b..186feee69 100644 --- a/docs/html/search/all_13.js +++ b/docs/html/search/all_13.js @@ -1,6 +1,6 @@ var searchData= [ - ['year_261',['year',['../classace__time_1_1LocalDate.html#aa26da19e25f4c8f87d2f36158170f933',1,'ace_time::LocalDate::year() const'],['../classace__time_1_1LocalDate.html#afc711cd99663609cf791516fb0b2d9b7',1,'ace_time::LocalDate::year(int16_t year)'],['../classace__time_1_1LocalDateTime.html#af8475d9a582933a3d7be658657dc8f08',1,'ace_time::LocalDateTime::year() const'],['../classace__time_1_1LocalDateTime.html#a7fce2547e6d4b12d08fbda5c2d0d63d7',1,'ace_time::LocalDateTime::year(int16_t year)'],['../classace__time_1_1OffsetDateTime.html#a92a54034c2590597cdc32bb7067f4386',1,'ace_time::OffsetDateTime::year() const'],['../classace__time_1_1OffsetDateTime.html#ad6859b95bda19cfd5901d2119ed61132',1,'ace_time::OffsetDateTime::year(int16_t year)'],['../classace__time_1_1ZonedDateTime.html#a1837d67faca49ad7dd01fb699125b865',1,'ace_time::ZonedDateTime::year() const'],['../classace__time_1_1ZonedDateTime.html#abb56f5ce068b79f63d25f33a191f76d8',1,'ace_time::ZonedDateTime::year(int16_t year)']]], - ['yearmonthtuple_262',['YearMonthTuple',['../structace__time_1_1extended_1_1YearMonthTuple.html',1,'ace_time::extended']]], - ['yeartiny_263',['yearTiny',['../structace__time_1_1basic_1_1TransitionTemplate.html#a88b323cadf6b08c8978da780365d94a6',1,'ace_time::basic::TransitionTemplate::yearTiny()'],['../classace__time_1_1LocalDate.html#a2dc4c5e27a2fdee455dd429c366ead2a',1,'ace_time::LocalDate::yearTiny() const'],['../classace__time_1_1LocalDate.html#a606b2e723bd57b2eb3da211561f7eb84',1,'ace_time::LocalDate::yearTiny(int8_t yearTiny)'],['../classace__time_1_1LocalDateTime.html#a29e52dbdb2d307696f3e6cb3f7a62995',1,'ace_time::LocalDateTime::yearTiny() const'],['../classace__time_1_1LocalDateTime.html#a3cd4adcd0c349752a879a112a0d36c11',1,'ace_time::LocalDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1OffsetDateTime.html#a9e18055198e02ac400656a7d52745c79',1,'ace_time::OffsetDateTime::yearTiny() const'],['../classace__time_1_1OffsetDateTime.html#a931aae33bbee8dc269d9ffac933392a3',1,'ace_time::OffsetDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1ZonedDateTime.html#a6101a8f2525218044c5acce4eaffc81b',1,'ace_time::ZonedDateTime::yearTiny() const'],['../classace__time_1_1ZonedDateTime.html#aa1492e0b1babb4649bbc9d0dad02bd07',1,'ace_time::ZonedDateTime::yearTiny(int8_t yearTiny)']]] + ['year_264',['year',['../classace__time_1_1LocalDate.html#aa26da19e25f4c8f87d2f36158170f933',1,'ace_time::LocalDate::year() const'],['../classace__time_1_1LocalDate.html#afc711cd99663609cf791516fb0b2d9b7',1,'ace_time::LocalDate::year(int16_t year)'],['../classace__time_1_1LocalDateTime.html#af8475d9a582933a3d7be658657dc8f08',1,'ace_time::LocalDateTime::year() const'],['../classace__time_1_1LocalDateTime.html#a7fce2547e6d4b12d08fbda5c2d0d63d7',1,'ace_time::LocalDateTime::year(int16_t year)'],['../classace__time_1_1OffsetDateTime.html#a92a54034c2590597cdc32bb7067f4386',1,'ace_time::OffsetDateTime::year() const'],['../classace__time_1_1OffsetDateTime.html#ad6859b95bda19cfd5901d2119ed61132',1,'ace_time::OffsetDateTime::year(int16_t year)'],['../classace__time_1_1ZonedDateTime.html#a1837d67faca49ad7dd01fb699125b865',1,'ace_time::ZonedDateTime::year() const'],['../classace__time_1_1ZonedDateTime.html#abb56f5ce068b79f63d25f33a191f76d8',1,'ace_time::ZonedDateTime::year(int16_t year)']]], + ['yearmonthtuple_265',['YearMonthTuple',['../structace__time_1_1extended_1_1YearMonthTuple.html',1,'ace_time::extended']]], + ['yeartiny_266',['yearTiny',['../classace__time_1_1ZonedDateTime.html#aa1492e0b1babb4649bbc9d0dad02bd07',1,'ace_time::ZonedDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1ZonedDateTime.html#a6101a8f2525218044c5acce4eaffc81b',1,'ace_time::ZonedDateTime::yearTiny() const'],['../classace__time_1_1OffsetDateTime.html#a931aae33bbee8dc269d9ffac933392a3',1,'ace_time::OffsetDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1OffsetDateTime.html#a9e18055198e02ac400656a7d52745c79',1,'ace_time::OffsetDateTime::yearTiny() const'],['../classace__time_1_1LocalDateTime.html#a3cd4adcd0c349752a879a112a0d36c11',1,'ace_time::LocalDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1LocalDateTime.html#a29e52dbdb2d307696f3e6cb3f7a62995',1,'ace_time::LocalDateTime::yearTiny() const'],['../classace__time_1_1LocalDate.html#a606b2e723bd57b2eb3da211561f7eb84',1,'ace_time::LocalDate::yearTiny(int8_t yearTiny)'],['../classace__time_1_1LocalDate.html#a2dc4c5e27a2fdee455dd429c366ead2a',1,'ace_time::LocalDate::yearTiny() const'],['../structace__time_1_1basic_1_1TransitionTemplate.html#a88b323cadf6b08c8978da780365d94a6',1,'ace_time::basic::TransitionTemplate::yearTiny()']]] ]; diff --git a/docs/html/search/all_14.html b/docs/html/search/all_14.html index 72d12e90e..afecf5634 100644 --- a/docs/html/search/all_14.html +++ b/docs/html/search/all_14.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_14.js b/docs/html/search/all_14.js index e8ae843a5..3b8c84958 100644 --- a/docs/html/search/all_14.js +++ b/docs/html/search/all_14.js @@ -1,28 +1,26 @@ var searchData= [ - ['zoneinfo_20data_20files_264',['ZoneInfo Data Files',['../md__home_brian_src_AceTime_src_ace_time_internal_README.html',1,'']]], - ['zonecontext_265',['ZoneContext',['../structace__time_1_1internal_1_1ZoneContext.html',1,'ace_time::internal']]], - ['zoned_5fdate_5ftime_5fmutation_2eh_266',['zoned_date_time_mutation.h',['../zoned__date__time__mutation_8h.html',1,'']]], - ['zoneddatetime_267',['ZonedDateTime',['../classace__time_1_1ZonedDateTime.html',1,'ace_time::ZonedDateTime'],['../classace__time_1_1ZonedDateTime.html#acd0b9c37aa77071b6c4f5230f8f32caf',1,'ace_time::ZonedDateTime::ZonedDateTime()']]], - ['zoneerabroker_268',['ZoneEraBroker',['../classace__time_1_1extended_1_1ZoneEraBroker.html',1,'ace_time::extended::ZoneEraBroker'],['../classace__time_1_1basic_1_1ZoneEraBroker.html',1,'ace_time::basic::ZoneEraBroker']]], - ['zoneid_269',['zoneId',['../structace__time_1_1TimeZoneData.html#a33cee3c6e0a13796bfc9bad62f18d567',1,'ace_time::TimeZoneData::zoneId()'],['../classace__time_1_1BasicZone.html#a360efba115e043ad28c69511f229454d',1,'ace_time::BasicZone::zoneId()'],['../classace__time_1_1ExtendedZone.html#a27bd334749849e8bc8bf56a2c47a5d61',1,'ace_time::ExtendedZone::zoneId()']]], - ['zoneinfobroker_270',['ZoneInfoBroker',['../classace__time_1_1extended_1_1ZoneInfoBroker.html',1,'ace_time::extended::ZoneInfoBroker'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html',1,'ace_time::basic::ZoneInfoBroker']]], - ['zonemanager_271',['ZoneManager',['../classace__time_1_1ZoneManager.html',1,'ace_time']]], - ['zonemanagertemplate_272',['ZoneManagerTemplate',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time::ZoneManagerTemplate< ZI, ZRR, ZP, Z >'],['../classace__time_1_1ZoneManagerTemplate.html#aec8e7ed6cdffec70bcac827a4c17df1f',1,'ace_time::ZoneManagerTemplate::ZoneManagerTemplate()']]], - ['zonemanagertemplate_3c_20basic_3a_3azoneinfo_2c_20basic_3a_3azoneregistrar_2c_20basiczoneprocessor_2c_20basiczone_20_3e_273',['ZoneManagerTemplate< basic::ZoneInfo, basic::ZoneRegistrar, BasicZoneProcessor, BasicZone >',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], - ['zonemanagertemplate_3c_20extended_3a_3azoneinfo_2c_20extended_3a_3azoneregistrar_2c_20extendedzoneprocessor_2c_20extendedzone_20_3e_274',['ZoneManagerTemplate< extended::ZoneInfo, extended::ZoneRegistrar, ExtendedZoneProcessor, ExtendedZone >',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], - ['zonepolicybroker_275',['ZonePolicyBroker',['../classace__time_1_1extended_1_1ZonePolicyBroker.html',1,'ace_time::extended::ZonePolicyBroker'],['../classace__time_1_1basic_1_1ZonePolicyBroker.html',1,'ace_time::basic::ZonePolicyBroker']]], - ['zoneprocessor_276',['ZoneProcessor',['../classace__time_1_1ZoneProcessor.html',1,'ace_time::ZoneProcessor'],['../classace__time_1_1ZoneProcessor.html#a1b45f4d91195b4dfc63bbd4e4e3acb60',1,'ace_time::ZoneProcessor::ZoneProcessor()']]], - ['zoneprocessorcachebasetemplate_277',['ZoneProcessorCacheBaseTemplate',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html',1,'ace_time']]], - ['zoneprocessorcachebasetemplate_3c_20basiczoneprocessor_20_3e_278',['ZoneProcessorCacheBaseTemplate< BasicZoneProcessor >',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html',1,'ace_time']]], - ['zoneprocessorcachebasetemplate_3c_20extendedzoneprocessor_20_3e_279',['ZoneProcessorCacheBaseTemplate< ExtendedZoneProcessor >',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html',1,'ace_time']]], - ['zoneregistrar_280',['ZoneRegistrar',['../classace__time_1_1basic_1_1ZoneRegistrar.html',1,'ace_time::basic::ZoneRegistrar'],['../classace__time_1_1extended_1_1ZoneRegistrar.html',1,'ace_time::extended::ZoneRegistrar']]], - ['zoneregistrartemplate_281',['ZoneRegistrarTemplate',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal::ZoneRegistrarTemplate< ZI, ZIB, ZRGB >'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#af4ac130d31cce28daf8770fce4a93450',1,'ace_time::internal::ZoneRegistrarTemplate::ZoneRegistrarTemplate()']]], - ['zoneregistrartemplate_3c_20basic_3a_3azoneinfo_2c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneregistrybroker_20_3e_282',['ZoneRegistrarTemplate< basic::ZoneInfo, basic::ZoneInfoBroker, basic::ZoneRegistryBroker >',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], - ['zoneregistrartemplate_3c_20extended_3a_3azoneinfo_2c_20extended_3a_3azoneinfobroker_2c_20extended_3a_3azoneregistrybroker_20_3e_283',['ZoneRegistrarTemplate< extended::ZoneInfo, extended::ZoneInfoBroker, extended::ZoneRegistryBroker >',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], - ['zoneregistrybroker_284',['ZoneRegistryBroker',['../classace__time_1_1basic_1_1ZoneRegistryBroker.html',1,'ace_time::basic::ZoneRegistryBroker'],['../classace__time_1_1extended_1_1ZoneRegistryBroker.html',1,'ace_time::extended::ZoneRegistryBroker']]], - ['zoneregistrysize_285',['zoneRegistrySize',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7491b6d0c31a035369c9abcdc16182b8',1,'ace_time::internal::ZoneRegistrarTemplate::zoneRegistrySize()'],['../classace__time_1_1ZoneManagerTemplate.html#acb9eaf240d671957dc6338217a2ccc85',1,'ace_time::ZoneManagerTemplate::zoneRegistrySize()']]], - ['zonerulebroker_286',['ZoneRuleBroker',['../classace__time_1_1extended_1_1ZoneRuleBroker.html',1,'ace_time::extended::ZoneRuleBroker'],['../classace__time_1_1basic_1_1ZoneRuleBroker.html',1,'ace_time::basic::ZoneRuleBroker']]], - ['zonesorterbyname_287',['ZoneSorterByName',['../classace__time_1_1ZoneSorterByName.html',1,'ace_time::ZoneSorterByName< ZM >'],['../classace__time_1_1ZoneSorterByName.html#a2368f6c18e703e0786484d03c2aa054b',1,'ace_time::ZoneSorterByName::ZoneSorterByName()']]], - ['zonesorterbyoffsetandname_288',['ZoneSorterByOffsetAndName',['../classace__time_1_1ZoneSorterByOffsetAndName.html',1,'ace_time::ZoneSorterByOffsetAndName< ZM >'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#aac6183cce422e6f268faf5c8ecd292e2',1,'ace_time::ZoneSorterByOffsetAndName::ZoneSorterByOffsetAndName()']]] + ['zonecontext_267',['ZoneContext',['../structace__time_1_1internal_1_1ZoneContext.html',1,'ace_time::internal']]], + ['zoned_5fdate_5ftime_5fmutation_2eh_268',['zoned_date_time_mutation.h',['../zoned__date__time__mutation_8h.html',1,'']]], + ['zoneddatetime_269',['ZonedDateTime',['../classace__time_1_1ZonedDateTime.html',1,'ace_time::ZonedDateTime'],['../classace__time_1_1ZonedDateTime.html#acd0b9c37aa77071b6c4f5230f8f32caf',1,'ace_time::ZonedDateTime::ZonedDateTime()']]], + ['zoneerabroker_270',['ZoneEraBroker',['../classace__time_1_1basic_1_1ZoneEraBroker.html',1,'ace_time::basic::ZoneEraBroker'],['../classace__time_1_1extended_1_1ZoneEraBroker.html',1,'ace_time::extended::ZoneEraBroker']]], + ['zoneid_271',['zoneId',['../classace__time_1_1ExtendedZone.html#a27bd334749849e8bc8bf56a2c47a5d61',1,'ace_time::ExtendedZone::zoneId()'],['../classace__time_1_1BasicZone.html#a360efba115e043ad28c69511f229454d',1,'ace_time::BasicZone::zoneId()'],['../structace__time_1_1TimeZoneData.html#a33cee3c6e0a13796bfc9bad62f18d567',1,'ace_time::TimeZoneData::zoneId()']]], + ['zoneinfo_20data_20files_272',['ZoneInfo Data Files',['../md__home_brian_src_AceTime_src_ace_time_internal_README.html',1,'']]], + ['zoneinfobroker_273',['ZoneInfoBroker',['../classace__time_1_1basic_1_1ZoneInfoBroker.html',1,'ace_time::basic::ZoneInfoBroker'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html',1,'ace_time::extended::ZoneInfoBroker']]], + ['zonemanager_274',['ZoneManager',['../classace__time_1_1ZoneManager.html',1,'ace_time']]], + ['zonemanagertemplate_275',['ZoneManagerTemplate',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time::ZoneManagerTemplate< ZI, ZRR, ZP, Z >'],['../classace__time_1_1ZoneManagerTemplate.html#aec8e7ed6cdffec70bcac827a4c17df1f',1,'ace_time::ZoneManagerTemplate::ZoneManagerTemplate()']]], + ['zonemanagertemplate_3c_20basic_3a_3azoneinfo_2c_20basic_3a_3azoneregistrar_2c_20basiczoneprocessor_2c_20basiczone_20_3e_276',['ZoneManagerTemplate< basic::ZoneInfo, basic::ZoneRegistrar, BasicZoneProcessor, BasicZone >',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], + ['zonemanagertemplate_3c_20extended_3a_3azoneinfo_2c_20extended_3a_3azoneregistrar_2c_20extendedzoneprocessor_2c_20extendedzone_20_3e_277',['ZoneManagerTemplate< extended::ZoneInfo, extended::ZoneRegistrar, ExtendedZoneProcessor, ExtendedZone >',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], + ['zonepolicybroker_278',['ZonePolicyBroker',['../classace__time_1_1basic_1_1ZonePolicyBroker.html',1,'ace_time::basic::ZonePolicyBroker'],['../classace__time_1_1extended_1_1ZonePolicyBroker.html',1,'ace_time::extended::ZonePolicyBroker']]], + ['zoneprocessor_279',['ZoneProcessor',['../classace__time_1_1ZoneProcessor.html',1,'ace_time::ZoneProcessor'],['../classace__time_1_1ZoneProcessor.html#a1b45f4d91195b4dfc63bbd4e4e3acb60',1,'ace_time::ZoneProcessor::ZoneProcessor()']]], + ['zoneprocessorcachebasetemplate_280',['ZoneProcessorCacheBaseTemplate',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html',1,'ace_time']]], + ['zoneregistrar_281',['ZoneRegistrar',['../classace__time_1_1basic_1_1ZoneRegistrar.html',1,'ace_time::basic::ZoneRegistrar'],['../classace__time_1_1extended_1_1ZoneRegistrar.html',1,'ace_time::extended::ZoneRegistrar']]], + ['zoneregistrartemplate_282',['ZoneRegistrarTemplate',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal::ZoneRegistrarTemplate< ZI, ZIB, ZRGB >'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#af4ac130d31cce28daf8770fce4a93450',1,'ace_time::internal::ZoneRegistrarTemplate::ZoneRegistrarTemplate()']]], + ['zoneregistrartemplate_3c_20basic_3a_3azoneinfo_2c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneregistrybroker_20_3e_283',['ZoneRegistrarTemplate< basic::ZoneInfo, basic::ZoneInfoBroker, basic::ZoneRegistryBroker >',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], + ['zoneregistrartemplate_3c_20extended_3a_3azoneinfo_2c_20extended_3a_3azoneinfobroker_2c_20extended_3a_3azoneregistrybroker_20_3e_284',['ZoneRegistrarTemplate< extended::ZoneInfo, extended::ZoneInfoBroker, extended::ZoneRegistryBroker >',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], + ['zoneregistrybroker_285',['ZoneRegistryBroker',['../classace__time_1_1basic_1_1ZoneRegistryBroker.html',1,'ace_time::basic::ZoneRegistryBroker'],['../classace__time_1_1extended_1_1ZoneRegistryBroker.html',1,'ace_time::extended::ZoneRegistryBroker']]], + ['zoneregistrysize_286',['zoneRegistrySize',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7491b6d0c31a035369c9abcdc16182b8',1,'ace_time::internal::ZoneRegistrarTemplate::zoneRegistrySize()'],['../classace__time_1_1ZoneManagerTemplate.html#acb9eaf240d671957dc6338217a2ccc85',1,'ace_time::ZoneManagerTemplate::zoneRegistrySize()']]], + ['zonerulebroker_287',['ZoneRuleBroker',['../classace__time_1_1basic_1_1ZoneRuleBroker.html',1,'ace_time::basic::ZoneRuleBroker'],['../classace__time_1_1extended_1_1ZoneRuleBroker.html',1,'ace_time::extended::ZoneRuleBroker']]], + ['zonesorterbyname_288',['ZoneSorterByName',['../classace__time_1_1ZoneSorterByName.html',1,'ace_time::ZoneSorterByName< ZM >'],['../classace__time_1_1ZoneSorterByName.html#a2368f6c18e703e0786484d03c2aa054b',1,'ace_time::ZoneSorterByName::ZoneSorterByName()']]], + ['zonesorterbyoffsetandname_289',['ZoneSorterByOffsetAndName',['../classace__time_1_1ZoneSorterByOffsetAndName.html',1,'ace_time::ZoneSorterByOffsetAndName< ZM >'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#aac6183cce422e6f268faf5c8ecd292e2',1,'ace_time::ZoneSorterByOffsetAndName::ZoneSorterByOffsetAndName()']]] ]; diff --git a/docs/html/search/all_2.html b/docs/html/search/all_2.html index b26d91650..02cfffc2e 100644 --- a/docs/html/search/all_2.html +++ b/docs/html/search/all_2.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_2.js b/docs/html/search/all_2.js index 1ad2737b0..6268c0c77 100644 --- a/docs/html/search/all_2.js +++ b/docs/html/search/all_2.js @@ -5,7 +5,7 @@ var searchData= ['compat_2eh_20',['compat.h',['../compat_8h.html',1,'']]], ['converttotimeoffset_21',['convertToTimeOffset',['../classace__time_1_1OffsetDateTime.html#a89bc4bbb2b7aa5c36950ac25671707ea',1,'ace_time::OffsetDateTime']]], ['converttotimezone_22',['convertToTimeZone',['../classace__time_1_1ZonedDateTime.html#a53c4825eb710b77030773b7890cf3909',1,'ace_time::ZonedDateTime']]], - ['createfortimezonedata_23',['createForTimeZoneData',['../classace__time_1_1ManualZoneManager.html#aae6c3a55953025325a860e4c8dfbd663',1,'ace_time::ManualZoneManager::createForTimeZoneData()'],['../classace__time_1_1ZoneManagerTemplate.html#a1455ad9e96b4a7ea457ba129aac39cc0',1,'ace_time::ZoneManagerTemplate::createForTimeZoneData()']]], + ['createfortimezonedata_23',['createForTimeZoneData',['../classace__time_1_1ManualZoneManager.html#aae6c3a55953025325a860e4c8dfbd663',1,'ace_time::ManualZoneManager::createForTimeZoneData()'],['../classace__time_1_1ZoneManagerTemplate.html#a1455ad9e96b4a7ea457ba129aac39cc0',1,'ace_time::ZoneManagerTemplate::createForTimeZoneData(const TimeZoneData &d)']]], ['createforzoneid_24',['createForZoneId',['../classace__time_1_1ZoneManagerTemplate.html#a2a7f9bdf9cae59621fcea9e0684edd3d',1,'ace_time::ZoneManagerTemplate']]], ['createforzoneindex_25',['createForZoneIndex',['../classace__time_1_1ZoneManagerTemplate.html#af860acb9df450629459f96ce17a2be1b',1,'ace_time::ZoneManagerTemplate']]], ['createforzoneinfo_26',['createForZoneInfo',['../classace__time_1_1ZoneManagerTemplate.html#a961bbae78c6e6bcd54a4b69fa47f1f0e',1,'ace_time::ZoneManagerTemplate']]], diff --git a/docs/html/search/all_3.html b/docs/html/search/all_3.html index b61b96f83..39767b85b 100644 --- a/docs/html/search/all_3.html +++ b/docs/html/search/all_3.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_3.js b/docs/html/search/all_3.js index 64e677c4c..def46daa6 100644 --- a/docs/html/search/all_3.js +++ b/docs/html/search/all_3.js @@ -2,7 +2,7 @@ var searchData= [ ['datestrings_28',['DateStrings',['../classace__time_1_1DateStrings.html',1,'ace_time']]], ['datetuple_29',['DateTuple',['../structace__time_1_1extended_1_1DateTuple.html',1,'ace_time::extended']]], - ['day_30',['day',['../classace__time_1_1LocalDate.html#aff99fa459db6a5952bdb6c8397e69c56',1,'ace_time::LocalDate::day() const'],['../classace__time_1_1LocalDate.html#a22ed747f8642691e6254b3e17bf43664',1,'ace_time::LocalDate::day(uint8_t day)'],['../classace__time_1_1LocalDateTime.html#a39d5bc65b884fc0ad00e46b96eee71ef',1,'ace_time::LocalDateTime::day() const'],['../classace__time_1_1LocalDateTime.html#a73ebac3c549b8212f20ec9dfd8f15bb3',1,'ace_time::LocalDateTime::day(uint8_t day)'],['../classace__time_1_1OffsetDateTime.html#a128afa44d94db7f8ea6186b090ffe067',1,'ace_time::OffsetDateTime::day() const'],['../classace__time_1_1OffsetDateTime.html#a9de570ed6b93be3be3c1717f0621e8fb',1,'ace_time::OffsetDateTime::day(uint8_t day)'],['../classace__time_1_1ZonedDateTime.html#a951bfb83ff1a03125cc122be6f5da675',1,'ace_time::ZonedDateTime::day() const'],['../classace__time_1_1ZonedDateTime.html#a5ee4d3be47028aec0bed03ba750ef3e9',1,'ace_time::ZonedDateTime::day(uint8_t day)']]], + ['day_30',['day',['../classace__time_1_1ZonedDateTime.html#a5ee4d3be47028aec0bed03ba750ef3e9',1,'ace_time::ZonedDateTime::day(uint8_t day)'],['../classace__time_1_1ZonedDateTime.html#a951bfb83ff1a03125cc122be6f5da675',1,'ace_time::ZonedDateTime::day() const'],['../classace__time_1_1OffsetDateTime.html#a9de570ed6b93be3be3c1717f0621e8fb',1,'ace_time::OffsetDateTime::day(uint8_t day)'],['../classace__time_1_1OffsetDateTime.html#a128afa44d94db7f8ea6186b090ffe067',1,'ace_time::OffsetDateTime::day() const'],['../classace__time_1_1LocalDateTime.html#a73ebac3c549b8212f20ec9dfd8f15bb3',1,'ace_time::LocalDateTime::day(uint8_t day)'],['../classace__time_1_1LocalDateTime.html#a39d5bc65b884fc0ad00e46b96eee71ef',1,'ace_time::LocalDateTime::day() const'],['../classace__time_1_1LocalDate.html#a22ed747f8642691e6254b3e17bf43664',1,'ace_time::LocalDate::day(uint8_t day)'],['../classace__time_1_1LocalDate.html#aff99fa459db6a5952bdb6c8397e69c56',1,'ace_time::LocalDate::day() const']]], ['dayofweek_31',['dayOfWeek',['../classace__time_1_1LocalDate.html#a340aaa8f1767def162ccaae8c2d3e2c5',1,'ace_time::LocalDate::dayOfWeek()'],['../classace__time_1_1LocalDateTime.html#ad8f220f1853f17858618968d8d90b900',1,'ace_time::LocalDateTime::dayOfWeek()'],['../classace__time_1_1OffsetDateTime.html#aacf85984e6500a9a393bff6644d2075a',1,'ace_time::OffsetDateTime::dayOfWeek()'],['../classace__time_1_1ZonedDateTime.html#a252e514a2527c07c2715bb960f6c27d9',1,'ace_time::ZonedDateTime::dayOfWeek()']]], ['dayofweeklongstring_32',['dayOfWeekLongString',['../classace__time_1_1DateStrings.html#a324ee6fb27c9ce6fc16bd95a7ef321bd',1,'ace_time::DateStrings']]], ['dayofweekshortstring_33',['dayOfWeekShortString',['../classace__time_1_1DateStrings.html#a65785a25074404b4ec3c1c94c8d469da',1,'ace_time::DateStrings']]], diff --git a/docs/html/search/all_4.html b/docs/html/search/all_4.html index 06de1550e..fc40463c8 100644 --- a/docs/html/search/all_4.html +++ b/docs/html/search/all_4.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_4.js b/docs/html/search/all_4.js index 54fb60865..6055895cd 100644 --- a/docs/html/search/all_4.js +++ b/docs/html/search/all_4.js @@ -1,8 +1,8 @@ var searchData= [ ['equals_36',['equals',['../classace__time_1_1ZoneProcessor.html#aa78857884d8b64d4be4b499970d63a70',1,'ace_time::ZoneProcessor']]], - ['equalszonekey_37',['equalsZoneKey',['../classace__time_1_1BasicZoneProcessorTemplate.html#a1d5077215681ac06c683f633be688fea',1,'ace_time::BasicZoneProcessorTemplate::equalsZoneKey()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a700795c7fd43f3af82727bf2a461c264',1,'ace_time::ExtendedZoneProcessorTemplate::equalsZoneKey()'],['../classace__time_1_1ZoneProcessor.html#aa5a25a2082ceed26ff15eb72cd1c5724',1,'ace_time::ZoneProcessor::equalsZoneKey()']]], - ['era_38',['era',['../structace__time_1_1basic_1_1TransitionTemplate.html#a5211a848e5d854af448d81faaa612d35',1,'ace_time::basic::TransitionTemplate::era()'],['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a5e03aa70d8760e9229b415729186334f',1,'ace_time::extended::MatchingEraTemplate::era()']]], + ['equalszonekey_37',['equalsZoneKey',['../classace__time_1_1ZoneProcessor.html#aa5a25a2082ceed26ff15eb72cd1c5724',1,'ace_time::ZoneProcessor::equalsZoneKey()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a700795c7fd43f3af82727bf2a461c264',1,'ace_time::ExtendedZoneProcessorTemplate::equalsZoneKey()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a1d5077215681ac06c683f633be688fea',1,'ace_time::BasicZoneProcessorTemplate::equalsZoneKey()']]], + ['era_38',['era',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a5e03aa70d8760e9229b415729186334f',1,'ace_time::extended::MatchingEraTemplate::era()'],['../structace__time_1_1basic_1_1TransitionTemplate.html#a5211a848e5d854af448d81faaa612d35',1,'ace_time::basic::TransitionTemplate::era()']]], ['extendedbrokers_2eh_39',['ExtendedBrokers.h',['../ExtendedBrokers_8h.html',1,'']]], ['extendedlinkmanager_40',['ExtendedLinkManager',['../classace__time_1_1ExtendedLinkManager.html',1,'ace_time::ExtendedLinkManager'],['../classace__time_1_1ExtendedLinkManager.html#a385911c420a29a28887415620c09c798',1,'ace_time::ExtendedLinkManager::ExtendedLinkManager()']]], ['extendedzone_41',['ExtendedZone',['../classace__time_1_1ExtendedZone.html',1,'ace_time::ExtendedZone'],['../classace__time_1_1ExtendedZone.html#a957f28288f46b576446f406d4b1dda60',1,'ace_time::ExtendedZone::ExtendedZone(const extended::ZoneInfo *zoneInfo)'],['../classace__time_1_1ExtendedZone.html#a25726bb96da36e1c3418a75f456d812b',1,'ace_time::ExtendedZone::ExtendedZone(const extended::ZoneInfoBroker &zoneInfo)']]], diff --git a/docs/html/search/all_5.html b/docs/html/search/all_5.html index 2544c4e5b..9dd9344b0 100644 --- a/docs/html/search/all_5.html +++ b/docs/html/search/all_5.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_5.js b/docs/html/search/all_5.js index 5815a6a0d..ebcbf60fa 100644 --- a/docs/html/search/all_5.js +++ b/docs/html/search/all_5.js @@ -1,20 +1,20 @@ var searchData= [ - ['fillindexes_47',['fillIndexes',['../classace__time_1_1ZoneSorterByName.html#abd2459d83e1b1bfe024abd1d4e821b15',1,'ace_time::ZoneSorterByName::fillIndexes()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a6aa614c7e97d1740606909317205a620',1,'ace_time::ZoneSorterByOffsetAndName::fillIndexes()']]], + ['fillindexes_47',['fillIndexes',['../classace__time_1_1ZoneSorterByOffsetAndName.html#a6aa614c7e97d1740606909317205a620',1,'ace_time::ZoneSorterByOffsetAndName::fillIndexes()'],['../classace__time_1_1ZoneSorterByName.html#abd2459d83e1b1bfe024abd1d4e821b15',1,'ace_time::ZoneSorterByName::fillIndexes()']]], ['findindexforid_48',['findIndexForId',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a5bd9996c09713c8aed1bacf540c203a4',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForId()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#af0b97bc8d05117ad9a3b8a1b63b82327',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForId()']]], ['findindexforidbinary_49',['findIndexForIdBinary',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a90cbd9d51294f8ec68ac6373ae6f03bb',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForIdBinary()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7feaa21fa3b6739cdae255aebd3e7c77',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForIdBinary()']]], - ['findindexforidlinear_50',['findIndexForIdLinear',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a57965097ad4af366332ac784a94a1d50',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForIdLinear()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a045feaa9f950c8699880b3de329b62fb',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForIdLinear()']]], + ['findindexforidlinear_50',['findIndexForIdLinear',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a57965097ad4af366332ac784a94a1d50',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForIdLinear()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a045feaa9f950c8699880b3de329b62fb',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForIdLinear(uint32_t zoneId) const']]], ['findindexforname_51',['findIndexForName',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a9f850b1e501782a0adbc79e94d25e82e',1,'ace_time::internal::ZoneRegistrarTemplate']]], ['findtransitionfordatetime_52',['findTransitionForDateTime',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a6ff4d508b408689a8e2cbca17df1d6cb',1,'ace_time::extended::TransitionStorageTemplate']]], ['findtransitionforseconds_53',['findTransitionForSeconds',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#ad84866d31ff6bfdbedc588592b92aad7',1,'ace_time::extended::TransitionStorageTemplate']]], - ['fold_54',['fold',['../classace__time_1_1LocalDateTime.html#a6d082508f73c7a9dbca81c0a2287eb40',1,'ace_time::LocalDateTime::fold() const'],['../classace__time_1_1LocalDateTime.html#a282ea1a664060ba70cc30dfbbfdfc3c4',1,'ace_time::LocalDateTime::fold(uint8_t fold)'],['../classace__time_1_1LocalTime.html#a2ce63c8501efc8026f722c43935c3d2d',1,'ace_time::LocalTime::fold() const'],['../classace__time_1_1LocalTime.html#af21f20be4d4194d909e49bdf3a58677d',1,'ace_time::LocalTime::fold(uint8_t fold)'],['../classace__time_1_1OffsetDateTime.html#a7664a39b4b4227657497163d25965edc',1,'ace_time::OffsetDateTime::fold() const'],['../classace__time_1_1OffsetDateTime.html#ad886ec1066627dc8826ebef799a4b282',1,'ace_time::OffsetDateTime::fold(uint8_t fold)'],['../classace__time_1_1ZonedDateTime.html#a4e5c076c20cd25aae740ae0036c846c9',1,'ace_time::ZonedDateTime::fold() const'],['../classace__time_1_1ZonedDateTime.html#a0d80579bc7eafd9b0cff8ad9c3792c29',1,'ace_time::ZonedDateTime::fold(uint8_t fold)']]], + ['fold_54',['fold',['../classace__time_1_1ZonedDateTime.html#a0d80579bc7eafd9b0cff8ad9c3792c29',1,'ace_time::ZonedDateTime::fold(uint8_t fold)'],['../classace__time_1_1ZonedDateTime.html#a4e5c076c20cd25aae740ae0036c846c9',1,'ace_time::ZonedDateTime::fold() const'],['../classace__time_1_1OffsetDateTime.html#ad886ec1066627dc8826ebef799a4b282',1,'ace_time::OffsetDateTime::fold(uint8_t fold)'],['../classace__time_1_1OffsetDateTime.html#a7664a39b4b4227657497163d25965edc',1,'ace_time::OffsetDateTime::fold() const'],['../classace__time_1_1LocalTime.html#a2ce63c8501efc8026f722c43935c3d2d',1,'ace_time::LocalTime::fold()'],['../classace__time_1_1LocalDateTime.html#a282ea1a664060ba70cc30dfbbfdfc3c4',1,'ace_time::LocalDateTime::fold(uint8_t fold)'],['../classace__time_1_1LocalDateTime.html#a6d082508f73c7a9dbca81c0a2287eb40',1,'ace_time::LocalDateTime::fold() const'],['../classace__time_1_1LocalTime.html#af21f20be4d4194d909e49bdf3a58677d',1,'ace_time::LocalTime::fold()']]], ['forcomponents_55',['forComponents',['../classace__time_1_1LocalDate.html#a03470885c11a33172e869825327b3058',1,'ace_time::LocalDate::forComponents()'],['../classace__time_1_1LocalDateTime.html#a2fc60cd721cbfe128e4feec378bb9be0',1,'ace_time::LocalDateTime::forComponents()'],['../classace__time_1_1LocalTime.html#a200a5eae3db7be400000414d058be248',1,'ace_time::LocalTime::forComponents()'],['../classace__time_1_1OffsetDateTime.html#afcc18763dd38086c17221897d45f9b2c',1,'ace_time::OffsetDateTime::forComponents()'],['../classace__time_1_1ZonedDateTime.html#a00ab2ef530c51e068b3b67dc91a69ccf',1,'ace_time::ZonedDateTime::forComponents()']]], - ['fordatestring_56',['forDateString',['../classace__time_1_1LocalDate.html#a8d639466331ab604d1a2fcf805aa7e3c',1,'ace_time::LocalDate::forDateString()'],['../classace__time_1_1LocalDateTime.html#a7009318e9e3934c7ec480442a6ea0a4c',1,'ace_time::LocalDateTime::forDateString(const char *dateString)'],['../classace__time_1_1LocalDateTime.html#a01cc56a01909d115b6b46bc3802a8cfa',1,'ace_time::LocalDateTime::forDateString(const __FlashStringHelper *dateString)'],['../classace__time_1_1OffsetDateTime.html#aa9a42a7edde026280d0a31b1a3208f11',1,'ace_time::OffsetDateTime::forDateString(const char *dateString)'],['../classace__time_1_1OffsetDateTime.html#ac2994e2140d0611090bdda8e0f33a70a',1,'ace_time::OffsetDateTime::forDateString(const __FlashStringHelper *dateString)'],['../classace__time_1_1ZonedDateTime.html#af1a0e9051776bade2c00cbaf1c39dd97',1,'ace_time::ZonedDateTime::forDateString(const char *dateString)'],['../classace__time_1_1ZonedDateTime.html#a4dec313e98aba074b99efcdc22be6333',1,'ace_time::ZonedDateTime::forDateString(const __FlashStringHelper *dateString)']]], + ['fordatestring_56',['forDateString',['../classace__time_1_1LocalDateTime.html#a01cc56a01909d115b6b46bc3802a8cfa',1,'ace_time::LocalDateTime::forDateString()'],['../classace__time_1_1ZonedDateTime.html#a4dec313e98aba074b99efcdc22be6333',1,'ace_time::ZonedDateTime::forDateString(const __FlashStringHelper *dateString)'],['../classace__time_1_1ZonedDateTime.html#af1a0e9051776bade2c00cbaf1c39dd97',1,'ace_time::ZonedDateTime::forDateString(const char *dateString)'],['../classace__time_1_1OffsetDateTime.html#ac2994e2140d0611090bdda8e0f33a70a',1,'ace_time::OffsetDateTime::forDateString(const __FlashStringHelper *dateString)'],['../classace__time_1_1OffsetDateTime.html#aa9a42a7edde026280d0a31b1a3208f11',1,'ace_time::OffsetDateTime::forDateString(const char *dateString)'],['../classace__time_1_1LocalDateTime.html#a7009318e9e3934c7ec480442a6ea0a4c',1,'ace_time::LocalDateTime::forDateString()'],['../classace__time_1_1LocalDate.html#a8d639466331ab604d1a2fcf805aa7e3c',1,'ace_time::LocalDate::forDateString(const char *dateString)']]], ['fordatestringchainable_57',['forDateStringChainable',['../classace__time_1_1LocalDate.html#afa781acb2029650721e589e4bd518940',1,'ace_time::LocalDate::forDateStringChainable()'],['../classace__time_1_1LocalDateTime.html#ad14a21540e27fad838c798ede040d480',1,'ace_time::LocalDateTime::forDateStringChainable()'],['../classace__time_1_1OffsetDateTime.html#a21dffc4999ae12be1d4fc30d5c66dd27',1,'ace_time::OffsetDateTime::forDateStringChainable()']]], ['forepochdays_58',['forEpochDays',['../classace__time_1_1LocalDate.html#ad3fffbf6406717f246b7331324d9c903',1,'ace_time::LocalDate']]], - ['forepochseconds_59',['forEpochSeconds',['../classace__time_1_1LocalDate.html#ab04f803683ec7c9ae5d4037efb297a77',1,'ace_time::LocalDate::forEpochSeconds()'],['../classace__time_1_1LocalDateTime.html#a22d1cb9b735e129f6a495f21d0c408e9',1,'ace_time::LocalDateTime::forEpochSeconds()'],['../classace__time_1_1OffsetDateTime.html#ab9a8f6f8046721947f6922033cc0504f',1,'ace_time::OffsetDateTime::forEpochSeconds()'],['../classace__time_1_1ZonedDateTime.html#a9c02e18eba7ef8af1e41d4ecfe727bee',1,'ace_time::ZonedDateTime::forEpochSeconds()']]], - ['forerror_60',['forError',['../classace__time_1_1LocalDate.html#a14037a4c8d2eb68f35cbb95697d95297',1,'ace_time::LocalDate::forError()'],['../classace__time_1_1LocalDateTime.html#a5e238445e0b676f3a166e5bdc3794aa9',1,'ace_time::LocalDateTime::forError()'],['../classace__time_1_1LocalTime.html#a8247076d11be2b794b40930854f5739e',1,'ace_time::LocalTime::forError()'],['../classace__time_1_1OffsetDateTime.html#a7212a3a5c48a938f10cbebbc41d5deeb',1,'ace_time::OffsetDateTime::forError()'],['../classace__time_1_1TimeOffset.html#a806d24189da02dd31a7570b0dcddc542',1,'ace_time::TimeOffset::forError()'],['../classace__time_1_1TimePeriod.html#a1a712b883579f26ea7afc158205e289b',1,'ace_time::TimePeriod::forError()'],['../classace__time_1_1TimeZone.html#aa145ae518fa6bfbcd9c712a7047d510d',1,'ace_time::TimeZone::forError()'],['../classace__time_1_1ZonedDateTime.html#a9ad7a24801f799498c1c51c33fc5c971',1,'ace_time::ZonedDateTime::forError()']]], - ['forhourminute_61',['forHourMinute',['../classace__time_1_1TimeOffset.html#aeb43c8af6b3b71f1bbabdfb58be62eb7',1,'ace_time::TimeOffset::forHourMinute()'],['../classace__time_1_1TimeZone.html#af2f141b5117d795d055871ebbe160ae9',1,'ace_time::TimeZone::forHourMinute()']]], + ['forepochseconds_59',['forEpochSeconds',['../classace__time_1_1ZonedDateTime.html#a9c02e18eba7ef8af1e41d4ecfe727bee',1,'ace_time::ZonedDateTime::forEpochSeconds()'],['../classace__time_1_1OffsetDateTime.html#ab9a8f6f8046721947f6922033cc0504f',1,'ace_time::OffsetDateTime::forEpochSeconds()'],['../classace__time_1_1LocalDate.html#ab04f803683ec7c9ae5d4037efb297a77',1,'ace_time::LocalDate::forEpochSeconds()'],['../classace__time_1_1LocalDateTime.html#a22d1cb9b735e129f6a495f21d0c408e9',1,'ace_time::LocalDateTime::forEpochSeconds(acetime_t epochSeconds, uint8_t fold=0)']]], + ['forerror_60',['forError',['../classace__time_1_1LocalDateTime.html#a5e238445e0b676f3a166e5bdc3794aa9',1,'ace_time::LocalDateTime::forError()'],['../classace__time_1_1LocalTime.html#a8247076d11be2b794b40930854f5739e',1,'ace_time::LocalTime::forError()'],['../classace__time_1_1OffsetDateTime.html#a7212a3a5c48a938f10cbebbc41d5deeb',1,'ace_time::OffsetDateTime::forError()'],['../classace__time_1_1TimeOffset.html#a806d24189da02dd31a7570b0dcddc542',1,'ace_time::TimeOffset::forError()'],['../classace__time_1_1TimePeriod.html#a1a712b883579f26ea7afc158205e289b',1,'ace_time::TimePeriod::forError()'],['../classace__time_1_1TimeZone.html#aa145ae518fa6bfbcd9c712a7047d510d',1,'ace_time::TimeZone::forError()'],['../classace__time_1_1ZonedDateTime.html#a9ad7a24801f799498c1c51c33fc5c971',1,'ace_time::ZonedDateTime::forError()'],['../classace__time_1_1LocalDate.html#a14037a4c8d2eb68f35cbb95697d95297',1,'ace_time::LocalDate::forError()']]], + ['forhourminute_61',['forHourMinute',['../classace__time_1_1TimeZone.html#af2f141b5117d795d055871ebbe160ae9',1,'ace_time::TimeZone::forHourMinute()'],['../classace__time_1_1TimeOffset.html#aeb43c8af6b3b71f1bbabdfb58be62eb7',1,'ace_time::TimeOffset::forHourMinute(int8_t hour, int8_t minute)']]], ['forhours_62',['forHours',['../classace__time_1_1TimeOffset.html#ad1aebe35229af3a3739a6ba469007b69',1,'ace_time::TimeOffset::forHours()'],['../classace__time_1_1TimeZone.html#a76e6552e24c32c39dfd699b58cbdbd78',1,'ace_time::TimeZone::forHours()']]], ['forlocaldatetimeandoffset_63',['forLocalDateTimeAndOffset',['../classace__time_1_1OffsetDateTime.html#a671148a5714121eb9b96ddd88f1fe76d',1,'ace_time::OffsetDateTime']]], ['forminutes_64',['forMinutes',['../classace__time_1_1TimeOffset.html#aeb8480a999c6eba58304d02ac32133d2',1,'ace_time::TimeOffset::forMinutes()'],['../classace__time_1_1TimeZone.html#af705d2961ac6409918d4bfc1bfaee75f',1,'ace_time::TimeZone::forMinutes()']]], @@ -26,7 +26,7 @@ var searchData= ['fortimestringchainable_70',['forTimeStringChainable',['../classace__time_1_1LocalTime.html#a61b5c210656837d812bfc75e7eb3e7c5',1,'ace_time::LocalTime']]], ['fortinycomponents_71',['forTinyComponents',['../classace__time_1_1LocalDate.html#ac16b7d78c641cb281ad53a368481fe18',1,'ace_time::LocalDate::forTinyComponents()'],['../classace__time_1_1LocalDateTime.html#ab6840c820484fbd8a9139b7460309d39',1,'ace_time::LocalDateTime::forTinyComponents()']]], ['forunixdays_72',['forUnixDays',['../classace__time_1_1LocalDate.html#ac79dde1baaf4f283cea2766a6985fb95',1,'ace_time::LocalDate']]], - ['forunixseconds_73',['forUnixSeconds',['../classace__time_1_1LocalDate.html#a7ba914aca8565cb77c627a5342674903',1,'ace_time::LocalDate::forUnixSeconds()'],['../classace__time_1_1LocalDateTime.html#aa6fc55b0c4f6ffa1e55beb7158a49be7',1,'ace_time::LocalDateTime::forUnixSeconds()'],['../classace__time_1_1OffsetDateTime.html#af27d40764ac1fa7071b12803180ac1ad',1,'ace_time::OffsetDateTime::forUnixSeconds()'],['../classace__time_1_1ZonedDateTime.html#acd9ae31381d8fa1706515840a93e7b01',1,'ace_time::ZonedDateTime::forUnixSeconds()']]], + ['forunixseconds_73',['forUnixSeconds',['../classace__time_1_1ZonedDateTime.html#acd9ae31381d8fa1706515840a93e7b01',1,'ace_time::ZonedDateTime::forUnixSeconds()'],['../classace__time_1_1OffsetDateTime.html#af27d40764ac1fa7071b12803180ac1ad',1,'ace_time::OffsetDateTime::forUnixSeconds()'],['../classace__time_1_1LocalDateTime.html#aa6fc55b0c4f6ffa1e55beb7158a49be7',1,'ace_time::LocalDateTime::forUnixSeconds()'],['../classace__time_1_1LocalDate.html#a7ba914aca8565cb77c627a5342674903',1,'ace_time::LocalDate::forUnixSeconds(int32_t unixSeconds)']]], ['forunixseconds64_74',['forUnixSeconds64',['../classace__time_1_1LocalDate.html#a21925fbcffdaaf85918aafcc4ee9547b',1,'ace_time::LocalDate::forUnixSeconds64()'],['../classace__time_1_1LocalDateTime.html#a9ae087d3f652b821d60d46a6cf2187fc',1,'ace_time::LocalDateTime::forUnixSeconds64()'],['../classace__time_1_1OffsetDateTime.html#ad8a9280eb0f90e864d285048e764f575',1,'ace_time::OffsetDateTime::forUnixSeconds64()'],['../classace__time_1_1ZonedDateTime.html#a95b4ea8234de38744d3962291fb27ecd',1,'ace_time::ZonedDateTime::forUnixSeconds64()']]], ['forutc_75',['forUtc',['../classace__time_1_1TimeZone.html#a6e0d4b2231806e3d42ed0191fe6db13a',1,'ace_time::TimeZone']]], ['forzoneinfo_76',['forZoneInfo',['../classace__time_1_1TimeZone.html#ac8faf0b3af84d4d35b0c13a8c50918cb',1,'ace_time::TimeZone::forZoneInfo(const basic::ZoneInfo *zoneInfo, BasicZoneProcessor *zoneProcessor)'],['../classace__time_1_1TimeZone.html#a125526cfbe3f25fd4d1443fd18e8b172',1,'ace_time::TimeZone::forZoneInfo(const extended::ZoneInfo *zoneInfo, ExtendedZoneProcessor *zoneProcessor)']]], diff --git a/docs/html/search/all_6.html b/docs/html/search/all_6.html index 43f14eab3..f1e516d75 100644 --- a/docs/html/search/all_6.html +++ b/docs/html/search/all_6.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_6.js b/docs/html/search/all_6.js index 39cdeb2b9..ce8a08fa4 100644 --- a/docs/html/search/all_6.js +++ b/docs/html/search/all_6.js @@ -1,23 +1,23 @@ var searchData= [ - ['getabbrev_79',['getAbbrev',['../classace__time_1_1BasicZoneProcessorTemplate.html#ad531a7fd536501dcaaddd95f294d70e6',1,'ace_time::BasicZoneProcessorTemplate::getAbbrev()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4aa2f35e52d2224225af31bc7d9c08cf',1,'ace_time::ExtendedZoneProcessorTemplate::getAbbrev()'],['../classace__time_1_1TimeZone.html#a44106abad48466a38794f19d2fc6dad0',1,'ace_time::TimeZone::getAbbrev()'],['../classace__time_1_1ZoneProcessor.html#aa080366d78d5b8d8cc56915857e49ddd',1,'ace_time::ZoneProcessor::getAbbrev()']]], + ['getabbrev_79',['getAbbrev',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4aa2f35e52d2224225af31bc7d9c08cf',1,'ace_time::ExtendedZoneProcessorTemplate::getAbbrev()'],['../classace__time_1_1TimeZone.html#a44106abad48466a38794f19d2fc6dad0',1,'ace_time::TimeZone::getAbbrev()'],['../classace__time_1_1ZoneProcessor.html#aa080366d78d5b8d8cc56915857e49ddd',1,'ace_time::ZoneProcessor::getAbbrev()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#ad531a7fd536501dcaaddd95f294d70e6',1,'ace_time::BasicZoneProcessorTemplate::getAbbrev()']]], ['getallocsize_80',['getAllocSize',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a78c711ba3a5beb744bc2901065fb8a01',1,'ace_time::extended::TransitionStorageTemplate']]], - ['getdeltaoffset_81',['getDeltaOffset',['../classace__time_1_1BasicZoneProcessorTemplate.html#a1832a04486d8ef551bc5867b20776ddb',1,'ace_time::BasicZoneProcessorTemplate::getDeltaOffset()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a99490e33fef641ff630a14a8cbfe2249',1,'ace_time::ExtendedZoneProcessorTemplate::getDeltaOffset()'],['../classace__time_1_1TimeZone.html#a0a06c028ece8f167e80e003c2bb1c257',1,'ace_time::TimeZone::getDeltaOffset()'],['../classace__time_1_1ZoneProcessor.html#ac6c4abe6e32c646228cd667114dc81de',1,'ace_time::ZoneProcessor::getDeltaOffset()']]], + ['getdeltaoffset_81',['getDeltaOffset',['../classace__time_1_1ZoneProcessor.html#ac6c4abe6e32c646228cd667114dc81de',1,'ace_time::ZoneProcessor::getDeltaOffset()'],['../classace__time_1_1TimeZone.html#a0a06c028ece8f167e80e003c2bb1c257',1,'ace_time::TimeZone::getDeltaOffset()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a99490e33fef641ff630a14a8cbfe2249',1,'ace_time::ExtendedZoneProcessorTemplate::getDeltaOffset()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a1832a04486d8ef551bc5867b20776ddb',1,'ace_time::BasicZoneProcessorTemplate::getDeltaOffset()']]], ['getdstoffset_82',['getDstOffset',['../classace__time_1_1TimeZone.html#aab84a1543135827889c736eb96298fb4',1,'ace_time::TimeZone']]], ['getfreeagent_83',['getFreeAgent',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a447f3b08c7aff5b53129076487ab85c6',1,'ace_time::extended::TransitionStorageTemplate']]], ['getlinkentryforid_84',['getLinkEntryForId',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a1df370af6f56b6a3e1ec15abe7351547',1,'ace_time::internal::LinkRegistrarTemplate']]], ['getlinkentryforindex_85',['getLinkEntryForIndex',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a1a118ae24f3a8d78b902fd715fac667c',1,'ace_time::internal::LinkRegistrarTemplate']]], - ['getoffsetdatetime_86',['getOffsetDateTime',['../classace__time_1_1BasicZoneProcessorTemplate.html#ad9544ada0ee918048edddca96c44e28c',1,'ace_time::BasicZoneProcessorTemplate::getOffsetDateTime(const LocalDateTime &ldt) const override'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a50eee06d2c32b3e735ad4ed6f39cf64d',1,'ace_time::BasicZoneProcessorTemplate::getOffsetDateTime(acetime_t epochSeconds) const override'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a7434e1a3be298b41ef82e7385289426a',1,'ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime(const LocalDateTime &ldt) const override'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4bdc6301bb1d4ffff9192b161288a80f',1,'ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime(acetime_t epochSeconds) const override'],['../classace__time_1_1TimeZone.html#a542c6ccaf3b95419ef94a3709bee9197',1,'ace_time::TimeZone::getOffsetDateTime(const LocalDateTime &ldt) const'],['../classace__time_1_1TimeZone.html#a61726ae31e9bb7d73b9d69475e40eb70',1,'ace_time::TimeZone::getOffsetDateTime(acetime_t epochSeconds) const'],['../classace__time_1_1ZoneProcessor.html#abb743cef9e4b5c69594f8f121da087ad',1,'ace_time::ZoneProcessor::getOffsetDateTime(const LocalDateTime &ldt) const =0'],['../classace__time_1_1ZoneProcessor.html#ad089911bf92e4b1b32e0ca17f1ecbbe6',1,'ace_time::ZoneProcessor::getOffsetDateTime(acetime_t epochSeconds) const =0']]], + ['getoffsetdatetime_86',['getOffsetDateTime',['../classace__time_1_1ZoneProcessor.html#ad089911bf92e4b1b32e0ca17f1ecbbe6',1,'ace_time::ZoneProcessor::getOffsetDateTime(acetime_t epochSeconds) const =0'],['../classace__time_1_1ZoneProcessor.html#abb743cef9e4b5c69594f8f121da087ad',1,'ace_time::ZoneProcessor::getOffsetDateTime(const LocalDateTime &ldt) const =0'],['../classace__time_1_1TimeZone.html#a61726ae31e9bb7d73b9d69475e40eb70',1,'ace_time::TimeZone::getOffsetDateTime(acetime_t epochSeconds) const'],['../classace__time_1_1TimeZone.html#a542c6ccaf3b95419ef94a3709bee9197',1,'ace_time::TimeZone::getOffsetDateTime(const LocalDateTime &ldt) const'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a7434e1a3be298b41ef82e7385289426a',1,'ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a50eee06d2c32b3e735ad4ed6f39cf64d',1,'ace_time::BasicZoneProcessorTemplate::getOffsetDateTime(acetime_t epochSeconds) const override'],['../classace__time_1_1BasicZoneProcessorTemplate.html#ad9544ada0ee918048edddca96c44e28c',1,'ace_time::BasicZoneProcessorTemplate::getOffsetDateTime(const LocalDateTime &ldt) const override'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4bdc6301bb1d4ffff9192b161288a80f',1,'ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime()']]], ['getprior_87',['getPrior',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a809ac80391c9cc919b3d9c9e054964ad',1,'ace_time::extended::TransitionStorageTemplate']]], ['getstdoffset_88',['getStdOffset',['../classace__time_1_1TimeZone.html#af4f490577af626bb2800ad62ac861668',1,'ace_time::TimeZone']]], ['gettransitionallocsize_89',['getTransitionAllocSize',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#af799723ad429f45de63ee004fc26c3ae',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['gettype_90',['getType',['../classace__time_1_1TimeZone.html#a83e37a197999c7c9890fde96b741f6c6',1,'ace_time::TimeZone::getType()'],['../classace__time_1_1ZoneProcessor.html#a059a9ffeab7e8885e6abe0e0abeb9bde',1,'ace_time::ZoneProcessor::getType()']]], - ['getutcoffset_91',['getUtcOffset',['../classace__time_1_1BasicZoneProcessorTemplate.html#a8e288a8d3c89cf36b4b652a5b733edfa',1,'ace_time::BasicZoneProcessorTemplate::getUtcOffset()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a9fc639d9259fcf8cd7580555bf57d436',1,'ace_time::ExtendedZoneProcessorTemplate::getUtcOffset()'],['../classace__time_1_1TimeZone.html#a8d7c1a917c32520988049f6f03e0bf0f',1,'ace_time::TimeZone::getUtcOffset()'],['../classace__time_1_1ZoneProcessor.html#a606e678c83ced5f83920a5d517728b62',1,'ace_time::ZoneProcessor::getUtcOffset()']]], + ['gettype_90',['getType',['../classace__time_1_1TimeZone.html#a83e37a197999c7c9890fde96b741f6c6',1,'ace_time::TimeZone::getType()'],['../classace__time_1_1ZoneProcessor.html#a059a9ffeab7e8885e6abe0e0abeb9bde',1,'ace_time::ZoneProcessor::getType() const']]], + ['getutcoffset_91',['getUtcOffset',['../classace__time_1_1ZoneProcessor.html#a606e678c83ced5f83920a5d517728b62',1,'ace_time::ZoneProcessor::getUtcOffset()'],['../classace__time_1_1TimeZone.html#a8d7c1a917c32520988049f6f03e0bf0f',1,'ace_time::TimeZone::getUtcOffset()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a9fc639d9259fcf8cd7580555bf57d436',1,'ace_time::ExtendedZoneProcessorTemplate::getUtcOffset()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a8e288a8d3c89cf36b4b652a5b733edfa',1,'ace_time::BasicZoneProcessorTemplate::getUtcOffset()']]], ['getzoneforindex_92',['getZoneForIndex',['../classace__time_1_1ZoneManagerTemplate.html#a44470bf3c99582866770a4f1d0cef8a0',1,'ace_time::ZoneManagerTemplate']]], ['getzoneid_93',['getZoneId',['../classace__time_1_1BasicZoneProcessorTemplate.html#a1e73480721a69efded4ee6608034d6d8',1,'ace_time::BasicZoneProcessorTemplate::getZoneId()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#af5866e0bd11f0afa53aadc1d2970bd55',1,'ace_time::ExtendedZoneProcessorTemplate::getZoneId()'],['../classace__time_1_1TimeZone.html#adcb557ee6da0fbad487ec6f728526b28',1,'ace_time::TimeZone::getZoneId()'],['../classace__time_1_1ZoneProcessor.html#ad34d90888a62b7ff935616750996d9c5',1,'ace_time::ZoneProcessor::getZoneId()']]], ['getzoneinfoforid_94',['getZoneInfoForId',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a02efaecfa730966b632b59f51341ff79',1,'ace_time::internal::ZoneRegistrarTemplate']]], ['getzoneinfoforindex_95',['getZoneInfoForIndex',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a2bd6500ba3d946c06a929e41f7143e66',1,'ace_time::internal::ZoneRegistrarTemplate']]], ['getzoneinfoforname_96',['getZoneInfoForName',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#adbeca9928a202d3eab537e2293963e6d',1,'ace_time::internal::ZoneRegistrarTemplate']]], - ['getzoneprocessor_97',['getZoneProcessor',['../classace__time_1_1ZoneManagerTemplate.html#ab1fda3bbf44e3d3dc17e892054c539c5',1,'ace_time::ZoneManagerTemplate::getZoneProcessor()'],['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#a0a49442da903f5d1da91cb1aeb003d90',1,'ace_time::ZoneProcessorCacheBaseTemplate::getZoneProcessor()']]], + ['getzoneprocessor_97',['getZoneProcessor',['../classace__time_1_1ZoneManagerTemplate.html#ab1fda3bbf44e3d3dc17e892054c539c5',1,'ace_time::ZoneManagerTemplate::getZoneProcessor()'],['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#a0a49442da903f5d1da91cb1aeb003d90',1,'ace_time::ZoneProcessorCacheBaseTemplate::getZoneProcessor(uintptr_t zoneKey)']]], ['getzoneprocessoratindex_98',['getZoneProcessorAtIndex',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#a7e3d26ffc8d6b12e50c4edaeb4602e0a',1,'ace_time::ZoneProcessorCacheBaseTemplate']]] ]; diff --git a/docs/html/search/all_7.html b/docs/html/search/all_7.html index af52f82a4..8ddbf6c8e 100644 --- a/docs/html/search/all_7.html +++ b/docs/html/search/all_7.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_8.html b/docs/html/search/all_8.html index cf2b5df92..83c55ae22 100644 --- a/docs/html/search/all_8.html +++ b/docs/html/search/all_8.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_8.js b/docs/html/search/all_8.js index afb7369b0..5912ed9bd 100644 --- a/docs/html/search/all_8.js +++ b/docs/html/search/all_8.js @@ -1,11 +1,11 @@ var searchData= [ ['increment15minutes_100',['increment15Minutes',['../time__offset__mutation_8h.html#af818e1b767abecf61eff504d8bb57487',1,'ace_time::time_offset_mutation']]], - ['incrementday_101',['incrementDay',['../offset__date__time__mutation_8h.html#a46621955cb808342ce03760c5dd60ec7',1,'ace_time::offset_date_time_mutation::incrementDay()'],['../zoned__date__time__mutation_8h.html#a089e5d1a4afbd9352bf48f71220e8eb0',1,'ace_time::zoned_date_time_mutation::incrementDay()']]], - ['incrementhour_102',['incrementHour',['../offset__date__time__mutation_8h.html#a82c0f2cdd6cb38633e573a5bed5c7e89',1,'ace_time::offset_date_time_mutation::incrementHour()'],['../time__period__mutation_8h.html#afd97b6d30998f498072c6822aee232bb',1,'ace_time::time_period_mutation::incrementHour(TimePeriod &period, uint8_t limit)'],['../time__period__mutation_8h.html#a45350b2771d421d868b8faf76ab375dc',1,'ace_time::time_period_mutation::incrementHour(TimePeriod &period)'],['../zoned__date__time__mutation_8h.html#a534e666127ea82f08724b322e7ffb6f6',1,'ace_time::zoned_date_time_mutation::incrementHour()']]], - ['incrementminute_103',['incrementMinute',['../offset__date__time__mutation_8h.html#af44183580d913d0d8e1cac00e0145bde',1,'ace_time::offset_date_time_mutation::incrementMinute()'],['../time__period__mutation_8h.html#acd7971ab35bd01b010d90681df4b7891',1,'ace_time::time_period_mutation::incrementMinute()'],['../zoned__date__time__mutation_8h.html#a674bb7c34675092900fabccf281e72e8',1,'ace_time::zoned_date_time_mutation::incrementMinute()']]], - ['incrementmonth_104',['incrementMonth',['../offset__date__time__mutation_8h.html#a0d9ee7f1ce28e33bb8aa9879e11cfbda',1,'ace_time::offset_date_time_mutation::incrementMonth()'],['../zoned__date__time__mutation_8h.html#af28ed8f5cad3d55963acb052ca1c9af2',1,'ace_time::zoned_date_time_mutation::incrementMonth()']]], - ['incrementyear_105',['incrementYear',['../offset__date__time__mutation_8h.html#a3eb6b186402c4e7bcc85b3c99de47608',1,'ace_time::offset_date_time_mutation::incrementYear()'],['../zoned__date__time__mutation_8h.html#a22b43d8b002dc3dafb807923187ad5a4',1,'ace_time::zoned_date_time_mutation::incrementYear()']]], + ['incrementday_101',['incrementDay',['../zoned__date__time__mutation_8h.html#a089e5d1a4afbd9352bf48f71220e8eb0',1,'ace_time::zoned_date_time_mutation::incrementDay()'],['../offset__date__time__mutation_8h.html#a46621955cb808342ce03760c5dd60ec7',1,'ace_time::offset_date_time_mutation::incrementDay()']]], + ['incrementhour_102',['incrementHour',['../zoned__date__time__mutation_8h.html#a534e666127ea82f08724b322e7ffb6f6',1,'ace_time::zoned_date_time_mutation::incrementHour()'],['../time__period__mutation_8h.html#a45350b2771d421d868b8faf76ab375dc',1,'ace_time::time_period_mutation::incrementHour(TimePeriod &period)'],['../time__period__mutation_8h.html#afd97b6d30998f498072c6822aee232bb',1,'ace_time::time_period_mutation::incrementHour(TimePeriod &period, uint8_t limit)'],['../offset__date__time__mutation_8h.html#a82c0f2cdd6cb38633e573a5bed5c7e89',1,'ace_time::offset_date_time_mutation::incrementHour()']]], + ['incrementminute_103',['incrementMinute',['../zoned__date__time__mutation_8h.html#a674bb7c34675092900fabccf281e72e8',1,'ace_time::zoned_date_time_mutation::incrementMinute()'],['../time__period__mutation_8h.html#acd7971ab35bd01b010d90681df4b7891',1,'ace_time::time_period_mutation::incrementMinute()'],['../offset__date__time__mutation_8h.html#af44183580d913d0d8e1cac00e0145bde',1,'ace_time::offset_date_time_mutation::incrementMinute()']]], + ['incrementmonth_104',['incrementMonth',['../zoned__date__time__mutation_8h.html#af28ed8f5cad3d55963acb052ca1c9af2',1,'ace_time::zoned_date_time_mutation::incrementMonth()'],['../offset__date__time__mutation_8h.html#a0d9ee7f1ce28e33bb8aa9879e11cfbda',1,'ace_time::offset_date_time_mutation::incrementMonth()']]], + ['incrementyear_105',['incrementYear',['../zoned__date__time__mutation_8h.html#a22b43d8b002dc3dafb807923187ad5a4',1,'ace_time::zoned_date_time_mutation::incrementYear()'],['../offset__date__time__mutation_8h.html#a3eb6b186402c4e7bcc85b3c99de47608',1,'ace_time::offset_date_time_mutation::incrementYear()']]], ['indexforzoneid_106',['indexForZoneId',['../classace__time_1_1ZoneManagerTemplate.html#a9c1ebdaba80e1648681156e876a67a09',1,'ace_time::ZoneManagerTemplate']]], ['indexforzonename_107',['indexForZoneName',['../classace__time_1_1ZoneManagerTemplate.html#a5d89528b00525b116bf39e6217576f54',1,'ace_time::ZoneManagerTemplate']]], ['init_108',['init',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a3712f4ba492834070c6b7a3160e2f16e',1,'ace_time::extended::TransitionStorageTemplate']]], @@ -14,9 +14,9 @@ var searchData= ['isdst_111',['isDst',['../classace__time_1_1TimeZone.html#adde333bb4bb1b62f423f168dafecf2d7',1,'ace_time::TimeZone']]], ['iserror_112',['isError',['../classace__time_1_1LocalDate.html#a0c718d4fea5ad37c1263766b44b532ff',1,'ace_time::LocalDate::isError()'],['../classace__time_1_1LocalDateTime.html#a42ad78d8e8c81c09494cdf4f0e6de123',1,'ace_time::LocalDateTime::isError()'],['../classace__time_1_1LocalTime.html#aef4912030e6b9a2eaa77fe5ae56f9bec',1,'ace_time::LocalTime::isError()'],['../classace__time_1_1OffsetDateTime.html#a2629bb76f05aaf1809e979ddf520238a',1,'ace_time::OffsetDateTime::isError()'],['../classace__time_1_1TimeOffset.html#af309e727af82a3cb041e6b72ed702b18',1,'ace_time::TimeOffset::isError()'],['../classace__time_1_1TimePeriod.html#af1ab3f561ce48a6b1983c2c75573631f',1,'ace_time::TimePeriod::isError()'],['../classace__time_1_1TimeZone.html#aad6557e555e5dd6ac2c14342a0bb3abe',1,'ace_time::TimeZone::isError()'],['../classace__time_1_1ZonedDateTime.html#a56d29157131aaaed23cbcfccfa664192',1,'ace_time::ZonedDateTime::isError()']]], ['isleapyear_113',['isLeapYear',['../classace__time_1_1LocalDate.html#a0738e87ef5b0cb1da934e831a0a62d7e',1,'ace_time::LocalDate']]], - ['islink_114',['isLink',['../classace__time_1_1BasicZoneProcessorTemplate.html#a22a458bf7f73014954974e0d22ec3ccd',1,'ace_time::BasicZoneProcessorTemplate::isLink()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a8a2d3ca320b3390318a87ae6cb1c259e',1,'ace_time::ExtendedZoneProcessorTemplate::isLink()'],['../classace__time_1_1TimeZone.html#a85e49f3edc49c334310dede4b12233c2',1,'ace_time::TimeZone::isLink()'],['../classace__time_1_1ZoneProcessor.html#abc0ad2c3b5ebaaea73ee7376870464f4',1,'ace_time::ZoneProcessor::isLink()']]], - ['isnull_115',['isNull',['../classace__time_1_1BasicZone.html#aad95e97fd0ad2e930088357c5dc71748',1,'ace_time::BasicZone::isNull()'],['../classace__time_1_1ExtendedZone.html#a1708a8b42839f34b6c78958a15ad226b',1,'ace_time::ExtendedZone::isNull()']]], - ['issorted_116',['isSorted',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#ae638f7a8feb78ad0b0532c6a07499963',1,'ace_time::internal::LinkRegistrarTemplate::isSorted()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#afc920ce570c75a1471a4d4302cad923f',1,'ace_time::internal::ZoneRegistrarTemplate::isSorted()']]], + ['islink_114',['isLink',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a8a2d3ca320b3390318a87ae6cb1c259e',1,'ace_time::ExtendedZoneProcessorTemplate::isLink()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a22a458bf7f73014954974e0d22ec3ccd',1,'ace_time::BasicZoneProcessorTemplate::isLink()'],['../classace__time_1_1ZoneProcessor.html#abc0ad2c3b5ebaaea73ee7376870464f4',1,'ace_time::ZoneProcessor::isLink()'],['../classace__time_1_1TimeZone.html#a85e49f3edc49c334310dede4b12233c2',1,'ace_time::TimeZone::isLink()']]], + ['isnull_115',['isNull',['../classace__time_1_1ExtendedZone.html#a1708a8b42839f34b6c78958a15ad226b',1,'ace_time::ExtendedZone::isNull()'],['../classace__time_1_1BasicZone.html#aad95e97fd0ad2e930088357c5dc71748',1,'ace_time::BasicZone::isNull()']]], + ['issorted_116',['isSorted',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#afc920ce570c75a1471a4d4302cad923f',1,'ace_time::internal::ZoneRegistrarTemplate::isSorted()'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#ae638f7a8feb78ad0b0532c6a07499963',1,'ace_time::internal::LinkRegistrarTemplate::isSorted()']]], ['isutc_117',['isUtc',['../classace__time_1_1TimeZone.html#a6d6ff4bcb32d008473c7bd34123e43d8',1,'ace_time::TimeZone']]], ['isvalidprior_118',['isValidPrior',['../structace__time_1_1extended_1_1TransitionTemplate.html#a233a4be454269e7ef0a46489306df669',1,'ace_time::extended::TransitionTemplate']]], ['isyearvalid_119',['isYearValid',['../classace__time_1_1LocalDate.html#a8002184b77f5c589146cb610ec156165',1,'ace_time::LocalDate']]], diff --git a/docs/html/search/all_9.html b/docs/html/search/all_9.html index 690785a5d..1e263c134 100644 --- a/docs/html/search/all_9.html +++ b/docs/html/search/all_9.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_9.js b/docs/html/search/all_9.js index 14dcbce04..d1c1551c9 100644 --- a/docs/html/search/all_9.js +++ b/docs/html/search/all_9.js @@ -1,6 +1,6 @@ var searchData= [ - ['kbinarysearchthreshold_121',['kBinarySearchThreshold',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a8f9dae41ff06a04a4cd94167a6746cf8',1,'ace_time::internal::LinkRegistrarTemplate::kBinarySearchThreshold()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#ac00d339dfffbf172d3ae0a9369be97db',1,'ace_time::internal::ZoneRegistrarTemplate::kBinarySearchThreshold()']]], + ['kbinarysearchthreshold_121',['kBinarySearchThreshold',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#ac00d339dfffbf172d3ae0a9369be97db',1,'ace_time::internal::ZoneRegistrarTemplate::kBinarySearchThreshold()'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a8f9dae41ff06a04a4cd94167a6746cf8',1,'ace_time::internal::LinkRegistrarTemplate::kBinarySearchThreshold()']]], ['kbuffersize_122',['kBufferSize',['../classace__time_1_1DateStrings.html#aedbfa043f6da042c40fed6b2beb09588',1,'ace_time::DateStrings']]], ['kdayssinceunixepoch_123',['kDaysSinceUnixEpoch',['../classace__time_1_1LocalDate.html#aab7ca9d6e3c7ea572c57dd8a2370169c',1,'ace_time::LocalDate']]], ['kepochyear_124',['kEpochYear',['../classace__time_1_1LocalDate.html#a0061f9720cb66ec66d00b3dbec08bef2',1,'ace_time::LocalDate']]], diff --git a/docs/html/search/all_a.html b/docs/html/search/all_a.html index f2f3d3a38..3a6cac108 100644 --- a/docs/html/search/all_a.html +++ b/docs/html/search/all_a.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_a.js b/docs/html/search/all_a.js index 409d34f96..05bdc21ee 100644 --- a/docs/html/search/all_a.js +++ b/docs/html/search/all_a.js @@ -4,18 +4,23 @@ var searchData= ['lastoffsetminutes_161',['lastOffsetMinutes',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#ad6e089ef39f3531fae3c27705f1fc0aa',1,'ace_time::extended::MatchingEraTemplate']]], ['letter_162',['letter',['../structace__time_1_1extended_1_1TransitionTemplate.html#a642f04bbde044174a276fe65d47698d9',1,'ace_time::extended::TransitionTemplate']]], ['letterbuf_163',['letterBuf',['../structace__time_1_1extended_1_1TransitionTemplate.html#a9609afcd25072766cff26ea70ea68422',1,'ace_time::extended::TransitionTemplate']]], - ['linearsearchbyid_164',['linearSearchById',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#afd902575b0f12cfe73ac5ed1a16e6510',1,'ace_time::internal::LinkRegistrarTemplate::linearSearchById()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7ae679bd394ebccf2f70c4686c796107',1,'ace_time::internal::ZoneRegistrarTemplate::linearSearchById()']]], - ['linkentrybroker_165',['LinkEntryBroker',['../classace__time_1_1extended_1_1LinkEntryBroker.html',1,'ace_time::extended::LinkEntryBroker'],['../classace__time_1_1basic_1_1LinkEntryBroker.html',1,'ace_time::basic::LinkEntryBroker']]], + ['linearsearchbyid_164',['linearSearchById',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7ae679bd394ebccf2f70c4686c796107',1,'ace_time::internal::ZoneRegistrarTemplate::linearSearchById()'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#afd902575b0f12cfe73ac5ed1a16e6510',1,'ace_time::internal::LinkRegistrarTemplate::linearSearchById()']]], + ['linkentrybroker_165',['LinkEntryBroker',['../classace__time_1_1basic_1_1LinkEntryBroker.html',1,'ace_time::basic::LinkEntryBroker'],['../classace__time_1_1extended_1_1LinkEntryBroker.html',1,'ace_time::extended::LinkEntryBroker']]], ['linkmanager_166',['LinkManager',['../classace__time_1_1LinkManager.html',1,'ace_time']]], ['linkregistrar_167',['LinkRegistrar',['../classace__time_1_1basic_1_1LinkRegistrar.html',1,'ace_time::basic::LinkRegistrar'],['../classace__time_1_1extended_1_1LinkRegistrar.html',1,'ace_time::extended::LinkRegistrar']]], ['linkregistrartemplate_168',['LinkRegistrarTemplate',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal::LinkRegistrarTemplate< LE, LEB, LRGB >'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a2f957bb14f1dd002017c51874a18cdd4',1,'ace_time::internal::LinkRegistrarTemplate::LinkRegistrarTemplate()']]], ['linkregistrartemplate_3c_20basic_3a_3alinkentry_2c_20basic_3a_3alinkentrybroker_2c_20basic_3a_3alinkregistrybroker_20_3e_169',['LinkRegistrarTemplate< basic::LinkEntry, basic::LinkEntryBroker, basic::LinkRegistryBroker >',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal']]], ['linkregistrartemplate_3c_20extended_3a_3alinkentry_2c_20extended_3a_3alinkentrybroker_2c_20extended_3a_3alinkregistrybroker_20_3e_170',['LinkRegistrarTemplate< extended::LinkEntry, extended::LinkEntryBroker, extended::LinkRegistryBroker >',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal']]], - ['linkregistrybroker_171',['LinkRegistryBroker',['../classace__time_1_1extended_1_1LinkRegistryBroker.html',1,'ace_time::extended::LinkRegistryBroker'],['../classace__time_1_1basic_1_1LinkRegistryBroker.html',1,'ace_time::basic::LinkRegistryBroker']]], + ['linkregistrybroker_171',['LinkRegistryBroker',['../classace__time_1_1basic_1_1LinkRegistryBroker.html',1,'ace_time::basic::LinkRegistryBroker'],['../classace__time_1_1extended_1_1LinkRegistryBroker.html',1,'ace_time::extended::LinkRegistryBroker']]], ['linkregistrysize_172',['linkRegistrySize',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a3597e8e9cc063999e1206cc702d7495c',1,'ace_time::internal::LinkRegistrarTemplate']]], - ['localdate_173',['LocalDate',['../classace__time_1_1LocalDate.html',1,'ace_time::LocalDate'],['../classace__time_1_1LocalDateTime.html#a3cb5c67f6efc28bccb1a0097c2dc5c7f',1,'ace_time::LocalDateTime::localDate()'],['../classace__time_1_1OffsetDateTime.html#a9fc09e94879f513e6926a484dcf22960',1,'ace_time::OffsetDateTime::localDate()'],['../classace__time_1_1LocalDate.html#a41f1d5077a4189c3b2cab649a532c580',1,'ace_time::LocalDate::LocalDate()']]], - ['localdatetime_174',['LocalDateTime',['../classace__time_1_1LocalDateTime.html',1,'ace_time::LocalDateTime'],['../classace__time_1_1LocalDateTime.html#a258117e35f7f6b063fd969b57385b90f',1,'ace_time::LocalDateTime::LocalDateTime()'],['../classace__time_1_1OffsetDateTime.html#a289869403c24ad6205da8270af94363e',1,'ace_time::OffsetDateTime::localDateTime()'],['../classace__time_1_1ZonedDateTime.html#af6a26cb619efcbcfa55bad20af2b436d',1,'ace_time::ZonedDateTime::localDateTime()']]], - ['localtime_175',['LocalTime',['../classace__time_1_1LocalTime.html',1,'ace_time::LocalTime'],['../classace__time_1_1LocalTime.html#ab34ac02fd32ba8819c5a9710b6c78b65',1,'ace_time::LocalTime::LocalTime()'],['../classace__time_1_1LocalDateTime.html#ab2c76ad0b964d884eb4c31ae5c455af7',1,'ace_time::LocalDateTime::localTime()'],['../classace__time_1_1OffsetDateTime.html#a0c59c92e17a88b4e41f9f0e6acb02dfc',1,'ace_time::OffsetDateTime::localTime()']]], - ['log_176',['log',['../structace__time_1_1basic_1_1TransitionTemplate.html#a61ee9d2ed5f39142d100727913ab80b3',1,'ace_time::basic::TransitionTemplate::log()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#afe8f0419c0567c4211917453a7cde1e5',1,'ace_time::BasicZoneProcessorTemplate::log()'],['../structace__time_1_1extended_1_1DateTuple.html#afa991fc734c0f703f2afa4133822fb6b',1,'ace_time::extended::DateTuple::log()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a904be7bc5b4c1b0c52b1b900b5903ce3',1,'ace_time::extended::TransitionTemplate::log()'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#afe54661e39b03902fb0376401082e0de',1,'ace_time::extended::TransitionStorageTemplate::log()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aee3db34b7502df640c084ec1c6c49669',1,'ace_time::ExtendedZoneProcessorTemplate::log()']]], - ['loghourminute_177',['logHourMinute',['../structace__time_1_1extended_1_1TransitionTemplate.html#ab20415cc943f084830c923064781427b',1,'ace_time::extended::TransitionTemplate']]] + ['localdate_173',['LocalDate',['../classace__time_1_1LocalDate.html',1,'ace_time']]], + ['localdate_174',['localDate',['../classace__time_1_1LocalDateTime.html#a3cb5c67f6efc28bccb1a0097c2dc5c7f',1,'ace_time::LocalDateTime::localDate()'],['../classace__time_1_1OffsetDateTime.html#a9fc09e94879f513e6926a484dcf22960',1,'ace_time::OffsetDateTime::localDate()']]], + ['localdate_175',['LocalDate',['../classace__time_1_1LocalDate.html#a41f1d5077a4189c3b2cab649a532c580',1,'ace_time::LocalDate']]], + ['localdatetime_176',['LocalDateTime',['../classace__time_1_1LocalDateTime.html',1,'ace_time']]], + ['localdatetime_177',['localDateTime',['../classace__time_1_1OffsetDateTime.html#a289869403c24ad6205da8270af94363e',1,'ace_time::OffsetDateTime::localDateTime()'],['../classace__time_1_1ZonedDateTime.html#af6a26cb619efcbcfa55bad20af2b436d',1,'ace_time::ZonedDateTime::localDateTime()']]], + ['localdatetime_178',['LocalDateTime',['../classace__time_1_1LocalDateTime.html#a258117e35f7f6b063fd969b57385b90f',1,'ace_time::LocalDateTime']]], + ['localtime_179',['LocalTime',['../classace__time_1_1LocalTime.html',1,'ace_time::LocalTime'],['../classace__time_1_1LocalTime.html#ab34ac02fd32ba8819c5a9710b6c78b65',1,'ace_time::LocalTime::LocalTime()']]], + ['localtime_180',['localTime',['../classace__time_1_1LocalDateTime.html#ab2c76ad0b964d884eb4c31ae5c455af7',1,'ace_time::LocalDateTime::localTime()'],['../classace__time_1_1OffsetDateTime.html#a0c59c92e17a88b4e41f9f0e6acb02dfc',1,'ace_time::OffsetDateTime::localTime()']]], + ['log_181',['log',['../structace__time_1_1basic_1_1TransitionTemplate.html#a61ee9d2ed5f39142d100727913ab80b3',1,'ace_time::basic::TransitionTemplate::log()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#afe8f0419c0567c4211917453a7cde1e5',1,'ace_time::BasicZoneProcessorTemplate::log()'],['../structace__time_1_1extended_1_1DateTuple.html#afa991fc734c0f703f2afa4133822fb6b',1,'ace_time::extended::DateTuple::log()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a904be7bc5b4c1b0c52b1b900b5903ce3',1,'ace_time::extended::TransitionTemplate::log()'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#afe54661e39b03902fb0376401082e0de',1,'ace_time::extended::TransitionStorageTemplate::log()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aee3db34b7502df640c084ec1c6c49669',1,'ace_time::ExtendedZoneProcessorTemplate::log()']]], + ['loghourminute_182',['logHourMinute',['../structace__time_1_1extended_1_1TransitionTemplate.html#ab20415cc943f084830c923064781427b',1,'ace_time::extended::TransitionTemplate']]] ]; diff --git a/docs/html/search/all_b.html b/docs/html/search/all_b.html index 14f34036c..130deb4ed 100644 --- a/docs/html/search/all_b.html +++ b/docs/html/search/all_b.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_b.js b/docs/html/search/all_b.js index 325b4c766..cc7808991 100644 --- a/docs/html/search/all_b.js +++ b/docs/html/search/all_b.js @@ -1,18 +1,17 @@ var searchData= [ - ['manualzonemanager_178',['ManualZoneManager',['../classace__time_1_1ManualZoneManager.html',1,'ace_time']]], - ['match_179',['match',['../structace__time_1_1extended_1_1TransitionTemplate.html#af39b0cf9cf43ddd39feecec6ca483a20',1,'ace_time::extended::TransitionTemplate']]], - ['matchingera_180',['MatchingEra',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#afd5f76dcd187f20cb708e7c090c42139',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['matchingeratemplate_181',['MatchingEraTemplate',['../structace__time_1_1extended_1_1MatchingEraTemplate.html',1,'ace_time::extended']]], - ['matchingeratemplate_3c_20extended_3a_3azoneerabroker_20_3e_182',['MatchingEraTemplate< extended::ZoneEraBroker >',['../structace__time_1_1extended_1_1MatchingEraTemplate.html',1,'ace_time::extended']]], - ['matchingtransition_183',['MatchingTransition',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a26e158a55df0910186b4e3a62bc89f83',1,'ace_time::extended::TransitionStorageTemplate::MatchingTransition()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4b173249f28227a52e4afcb1b278cd0a',1,'ace_time::ExtendedZoneProcessorTemplate::MatchingTransition()']]], - ['matchingtransitiontemplate_184',['MatchingTransitionTemplate',['../structace__time_1_1extended_1_1MatchingTransitionTemplate.html',1,'ace_time::extended']]], - ['matchstatus_185',['matchStatus',['../structace__time_1_1extended_1_1TransitionTemplate.html#ac9ff2536c93fd1810a90f1bc34655847',1,'ace_time::extended::TransitionTemplate']]], - ['minute_186',['minute',['../classace__time_1_1LocalDateTime.html#a7df99e1e5ba813cebc9246a3a047073c',1,'ace_time::LocalDateTime::minute() const'],['../classace__time_1_1LocalDateTime.html#a3013a99a9dc3cb8b1c267f701ded8cb6',1,'ace_time::LocalDateTime::minute(uint8_t minute)'],['../classace__time_1_1LocalTime.html#ad99b8893e31c3e3d45ccd0a7bac9c91e',1,'ace_time::LocalTime::minute() const'],['../classace__time_1_1LocalTime.html#a6a5196fc6b5f84d441dcd737e75acc5f',1,'ace_time::LocalTime::minute(uint8_t minute)'],['../classace__time_1_1OffsetDateTime.html#a88888c5a65bee412cf388966f45d56df',1,'ace_time::OffsetDateTime::minute() const'],['../classace__time_1_1OffsetDateTime.html#a6059bdddd49c584f427950556494dced',1,'ace_time::OffsetDateTime::minute(uint8_t minute)'],['../classace__time_1_1TimePeriod.html#a75cd5d3700066b3c35999908d7ae0d4f',1,'ace_time::TimePeriod::minute() const'],['../classace__time_1_1TimePeriod.html#a1b464afc12d4d5ba72567cd76497ff0b',1,'ace_time::TimePeriod::minute(uint8_t minute)'],['../classace__time_1_1ZonedDateTime.html#ad018aacdd07c8ac5b0f43f48ca8a994f',1,'ace_time::ZonedDateTime::minute() const'],['../classace__time_1_1ZonedDateTime.html#a658d8866b7fd5d6a2efa8a205c51b779',1,'ace_time::ZonedDateTime::minute(uint8_t minute)']]], - ['month_187',['month',['../structace__time_1_1basic_1_1TransitionTemplate.html#a10415486cabd71d413f6ff942abb938b',1,'ace_time::basic::TransitionTemplate::month()'],['../classace__time_1_1LocalDate.html#aecb3488a5e952cb17300ec7060b94150',1,'ace_time::LocalDate::month() const'],['../classace__time_1_1LocalDate.html#a7b2124eadb70b7ab46e07826af57e0fe',1,'ace_time::LocalDate::month(uint8_t month)'],['../classace__time_1_1LocalDateTime.html#a64406f7a7c2d599f5260e1ef58d1c99a',1,'ace_time::LocalDateTime::month() const'],['../classace__time_1_1LocalDateTime.html#a5cbf97d3b2c03cbd72aac0eb7af04774',1,'ace_time::LocalDateTime::month(uint8_t month)'],['../classace__time_1_1OffsetDateTime.html#a3f95ef3b5b6ae6470bcd80002caf92c6',1,'ace_time::OffsetDateTime::month() const'],['../classace__time_1_1OffsetDateTime.html#a21ea947de494cd2b9966b027da84e2ed',1,'ace_time::OffsetDateTime::month(uint8_t month)'],['../classace__time_1_1ZonedDateTime.html#af8483c5973c79f6514db8401aae77cb6',1,'ace_time::ZonedDateTime::month() const'],['../classace__time_1_1ZonedDateTime.html#ad818370878792f764b362b5ccd77fae9',1,'ace_time::ZonedDateTime::month(uint8_t month)']]], - ['monthday_188',['MonthDay',['../structace__time_1_1internal_1_1MonthDay.html',1,'ace_time::internal']]], - ['monthlongstring_189',['monthLongString',['../classace__time_1_1DateStrings.html#a9174e70b61655639bf8b03c5d6b9a633',1,'ace_time::DateStrings']]], - ['monthshortstring_190',['monthShortString',['../classace__time_1_1DateStrings.html#aa801b71e6aeff59d65a1229015c34cff',1,'ace_time::DateStrings']]], - ['mzonekey_191',['mZoneKey',['../classace__time_1_1TimeZone.html#a8eafcad4aa772eb9ea6cbee9ba7110d8',1,'ace_time::TimeZone']]], - ['mzoneprocessor_192',['mZoneProcessor',['../classace__time_1_1TimeZone.html#a3380618145722bb6a76108db95153e42',1,'ace_time::TimeZone']]] + ['manualzonemanager_183',['ManualZoneManager',['../classace__time_1_1ManualZoneManager.html',1,'ace_time']]], + ['match_184',['match',['../structace__time_1_1extended_1_1TransitionTemplate.html#af39b0cf9cf43ddd39feecec6ca483a20',1,'ace_time::extended::TransitionTemplate']]], + ['matchingera_185',['MatchingEra',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#afd5f76dcd187f20cb708e7c090c42139',1,'ace_time::ExtendedZoneProcessorTemplate']]], + ['matchingeratemplate_186',['MatchingEraTemplate',['../structace__time_1_1extended_1_1MatchingEraTemplate.html',1,'ace_time::extended']]], + ['matchingtransition_187',['MatchingTransition',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a26e158a55df0910186b4e3a62bc89f83',1,'ace_time::extended::TransitionStorageTemplate::MatchingTransition()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4b173249f28227a52e4afcb1b278cd0a',1,'ace_time::ExtendedZoneProcessorTemplate::MatchingTransition()']]], + ['matchingtransitiontemplate_188',['MatchingTransitionTemplate',['../structace__time_1_1extended_1_1MatchingTransitionTemplate.html',1,'ace_time::extended']]], + ['matchstatus_189',['matchStatus',['../structace__time_1_1extended_1_1TransitionTemplate.html#ac9ff2536c93fd1810a90f1bc34655847',1,'ace_time::extended::TransitionTemplate']]], + ['minute_190',['minute',['../classace__time_1_1TimePeriod.html#a1b464afc12d4d5ba72567cd76497ff0b',1,'ace_time::TimePeriod::minute()'],['../classace__time_1_1ZonedDateTime.html#a658d8866b7fd5d6a2efa8a205c51b779',1,'ace_time::ZonedDateTime::minute(uint8_t minute)'],['../classace__time_1_1ZonedDateTime.html#ad018aacdd07c8ac5b0f43f48ca8a994f',1,'ace_time::ZonedDateTime::minute() const'],['../classace__time_1_1TimePeriod.html#a75cd5d3700066b3c35999908d7ae0d4f',1,'ace_time::TimePeriod::minute()'],['../classace__time_1_1OffsetDateTime.html#a6059bdddd49c584f427950556494dced',1,'ace_time::OffsetDateTime::minute()'],['../classace__time_1_1LocalTime.html#a6a5196fc6b5f84d441dcd737e75acc5f',1,'ace_time::LocalTime::minute(uint8_t minute)'],['../classace__time_1_1LocalTime.html#ad99b8893e31c3e3d45ccd0a7bac9c91e',1,'ace_time::LocalTime::minute() const'],['../classace__time_1_1LocalDateTime.html#a3013a99a9dc3cb8b1c267f701ded8cb6',1,'ace_time::LocalDateTime::minute(uint8_t minute)'],['../classace__time_1_1LocalDateTime.html#a7df99e1e5ba813cebc9246a3a047073c',1,'ace_time::LocalDateTime::minute() const'],['../classace__time_1_1OffsetDateTime.html#a88888c5a65bee412cf388966f45d56df',1,'ace_time::OffsetDateTime::minute()']]], + ['month_191',['month',['../classace__time_1_1LocalDateTime.html#a64406f7a7c2d599f5260e1ef58d1c99a',1,'ace_time::LocalDateTime::month()'],['../classace__time_1_1ZonedDateTime.html#ad818370878792f764b362b5ccd77fae9',1,'ace_time::ZonedDateTime::month(uint8_t month)'],['../classace__time_1_1ZonedDateTime.html#af8483c5973c79f6514db8401aae77cb6',1,'ace_time::ZonedDateTime::month() const'],['../classace__time_1_1OffsetDateTime.html#a21ea947de494cd2b9966b027da84e2ed',1,'ace_time::OffsetDateTime::month(uint8_t month)'],['../classace__time_1_1OffsetDateTime.html#a3f95ef3b5b6ae6470bcd80002caf92c6',1,'ace_time::OffsetDateTime::month() const'],['../classace__time_1_1LocalDateTime.html#a5cbf97d3b2c03cbd72aac0eb7af04774',1,'ace_time::LocalDateTime::month()'],['../classace__time_1_1LocalDate.html#a7b2124eadb70b7ab46e07826af57e0fe',1,'ace_time::LocalDate::month(uint8_t month)'],['../classace__time_1_1LocalDate.html#aecb3488a5e952cb17300ec7060b94150',1,'ace_time::LocalDate::month() const'],['../structace__time_1_1basic_1_1TransitionTemplate.html#a10415486cabd71d413f6ff942abb938b',1,'ace_time::basic::TransitionTemplate::month()']]], + ['monthday_192',['MonthDay',['../structace__time_1_1internal_1_1MonthDay.html',1,'ace_time::internal']]], + ['monthlongstring_193',['monthLongString',['../classace__time_1_1DateStrings.html#a9174e70b61655639bf8b03c5d6b9a633',1,'ace_time::DateStrings']]], + ['monthshortstring_194',['monthShortString',['../classace__time_1_1DateStrings.html#aa801b71e6aeff59d65a1229015c34cff',1,'ace_time::DateStrings']]], + ['mzonekey_195',['mZoneKey',['../classace__time_1_1TimeZone.html#a8eafcad4aa772eb9ea6cbee9ba7110d8',1,'ace_time::TimeZone']]], + ['mzoneprocessor_196',['mZoneProcessor',['../classace__time_1_1TimeZone.html#a3380618145722bb6a76108db95153e42',1,'ace_time::TimeZone']]] ]; diff --git a/docs/html/search/all_c.html b/docs/html/search/all_c.html index da60ab8d5..3dd5af06d 100644 --- a/docs/html/search/all_c.html +++ b/docs/html/search/all_c.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_c.js b/docs/html/search/all_c.js index b70499a45..cb7a45f6f 100644 --- a/docs/html/search/all_c.js +++ b/docs/html/search/all_c.js @@ -1,6 +1,6 @@ var searchData= [ - ['negate_193',['negate',['../time__period__mutation_8h.html#aa3c982884e48ebe3ac7a676f70c5e391',1,'ace_time::time_period_mutation']]], - ['normalize_194',['normalize',['../classace__time_1_1ZonedDateTime.html#ad74f2ea586bfa38a38c7e2ba1115b6c4',1,'ace_time::ZonedDateTime']]], - ['numfragments_195',['numFragments',['../structace__time_1_1internal_1_1ZoneContext.html#a3a6d2f66b0d5d7c2745e8924c851101d',1,'ace_time::internal::ZoneContext']]] + ['negate_197',['negate',['../time__period__mutation_8h.html#aa3c982884e48ebe3ac7a676f70c5e391',1,'ace_time::time_period_mutation']]], + ['normalize_198',['normalize',['../classace__time_1_1ZonedDateTime.html#ad74f2ea586bfa38a38c7e2ba1115b6c4',1,'ace_time::ZonedDateTime']]], + ['numfragments_199',['numFragments',['../structace__time_1_1internal_1_1ZoneContext.html#a3a6d2f66b0d5d7c2745e8924c851101d',1,'ace_time::internal::ZoneContext']]] ]; diff --git a/docs/html/search/all_d.html b/docs/html/search/all_d.html index bc376fec3..af7f2f0f5 100644 --- a/docs/html/search/all_d.html +++ b/docs/html/search/all_d.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_d.js b/docs/html/search/all_d.js index c97024cbf..ac7238684 100644 --- a/docs/html/search/all_d.js +++ b/docs/html/search/all_d.js @@ -1,7 +1,7 @@ var searchData= [ - ['offset_5fdate_5ftime_5fmutation_2eh_196',['offset_date_time_mutation.h',['../offset__date__time__mutation_8h.html',1,'']]], - ['offsetdatetime_197',['OffsetDateTime',['../classace__time_1_1OffsetDateTime.html',1,'ace_time::OffsetDateTime'],['../classace__time_1_1OffsetDateTime.html#a36910b1403ba764f3e29675424760e6c',1,'ace_time::OffsetDateTime::OffsetDateTime()']]], - ['offsetminutes_198',['offsetMinutes',['../structace__time_1_1basic_1_1TransitionTemplate.html#aa5921648ab30c46ac806db1913866481',1,'ace_time::basic::TransitionTemplate::offsetMinutes()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a74c3bdbaa5e0a4a8e7e483bae29387fb',1,'ace_time::extended::TransitionTemplate::offsetMinutes()']]], - ['operator_3d_3d_199',['operator==',['../classace__time_1_1LocalDate.html#a018d437efbf0e6de707fe74242349508',1,'ace_time::LocalDate::operator==()'],['../classace__time_1_1LocalDateTime.html#ae1ae8df39487305cfd7e6e7429702295',1,'ace_time::LocalDateTime::operator==()'],['../classace__time_1_1LocalTime.html#a3e09b81cf838d2e5eea2622a8b209ba2',1,'ace_time::LocalTime::operator==()'],['../classace__time_1_1OffsetDateTime.html#aa0c0a06e99b3efa8eb22126e6474752e',1,'ace_time::OffsetDateTime::operator==()'],['../classace__time_1_1TimePeriod.html#a7520dcc4dfe508feb8e545d2ff4b0812',1,'ace_time::TimePeriod::operator==()'],['../classace__time_1_1ZonedDateTime.html#a4acdb974e8c83afe80e1f31d6e688d91',1,'ace_time::ZonedDateTime::operator==()']]] + ['offset_5fdate_5ftime_5fmutation_2eh_200',['offset_date_time_mutation.h',['../offset__date__time__mutation_8h.html',1,'']]], + ['offsetdatetime_201',['OffsetDateTime',['../classace__time_1_1OffsetDateTime.html',1,'ace_time::OffsetDateTime'],['../classace__time_1_1OffsetDateTime.html#a36910b1403ba764f3e29675424760e6c',1,'ace_time::OffsetDateTime::OffsetDateTime()']]], + ['offsetminutes_202',['offsetMinutes',['../structace__time_1_1basic_1_1TransitionTemplate.html#aa5921648ab30c46ac806db1913866481',1,'ace_time::basic::TransitionTemplate::offsetMinutes()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a74c3bdbaa5e0a4a8e7e483bae29387fb',1,'ace_time::extended::TransitionTemplate::offsetMinutes()']]], + ['operator_3d_3d_203',['operator==',['../classace__time_1_1LocalDate.html#a018d437efbf0e6de707fe74242349508',1,'ace_time::LocalDate::operator==()'],['../classace__time_1_1LocalDateTime.html#ae1ae8df39487305cfd7e6e7429702295',1,'ace_time::LocalDateTime::operator==()'],['../classace__time_1_1LocalTime.html#a3e09b81cf838d2e5eea2622a8b209ba2',1,'ace_time::LocalTime::operator==()'],['../classace__time_1_1OffsetDateTime.html#aa0c0a06e99b3efa8eb22126e6474752e',1,'ace_time::OffsetDateTime::operator==()'],['../classace__time_1_1TimePeriod.html#a7520dcc4dfe508feb8e545d2ff4b0812',1,'ace_time::TimePeriod::operator==()'],['../classace__time_1_1ZonedDateTime.html#a4acdb974e8c83afe80e1f31d6e688d91',1,'ace_time::ZonedDateTime::operator==()']]] ]; diff --git a/docs/html/search/all_e.html b/docs/html/search/all_e.html index 2e3c74dc6..e25df423a 100644 --- a/docs/html/search/all_e.html +++ b/docs/html/search/all_e.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_e.js b/docs/html/search/all_e.js index 226f27729..dd04019c5 100644 --- a/docs/html/search/all_e.js +++ b/docs/html/search/all_e.js @@ -1,8 +1,8 @@ var searchData= [ - ['prevmatch_200',['prevMatch',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a4ac51091d609bee6d54607d59c26f1d8',1,'ace_time::extended::MatchingEraTemplate']]], - ['printnameto_201',['printNameTo',['../classace__time_1_1BasicZone.html#ae0f849d7c5382ab766e7aeb536b1b6e0',1,'ace_time::BasicZone::printNameTo()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a2a0add9aa105fd23f6282375f42e09e2',1,'ace_time::BasicZoneProcessorTemplate::printNameTo()'],['../classace__time_1_1ExtendedZone.html#a19897a2a827bdcdd61a75b55bc3a3964',1,'ace_time::ExtendedZone::printNameTo()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4ebfd8d4228ae8d6b1f86865eebe69af',1,'ace_time::ExtendedZoneProcessorTemplate::printNameTo()'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html#ad2a91eb974cf9c3c1052819819054d40',1,'ace_time::basic::ZoneInfoBroker::printNameTo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#a7956cee7a17cfe2b315b18f85a84a23f',1,'ace_time::extended::ZoneInfoBroker::printNameTo()'],['../classace__time_1_1ZoneProcessor.html#a51508b3387a2bc15d1d799712e41acfe',1,'ace_time::ZoneProcessor::printNameTo()']]], - ['printshortnameto_202',['printShortNameTo',['../classace__time_1_1BasicZone.html#adf8e238a8c79d6a46c40f0bd36a6eb23',1,'ace_time::BasicZone::printShortNameTo()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a2fc8143c1c13c43562a17e35a29c3be7',1,'ace_time::BasicZoneProcessorTemplate::printShortNameTo()'],['../classace__time_1_1ExtendedZone.html#a6d10af90d4092d99c6344cc23df3f7a5',1,'ace_time::ExtendedZone::printShortNameTo()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a681023466afd47ae990c62ab2982506a',1,'ace_time::ExtendedZoneProcessorTemplate::printShortNameTo()'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html#a75a6c1390529d658b5dd4bd507ab4113',1,'ace_time::basic::ZoneInfoBroker::printShortNameTo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#a9378dea6840ae2cdea4076f18112b29b',1,'ace_time::extended::ZoneInfoBroker::printShortNameTo()'],['../classace__time_1_1ZoneProcessor.html#a439ce5e5a3a89bc94e36d82334918aca',1,'ace_time::ZoneProcessor::printShortNameTo()']]], - ['printshortto_203',['printShortTo',['../classace__time_1_1TimeZone.html#acd556353d368f28c5a071b8578e832a4',1,'ace_time::TimeZone']]], - ['printto_204',['printTo',['../classace__time_1_1LocalDate.html#a45a92407e489cf352a97ffb09513eaba',1,'ace_time::LocalDate::printTo()'],['../classace__time_1_1LocalDateTime.html#a1fd5324ba0f6f9ad8d6c44d418f800fd',1,'ace_time::LocalDateTime::printTo()'],['../classace__time_1_1LocalTime.html#a9f5c3a2e92030d0aa773ffb2a83197cf',1,'ace_time::LocalTime::printTo()'],['../classace__time_1_1OffsetDateTime.html#a3f9a811d196b889eb199545e227786a9',1,'ace_time::OffsetDateTime::printTo()'],['../classace__time_1_1TimeOffset.html#af1bcb885f413153ed61324a92e5bd730',1,'ace_time::TimeOffset::printTo()'],['../classace__time_1_1TimePeriod.html#a77f80b555361984b0289f2430ecb479f',1,'ace_time::TimePeriod::printTo()'],['../classace__time_1_1TimeZone.html#af3bc9881a1234e4452c3667f97ac7fbe',1,'ace_time::TimeZone::printTo()'],['../classace__time_1_1ZonedDateTime.html#a185351505b9ff59923656be956d0b326',1,'ace_time::ZonedDateTime::printTo()']]] + ['prevmatch_204',['prevMatch',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a4ac51091d609bee6d54607d59c26f1d8',1,'ace_time::extended::MatchingEraTemplate']]], + ['printnameto_205',['printNameTo',['../classace__time_1_1BasicZone.html#ae0f849d7c5382ab766e7aeb536b1b6e0',1,'ace_time::BasicZone::printNameTo()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a2a0add9aa105fd23f6282375f42e09e2',1,'ace_time::BasicZoneProcessorTemplate::printNameTo()'],['../classace__time_1_1ExtendedZone.html#a19897a2a827bdcdd61a75b55bc3a3964',1,'ace_time::ExtendedZone::printNameTo()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4ebfd8d4228ae8d6b1f86865eebe69af',1,'ace_time::ExtendedZoneProcessorTemplate::printNameTo()'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html#ad2a91eb974cf9c3c1052819819054d40',1,'ace_time::basic::ZoneInfoBroker::printNameTo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#a7956cee7a17cfe2b315b18f85a84a23f',1,'ace_time::extended::ZoneInfoBroker::printNameTo()'],['../classace__time_1_1ZoneProcessor.html#a51508b3387a2bc15d1d799712e41acfe',1,'ace_time::ZoneProcessor::printNameTo()']]], + ['printshortnameto_206',['printShortNameTo',['../classace__time_1_1basic_1_1ZoneInfoBroker.html#a75a6c1390529d658b5dd4bd507ab4113',1,'ace_time::basic::ZoneInfoBroker::printShortNameTo()'],['../classace__time_1_1ZoneProcessor.html#a439ce5e5a3a89bc94e36d82334918aca',1,'ace_time::ZoneProcessor::printShortNameTo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#a9378dea6840ae2cdea4076f18112b29b',1,'ace_time::extended::ZoneInfoBroker::printShortNameTo()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a681023466afd47ae990c62ab2982506a',1,'ace_time::ExtendedZoneProcessorTemplate::printShortNameTo()'],['../classace__time_1_1ExtendedZone.html#a6d10af90d4092d99c6344cc23df3f7a5',1,'ace_time::ExtendedZone::printShortNameTo()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a2fc8143c1c13c43562a17e35a29c3be7',1,'ace_time::BasicZoneProcessorTemplate::printShortNameTo()'],['../classace__time_1_1BasicZone.html#adf8e238a8c79d6a46c40f0bd36a6eb23',1,'ace_time::BasicZone::printShortNameTo()']]], + ['printshortto_207',['printShortTo',['../classace__time_1_1TimeZone.html#acd556353d368f28c5a071b8578e832a4',1,'ace_time::TimeZone']]], + ['printto_208',['printTo',['../classace__time_1_1LocalDate.html#a45a92407e489cf352a97ffb09513eaba',1,'ace_time::LocalDate::printTo()'],['../classace__time_1_1LocalDateTime.html#a1fd5324ba0f6f9ad8d6c44d418f800fd',1,'ace_time::LocalDateTime::printTo()'],['../classace__time_1_1LocalTime.html#a9f5c3a2e92030d0aa773ffb2a83197cf',1,'ace_time::LocalTime::printTo()'],['../classace__time_1_1OffsetDateTime.html#a3f9a811d196b889eb199545e227786a9',1,'ace_time::OffsetDateTime::printTo()'],['../classace__time_1_1TimeOffset.html#af1bcb885f413153ed61324a92e5bd730',1,'ace_time::TimeOffset::printTo()'],['../classace__time_1_1TimePeriod.html#a77f80b555361984b0289f2430ecb479f',1,'ace_time::TimePeriod::printTo()'],['../classace__time_1_1TimeZone.html#af3bc9881a1234e4452c3667f97ac7fbe',1,'ace_time::TimeZone::printTo()'],['../classace__time_1_1ZonedDateTime.html#a185351505b9ff59923656be956d0b326',1,'ace_time::ZonedDateTime::printTo()']]] ]; diff --git a/docs/html/search/all_f.html b/docs/html/search/all_f.html index 246f8ab12..b23da6ce4 100644 --- a/docs/html/search/all_f.html +++ b/docs/html/search/all_f.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/all_f.js b/docs/html/search/all_f.js index 38065e9ca..fb4492bab 100644 --- a/docs/html/search/all_f.js +++ b/docs/html/search/all_f.js @@ -1,8 +1,8 @@ var searchData= [ - ['reserveprior_205',['reservePrior',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#adbab076c5b46f0abd1374e8222345a0b',1,'ace_time::extended::TransitionStorageTemplate']]], - ['resetallocsize_206',['resetAllocSize',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a0982f4f9aaa073bce690d78d8f3141c4',1,'ace_time::extended::TransitionStorageTemplate']]], - ['resetcandidatepool_207',['resetCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a6bfa26a1cf591d07b1af52133467600c',1,'ace_time::extended::TransitionStorageTemplate']]], - ['resettransitionallocsize_208',['resetTransitionAllocSize',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a99db96ba2559e54dc789802998c9adce',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['rule_209',['rule',['../structace__time_1_1basic_1_1TransitionTemplate.html#a2ce8f0d17f189a25a6f80e9107edb239',1,'ace_time::basic::TransitionTemplate::rule()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a08e0996372e9c0c80fc60e9a5ceff41e',1,'ace_time::extended::TransitionTemplate::rule()']]] + ['reserveprior_209',['reservePrior',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#adbab076c5b46f0abd1374e8222345a0b',1,'ace_time::extended::TransitionStorageTemplate']]], + ['resetallocsize_210',['resetAllocSize',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a0982f4f9aaa073bce690d78d8f3141c4',1,'ace_time::extended::TransitionStorageTemplate']]], + ['resetcandidatepool_211',['resetCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a6bfa26a1cf591d07b1af52133467600c',1,'ace_time::extended::TransitionStorageTemplate']]], + ['resettransitionallocsize_212',['resetTransitionAllocSize',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a99db96ba2559e54dc789802998c9adce',1,'ace_time::ExtendedZoneProcessorTemplate']]], + ['rule_213',['rule',['../structace__time_1_1basic_1_1TransitionTemplate.html#a2ce8f0d17f189a25a6f80e9107edb239',1,'ace_time::basic::TransitionTemplate::rule()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a08e0996372e9c0c80fc60e9a5ceff41e',1,'ace_time::extended::TransitionTemplate::rule()']]] ]; diff --git a/docs/html/search/classes_0.html b/docs/html/search/classes_0.html index f7e4c14e1..af8159ee6 100644 --- a/docs/html/search/classes_0.html +++ b/docs/html/search/classes_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_0.js b/docs/html/search/classes_0.js index 85555ef52..8512daf48 100644 --- a/docs/html/search/classes_0.js +++ b/docs/html/search/classes_0.js @@ -1,11 +1,11 @@ var searchData= [ - ['basiclinkmanager_289',['BasicLinkManager',['../classace__time_1_1BasicLinkManager.html',1,'ace_time']]], - ['basiczone_290',['BasicZone',['../classace__time_1_1BasicZone.html',1,'ace_time']]], - ['basiczonemanager_291',['BasicZoneManager',['../classace__time_1_1BasicZoneManager.html',1,'ace_time']]], - ['basiczoneprocessor_292',['BasicZoneProcessor',['../classace__time_1_1BasicZoneProcessor.html',1,'ace_time']]], - ['basiczoneprocessorcache_293',['BasicZoneProcessorCache',['../classace__time_1_1BasicZoneProcessorCache.html',1,'ace_time']]], - ['basiczoneprocessortemplate_294',['BasicZoneProcessorTemplate',['../classace__time_1_1BasicZoneProcessorTemplate.html',1,'ace_time']]], - ['basiczoneprocessortemplate_3c_20basic_3a_3abrokerfactory_2c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneerabroker_2c_20basic_3a_3azonepolicybroker_2c_20basic_3a_3azonerulebroker_20_3e_295',['BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >',['../classace__time_1_1BasicZoneProcessorTemplate.html',1,'ace_time']]], - ['brokerfactory_296',['BrokerFactory',['../classace__time_1_1extended_1_1BrokerFactory.html',1,'ace_time::extended::BrokerFactory'],['../classace__time_1_1basic_1_1BrokerFactory.html',1,'ace_time::basic::BrokerFactory']]] + ['basiclinkmanager_290',['BasicLinkManager',['../classace__time_1_1BasicLinkManager.html',1,'ace_time']]], + ['basiczone_291',['BasicZone',['../classace__time_1_1BasicZone.html',1,'ace_time']]], + ['basiczonemanager_292',['BasicZoneManager',['../classace__time_1_1BasicZoneManager.html',1,'ace_time']]], + ['basiczoneprocessor_293',['BasicZoneProcessor',['../classace__time_1_1BasicZoneProcessor.html',1,'ace_time']]], + ['basiczoneprocessorcache_294',['BasicZoneProcessorCache',['../classace__time_1_1BasicZoneProcessorCache.html',1,'ace_time']]], + ['basiczoneprocessortemplate_295',['BasicZoneProcessorTemplate',['../classace__time_1_1BasicZoneProcessorTemplate.html',1,'ace_time']]], + ['basiczoneprocessortemplate_3c_20basic_3a_3abrokerfactory_2c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneerabroker_2c_20basic_3a_3azonepolicybroker_2c_20basic_3a_3azonerulebroker_20_3e_296',['BasicZoneProcessorTemplate< basic::BrokerFactory, basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >',['../classace__time_1_1BasicZoneProcessorTemplate.html',1,'ace_time']]], + ['brokerfactory_297',['BrokerFactory',['../classace__time_1_1basic_1_1BrokerFactory.html',1,'ace_time::basic::BrokerFactory'],['../classace__time_1_1extended_1_1BrokerFactory.html',1,'ace_time::extended::BrokerFactory']]] ]; diff --git a/docs/html/search/classes_1.html b/docs/html/search/classes_1.html index c7ff4b311..576e91689 100644 --- a/docs/html/search/classes_1.html +++ b/docs/html/search/classes_1.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_1.js b/docs/html/search/classes_1.js index 545e906db..f8fcf4cf3 100644 --- a/docs/html/search/classes_1.js +++ b/docs/html/search/classes_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['datestrings_297',['DateStrings',['../classace__time_1_1DateStrings.html',1,'ace_time']]], - ['datetuple_298',['DateTuple',['../structace__time_1_1extended_1_1DateTuple.html',1,'ace_time::extended']]] + ['datestrings_298',['DateStrings',['../classace__time_1_1DateStrings.html',1,'ace_time']]], + ['datetuple_299',['DateTuple',['../structace__time_1_1extended_1_1DateTuple.html',1,'ace_time::extended']]] ]; diff --git a/docs/html/search/classes_2.html b/docs/html/search/classes_2.html index 0d1e8a0cd..956405e5a 100644 --- a/docs/html/search/classes_2.html +++ b/docs/html/search/classes_2.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_2.js b/docs/html/search/classes_2.js index 44b2139e0..70fa0e676 100644 --- a/docs/html/search/classes_2.js +++ b/docs/html/search/classes_2.js @@ -1,10 +1,10 @@ var searchData= [ - ['extendedlinkmanager_299',['ExtendedLinkManager',['../classace__time_1_1ExtendedLinkManager.html',1,'ace_time']]], - ['extendedzone_300',['ExtendedZone',['../classace__time_1_1ExtendedZone.html',1,'ace_time']]], - ['extendedzonemanager_301',['ExtendedZoneManager',['../classace__time_1_1ExtendedZoneManager.html',1,'ace_time']]], - ['extendedzoneprocessor_302',['ExtendedZoneProcessor',['../classace__time_1_1ExtendedZoneProcessor.html',1,'ace_time']]], - ['extendedzoneprocessorcache_303',['ExtendedZoneProcessorCache',['../classace__time_1_1ExtendedZoneProcessorCache.html',1,'ace_time']]], - ['extendedzoneprocessortemplate_304',['ExtendedZoneProcessorTemplate',['../classace__time_1_1ExtendedZoneProcessorTemplate.html',1,'ace_time']]], - ['extendedzoneprocessortemplate_3c_20extended_3a_3abrokerfactory_2c_20extended_3a_3azoneinfobroker_2c_20extended_3a_3azoneerabroker_2c_20extended_3a_3azonepolicybroker_2c_20extended_3a_3azonerulebroker_20_3e_305',['ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >',['../classace__time_1_1ExtendedZoneProcessorTemplate.html',1,'ace_time']]] + ['extendedlinkmanager_300',['ExtendedLinkManager',['../classace__time_1_1ExtendedLinkManager.html',1,'ace_time']]], + ['extendedzone_301',['ExtendedZone',['../classace__time_1_1ExtendedZone.html',1,'ace_time']]], + ['extendedzonemanager_302',['ExtendedZoneManager',['../classace__time_1_1ExtendedZoneManager.html',1,'ace_time']]], + ['extendedzoneprocessor_303',['ExtendedZoneProcessor',['../classace__time_1_1ExtendedZoneProcessor.html',1,'ace_time']]], + ['extendedzoneprocessorcache_304',['ExtendedZoneProcessorCache',['../classace__time_1_1ExtendedZoneProcessorCache.html',1,'ace_time']]], + ['extendedzoneprocessortemplate_305',['ExtendedZoneProcessorTemplate',['../classace__time_1_1ExtendedZoneProcessorTemplate.html',1,'ace_time']]], + ['extendedzoneprocessortemplate_3c_20extended_3a_3abrokerfactory_2c_20extended_3a_3azoneinfobroker_2c_20extended_3a_3azoneerabroker_2c_20extended_3a_3azonepolicybroker_2c_20extended_3a_3azonerulebroker_20_3e_306',['ExtendedZoneProcessorTemplate< extended::BrokerFactory, extended::ZoneInfoBroker, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >',['../classace__time_1_1ExtendedZoneProcessorTemplate.html',1,'ace_time']]] ]; diff --git a/docs/html/search/classes_3.html b/docs/html/search/classes_3.html index 21025456b..d33343bc1 100644 --- a/docs/html/search/classes_3.html +++ b/docs/html/search/classes_3.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_3.js b/docs/html/search/classes_3.js index ee7d3aa7a..d856c3533 100644 --- a/docs/html/search/classes_3.js +++ b/docs/html/search/classes_3.js @@ -1,13 +1,13 @@ var searchData= [ - ['linkentrybroker_306',['LinkEntryBroker',['../classace__time_1_1extended_1_1LinkEntryBroker.html',1,'ace_time::extended::LinkEntryBroker'],['../classace__time_1_1basic_1_1LinkEntryBroker.html',1,'ace_time::basic::LinkEntryBroker']]], - ['linkmanager_307',['LinkManager',['../classace__time_1_1LinkManager.html',1,'ace_time']]], - ['linkregistrar_308',['LinkRegistrar',['../classace__time_1_1basic_1_1LinkRegistrar.html',1,'ace_time::basic::LinkRegistrar'],['../classace__time_1_1extended_1_1LinkRegistrar.html',1,'ace_time::extended::LinkRegistrar']]], - ['linkregistrartemplate_309',['LinkRegistrarTemplate',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal']]], - ['linkregistrartemplate_3c_20basic_3a_3alinkentry_2c_20basic_3a_3alinkentrybroker_2c_20basic_3a_3alinkregistrybroker_20_3e_310',['LinkRegistrarTemplate< basic::LinkEntry, basic::LinkEntryBroker, basic::LinkRegistryBroker >',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal']]], - ['linkregistrartemplate_3c_20extended_3a_3alinkentry_2c_20extended_3a_3alinkentrybroker_2c_20extended_3a_3alinkregistrybroker_20_3e_311',['LinkRegistrarTemplate< extended::LinkEntry, extended::LinkEntryBroker, extended::LinkRegistryBroker >',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal']]], - ['linkregistrybroker_312',['LinkRegistryBroker',['../classace__time_1_1extended_1_1LinkRegistryBroker.html',1,'ace_time::extended::LinkRegistryBroker'],['../classace__time_1_1basic_1_1LinkRegistryBroker.html',1,'ace_time::basic::LinkRegistryBroker']]], - ['localdate_313',['LocalDate',['../classace__time_1_1LocalDate.html',1,'ace_time']]], - ['localdatetime_314',['LocalDateTime',['../classace__time_1_1LocalDateTime.html',1,'ace_time']]], - ['localtime_315',['LocalTime',['../classace__time_1_1LocalTime.html',1,'ace_time']]] + ['linkentrybroker_307',['LinkEntryBroker',['../classace__time_1_1basic_1_1LinkEntryBroker.html',1,'ace_time::basic::LinkEntryBroker'],['../classace__time_1_1extended_1_1LinkEntryBroker.html',1,'ace_time::extended::LinkEntryBroker']]], + ['linkmanager_308',['LinkManager',['../classace__time_1_1LinkManager.html',1,'ace_time']]], + ['linkregistrar_309',['LinkRegistrar',['../classace__time_1_1basic_1_1LinkRegistrar.html',1,'ace_time::basic::LinkRegistrar'],['../classace__time_1_1extended_1_1LinkRegistrar.html',1,'ace_time::extended::LinkRegistrar']]], + ['linkregistrartemplate_310',['LinkRegistrarTemplate',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal']]], + ['linkregistrartemplate_3c_20basic_3a_3alinkentry_2c_20basic_3a_3alinkentrybroker_2c_20basic_3a_3alinkregistrybroker_20_3e_311',['LinkRegistrarTemplate< basic::LinkEntry, basic::LinkEntryBroker, basic::LinkRegistryBroker >',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal']]], + ['linkregistrartemplate_3c_20extended_3a_3alinkentry_2c_20extended_3a_3alinkentrybroker_2c_20extended_3a_3alinkregistrybroker_20_3e_312',['LinkRegistrarTemplate< extended::LinkEntry, extended::LinkEntryBroker, extended::LinkRegistryBroker >',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html',1,'ace_time::internal']]], + ['linkregistrybroker_313',['LinkRegistryBroker',['../classace__time_1_1basic_1_1LinkRegistryBroker.html',1,'ace_time::basic::LinkRegistryBroker'],['../classace__time_1_1extended_1_1LinkRegistryBroker.html',1,'ace_time::extended::LinkRegistryBroker']]], + ['localdate_314',['LocalDate',['../classace__time_1_1LocalDate.html',1,'ace_time']]], + ['localdatetime_315',['LocalDateTime',['../classace__time_1_1LocalDateTime.html',1,'ace_time']]], + ['localtime_316',['LocalTime',['../classace__time_1_1LocalTime.html',1,'ace_time']]] ]; diff --git a/docs/html/search/classes_4.html b/docs/html/search/classes_4.html index 095ab5952..8430b07fe 100644 --- a/docs/html/search/classes_4.html +++ b/docs/html/search/classes_4.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_4.js b/docs/html/search/classes_4.js index b0b6c80c3..dde4c77a7 100644 --- a/docs/html/search/classes_4.js +++ b/docs/html/search/classes_4.js @@ -1,8 +1,7 @@ var searchData= [ - ['manualzonemanager_316',['ManualZoneManager',['../classace__time_1_1ManualZoneManager.html',1,'ace_time']]], - ['matchingeratemplate_317',['MatchingEraTemplate',['../structace__time_1_1extended_1_1MatchingEraTemplate.html',1,'ace_time::extended']]], - ['matchingeratemplate_3c_20extended_3a_3azoneerabroker_20_3e_318',['MatchingEraTemplate< extended::ZoneEraBroker >',['../structace__time_1_1extended_1_1MatchingEraTemplate.html',1,'ace_time::extended']]], + ['manualzonemanager_317',['ManualZoneManager',['../classace__time_1_1ManualZoneManager.html',1,'ace_time']]], + ['matchingeratemplate_318',['MatchingEraTemplate',['../structace__time_1_1extended_1_1MatchingEraTemplate.html',1,'ace_time::extended']]], ['matchingtransitiontemplate_319',['MatchingTransitionTemplate',['../structace__time_1_1extended_1_1MatchingTransitionTemplate.html',1,'ace_time::extended']]], ['monthday_320',['MonthDay',['../structace__time_1_1internal_1_1MonthDay.html',1,'ace_time::internal']]] ]; diff --git a/docs/html/search/classes_5.html b/docs/html/search/classes_5.html index fc9cdc996..c2f1b767b 100644 --- a/docs/html/search/classes_5.html +++ b/docs/html/search/classes_5.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_6.html b/docs/html/search/classes_6.html index 1ecfdddff..e39847ce8 100644 --- a/docs/html/search/classes_6.html +++ b/docs/html/search/classes_6.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_6.js b/docs/html/search/classes_6.js index 7d09fa8a2..efaf70ed5 100644 --- a/docs/html/search/classes_6.js +++ b/docs/html/search/classes_6.js @@ -6,9 +6,6 @@ var searchData= ['timezonedata_325',['TimeZoneData',['../structace__time_1_1TimeZoneData.html',1,'ace_time']]], ['transitionresulttemplate_326',['TransitionResultTemplate',['../structace__time_1_1extended_1_1TransitionResultTemplate.html',1,'ace_time::extended']]], ['transitionstoragetemplate_327',['TransitionStorageTemplate',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended']]], - ['transitionstoragetemplate_3c_20kmaxtransitions_2c_20extended_3a_3azoneerabroker_2c_20extended_3a_3azonepolicybroker_2c_20extended_3a_3azonerulebroker_20_3e_328',['TransitionStorageTemplate< kMaxTransitions, extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended']]], - ['transitionstoragetemplate_3c_20kmaxtransitions_2c_20zeb_2c_20zpb_2c_20zrb_20_3e_329',['TransitionStorageTemplate< kMaxTransitions, ZEB, ZPB, ZRB >',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended']]], - ['transitiontemplate_330',['TransitionTemplate',['../structace__time_1_1basic_1_1TransitionTemplate.html',1,'ace_time::basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB >'],['../structace__time_1_1extended_1_1TransitionTemplate.html',1,'ace_time::extended::TransitionTemplate< ZEB, ZPB, ZRB >']]], - ['transitiontemplate_3c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneerabroker_2c_20basic_3a_3azonepolicybroker_2c_20basic_3a_3azonerulebroker_20_3e_331',['TransitionTemplate< basic::ZoneInfoBroker, basic::ZoneEraBroker, basic::ZonePolicyBroker, basic::ZoneRuleBroker >',['../structace__time_1_1basic_1_1TransitionTemplate.html',1,'ace_time::basic']]], - ['transitiontemplate_3c_20extended_3a_3azoneerabroker_2c_20extended_3a_3azonepolicybroker_2c_20extended_3a_3azonerulebroker_20_3e_332',['TransitionTemplate< extended::ZoneEraBroker, extended::ZonePolicyBroker, extended::ZoneRuleBroker >',['../structace__time_1_1extended_1_1TransitionTemplate.html',1,'ace_time::extended']]] + ['transitionstoragetemplate_3c_20kmaxtransitions_2c_20zeb_2c_20zpb_2c_20zrb_20_3e_328',['TransitionStorageTemplate< kMaxTransitions, ZEB, ZPB, ZRB >',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html',1,'ace_time::extended']]], + ['transitiontemplate_329',['TransitionTemplate',['../structace__time_1_1basic_1_1TransitionTemplate.html',1,'ace_time::basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB >'],['../structace__time_1_1extended_1_1TransitionTemplate.html',1,'ace_time::extended::TransitionTemplate< ZEB, ZPB, ZRB >']]] ]; diff --git a/docs/html/search/classes_7.html b/docs/html/search/classes_7.html index 0fc6fc3ed..a2c4d1a39 100644 --- a/docs/html/search/classes_7.html +++ b/docs/html/search/classes_7.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_7.js b/docs/html/search/classes_7.js index 7d4d2cb8f..05b3aa70b 100644 --- a/docs/html/search/classes_7.js +++ b/docs/html/search/classes_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['yearmonthtuple_333',['YearMonthTuple',['../structace__time_1_1extended_1_1YearMonthTuple.html',1,'ace_time::extended']]] + ['yearmonthtuple_330',['YearMonthTuple',['../structace__time_1_1extended_1_1YearMonthTuple.html',1,'ace_time::extended']]] ]; diff --git a/docs/html/search/classes_8.html b/docs/html/search/classes_8.html index ac8af7dca..17003e480 100644 --- a/docs/html/search/classes_8.html +++ b/docs/html/search/classes_8.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/classes_8.js b/docs/html/search/classes_8.js index 2306d53a3..38f1c4e41 100644 --- a/docs/html/search/classes_8.js +++ b/docs/html/search/classes_8.js @@ -1,24 +1,22 @@ var searchData= [ - ['zonecontext_334',['ZoneContext',['../structace__time_1_1internal_1_1ZoneContext.html',1,'ace_time::internal']]], - ['zoneddatetime_335',['ZonedDateTime',['../classace__time_1_1ZonedDateTime.html',1,'ace_time']]], - ['zoneerabroker_336',['ZoneEraBroker',['../classace__time_1_1extended_1_1ZoneEraBroker.html',1,'ace_time::extended::ZoneEraBroker'],['../classace__time_1_1basic_1_1ZoneEraBroker.html',1,'ace_time::basic::ZoneEraBroker']]], - ['zoneinfobroker_337',['ZoneInfoBroker',['../classace__time_1_1extended_1_1ZoneInfoBroker.html',1,'ace_time::extended::ZoneInfoBroker'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html',1,'ace_time::basic::ZoneInfoBroker']]], - ['zonemanager_338',['ZoneManager',['../classace__time_1_1ZoneManager.html',1,'ace_time']]], - ['zonemanagertemplate_339',['ZoneManagerTemplate',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], - ['zonemanagertemplate_3c_20basic_3a_3azoneinfo_2c_20basic_3a_3azoneregistrar_2c_20basiczoneprocessor_2c_20basiczone_20_3e_340',['ZoneManagerTemplate< basic::ZoneInfo, basic::ZoneRegistrar, BasicZoneProcessor, BasicZone >',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], - ['zonemanagertemplate_3c_20extended_3a_3azoneinfo_2c_20extended_3a_3azoneregistrar_2c_20extendedzoneprocessor_2c_20extendedzone_20_3e_341',['ZoneManagerTemplate< extended::ZoneInfo, extended::ZoneRegistrar, ExtendedZoneProcessor, ExtendedZone >',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], - ['zonepolicybroker_342',['ZonePolicyBroker',['../classace__time_1_1extended_1_1ZonePolicyBroker.html',1,'ace_time::extended::ZonePolicyBroker'],['../classace__time_1_1basic_1_1ZonePolicyBroker.html',1,'ace_time::basic::ZonePolicyBroker']]], - ['zoneprocessor_343',['ZoneProcessor',['../classace__time_1_1ZoneProcessor.html',1,'ace_time']]], - ['zoneprocessorcachebasetemplate_344',['ZoneProcessorCacheBaseTemplate',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html',1,'ace_time']]], - ['zoneprocessorcachebasetemplate_3c_20basiczoneprocessor_20_3e_345',['ZoneProcessorCacheBaseTemplate< BasicZoneProcessor >',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html',1,'ace_time']]], - ['zoneprocessorcachebasetemplate_3c_20extendedzoneprocessor_20_3e_346',['ZoneProcessorCacheBaseTemplate< ExtendedZoneProcessor >',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html',1,'ace_time']]], - ['zoneregistrar_347',['ZoneRegistrar',['../classace__time_1_1basic_1_1ZoneRegistrar.html',1,'ace_time::basic::ZoneRegistrar'],['../classace__time_1_1extended_1_1ZoneRegistrar.html',1,'ace_time::extended::ZoneRegistrar']]], - ['zoneregistrartemplate_348',['ZoneRegistrarTemplate',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], - ['zoneregistrartemplate_3c_20basic_3a_3azoneinfo_2c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneregistrybroker_20_3e_349',['ZoneRegistrarTemplate< basic::ZoneInfo, basic::ZoneInfoBroker, basic::ZoneRegistryBroker >',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], - ['zoneregistrartemplate_3c_20extended_3a_3azoneinfo_2c_20extended_3a_3azoneinfobroker_2c_20extended_3a_3azoneregistrybroker_20_3e_350',['ZoneRegistrarTemplate< extended::ZoneInfo, extended::ZoneInfoBroker, extended::ZoneRegistryBroker >',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], - ['zoneregistrybroker_351',['ZoneRegistryBroker',['../classace__time_1_1basic_1_1ZoneRegistryBroker.html',1,'ace_time::basic::ZoneRegistryBroker'],['../classace__time_1_1extended_1_1ZoneRegistryBroker.html',1,'ace_time::extended::ZoneRegistryBroker']]], - ['zonerulebroker_352',['ZoneRuleBroker',['../classace__time_1_1extended_1_1ZoneRuleBroker.html',1,'ace_time::extended::ZoneRuleBroker'],['../classace__time_1_1basic_1_1ZoneRuleBroker.html',1,'ace_time::basic::ZoneRuleBroker']]], - ['zonesorterbyname_353',['ZoneSorterByName',['../classace__time_1_1ZoneSorterByName.html',1,'ace_time']]], - ['zonesorterbyoffsetandname_354',['ZoneSorterByOffsetAndName',['../classace__time_1_1ZoneSorterByOffsetAndName.html',1,'ace_time']]] + ['zonecontext_331',['ZoneContext',['../structace__time_1_1internal_1_1ZoneContext.html',1,'ace_time::internal']]], + ['zoneddatetime_332',['ZonedDateTime',['../classace__time_1_1ZonedDateTime.html',1,'ace_time']]], + ['zoneerabroker_333',['ZoneEraBroker',['../classace__time_1_1basic_1_1ZoneEraBroker.html',1,'ace_time::basic::ZoneEraBroker'],['../classace__time_1_1extended_1_1ZoneEraBroker.html',1,'ace_time::extended::ZoneEraBroker']]], + ['zoneinfobroker_334',['ZoneInfoBroker',['../classace__time_1_1basic_1_1ZoneInfoBroker.html',1,'ace_time::basic::ZoneInfoBroker'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html',1,'ace_time::extended::ZoneInfoBroker']]], + ['zonemanager_335',['ZoneManager',['../classace__time_1_1ZoneManager.html',1,'ace_time']]], + ['zonemanagertemplate_336',['ZoneManagerTemplate',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], + ['zonemanagertemplate_3c_20basic_3a_3azoneinfo_2c_20basic_3a_3azoneregistrar_2c_20basiczoneprocessor_2c_20basiczone_20_3e_337',['ZoneManagerTemplate< basic::ZoneInfo, basic::ZoneRegistrar, BasicZoneProcessor, BasicZone >',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], + ['zonemanagertemplate_3c_20extended_3a_3azoneinfo_2c_20extended_3a_3azoneregistrar_2c_20extendedzoneprocessor_2c_20extendedzone_20_3e_338',['ZoneManagerTemplate< extended::ZoneInfo, extended::ZoneRegistrar, ExtendedZoneProcessor, ExtendedZone >',['../classace__time_1_1ZoneManagerTemplate.html',1,'ace_time']]], + ['zonepolicybroker_339',['ZonePolicyBroker',['../classace__time_1_1basic_1_1ZonePolicyBroker.html',1,'ace_time::basic::ZonePolicyBroker'],['../classace__time_1_1extended_1_1ZonePolicyBroker.html',1,'ace_time::extended::ZonePolicyBroker']]], + ['zoneprocessor_340',['ZoneProcessor',['../classace__time_1_1ZoneProcessor.html',1,'ace_time']]], + ['zoneprocessorcachebasetemplate_341',['ZoneProcessorCacheBaseTemplate',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html',1,'ace_time']]], + ['zoneregistrar_342',['ZoneRegistrar',['../classace__time_1_1basic_1_1ZoneRegistrar.html',1,'ace_time::basic::ZoneRegistrar'],['../classace__time_1_1extended_1_1ZoneRegistrar.html',1,'ace_time::extended::ZoneRegistrar']]], + ['zoneregistrartemplate_343',['ZoneRegistrarTemplate',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], + ['zoneregistrartemplate_3c_20basic_3a_3azoneinfo_2c_20basic_3a_3azoneinfobroker_2c_20basic_3a_3azoneregistrybroker_20_3e_344',['ZoneRegistrarTemplate< basic::ZoneInfo, basic::ZoneInfoBroker, basic::ZoneRegistryBroker >',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], + ['zoneregistrartemplate_3c_20extended_3a_3azoneinfo_2c_20extended_3a_3azoneinfobroker_2c_20extended_3a_3azoneregistrybroker_20_3e_345',['ZoneRegistrarTemplate< extended::ZoneInfo, extended::ZoneInfoBroker, extended::ZoneRegistryBroker >',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html',1,'ace_time::internal']]], + ['zoneregistrybroker_346',['ZoneRegistryBroker',['../classace__time_1_1basic_1_1ZoneRegistryBroker.html',1,'ace_time::basic::ZoneRegistryBroker'],['../classace__time_1_1extended_1_1ZoneRegistryBroker.html',1,'ace_time::extended::ZoneRegistryBroker']]], + ['zonerulebroker_347',['ZoneRuleBroker',['../classace__time_1_1basic_1_1ZoneRuleBroker.html',1,'ace_time::basic::ZoneRuleBroker'],['../classace__time_1_1extended_1_1ZoneRuleBroker.html',1,'ace_time::extended::ZoneRuleBroker']]], + ['zonesorterbyname_348',['ZoneSorterByName',['../classace__time_1_1ZoneSorterByName.html',1,'ace_time']]], + ['zonesorterbyoffsetandname_349',['ZoneSorterByOffsetAndName',['../classace__time_1_1ZoneSorterByOffsetAndName.html',1,'ace_time']]] ]; diff --git a/docs/html/search/close.png b/docs/html/search/close.png deleted file mode 100644 index 9342d3dfe..000000000 Binary files a/docs/html/search/close.png and /dev/null differ diff --git a/docs/html/search/close.svg b/docs/html/search/close.svg new file mode 100644 index 000000000..a933eea1a --- /dev/null +++ b/docs/html/search/close.svg @@ -0,0 +1,31 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/docs/html/search/defines_0.html b/docs/html/search/defines_0.html index 2deb369fa..15cc3de38 100644 --- a/docs/html/search/defines_0.html +++ b/docs/html/search/defines_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/defines_0.js b/docs/html/search/defines_0.js index 115962ab6..560cfe3f1 100644 --- a/docs/html/search/defines_0.js +++ b/docs/html/search/defines_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['ace_5ftime_5fuse_5fprogmem_600',['ACE_TIME_USE_PROGMEM',['../compat_8h.html#a736a584901fd7e4d3c06ade513afd259',1,'compat.h']]] + ['ace_5ftime_5fuse_5fprogmem_601',['ACE_TIME_USE_PROGMEM',['../compat_8h.html#a736a584901fd7e4d3c06ade513afd259',1,'compat.h']]] ]; diff --git a/docs/html/search/files_0.html b/docs/html/search/files_0.html index 737608e10..9498842a6 100644 --- a/docs/html/search/files_0.html +++ b/docs/html/search/files_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/files_0.js b/docs/html/search/files_0.js index 51c64f8bd..0dfb22d05 100644 --- a/docs/html/search/files_0.js +++ b/docs/html/search/files_0.js @@ -1,5 +1,5 @@ var searchData= [ - ['basicbrokers_2eh_355',['BasicBrokers.h',['../BasicBrokers_8h.html',1,'']]], - ['brokercommon_2eh_356',['BrokerCommon.h',['../BrokerCommon_8h.html',1,'']]] + ['basicbrokers_2eh_350',['BasicBrokers.h',['../BasicBrokers_8h.html',1,'']]], + ['brokercommon_2eh_351',['BrokerCommon.h',['../BrokerCommon_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_1.html b/docs/html/search/files_1.html index f27a62dee..7050ef48a 100644 --- a/docs/html/search/files_1.html +++ b/docs/html/search/files_1.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/files_1.js b/docs/html/search/files_1.js index 6813bf757..9e5d0e259 100644 --- a/docs/html/search/files_1.js +++ b/docs/html/search/files_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['compat_2eh_357',['compat.h',['../compat_8h.html',1,'']]] + ['compat_2eh_352',['compat.h',['../compat_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_2.html b/docs/html/search/files_2.html index a45066e93..497cdf5c7 100644 --- a/docs/html/search/files_2.html +++ b/docs/html/search/files_2.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/files_2.js b/docs/html/search/files_2.js index e7b1ce7a5..0e387104c 100644 --- a/docs/html/search/files_2.js +++ b/docs/html/search/files_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['extendedbrokers_2eh_358',['ExtendedBrokers.h',['../ExtendedBrokers_8h.html',1,'']]] + ['extendedbrokers_2eh_353',['ExtendedBrokers.h',['../ExtendedBrokers_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_3.html b/docs/html/search/files_3.html index 1076bc5a1..1ba106b2d 100644 --- a/docs/html/search/files_3.html +++ b/docs/html/search/files_3.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/files_3.js b/docs/html/search/files_3.js index 4b65570be..2d3708b28 100644 --- a/docs/html/search/files_3.js +++ b/docs/html/search/files_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['offset_5fdate_5ftime_5fmutation_2eh_359',['offset_date_time_mutation.h',['../offset__date__time__mutation_8h.html',1,'']]] + ['offset_5fdate_5ftime_5fmutation_2eh_354',['offset_date_time_mutation.h',['../offset__date__time__mutation_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_4.html b/docs/html/search/files_4.html index e5cd7f43a..753b7b109 100644 --- a/docs/html/search/files_4.html +++ b/docs/html/search/files_4.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/files_4.js b/docs/html/search/files_4.js index f7ac7b9cf..89574cf4c 100644 --- a/docs/html/search/files_4.js +++ b/docs/html/search/files_4.js @@ -1,5 +1,5 @@ var searchData= [ - ['time_5foffset_5fmutation_2eh_360',['time_offset_mutation.h',['../time__offset__mutation_8h.html',1,'']]], - ['time_5fperiod_5fmutation_2eh_361',['time_period_mutation.h',['../time__period__mutation_8h.html',1,'']]] + ['time_5foffset_5fmutation_2eh_355',['time_offset_mutation.h',['../time__offset__mutation_8h.html',1,'']]], + ['time_5fperiod_5fmutation_2eh_356',['time_period_mutation.h',['../time__period__mutation_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_5.html b/docs/html/search/files_5.html index 2cc480f29..7b6affd7f 100644 --- a/docs/html/search/files_5.html +++ b/docs/html/search/files_5.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/files_5.js b/docs/html/search/files_5.js index 2da06b566..0b89b5a91 100644 --- a/docs/html/search/files_5.js +++ b/docs/html/search/files_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['zoned_5fdate_5ftime_5fmutation_2eh_362',['zoned_date_time_mutation.h',['../zoned__date__time__mutation_8h.html',1,'']]] + ['zoned_5fdate_5ftime_5fmutation_2eh_357',['zoned_date_time_mutation.h',['../zoned__date__time__mutation_8h.html',1,'']]] ]; diff --git a/docs/html/search/functions_0.html b/docs/html/search/functions_0.html index e17c71111..eb4c5014c 100644 --- a/docs/html/search/functions_0.html +++ b/docs/html/search/functions_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_0.js b/docs/html/search/functions_0.js index f527c798c..dbca275c9 100644 --- a/docs/html/search/functions_0.js +++ b/docs/html/search/functions_0.js @@ -1,7 +1,7 @@ var searchData= [ - ['addactivecandidatestoactivepool_363',['addActiveCandidatesToActivePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#aaa860da6313337525d7fe83f532994b0',1,'ace_time::extended::TransitionStorageTemplate']]], - ['addfreeagenttoactivepool_364',['addFreeAgentToActivePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a0b23350e74c9e433d6d7d76111aeccfa',1,'ace_time::extended::TransitionStorageTemplate']]], - ['addfreeagenttocandidatepool_365',['addFreeAgentToCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a7a242ca931d608e3913612fc662bb0e2',1,'ace_time::extended::TransitionStorageTemplate']]], - ['addpriortocandidatepool_366',['addPriorToCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#ad098d5eb67b3ae5f4fbeda5c5e4a1470',1,'ace_time::extended::TransitionStorageTemplate']]] + ['addactivecandidatestoactivepool_358',['addActiveCandidatesToActivePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#aaa860da6313337525d7fe83f532994b0',1,'ace_time::extended::TransitionStorageTemplate']]], + ['addfreeagenttoactivepool_359',['addFreeAgentToActivePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a0b23350e74c9e433d6d7d76111aeccfa',1,'ace_time::extended::TransitionStorageTemplate']]], + ['addfreeagenttocandidatepool_360',['addFreeAgentToCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a7a242ca931d608e3913612fc662bb0e2',1,'ace_time::extended::TransitionStorageTemplate']]], + ['addpriortocandidatepool_361',['addPriorToCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#ad098d5eb67b3ae5f4fbeda5c5e4a1470',1,'ace_time::extended::TransitionStorageTemplate']]] ]; diff --git a/docs/html/search/functions_1.html b/docs/html/search/functions_1.html index 0ddac0a4f..ef4088b89 100644 --- a/docs/html/search/functions_1.html +++ b/docs/html/search/functions_1.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_1.js b/docs/html/search/functions_1.js index 2ef87010d..08c43e3a2 100644 --- a/docs/html/search/functions_1.js +++ b/docs/html/search/functions_1.js @@ -1,7 +1,7 @@ var searchData= [ - ['basiclinkmanager_367',['BasicLinkManager',['../classace__time_1_1BasicLinkManager.html#a92c182515f9981112cacb388e07ee735',1,'ace_time::BasicLinkManager']]], - ['basiczone_368',['BasicZone',['../classace__time_1_1BasicZone.html#a97ade70c7e0298971f76b6819cafc8b9',1,'ace_time::BasicZone::BasicZone(const basic::ZoneInfo *zoneInfo)'],['../classace__time_1_1BasicZone.html#abc1f3d572422df7889c03322369ec12b',1,'ace_time::BasicZone::BasicZone(const basic::ZoneInfoBroker &zoneInfo)']]], - ['basiczoneprocessortemplate_369',['BasicZoneProcessorTemplate',['../classace__time_1_1BasicZoneProcessorTemplate.html#ab4b672f912bcd59a22673e267ce125eb',1,'ace_time::BasicZoneProcessorTemplate']]], - ['binarysearchbyid_370',['binarySearchById',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a8ec3e4ac14a1962f6bcac35b8eb958ca',1,'ace_time::internal::LinkRegistrarTemplate::binarySearchById()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#aef1b721bd1026d08afd514c8353b4b98',1,'ace_time::internal::ZoneRegistrarTemplate::binarySearchById()']]] + ['basiclinkmanager_362',['BasicLinkManager',['../classace__time_1_1BasicLinkManager.html#a92c182515f9981112cacb388e07ee735',1,'ace_time::BasicLinkManager']]], + ['basiczone_363',['BasicZone',['../classace__time_1_1BasicZone.html#a97ade70c7e0298971f76b6819cafc8b9',1,'ace_time::BasicZone::BasicZone(const basic::ZoneInfo *zoneInfo)'],['../classace__time_1_1BasicZone.html#abc1f3d572422df7889c03322369ec12b',1,'ace_time::BasicZone::BasicZone(const basic::ZoneInfoBroker &zoneInfo)']]], + ['basiczoneprocessortemplate_364',['BasicZoneProcessorTemplate',['../classace__time_1_1BasicZoneProcessorTemplate.html#ab4b672f912bcd59a22673e267ce125eb',1,'ace_time::BasicZoneProcessorTemplate']]], + ['binarysearchbyid_365',['binarySearchById',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a8ec3e4ac14a1962f6bcac35b8eb958ca',1,'ace_time::internal::LinkRegistrarTemplate::binarySearchById()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#aef1b721bd1026d08afd514c8353b4b98',1,'ace_time::internal::ZoneRegistrarTemplate::binarySearchById()']]] ]; diff --git a/docs/html/search/functions_10.html b/docs/html/search/functions_10.html index 09422e1e5..1bdc12572 100644 --- a/docs/html/search/functions_10.html +++ b/docs/html/search/functions_10.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_10.js b/docs/html/search/functions_10.js index 5b00972c2..f41068412 100644 --- a/docs/html/search/functions_10.js +++ b/docs/html/search/functions_10.js @@ -1,15 +1,15 @@ var searchData= [ - ['second_487',['second',['../classace__time_1_1LocalDateTime.html#a715acce151915d4efbe821291d9c693e',1,'ace_time::LocalDateTime::second() const'],['../classace__time_1_1LocalDateTime.html#aefbd9c1ce2f10c2f3be02c785a0c956a',1,'ace_time::LocalDateTime::second(uint8_t second)'],['../classace__time_1_1LocalTime.html#ae9cd4e0e411a670b7cac26147c2a3e7b',1,'ace_time::LocalTime::second() const'],['../classace__time_1_1LocalTime.html#ad4ddf0fd1c2263c596a4ee83cf81d5a9',1,'ace_time::LocalTime::second(uint8_t second)'],['../classace__time_1_1OffsetDateTime.html#aea3e2c0b8cfa46fd2b6f1f26dd543eaa',1,'ace_time::OffsetDateTime::second() const'],['../classace__time_1_1OffsetDateTime.html#ad83e4895cec2d58533367bd5e55790bd',1,'ace_time::OffsetDateTime::second(uint8_t second)'],['../classace__time_1_1TimePeriod.html#a587b3f8a8d4a0ae265177e706fdc3464',1,'ace_time::TimePeriod::second() const'],['../classace__time_1_1TimePeriod.html#a9e352d87d8166ac6c5c560e0a91af9a7',1,'ace_time::TimePeriod::second(uint8_t second)'],['../classace__time_1_1ZonedDateTime.html#a99768367d264cb915b924fb9360a641e',1,'ace_time::ZonedDateTime::second() const'],['../classace__time_1_1ZonedDateTime.html#a97d98d1eda7b1f430dd550dfb56a4911',1,'ace_time::ZonedDateTime::second(uint8_t second)']]], - ['setbrokerfactory_488',['setBrokerFactory',['../classace__time_1_1BasicZoneProcessorTemplate.html#a050dee2a29516b5d40f96fc11fc8c70c',1,'ace_time::BasicZoneProcessorTemplate::setBrokerFactory()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a25f97436b5609e32fa663cfabcc33062',1,'ace_time::ExtendedZoneProcessorTemplate::setBrokerFactory()']]], - ['setdstoffset_489',['setDstOffset',['../classace__time_1_1TimeZone.html#a4c66e457200c85a4a2849de82d141e52',1,'ace_time::TimeZone']]], - ['setfreeagentaspriorifvalid_490',['setFreeAgentAsPriorIfValid',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a3ff1a57981f28513f0990e9214175fb2',1,'ace_time::extended::TransitionStorageTemplate']]], - ['setstdoffset_491',['setStdOffset',['../classace__time_1_1TimeZone.html#abc812a0bcc3e50648b038acbfb9b425e',1,'ace_time::TimeZone']]], - ['setzonekey_492',['setZoneKey',['../classace__time_1_1BasicZoneProcessorTemplate.html#a8d4ce541670402a2dbb473e7fe6222d4',1,'ace_time::BasicZoneProcessorTemplate::setZoneKey()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#adc346e63c3a99b9b8ef8908cf58c4ddd',1,'ace_time::ExtendedZoneProcessorTemplate::setZoneKey()'],['../classace__time_1_1ZoneProcessor.html#af069bc08e2135e460c4442fd0be6d3e1',1,'ace_time::ZoneProcessor::setZoneKey()']]], - ['sign_493',['sign',['../classace__time_1_1TimePeriod.html#a06902488cd5ad371690ce1c31ced3140',1,'ace_time::TimePeriod::sign() const'],['../classace__time_1_1TimePeriod.html#a587cafeeea574e2a83a3fc3a9d4a8c4e',1,'ace_time::TimePeriod::sign(int8_t sign)']]], - ['size_494',['size',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#abad6179f1e1f64c395804ad6d12bb28c',1,'ace_time::ZoneProcessorCacheBaseTemplate']]], - ['sortids_495',['sortIds',['../classace__time_1_1ZoneSorterByName.html#a9831c8b2afe5a8a18735e36bd2bb0153',1,'ace_time::ZoneSorterByName::sortIds()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a9b3e7d4fb639b81f81e6f0ddc0cc04e9',1,'ace_time::ZoneSorterByOffsetAndName::sortIds()']]], - ['sortindexes_496',['sortIndexes',['../classace__time_1_1ZoneSorterByName.html#a4048944237c6ddecae4723acc3e8048f',1,'ace_time::ZoneSorterByName::sortIndexes()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a432477df0841504524e8a43655e8080c',1,'ace_time::ZoneSorterByOffsetAndName::sortIndexes()']]], - ['sortnames_497',['sortNames',['../classace__time_1_1ZoneSorterByName.html#a240e4a5eb754a7eb5ee77ceb1b5d8a26',1,'ace_time::ZoneSorterByName::sortNames()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#afe46c57a208e78c60e35cade1fce3fc2',1,'ace_time::ZoneSorterByOffsetAndName::sortNames()']]], - ['stdoffsetminutes_498',['stdOffsetMinutes',['../classace__time_1_1BasicZone.html#a840ffaef671458bbf3a1544b3f329978',1,'ace_time::BasicZone::stdOffsetMinutes()'],['../classace__time_1_1ExtendedZone.html#ae46b04e3822af7a77dcad85662428516',1,'ace_time::ExtendedZone::stdOffsetMinutes()']]] + ['second_485',['second',['../classace__time_1_1LocalDateTime.html#aefbd9c1ce2f10c2f3be02c785a0c956a',1,'ace_time::LocalDateTime::second()'],['../classace__time_1_1LocalTime.html#ae9cd4e0e411a670b7cac26147c2a3e7b',1,'ace_time::LocalTime::second() const'],['../classace__time_1_1LocalTime.html#ad4ddf0fd1c2263c596a4ee83cf81d5a9',1,'ace_time::LocalTime::second(uint8_t second)'],['../classace__time_1_1OffsetDateTime.html#aea3e2c0b8cfa46fd2b6f1f26dd543eaa',1,'ace_time::OffsetDateTime::second() const'],['../classace__time_1_1OffsetDateTime.html#ad83e4895cec2d58533367bd5e55790bd',1,'ace_time::OffsetDateTime::second(uint8_t second)'],['../classace__time_1_1TimePeriod.html#a587b3f8a8d4a0ae265177e706fdc3464',1,'ace_time::TimePeriod::second() const'],['../classace__time_1_1TimePeriod.html#a9e352d87d8166ac6c5c560e0a91af9a7',1,'ace_time::TimePeriod::second(uint8_t second)'],['../classace__time_1_1ZonedDateTime.html#a99768367d264cb915b924fb9360a641e',1,'ace_time::ZonedDateTime::second() const'],['../classace__time_1_1ZonedDateTime.html#a97d98d1eda7b1f430dd550dfb56a4911',1,'ace_time::ZonedDateTime::second(uint8_t second)'],['../classace__time_1_1LocalDateTime.html#a715acce151915d4efbe821291d9c693e',1,'ace_time::LocalDateTime::second()']]], + ['setbrokerfactory_486',['setBrokerFactory',['../classace__time_1_1BasicZoneProcessorTemplate.html#a050dee2a29516b5d40f96fc11fc8c70c',1,'ace_time::BasicZoneProcessorTemplate::setBrokerFactory()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a25f97436b5609e32fa663cfabcc33062',1,'ace_time::ExtendedZoneProcessorTemplate::setBrokerFactory()']]], + ['setdstoffset_487',['setDstOffset',['../classace__time_1_1TimeZone.html#a4c66e457200c85a4a2849de82d141e52',1,'ace_time::TimeZone']]], + ['setfreeagentaspriorifvalid_488',['setFreeAgentAsPriorIfValid',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a3ff1a57981f28513f0990e9214175fb2',1,'ace_time::extended::TransitionStorageTemplate']]], + ['setstdoffset_489',['setStdOffset',['../classace__time_1_1TimeZone.html#abc812a0bcc3e50648b038acbfb9b425e',1,'ace_time::TimeZone']]], + ['setzonekey_490',['setZoneKey',['../classace__time_1_1BasicZoneProcessorTemplate.html#a8d4ce541670402a2dbb473e7fe6222d4',1,'ace_time::BasicZoneProcessorTemplate::setZoneKey()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#adc346e63c3a99b9b8ef8908cf58c4ddd',1,'ace_time::ExtendedZoneProcessorTemplate::setZoneKey()'],['../classace__time_1_1ZoneProcessor.html#af069bc08e2135e460c4442fd0be6d3e1',1,'ace_time::ZoneProcessor::setZoneKey()']]], + ['sign_491',['sign',['../classace__time_1_1TimePeriod.html#a06902488cd5ad371690ce1c31ced3140',1,'ace_time::TimePeriod::sign() const'],['../classace__time_1_1TimePeriod.html#a587cafeeea574e2a83a3fc3a9d4a8c4e',1,'ace_time::TimePeriod::sign(int8_t sign)']]], + ['size_492',['size',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#abad6179f1e1f64c395804ad6d12bb28c',1,'ace_time::ZoneProcessorCacheBaseTemplate']]], + ['sortids_493',['sortIds',['../classace__time_1_1ZoneSorterByName.html#a9831c8b2afe5a8a18735e36bd2bb0153',1,'ace_time::ZoneSorterByName::sortIds()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a9b3e7d4fb639b81f81e6f0ddc0cc04e9',1,'ace_time::ZoneSorterByOffsetAndName::sortIds()']]], + ['sortindexes_494',['sortIndexes',['../classace__time_1_1ZoneSorterByName.html#a4048944237c6ddecae4723acc3e8048f',1,'ace_time::ZoneSorterByName::sortIndexes()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a432477df0841504524e8a43655e8080c',1,'ace_time::ZoneSorterByOffsetAndName::sortIndexes()']]], + ['sortnames_495',['sortNames',['../classace__time_1_1ZoneSorterByName.html#a240e4a5eb754a7eb5ee77ceb1b5d8a26',1,'ace_time::ZoneSorterByName::sortNames()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#afe46c57a208e78c60e35cade1fce3fc2',1,'ace_time::ZoneSorterByOffsetAndName::sortNames()']]], + ['stdoffsetminutes_496',['stdOffsetMinutes',['../classace__time_1_1BasicZone.html#a840ffaef671458bbf3a1544b3f329978',1,'ace_time::BasicZone::stdOffsetMinutes()'],['../classace__time_1_1ExtendedZone.html#ae46b04e3822af7a77dcad85662428516',1,'ace_time::ExtendedZone::stdOffsetMinutes()']]] ]; diff --git a/docs/html/search/functions_11.html b/docs/html/search/functions_11.html index 1cde7b49e..188076ef2 100644 --- a/docs/html/search/functions_11.html +++ b/docs/html/search/functions_11.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_11.js b/docs/html/search/functions_11.js index 24c125e8f..4b0dd6ef9 100644 --- a/docs/html/search/functions_11.js +++ b/docs/html/search/functions_11.js @@ -1,22 +1,25 @@ var searchData= [ - ['targetzoneinfo_499',['targetZoneInfo',['../classace__time_1_1basic_1_1ZoneInfoBroker.html#aade243c687ac22cf66af4845dd336420',1,'ace_time::basic::ZoneInfoBroker::targetZoneInfo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#ad25f3f5c7fe5752d434bca8c20348b93',1,'ace_time::extended::ZoneInfoBroker::targetZoneInfo()']]], - ['timecodetominutes_500',['timeCodeToMinutes',['../BrokerCommon_8h.html#a5f7fe934c97e99cd812171e90c7945cd',1,'ace_time::internal']]], - ['timeoffset_501',['timeOffset',['../classace__time_1_1OffsetDateTime.html#a168e05a532edbaed7afa4e75fbf636d7',1,'ace_time::OffsetDateTime::timeOffset() const'],['../classace__time_1_1OffsetDateTime.html#a298bf16b90a1c657a66d9b5d77b0b1cb',1,'ace_time::OffsetDateTime::timeOffset(TimeOffset timeOffset)'],['../classace__time_1_1ZonedDateTime.html#ade77d29873786f45459a07d2271d8c64',1,'ace_time::ZonedDateTime::timeOffset()'],['../classace__time_1_1TimeOffset.html#a0fca23cf055036370aadd89ca307aae8',1,'ace_time::TimeOffset::TimeOffset()']]], + ['targetzoneinfo_497',['targetZoneInfo',['../classace__time_1_1extended_1_1ZoneInfoBroker.html#ad25f3f5c7fe5752d434bca8c20348b93',1,'ace_time::extended::ZoneInfoBroker::targetZoneInfo()'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html#aade243c687ac22cf66af4845dd336420',1,'ace_time::basic::ZoneInfoBroker::targetZoneInfo()']]], + ['timecodetominutes_498',['timeCodeToMinutes',['../BrokerCommon_8h.html#a5f7fe934c97e99cd812171e90c7945cd',1,'ace_time::internal']]], + ['timeoffset_499',['timeOffset',['../classace__time_1_1ZonedDateTime.html#ade77d29873786f45459a07d2271d8c64',1,'ace_time::ZonedDateTime']]], + ['timeoffset_500',['TimeOffset',['../classace__time_1_1TimeOffset.html#a0fca23cf055036370aadd89ca307aae8',1,'ace_time::TimeOffset']]], + ['timeoffset_501',['timeOffset',['../classace__time_1_1OffsetDateTime.html#a298bf16b90a1c657a66d9b5d77b0b1cb',1,'ace_time::OffsetDateTime::timeOffset(TimeOffset timeOffset)'],['../classace__time_1_1OffsetDateTime.html#a168e05a532edbaed7afa4e75fbf636d7',1,'ace_time::OffsetDateTime::timeOffset() const']]], ['timeperiod_502',['TimePeriod',['../classace__time_1_1TimePeriod.html#a45fb93e84da2991a366a5ebf31b66dde',1,'ace_time::TimePeriod::TimePeriod(uint8_t hour, uint8_t minute, uint8_t second, int8_t sign=1)'],['../classace__time_1_1TimePeriod.html#a0ee304d6c42e01c56ed14783da5a85af',1,'ace_time::TimePeriod::TimePeriod(int32_t seconds=0)']]], - ['timezone_503',['TimeZone',['../classace__time_1_1TimeZone.html#afc1cbc5b5e4cd6f2cff0788a4acb9ed9',1,'ace_time::TimeZone::TimeZone()'],['../classace__time_1_1ZonedDateTime.html#a09369bb6bb3ca5c2f10c68c72c5edfd4',1,'ace_time::ZonedDateTime::timeZone() const'],['../classace__time_1_1ZonedDateTime.html#ad1c861034107afc92fb24a320c0696ba',1,'ace_time::ZonedDateTime::timeZone(const TimeZone &timeZone)']]], - ['timezonedata_504',['TimeZoneData',['../structace__time_1_1TimeZoneData.html#a795549e3491feb49b15bb4d6039f9ac8',1,'ace_time::TimeZoneData::TimeZoneData(uint32_t zid)'],['../structace__time_1_1TimeZoneData.html#ae24aeb66c44724d8520e8f986644f871',1,'ace_time::TimeZoneData::TimeZoneData(int16_t stdMinutes, int16_t dstMinutes)'],['../structace__time_1_1TimeZoneData.html#a76f99ffc11d0866de37bcc7eb803a975',1,'ace_time::TimeZoneData::TimeZoneData()']]], - ['todeltaminutes_505',['toDeltaMinutes',['../ExtendedBrokers_8h.html#ad2a05a157983a0d725bbb4e450b5a1f4',1,'ace_time::extended']]], - ['toepochdays_506',['toEpochDays',['../classace__time_1_1LocalDate.html#ab3b76c692aee5e652225616eb871bcae',1,'ace_time::LocalDate::toEpochDays()'],['../classace__time_1_1LocalDateTime.html#abefd57dc8b5d6c66074a809a32ddbb24',1,'ace_time::LocalDateTime::toEpochDays()'],['../classace__time_1_1OffsetDateTime.html#ab243977759b649dc6e5c45fc00c5eb93',1,'ace_time::OffsetDateTime::toEpochDays()'],['../classace__time_1_1ZonedDateTime.html#a1394fa71ef1970c1b340198d3ed7350f',1,'ace_time::ZonedDateTime::toEpochDays()']]], - ['toepochseconds_507',['toEpochSeconds',['../classace__time_1_1LocalDate.html#af1a1350bc5637a4296729b2bc3f61d49',1,'ace_time::LocalDate::toEpochSeconds()'],['../classace__time_1_1LocalDateTime.html#af174b568718ea7b54528f916806020b8',1,'ace_time::LocalDateTime::toEpochSeconds()'],['../classace__time_1_1OffsetDateTime.html#a6bf75ca2f12bc07db60d00e7e5fc5589',1,'ace_time::OffsetDateTime::toEpochSeconds()'],['../classace__time_1_1ZonedDateTime.html#acfa87cc440b6b3ab00c6aeac190892b3',1,'ace_time::ZonedDateTime::toEpochSeconds()']]], - ['tohourminute_508',['toHourMinute',['../classace__time_1_1TimeOffset.html#a20d77892ff9d4a252dcb0cc2e19d3c13',1,'ace_time::TimeOffset']]], - ['tominutes_509',['toMinutes',['../classace__time_1_1TimeOffset.html#a08191e46cf33309fc06f4429505fcf4c',1,'ace_time::TimeOffset']]], - ['tooffsetminutes_510',['toOffsetMinutes',['../ExtendedBrokers_8h.html#ad0e195ee026f5b86948c1e6ae1f9c130',1,'ace_time::extended']]], - ['toseconds_511',['toSeconds',['../classace__time_1_1LocalTime.html#a53f1dd8b1eea2592a760bedcdf6d1442',1,'ace_time::LocalTime::toSeconds()'],['../classace__time_1_1TimeOffset.html#a91835a600c3d1a29a94b3fb38ea32e14',1,'ace_time::TimeOffset::toSeconds()'],['../classace__time_1_1TimePeriod.html#ae94aa6fd79718e72eaa1a3f3c4caed9e',1,'ace_time::TimePeriod::toSeconds()']]], - ['tosuffix_512',['toSuffix',['../BrokerCommon_8h.html#ae980919d070889e10164c643f1411c5f',1,'ace_time::internal']]], - ['totimezonedata_513',['toTimeZoneData',['../classace__time_1_1TimeZone.html#a56c3e00f4809ec653eb773202e6945e0',1,'ace_time::TimeZone']]], - ['tounixdays_514',['toUnixDays',['../classace__time_1_1LocalDate.html#a0fa14ac593d7f693d0190cc4bc5043dd',1,'ace_time::LocalDate::toUnixDays()'],['../classace__time_1_1LocalDateTime.html#aa805a985dcd3636acad1a21845d4be32',1,'ace_time::LocalDateTime::toUnixDays()'],['../classace__time_1_1OffsetDateTime.html#ab74f0bd4a1b74fed62cf0236de723f65',1,'ace_time::OffsetDateTime::toUnixDays()'],['../classace__time_1_1ZonedDateTime.html#af0d37e7ff87736533e58b20058b46a83',1,'ace_time::ZonedDateTime::toUnixDays()']]], - ['tounixseconds_515',['toUnixSeconds',['../classace__time_1_1LocalDate.html#a5364c59dd02316a5fb140ffa34a2b8cf',1,'ace_time::LocalDate::toUnixSeconds()'],['../classace__time_1_1LocalDateTime.html#a3ba6283de94bb1bedf1582964dd92dc1',1,'ace_time::LocalDateTime::toUnixSeconds()'],['../classace__time_1_1OffsetDateTime.html#add13698ff659b32770828b7e0a23219e',1,'ace_time::OffsetDateTime::toUnixSeconds()'],['../classace__time_1_1ZonedDateTime.html#a71a1047465fec5c76c4f4cf70c44482b',1,'ace_time::ZonedDateTime::toUnixSeconds()']]], - ['tounixseconds64_516',['toUnixSeconds64',['../classace__time_1_1LocalDate.html#a40be39304d67827b663f79c840b80094',1,'ace_time::LocalDate::toUnixSeconds64()'],['../classace__time_1_1LocalDateTime.html#a14bba42198704634aac7dfcec3f90ebd',1,'ace_time::LocalDateTime::toUnixSeconds64()'],['../classace__time_1_1OffsetDateTime.html#a19352ab3d4505bd1463cd1d718d56166',1,'ace_time::OffsetDateTime::toUnixSeconds64()'],['../classace__time_1_1ZonedDateTime.html#a79425f9f71b91ebd450f8587db8dacdf',1,'ace_time::ZonedDateTime::toUnixSeconds64()']]], - ['transitionstoragetemplate_517',['TransitionStorageTemplate',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a8ffed64413579a5a4f677ff5337176af',1,'ace_time::extended::TransitionStorageTemplate']]] + ['timezone_503',['TimeZone',['../classace__time_1_1TimeZone.html#afc1cbc5b5e4cd6f2cff0788a4acb9ed9',1,'ace_time::TimeZone']]], + ['timezone_504',['timeZone',['../classace__time_1_1ZonedDateTime.html#a09369bb6bb3ca5c2f10c68c72c5edfd4',1,'ace_time::ZonedDateTime::timeZone() const'],['../classace__time_1_1ZonedDateTime.html#ad1c861034107afc92fb24a320c0696ba',1,'ace_time::ZonedDateTime::timeZone(const TimeZone &timeZone)']]], + ['timezonedata_505',['TimeZoneData',['../structace__time_1_1TimeZoneData.html#a795549e3491feb49b15bb4d6039f9ac8',1,'ace_time::TimeZoneData::TimeZoneData(uint32_t zid)'],['../structace__time_1_1TimeZoneData.html#ae24aeb66c44724d8520e8f986644f871',1,'ace_time::TimeZoneData::TimeZoneData(int16_t stdMinutes, int16_t dstMinutes)'],['../structace__time_1_1TimeZoneData.html#a76f99ffc11d0866de37bcc7eb803a975',1,'ace_time::TimeZoneData::TimeZoneData()']]], + ['todeltaminutes_506',['toDeltaMinutes',['../ExtendedBrokers_8h.html#ad2a05a157983a0d725bbb4e450b5a1f4',1,'ace_time::extended']]], + ['toepochdays_507',['toEpochDays',['../classace__time_1_1LocalDate.html#ab3b76c692aee5e652225616eb871bcae',1,'ace_time::LocalDate::toEpochDays()'],['../classace__time_1_1ZonedDateTime.html#a1394fa71ef1970c1b340198d3ed7350f',1,'ace_time::ZonedDateTime::toEpochDays()'],['../classace__time_1_1OffsetDateTime.html#ab243977759b649dc6e5c45fc00c5eb93',1,'ace_time::OffsetDateTime::toEpochDays()'],['../classace__time_1_1LocalDateTime.html#abefd57dc8b5d6c66074a809a32ddbb24',1,'ace_time::LocalDateTime::toEpochDays()']]], + ['toepochseconds_508',['toEpochSeconds',['../classace__time_1_1LocalDate.html#af1a1350bc5637a4296729b2bc3f61d49',1,'ace_time::LocalDate::toEpochSeconds()'],['../classace__time_1_1LocalDateTime.html#af174b568718ea7b54528f916806020b8',1,'ace_time::LocalDateTime::toEpochSeconds()'],['../classace__time_1_1OffsetDateTime.html#a6bf75ca2f12bc07db60d00e7e5fc5589',1,'ace_time::OffsetDateTime::toEpochSeconds()'],['../classace__time_1_1ZonedDateTime.html#acfa87cc440b6b3ab00c6aeac190892b3',1,'ace_time::ZonedDateTime::toEpochSeconds()']]], + ['tohourminute_509',['toHourMinute',['../classace__time_1_1TimeOffset.html#a20d77892ff9d4a252dcb0cc2e19d3c13',1,'ace_time::TimeOffset']]], + ['tominutes_510',['toMinutes',['../classace__time_1_1TimeOffset.html#a08191e46cf33309fc06f4429505fcf4c',1,'ace_time::TimeOffset']]], + ['tooffsetminutes_511',['toOffsetMinutes',['../ExtendedBrokers_8h.html#ad0e195ee026f5b86948c1e6ae1f9c130',1,'ace_time::extended']]], + ['toseconds_512',['toSeconds',['../classace__time_1_1TimePeriod.html#ae94aa6fd79718e72eaa1a3f3c4caed9e',1,'ace_time::TimePeriod::toSeconds()'],['../classace__time_1_1TimeOffset.html#a91835a600c3d1a29a94b3fb38ea32e14',1,'ace_time::TimeOffset::toSeconds()'],['../classace__time_1_1LocalTime.html#a53f1dd8b1eea2592a760bedcdf6d1442',1,'ace_time::LocalTime::toSeconds()']]], + ['tosuffix_513',['toSuffix',['../BrokerCommon_8h.html#ae980919d070889e10164c643f1411c5f',1,'ace_time::internal']]], + ['totimezonedata_514',['toTimeZoneData',['../classace__time_1_1TimeZone.html#a56c3e00f4809ec653eb773202e6945e0',1,'ace_time::TimeZone']]], + ['tounixdays_515',['toUnixDays',['../classace__time_1_1ZonedDateTime.html#af0d37e7ff87736533e58b20058b46a83',1,'ace_time::ZonedDateTime::toUnixDays()'],['../classace__time_1_1OffsetDateTime.html#ab74f0bd4a1b74fed62cf0236de723f65',1,'ace_time::OffsetDateTime::toUnixDays()'],['../classace__time_1_1LocalDateTime.html#aa805a985dcd3636acad1a21845d4be32',1,'ace_time::LocalDateTime::toUnixDays()'],['../classace__time_1_1LocalDate.html#a0fa14ac593d7f693d0190cc4bc5043dd',1,'ace_time::LocalDate::toUnixDays() const']]], + ['tounixseconds_516',['toUnixSeconds',['../classace__time_1_1LocalDate.html#a5364c59dd02316a5fb140ffa34a2b8cf',1,'ace_time::LocalDate::toUnixSeconds()'],['../classace__time_1_1LocalDateTime.html#a3ba6283de94bb1bedf1582964dd92dc1',1,'ace_time::LocalDateTime::toUnixSeconds()'],['../classace__time_1_1OffsetDateTime.html#add13698ff659b32770828b7e0a23219e',1,'ace_time::OffsetDateTime::toUnixSeconds()'],['../classace__time_1_1ZonedDateTime.html#a71a1047465fec5c76c4f4cf70c44482b',1,'ace_time::ZonedDateTime::toUnixSeconds()']]], + ['tounixseconds64_517',['toUnixSeconds64',['../classace__time_1_1LocalDate.html#a40be39304d67827b663f79c840b80094',1,'ace_time::LocalDate::toUnixSeconds64()'],['../classace__time_1_1LocalDateTime.html#a14bba42198704634aac7dfcec3f90ebd',1,'ace_time::LocalDateTime::toUnixSeconds64()'],['../classace__time_1_1OffsetDateTime.html#a19352ab3d4505bd1463cd1d718d56166',1,'ace_time::OffsetDateTime::toUnixSeconds64()'],['../classace__time_1_1ZonedDateTime.html#a79425f9f71b91ebd450f8587db8dacdf',1,'ace_time::ZonedDateTime::toUnixSeconds64()']]], + ['transitionstoragetemplate_518',['TransitionStorageTemplate',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a8ffed64413579a5a4f677ff5337176af',1,'ace_time::extended::TransitionStorageTemplate']]] ]; diff --git a/docs/html/search/functions_12.html b/docs/html/search/functions_12.html index 48e591559..eb29d8f9a 100644 --- a/docs/html/search/functions_12.html +++ b/docs/html/search/functions_12.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_12.js b/docs/html/search/functions_12.js index 591cf559f..915fce19e 100644 --- a/docs/html/search/functions_12.js +++ b/docs/html/search/functions_12.js @@ -1,5 +1,5 @@ var searchData= [ - ['year_518',['year',['../classace__time_1_1LocalDate.html#aa26da19e25f4c8f87d2f36158170f933',1,'ace_time::LocalDate::year() const'],['../classace__time_1_1LocalDate.html#afc711cd99663609cf791516fb0b2d9b7',1,'ace_time::LocalDate::year(int16_t year)'],['../classace__time_1_1LocalDateTime.html#af8475d9a582933a3d7be658657dc8f08',1,'ace_time::LocalDateTime::year() const'],['../classace__time_1_1LocalDateTime.html#a7fce2547e6d4b12d08fbda5c2d0d63d7',1,'ace_time::LocalDateTime::year(int16_t year)'],['../classace__time_1_1OffsetDateTime.html#a92a54034c2590597cdc32bb7067f4386',1,'ace_time::OffsetDateTime::year() const'],['../classace__time_1_1OffsetDateTime.html#ad6859b95bda19cfd5901d2119ed61132',1,'ace_time::OffsetDateTime::year(int16_t year)'],['../classace__time_1_1ZonedDateTime.html#a1837d67faca49ad7dd01fb699125b865',1,'ace_time::ZonedDateTime::year() const'],['../classace__time_1_1ZonedDateTime.html#abb56f5ce068b79f63d25f33a191f76d8',1,'ace_time::ZonedDateTime::year(int16_t year)']]], - ['yeartiny_519',['yearTiny',['../classace__time_1_1LocalDate.html#a2dc4c5e27a2fdee455dd429c366ead2a',1,'ace_time::LocalDate::yearTiny() const'],['../classace__time_1_1LocalDate.html#a606b2e723bd57b2eb3da211561f7eb84',1,'ace_time::LocalDate::yearTiny(int8_t yearTiny)'],['../classace__time_1_1LocalDateTime.html#a29e52dbdb2d307696f3e6cb3f7a62995',1,'ace_time::LocalDateTime::yearTiny() const'],['../classace__time_1_1LocalDateTime.html#a3cd4adcd0c349752a879a112a0d36c11',1,'ace_time::LocalDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1OffsetDateTime.html#a9e18055198e02ac400656a7d52745c79',1,'ace_time::OffsetDateTime::yearTiny() const'],['../classace__time_1_1OffsetDateTime.html#a931aae33bbee8dc269d9ffac933392a3',1,'ace_time::OffsetDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1ZonedDateTime.html#a6101a8f2525218044c5acce4eaffc81b',1,'ace_time::ZonedDateTime::yearTiny() const'],['../classace__time_1_1ZonedDateTime.html#aa1492e0b1babb4649bbc9d0dad02bd07',1,'ace_time::ZonedDateTime::yearTiny(int8_t yearTiny)']]] + ['year_519',['year',['../classace__time_1_1LocalDate.html#aa26da19e25f4c8f87d2f36158170f933',1,'ace_time::LocalDate::year() const'],['../classace__time_1_1LocalDate.html#afc711cd99663609cf791516fb0b2d9b7',1,'ace_time::LocalDate::year(int16_t year)'],['../classace__time_1_1LocalDateTime.html#af8475d9a582933a3d7be658657dc8f08',1,'ace_time::LocalDateTime::year() const'],['../classace__time_1_1LocalDateTime.html#a7fce2547e6d4b12d08fbda5c2d0d63d7',1,'ace_time::LocalDateTime::year(int16_t year)'],['../classace__time_1_1OffsetDateTime.html#a92a54034c2590597cdc32bb7067f4386',1,'ace_time::OffsetDateTime::year() const'],['../classace__time_1_1OffsetDateTime.html#ad6859b95bda19cfd5901d2119ed61132',1,'ace_time::OffsetDateTime::year(int16_t year)'],['../classace__time_1_1ZonedDateTime.html#a1837d67faca49ad7dd01fb699125b865',1,'ace_time::ZonedDateTime::year() const'],['../classace__time_1_1ZonedDateTime.html#abb56f5ce068b79f63d25f33a191f76d8',1,'ace_time::ZonedDateTime::year(int16_t year)']]], + ['yeartiny_520',['yearTiny',['../classace__time_1_1LocalDate.html#a2dc4c5e27a2fdee455dd429c366ead2a',1,'ace_time::LocalDate::yearTiny() const'],['../classace__time_1_1LocalDate.html#a606b2e723bd57b2eb3da211561f7eb84',1,'ace_time::LocalDate::yearTiny(int8_t yearTiny)'],['../classace__time_1_1LocalDateTime.html#a29e52dbdb2d307696f3e6cb3f7a62995',1,'ace_time::LocalDateTime::yearTiny() const'],['../classace__time_1_1LocalDateTime.html#a3cd4adcd0c349752a879a112a0d36c11',1,'ace_time::LocalDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1OffsetDateTime.html#a9e18055198e02ac400656a7d52745c79',1,'ace_time::OffsetDateTime::yearTiny() const'],['../classace__time_1_1OffsetDateTime.html#a931aae33bbee8dc269d9ffac933392a3',1,'ace_time::OffsetDateTime::yearTiny(int8_t yearTiny)'],['../classace__time_1_1ZonedDateTime.html#a6101a8f2525218044c5acce4eaffc81b',1,'ace_time::ZonedDateTime::yearTiny() const'],['../classace__time_1_1ZonedDateTime.html#aa1492e0b1babb4649bbc9d0dad02bd07',1,'ace_time::ZonedDateTime::yearTiny(int8_t yearTiny)']]] ]; diff --git a/docs/html/search/functions_13.html b/docs/html/search/functions_13.html index f1fc553fe..3da2ea69c 100644 --- a/docs/html/search/functions_13.html +++ b/docs/html/search/functions_13.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_13.js b/docs/html/search/functions_13.js index 528d43cc6..011ff89d0 100644 --- a/docs/html/search/functions_13.js +++ b/docs/html/search/functions_13.js @@ -1,11 +1,11 @@ var searchData= [ - ['zoneddatetime_520',['ZonedDateTime',['../classace__time_1_1ZonedDateTime.html#acd0b9c37aa77071b6c4f5230f8f32caf',1,'ace_time::ZonedDateTime']]], - ['zoneid_521',['zoneId',['../classace__time_1_1BasicZone.html#a360efba115e043ad28c69511f229454d',1,'ace_time::BasicZone::zoneId()'],['../classace__time_1_1ExtendedZone.html#a27bd334749849e8bc8bf56a2c47a5d61',1,'ace_time::ExtendedZone::zoneId()']]], - ['zonemanagertemplate_522',['ZoneManagerTemplate',['../classace__time_1_1ZoneManagerTemplate.html#aec8e7ed6cdffec70bcac827a4c17df1f',1,'ace_time::ZoneManagerTemplate']]], - ['zoneprocessor_523',['ZoneProcessor',['../classace__time_1_1ZoneProcessor.html#a1b45f4d91195b4dfc63bbd4e4e3acb60',1,'ace_time::ZoneProcessor']]], - ['zoneregistrartemplate_524',['ZoneRegistrarTemplate',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#af4ac130d31cce28daf8770fce4a93450',1,'ace_time::internal::ZoneRegistrarTemplate']]], - ['zoneregistrysize_525',['zoneRegistrySize',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7491b6d0c31a035369c9abcdc16182b8',1,'ace_time::internal::ZoneRegistrarTemplate::zoneRegistrySize()'],['../classace__time_1_1ZoneManagerTemplate.html#acb9eaf240d671957dc6338217a2ccc85',1,'ace_time::ZoneManagerTemplate::zoneRegistrySize()']]], - ['zonesorterbyname_526',['ZoneSorterByName',['../classace__time_1_1ZoneSorterByName.html#a2368f6c18e703e0786484d03c2aa054b',1,'ace_time::ZoneSorterByName']]], - ['zonesorterbyoffsetandname_527',['ZoneSorterByOffsetAndName',['../classace__time_1_1ZoneSorterByOffsetAndName.html#aac6183cce422e6f268faf5c8ecd292e2',1,'ace_time::ZoneSorterByOffsetAndName']]] + ['zoneddatetime_521',['ZonedDateTime',['../classace__time_1_1ZonedDateTime.html#acd0b9c37aa77071b6c4f5230f8f32caf',1,'ace_time::ZonedDateTime']]], + ['zoneid_522',['zoneId',['../classace__time_1_1BasicZone.html#a360efba115e043ad28c69511f229454d',1,'ace_time::BasicZone::zoneId()'],['../classace__time_1_1ExtendedZone.html#a27bd334749849e8bc8bf56a2c47a5d61',1,'ace_time::ExtendedZone::zoneId()']]], + ['zonemanagertemplate_523',['ZoneManagerTemplate',['../classace__time_1_1ZoneManagerTemplate.html#aec8e7ed6cdffec70bcac827a4c17df1f',1,'ace_time::ZoneManagerTemplate']]], + ['zoneprocessor_524',['ZoneProcessor',['../classace__time_1_1ZoneProcessor.html#a1b45f4d91195b4dfc63bbd4e4e3acb60',1,'ace_time::ZoneProcessor']]], + ['zoneregistrartemplate_525',['ZoneRegistrarTemplate',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#af4ac130d31cce28daf8770fce4a93450',1,'ace_time::internal::ZoneRegistrarTemplate']]], + ['zoneregistrysize_526',['zoneRegistrySize',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7491b6d0c31a035369c9abcdc16182b8',1,'ace_time::internal::ZoneRegistrarTemplate::zoneRegistrySize()'],['../classace__time_1_1ZoneManagerTemplate.html#acb9eaf240d671957dc6338217a2ccc85',1,'ace_time::ZoneManagerTemplate::zoneRegistrySize()']]], + ['zonesorterbyname_527',['ZoneSorterByName',['../classace__time_1_1ZoneSorterByName.html#a2368f6c18e703e0786484d03c2aa054b',1,'ace_time::ZoneSorterByName']]], + ['zonesorterbyoffsetandname_528',['ZoneSorterByOffsetAndName',['../classace__time_1_1ZoneSorterByOffsetAndName.html#aac6183cce422e6f268faf5c8ecd292e2',1,'ace_time::ZoneSorterByOffsetAndName']]] ]; diff --git a/docs/html/search/functions_2.html b/docs/html/search/functions_2.html index 2737c5ac1..ca5aa10e6 100644 --- a/docs/html/search/functions_2.html +++ b/docs/html/search/functions_2.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_2.js b/docs/html/search/functions_2.js index e19c6c14b..a03161c5a 100644 --- a/docs/html/search/functions_2.js +++ b/docs/html/search/functions_2.js @@ -1,12 +1,12 @@ var searchData= [ - ['compareto_371',['compareTo',['../classace__time_1_1LocalDate.html#a51690a660b837645951c1b80b5306ede',1,'ace_time::LocalDate::compareTo()'],['../classace__time_1_1LocalDateTime.html#a54a97cb87d1d14021d655430dd4b7c44',1,'ace_time::LocalDateTime::compareTo()'],['../classace__time_1_1LocalTime.html#afd3c625a0460388afcf11f4a46d1bbd9',1,'ace_time::LocalTime::compareTo()'],['../classace__time_1_1OffsetDateTime.html#a7722d2c53d932f2a40cf74d8f8f9ec09',1,'ace_time::OffsetDateTime::compareTo()'],['../classace__time_1_1TimePeriod.html#a2e84f8990dead97e11601c9a5ec7b09f',1,'ace_time::TimePeriod::compareTo()'],['../classace__time_1_1ZonedDateTime.html#a054c5f047a889f11fdfbb5ef55d212c3',1,'ace_time::ZonedDateTime::compareTo()']]], - ['comparezone_372',['compareZone',['../classace__time_1_1ZoneSorterByOffsetAndName.html#a4d102dc457046f81cb9187179e55e519',1,'ace_time::ZoneSorterByOffsetAndName']]], - ['converttotimeoffset_373',['convertToTimeOffset',['../classace__time_1_1OffsetDateTime.html#a89bc4bbb2b7aa5c36950ac25671707ea',1,'ace_time::OffsetDateTime']]], - ['converttotimezone_374',['convertToTimeZone',['../classace__time_1_1ZonedDateTime.html#a53c4825eb710b77030773b7890cf3909',1,'ace_time::ZonedDateTime']]], - ['createfortimezonedata_375',['createForTimeZoneData',['../classace__time_1_1ManualZoneManager.html#aae6c3a55953025325a860e4c8dfbd663',1,'ace_time::ManualZoneManager::createForTimeZoneData()'],['../classace__time_1_1ZoneManagerTemplate.html#a1455ad9e96b4a7ea457ba129aac39cc0',1,'ace_time::ZoneManagerTemplate::createForTimeZoneData()']]], - ['createforzoneid_376',['createForZoneId',['../classace__time_1_1ZoneManagerTemplate.html#a2a7f9bdf9cae59621fcea9e0684edd3d',1,'ace_time::ZoneManagerTemplate']]], - ['createforzoneindex_377',['createForZoneIndex',['../classace__time_1_1ZoneManagerTemplate.html#af860acb9df450629459f96ce17a2be1b',1,'ace_time::ZoneManagerTemplate']]], - ['createforzoneinfo_378',['createForZoneInfo',['../classace__time_1_1ZoneManagerTemplate.html#a961bbae78c6e6bcd54a4b69fa47f1f0e',1,'ace_time::ZoneManagerTemplate']]], - ['createforzonename_379',['createForZoneName',['../classace__time_1_1ZoneManagerTemplate.html#a509c6acf09010e2e3c85fd8e200077d3',1,'ace_time::ZoneManagerTemplate']]] + ['compareto_366',['compareTo',['../classace__time_1_1LocalDate.html#a51690a660b837645951c1b80b5306ede',1,'ace_time::LocalDate::compareTo()'],['../classace__time_1_1LocalDateTime.html#a54a97cb87d1d14021d655430dd4b7c44',1,'ace_time::LocalDateTime::compareTo()'],['../classace__time_1_1LocalTime.html#afd3c625a0460388afcf11f4a46d1bbd9',1,'ace_time::LocalTime::compareTo()'],['../classace__time_1_1OffsetDateTime.html#a7722d2c53d932f2a40cf74d8f8f9ec09',1,'ace_time::OffsetDateTime::compareTo()'],['../classace__time_1_1TimePeriod.html#a2e84f8990dead97e11601c9a5ec7b09f',1,'ace_time::TimePeriod::compareTo()'],['../classace__time_1_1ZonedDateTime.html#a054c5f047a889f11fdfbb5ef55d212c3',1,'ace_time::ZonedDateTime::compareTo()']]], + ['comparezone_367',['compareZone',['../classace__time_1_1ZoneSorterByOffsetAndName.html#a4d102dc457046f81cb9187179e55e519',1,'ace_time::ZoneSorterByOffsetAndName']]], + ['converttotimeoffset_368',['convertToTimeOffset',['../classace__time_1_1OffsetDateTime.html#a89bc4bbb2b7aa5c36950ac25671707ea',1,'ace_time::OffsetDateTime']]], + ['converttotimezone_369',['convertToTimeZone',['../classace__time_1_1ZonedDateTime.html#a53c4825eb710b77030773b7890cf3909',1,'ace_time::ZonedDateTime']]], + ['createfortimezonedata_370',['createForTimeZoneData',['../classace__time_1_1ManualZoneManager.html#aae6c3a55953025325a860e4c8dfbd663',1,'ace_time::ManualZoneManager::createForTimeZoneData()'],['../classace__time_1_1ZoneManagerTemplate.html#a1455ad9e96b4a7ea457ba129aac39cc0',1,'ace_time::ZoneManagerTemplate::createForTimeZoneData(const TimeZoneData &d)']]], + ['createforzoneid_371',['createForZoneId',['../classace__time_1_1ZoneManagerTemplate.html#a2a7f9bdf9cae59621fcea9e0684edd3d',1,'ace_time::ZoneManagerTemplate']]], + ['createforzoneindex_372',['createForZoneIndex',['../classace__time_1_1ZoneManagerTemplate.html#af860acb9df450629459f96ce17a2be1b',1,'ace_time::ZoneManagerTemplate']]], + ['createforzoneinfo_373',['createForZoneInfo',['../classace__time_1_1ZoneManagerTemplate.html#a961bbae78c6e6bcd54a4b69fa47f1f0e',1,'ace_time::ZoneManagerTemplate']]], + ['createforzonename_374',['createForZoneName',['../classace__time_1_1ZoneManagerTemplate.html#a509c6acf09010e2e3c85fd8e200077d3',1,'ace_time::ZoneManagerTemplate']]] ]; diff --git a/docs/html/search/functions_3.html b/docs/html/search/functions_3.html index 6da86e7da..d79f55b8e 100644 --- a/docs/html/search/functions_3.html +++ b/docs/html/search/functions_3.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_3.js b/docs/html/search/functions_3.js index b6037a155..f70907c4c 100644 --- a/docs/html/search/functions_3.js +++ b/docs/html/search/functions_3.js @@ -1,8 +1,8 @@ var searchData= [ - ['day_380',['day',['../classace__time_1_1LocalDate.html#aff99fa459db6a5952bdb6c8397e69c56',1,'ace_time::LocalDate::day() const'],['../classace__time_1_1LocalDate.html#a22ed747f8642691e6254b3e17bf43664',1,'ace_time::LocalDate::day(uint8_t day)'],['../classace__time_1_1LocalDateTime.html#a39d5bc65b884fc0ad00e46b96eee71ef',1,'ace_time::LocalDateTime::day() const'],['../classace__time_1_1LocalDateTime.html#a73ebac3c549b8212f20ec9dfd8f15bb3',1,'ace_time::LocalDateTime::day(uint8_t day)'],['../classace__time_1_1OffsetDateTime.html#a128afa44d94db7f8ea6186b090ffe067',1,'ace_time::OffsetDateTime::day() const'],['../classace__time_1_1OffsetDateTime.html#a9de570ed6b93be3be3c1717f0621e8fb',1,'ace_time::OffsetDateTime::day(uint8_t day)'],['../classace__time_1_1ZonedDateTime.html#a951bfb83ff1a03125cc122be6f5da675',1,'ace_time::ZonedDateTime::day() const'],['../classace__time_1_1ZonedDateTime.html#a5ee4d3be47028aec0bed03ba750ef3e9',1,'ace_time::ZonedDateTime::day(uint8_t day)']]], - ['dayofweek_381',['dayOfWeek',['../classace__time_1_1LocalDate.html#a340aaa8f1767def162ccaae8c2d3e2c5',1,'ace_time::LocalDate::dayOfWeek()'],['../classace__time_1_1LocalDateTime.html#ad8f220f1853f17858618968d8d90b900',1,'ace_time::LocalDateTime::dayOfWeek()'],['../classace__time_1_1OffsetDateTime.html#aacf85984e6500a9a393bff6644d2075a',1,'ace_time::OffsetDateTime::dayOfWeek()'],['../classace__time_1_1ZonedDateTime.html#a252e514a2527c07c2715bb960f6c27d9',1,'ace_time::ZonedDateTime::dayOfWeek()']]], - ['dayofweeklongstring_382',['dayOfWeekLongString',['../classace__time_1_1DateStrings.html#a324ee6fb27c9ce6fc16bd95a7ef321bd',1,'ace_time::DateStrings']]], - ['dayofweekshortstring_383',['dayOfWeekShortString',['../classace__time_1_1DateStrings.html#a65785a25074404b4ec3c1c94c8d469da',1,'ace_time::DateStrings']]], - ['daysinmonth_384',['daysInMonth',['../classace__time_1_1LocalDate.html#a74ac1c52253c7aabb33efd8ce9b50dc2',1,'ace_time::LocalDate']]] + ['day_375',['day',['../classace__time_1_1LocalDate.html#aff99fa459db6a5952bdb6c8397e69c56',1,'ace_time::LocalDate::day() const'],['../classace__time_1_1LocalDate.html#a22ed747f8642691e6254b3e17bf43664',1,'ace_time::LocalDate::day(uint8_t day)'],['../classace__time_1_1LocalDateTime.html#a39d5bc65b884fc0ad00e46b96eee71ef',1,'ace_time::LocalDateTime::day() const'],['../classace__time_1_1LocalDateTime.html#a73ebac3c549b8212f20ec9dfd8f15bb3',1,'ace_time::LocalDateTime::day(uint8_t day)'],['../classace__time_1_1OffsetDateTime.html#a128afa44d94db7f8ea6186b090ffe067',1,'ace_time::OffsetDateTime::day() const'],['../classace__time_1_1OffsetDateTime.html#a9de570ed6b93be3be3c1717f0621e8fb',1,'ace_time::OffsetDateTime::day(uint8_t day)'],['../classace__time_1_1ZonedDateTime.html#a951bfb83ff1a03125cc122be6f5da675',1,'ace_time::ZonedDateTime::day() const'],['../classace__time_1_1ZonedDateTime.html#a5ee4d3be47028aec0bed03ba750ef3e9',1,'ace_time::ZonedDateTime::day(uint8_t day)']]], + ['dayofweek_376',['dayOfWeek',['../classace__time_1_1LocalDate.html#a340aaa8f1767def162ccaae8c2d3e2c5',1,'ace_time::LocalDate::dayOfWeek()'],['../classace__time_1_1LocalDateTime.html#ad8f220f1853f17858618968d8d90b900',1,'ace_time::LocalDateTime::dayOfWeek()'],['../classace__time_1_1OffsetDateTime.html#aacf85984e6500a9a393bff6644d2075a',1,'ace_time::OffsetDateTime::dayOfWeek()'],['../classace__time_1_1ZonedDateTime.html#a252e514a2527c07c2715bb960f6c27d9',1,'ace_time::ZonedDateTime::dayOfWeek()']]], + ['dayofweeklongstring_377',['dayOfWeekLongString',['../classace__time_1_1DateStrings.html#a324ee6fb27c9ce6fc16bd95a7ef321bd',1,'ace_time::DateStrings']]], + ['dayofweekshortstring_378',['dayOfWeekShortString',['../classace__time_1_1DateStrings.html#a65785a25074404b4ec3c1c94c8d469da',1,'ace_time::DateStrings']]], + ['daysinmonth_379',['daysInMonth',['../classace__time_1_1LocalDate.html#a74ac1c52253c7aabb33efd8ce9b50dc2',1,'ace_time::LocalDate']]] ]; diff --git a/docs/html/search/functions_4.html b/docs/html/search/functions_4.html index 911304e60..1657cad0d 100644 --- a/docs/html/search/functions_4.html +++ b/docs/html/search/functions_4.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_4.js b/docs/html/search/functions_4.js index 46c57534d..ed32266f9 100644 --- a/docs/html/search/functions_4.js +++ b/docs/html/search/functions_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['equals_385',['equals',['../classace__time_1_1ZoneProcessor.html#aa78857884d8b64d4be4b499970d63a70',1,'ace_time::ZoneProcessor']]], - ['equalszonekey_386',['equalsZoneKey',['../classace__time_1_1BasicZoneProcessorTemplate.html#a1d5077215681ac06c683f633be688fea',1,'ace_time::BasicZoneProcessorTemplate::equalsZoneKey()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a700795c7fd43f3af82727bf2a461c264',1,'ace_time::ExtendedZoneProcessorTemplate::equalsZoneKey()'],['../classace__time_1_1ZoneProcessor.html#aa5a25a2082ceed26ff15eb72cd1c5724',1,'ace_time::ZoneProcessor::equalsZoneKey()']]], - ['extendedlinkmanager_387',['ExtendedLinkManager',['../classace__time_1_1ExtendedLinkManager.html#a385911c420a29a28887415620c09c798',1,'ace_time::ExtendedLinkManager']]], - ['extendedzone_388',['ExtendedZone',['../classace__time_1_1ExtendedZone.html#a957f28288f46b576446f406d4b1dda60',1,'ace_time::ExtendedZone::ExtendedZone(const extended::ZoneInfo *zoneInfo)'],['../classace__time_1_1ExtendedZone.html#a25726bb96da36e1c3418a75f456d812b',1,'ace_time::ExtendedZone::ExtendedZone(const extended::ZoneInfoBroker &zoneInfo)']]], - ['extendedzoneprocessortemplate_389',['ExtendedZoneProcessorTemplate',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#ae05ccd05ee8b92e02241122a6bd12029',1,'ace_time::ExtendedZoneProcessorTemplate']]] + ['equals_380',['equals',['../classace__time_1_1ZoneProcessor.html#aa78857884d8b64d4be4b499970d63a70',1,'ace_time::ZoneProcessor']]], + ['equalszonekey_381',['equalsZoneKey',['../classace__time_1_1BasicZoneProcessorTemplate.html#a1d5077215681ac06c683f633be688fea',1,'ace_time::BasicZoneProcessorTemplate::equalsZoneKey()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a700795c7fd43f3af82727bf2a461c264',1,'ace_time::ExtendedZoneProcessorTemplate::equalsZoneKey()'],['../classace__time_1_1ZoneProcessor.html#aa5a25a2082ceed26ff15eb72cd1c5724',1,'ace_time::ZoneProcessor::equalsZoneKey()']]], + ['extendedlinkmanager_382',['ExtendedLinkManager',['../classace__time_1_1ExtendedLinkManager.html#a385911c420a29a28887415620c09c798',1,'ace_time::ExtendedLinkManager']]], + ['extendedzone_383',['ExtendedZone',['../classace__time_1_1ExtendedZone.html#a957f28288f46b576446f406d4b1dda60',1,'ace_time::ExtendedZone::ExtendedZone(const extended::ZoneInfo *zoneInfo)'],['../classace__time_1_1ExtendedZone.html#a25726bb96da36e1c3418a75f456d812b',1,'ace_time::ExtendedZone::ExtendedZone(const extended::ZoneInfoBroker &zoneInfo)']]], + ['extendedzoneprocessortemplate_384',['ExtendedZoneProcessorTemplate',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#ae05ccd05ee8b92e02241122a6bd12029',1,'ace_time::ExtendedZoneProcessorTemplate']]] ]; diff --git a/docs/html/search/functions_5.html b/docs/html/search/functions_5.html index 61b920db6..9301d6b9c 100644 --- a/docs/html/search/functions_5.html +++ b/docs/html/search/functions_5.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_5.js b/docs/html/search/functions_5.js index 4c4b28c68..aebe79c94 100644 --- a/docs/html/search/functions_5.js +++ b/docs/html/search/functions_5.js @@ -1,34 +1,34 @@ var searchData= [ - ['fillindexes_390',['fillIndexes',['../classace__time_1_1ZoneSorterByName.html#abd2459d83e1b1bfe024abd1d4e821b15',1,'ace_time::ZoneSorterByName::fillIndexes()'],['../classace__time_1_1ZoneSorterByOffsetAndName.html#a6aa614c7e97d1740606909317205a620',1,'ace_time::ZoneSorterByOffsetAndName::fillIndexes()']]], - ['findindexforid_391',['findIndexForId',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a5bd9996c09713c8aed1bacf540c203a4',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForId()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#af0b97bc8d05117ad9a3b8a1b63b82327',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForId()']]], - ['findindexforidbinary_392',['findIndexForIdBinary',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a90cbd9d51294f8ec68ac6373ae6f03bb',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForIdBinary()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7feaa21fa3b6739cdae255aebd3e7c77',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForIdBinary()']]], - ['findindexforidlinear_393',['findIndexForIdLinear',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a57965097ad4af366332ac784a94a1d50',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForIdLinear()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a045feaa9f950c8699880b3de329b62fb',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForIdLinear()']]], - ['findindexforname_394',['findIndexForName',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a9f850b1e501782a0adbc79e94d25e82e',1,'ace_time::internal::ZoneRegistrarTemplate']]], - ['findtransitionfordatetime_395',['findTransitionForDateTime',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a6ff4d508b408689a8e2cbca17df1d6cb',1,'ace_time::extended::TransitionStorageTemplate']]], - ['findtransitionforseconds_396',['findTransitionForSeconds',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#ad84866d31ff6bfdbedc588592b92aad7',1,'ace_time::extended::TransitionStorageTemplate']]], - ['fold_397',['fold',['../classace__time_1_1LocalDateTime.html#a6d082508f73c7a9dbca81c0a2287eb40',1,'ace_time::LocalDateTime::fold() const'],['../classace__time_1_1LocalDateTime.html#a282ea1a664060ba70cc30dfbbfdfc3c4',1,'ace_time::LocalDateTime::fold(uint8_t fold)'],['../classace__time_1_1LocalTime.html#a2ce63c8501efc8026f722c43935c3d2d',1,'ace_time::LocalTime::fold() const'],['../classace__time_1_1LocalTime.html#af21f20be4d4194d909e49bdf3a58677d',1,'ace_time::LocalTime::fold(uint8_t fold)'],['../classace__time_1_1OffsetDateTime.html#a7664a39b4b4227657497163d25965edc',1,'ace_time::OffsetDateTime::fold() const'],['../classace__time_1_1OffsetDateTime.html#ad886ec1066627dc8826ebef799a4b282',1,'ace_time::OffsetDateTime::fold(uint8_t fold)'],['../classace__time_1_1ZonedDateTime.html#a4e5c076c20cd25aae740ae0036c846c9',1,'ace_time::ZonedDateTime::fold() const'],['../classace__time_1_1ZonedDateTime.html#a0d80579bc7eafd9b0cff8ad9c3792c29',1,'ace_time::ZonedDateTime::fold(uint8_t fold)']]], - ['forcomponents_398',['forComponents',['../classace__time_1_1LocalDate.html#a03470885c11a33172e869825327b3058',1,'ace_time::LocalDate::forComponents()'],['../classace__time_1_1LocalDateTime.html#a2fc60cd721cbfe128e4feec378bb9be0',1,'ace_time::LocalDateTime::forComponents()'],['../classace__time_1_1LocalTime.html#a200a5eae3db7be400000414d058be248',1,'ace_time::LocalTime::forComponents()'],['../classace__time_1_1OffsetDateTime.html#afcc18763dd38086c17221897d45f9b2c',1,'ace_time::OffsetDateTime::forComponents()'],['../classace__time_1_1ZonedDateTime.html#a00ab2ef530c51e068b3b67dc91a69ccf',1,'ace_time::ZonedDateTime::forComponents()']]], - ['fordatestring_399',['forDateString',['../classace__time_1_1LocalDate.html#a8d639466331ab604d1a2fcf805aa7e3c',1,'ace_time::LocalDate::forDateString()'],['../classace__time_1_1LocalDateTime.html#a7009318e9e3934c7ec480442a6ea0a4c',1,'ace_time::LocalDateTime::forDateString(const char *dateString)'],['../classace__time_1_1LocalDateTime.html#a01cc56a01909d115b6b46bc3802a8cfa',1,'ace_time::LocalDateTime::forDateString(const __FlashStringHelper *dateString)'],['../classace__time_1_1OffsetDateTime.html#aa9a42a7edde026280d0a31b1a3208f11',1,'ace_time::OffsetDateTime::forDateString(const char *dateString)'],['../classace__time_1_1OffsetDateTime.html#ac2994e2140d0611090bdda8e0f33a70a',1,'ace_time::OffsetDateTime::forDateString(const __FlashStringHelper *dateString)'],['../classace__time_1_1ZonedDateTime.html#af1a0e9051776bade2c00cbaf1c39dd97',1,'ace_time::ZonedDateTime::forDateString(const char *dateString)'],['../classace__time_1_1ZonedDateTime.html#a4dec313e98aba074b99efcdc22be6333',1,'ace_time::ZonedDateTime::forDateString(const __FlashStringHelper *dateString)']]], - ['fordatestringchainable_400',['forDateStringChainable',['../classace__time_1_1LocalDate.html#afa781acb2029650721e589e4bd518940',1,'ace_time::LocalDate::forDateStringChainable()'],['../classace__time_1_1LocalDateTime.html#ad14a21540e27fad838c798ede040d480',1,'ace_time::LocalDateTime::forDateStringChainable()'],['../classace__time_1_1OffsetDateTime.html#a21dffc4999ae12be1d4fc30d5c66dd27',1,'ace_time::OffsetDateTime::forDateStringChainable()']]], - ['forepochdays_401',['forEpochDays',['../classace__time_1_1LocalDate.html#ad3fffbf6406717f246b7331324d9c903',1,'ace_time::LocalDate']]], - ['forepochseconds_402',['forEpochSeconds',['../classace__time_1_1LocalDate.html#ab04f803683ec7c9ae5d4037efb297a77',1,'ace_time::LocalDate::forEpochSeconds()'],['../classace__time_1_1LocalDateTime.html#a22d1cb9b735e129f6a495f21d0c408e9',1,'ace_time::LocalDateTime::forEpochSeconds()'],['../classace__time_1_1OffsetDateTime.html#ab9a8f6f8046721947f6922033cc0504f',1,'ace_time::OffsetDateTime::forEpochSeconds()'],['../classace__time_1_1ZonedDateTime.html#a9c02e18eba7ef8af1e41d4ecfe727bee',1,'ace_time::ZonedDateTime::forEpochSeconds()']]], - ['forerror_403',['forError',['../classace__time_1_1LocalDate.html#a14037a4c8d2eb68f35cbb95697d95297',1,'ace_time::LocalDate::forError()'],['../classace__time_1_1LocalDateTime.html#a5e238445e0b676f3a166e5bdc3794aa9',1,'ace_time::LocalDateTime::forError()'],['../classace__time_1_1LocalTime.html#a8247076d11be2b794b40930854f5739e',1,'ace_time::LocalTime::forError()'],['../classace__time_1_1OffsetDateTime.html#a7212a3a5c48a938f10cbebbc41d5deeb',1,'ace_time::OffsetDateTime::forError()'],['../classace__time_1_1TimeOffset.html#a806d24189da02dd31a7570b0dcddc542',1,'ace_time::TimeOffset::forError()'],['../classace__time_1_1TimePeriod.html#a1a712b883579f26ea7afc158205e289b',1,'ace_time::TimePeriod::forError()'],['../classace__time_1_1TimeZone.html#aa145ae518fa6bfbcd9c712a7047d510d',1,'ace_time::TimeZone::forError()'],['../classace__time_1_1ZonedDateTime.html#a9ad7a24801f799498c1c51c33fc5c971',1,'ace_time::ZonedDateTime::forError()']]], - ['forhourminute_404',['forHourMinute',['../classace__time_1_1TimeOffset.html#aeb43c8af6b3b71f1bbabdfb58be62eb7',1,'ace_time::TimeOffset::forHourMinute()'],['../classace__time_1_1TimeZone.html#af2f141b5117d795d055871ebbe160ae9',1,'ace_time::TimeZone::forHourMinute()']]], - ['forhours_405',['forHours',['../classace__time_1_1TimeOffset.html#ad1aebe35229af3a3739a6ba469007b69',1,'ace_time::TimeOffset::forHours()'],['../classace__time_1_1TimeZone.html#a76e6552e24c32c39dfd699b58cbdbd78',1,'ace_time::TimeZone::forHours()']]], - ['forlocaldatetimeandoffset_406',['forLocalDateTimeAndOffset',['../classace__time_1_1OffsetDateTime.html#a671148a5714121eb9b96ddd88f1fe76d',1,'ace_time::OffsetDateTime']]], - ['forminutes_407',['forMinutes',['../classace__time_1_1TimeOffset.html#aeb8480a999c6eba58304d02ac32133d2',1,'ace_time::TimeOffset::forMinutes()'],['../classace__time_1_1TimeZone.html#af705d2961ac6409918d4bfc1bfaee75f',1,'ace_time::TimeZone::forMinutes()']]], - ['foroffsetstring_408',['forOffsetString',['../classace__time_1_1TimeOffset.html#a432ebcdc40e78c55c6091288ea3ad0eb',1,'ace_time::TimeOffset']]], - ['foroffsetstringchainable_409',['forOffsetStringChainable',['../classace__time_1_1TimeOffset.html#af20209f3ecb677c792721f2a9d4f527e',1,'ace_time::TimeOffset']]], - ['forseconds_410',['forSeconds',['../classace__time_1_1LocalTime.html#add45f59f01066a9551f33bab114df263',1,'ace_time::LocalTime']]], - ['fortimeoffset_411',['forTimeOffset',['../classace__time_1_1TimeZone.html#ae12df54ad1a75a6b0f1c24ff71af4bb9',1,'ace_time::TimeZone']]], - ['fortimestring_412',['forTimeString',['../classace__time_1_1LocalTime.html#a88a75981aa0f2b612e43fe916a7772ce',1,'ace_time::LocalTime']]], - ['fortimestringchainable_413',['forTimeStringChainable',['../classace__time_1_1LocalTime.html#a61b5c210656837d812bfc75e7eb3e7c5',1,'ace_time::LocalTime']]], - ['fortinycomponents_414',['forTinyComponents',['../classace__time_1_1LocalDate.html#ac16b7d78c641cb281ad53a368481fe18',1,'ace_time::LocalDate::forTinyComponents()'],['../classace__time_1_1LocalDateTime.html#ab6840c820484fbd8a9139b7460309d39',1,'ace_time::LocalDateTime::forTinyComponents()']]], - ['forunixdays_415',['forUnixDays',['../classace__time_1_1LocalDate.html#ac79dde1baaf4f283cea2766a6985fb95',1,'ace_time::LocalDate']]], - ['forunixseconds_416',['forUnixSeconds',['../classace__time_1_1LocalDate.html#a7ba914aca8565cb77c627a5342674903',1,'ace_time::LocalDate::forUnixSeconds()'],['../classace__time_1_1LocalDateTime.html#aa6fc55b0c4f6ffa1e55beb7158a49be7',1,'ace_time::LocalDateTime::forUnixSeconds()'],['../classace__time_1_1OffsetDateTime.html#af27d40764ac1fa7071b12803180ac1ad',1,'ace_time::OffsetDateTime::forUnixSeconds()'],['../classace__time_1_1ZonedDateTime.html#acd9ae31381d8fa1706515840a93e7b01',1,'ace_time::ZonedDateTime::forUnixSeconds()']]], - ['forunixseconds64_417',['forUnixSeconds64',['../classace__time_1_1LocalDate.html#a21925fbcffdaaf85918aafcc4ee9547b',1,'ace_time::LocalDate::forUnixSeconds64()'],['../classace__time_1_1LocalDateTime.html#a9ae087d3f652b821d60d46a6cf2187fc',1,'ace_time::LocalDateTime::forUnixSeconds64()'],['../classace__time_1_1OffsetDateTime.html#ad8a9280eb0f90e864d285048e764f575',1,'ace_time::OffsetDateTime::forUnixSeconds64()'],['../classace__time_1_1ZonedDateTime.html#a95b4ea8234de38744d3962291fb27ecd',1,'ace_time::ZonedDateTime::forUnixSeconds64()']]], - ['forutc_418',['forUtc',['../classace__time_1_1TimeZone.html#a6e0d4b2231806e3d42ed0191fe6db13a',1,'ace_time::TimeZone']]], - ['forzoneinfo_419',['forZoneInfo',['../classace__time_1_1TimeZone.html#ac8faf0b3af84d4d35b0c13a8c50918cb',1,'ace_time::TimeZone::forZoneInfo(const basic::ZoneInfo *zoneInfo, BasicZoneProcessor *zoneProcessor)'],['../classace__time_1_1TimeZone.html#a125526cfbe3f25fd4d1443fd18e8b172',1,'ace_time::TimeZone::forZoneInfo(const extended::ZoneInfo *zoneInfo, ExtendedZoneProcessor *zoneProcessor)']]], - ['forzonekey_420',['forZoneKey',['../classace__time_1_1TimeZone.html#aa6aeb15831cac0ebd92996b5e4ab2813',1,'ace_time::TimeZone']]] + ['fillindexes_385',['fillIndexes',['../classace__time_1_1ZoneSorterByOffsetAndName.html#a6aa614c7e97d1740606909317205a620',1,'ace_time::ZoneSorterByOffsetAndName::fillIndexes()'],['../classace__time_1_1ZoneSorterByName.html#abd2459d83e1b1bfe024abd1d4e821b15',1,'ace_time::ZoneSorterByName::fillIndexes()']]], + ['findindexforid_386',['findIndexForId',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#af0b97bc8d05117ad9a3b8a1b63b82327',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForId()'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a5bd9996c09713c8aed1bacf540c203a4',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForId(uint32_t linkId) const']]], + ['findindexforidbinary_387',['findIndexForIdBinary',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a90cbd9d51294f8ec68ac6373ae6f03bb',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForIdBinary()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7feaa21fa3b6739cdae255aebd3e7c77',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForIdBinary()']]], + ['findindexforidlinear_388',['findIndexForIdLinear',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a57965097ad4af366332ac784a94a1d50',1,'ace_time::internal::LinkRegistrarTemplate::findIndexForIdLinear()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a045feaa9f950c8699880b3de329b62fb',1,'ace_time::internal::ZoneRegistrarTemplate::findIndexForIdLinear(uint32_t zoneId) const']]], + ['findindexforname_389',['findIndexForName',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a9f850b1e501782a0adbc79e94d25e82e',1,'ace_time::internal::ZoneRegistrarTemplate']]], + ['findtransitionfordatetime_390',['findTransitionForDateTime',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a6ff4d508b408689a8e2cbca17df1d6cb',1,'ace_time::extended::TransitionStorageTemplate']]], + ['findtransitionforseconds_391',['findTransitionForSeconds',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#ad84866d31ff6bfdbedc588592b92aad7',1,'ace_time::extended::TransitionStorageTemplate']]], + ['fold_392',['fold',['../classace__time_1_1LocalDateTime.html#a282ea1a664060ba70cc30dfbbfdfc3c4',1,'ace_time::LocalDateTime::fold()'],['../classace__time_1_1ZonedDateTime.html#a0d80579bc7eafd9b0cff8ad9c3792c29',1,'ace_time::ZonedDateTime::fold(uint8_t fold)'],['../classace__time_1_1ZonedDateTime.html#a4e5c076c20cd25aae740ae0036c846c9',1,'ace_time::ZonedDateTime::fold() const'],['../classace__time_1_1OffsetDateTime.html#ad886ec1066627dc8826ebef799a4b282',1,'ace_time::OffsetDateTime::fold(uint8_t fold)'],['../classace__time_1_1OffsetDateTime.html#a7664a39b4b4227657497163d25965edc',1,'ace_time::OffsetDateTime::fold() const'],['../classace__time_1_1LocalTime.html#af21f20be4d4194d909e49bdf3a58677d',1,'ace_time::LocalTime::fold(uint8_t fold)'],['../classace__time_1_1LocalTime.html#a2ce63c8501efc8026f722c43935c3d2d',1,'ace_time::LocalTime::fold() const'],['../classace__time_1_1LocalDateTime.html#a6d082508f73c7a9dbca81c0a2287eb40',1,'ace_time::LocalDateTime::fold()']]], + ['forcomponents_393',['forComponents',['../classace__time_1_1LocalDate.html#a03470885c11a33172e869825327b3058',1,'ace_time::LocalDate::forComponents()'],['../classace__time_1_1ZonedDateTime.html#a00ab2ef530c51e068b3b67dc91a69ccf',1,'ace_time::ZonedDateTime::forComponents()'],['../classace__time_1_1OffsetDateTime.html#afcc18763dd38086c17221897d45f9b2c',1,'ace_time::OffsetDateTime::forComponents()'],['../classace__time_1_1LocalTime.html#a200a5eae3db7be400000414d058be248',1,'ace_time::LocalTime::forComponents()'],['../classace__time_1_1LocalDateTime.html#a2fc60cd721cbfe128e4feec378bb9be0',1,'ace_time::LocalDateTime::forComponents()']]], + ['fordatestring_394',['forDateString',['../classace__time_1_1LocalDate.html#a8d639466331ab604d1a2fcf805aa7e3c',1,'ace_time::LocalDate::forDateString()'],['../classace__time_1_1LocalDateTime.html#a7009318e9e3934c7ec480442a6ea0a4c',1,'ace_time::LocalDateTime::forDateString(const char *dateString)'],['../classace__time_1_1LocalDateTime.html#a01cc56a01909d115b6b46bc3802a8cfa',1,'ace_time::LocalDateTime::forDateString(const __FlashStringHelper *dateString)'],['../classace__time_1_1OffsetDateTime.html#aa9a42a7edde026280d0a31b1a3208f11',1,'ace_time::OffsetDateTime::forDateString(const char *dateString)'],['../classace__time_1_1OffsetDateTime.html#ac2994e2140d0611090bdda8e0f33a70a',1,'ace_time::OffsetDateTime::forDateString(const __FlashStringHelper *dateString)'],['../classace__time_1_1ZonedDateTime.html#af1a0e9051776bade2c00cbaf1c39dd97',1,'ace_time::ZonedDateTime::forDateString(const char *dateString)'],['../classace__time_1_1ZonedDateTime.html#a4dec313e98aba074b99efcdc22be6333',1,'ace_time::ZonedDateTime::forDateString(const __FlashStringHelper *dateString)']]], + ['fordatestringchainable_395',['forDateStringChainable',['../classace__time_1_1LocalDate.html#afa781acb2029650721e589e4bd518940',1,'ace_time::LocalDate::forDateStringChainable()'],['../classace__time_1_1LocalDateTime.html#ad14a21540e27fad838c798ede040d480',1,'ace_time::LocalDateTime::forDateStringChainable()'],['../classace__time_1_1OffsetDateTime.html#a21dffc4999ae12be1d4fc30d5c66dd27',1,'ace_time::OffsetDateTime::forDateStringChainable()']]], + ['forepochdays_396',['forEpochDays',['../classace__time_1_1LocalDate.html#ad3fffbf6406717f246b7331324d9c903',1,'ace_time::LocalDate']]], + ['forepochseconds_397',['forEpochSeconds',['../classace__time_1_1ZonedDateTime.html#a9c02e18eba7ef8af1e41d4ecfe727bee',1,'ace_time::ZonedDateTime::forEpochSeconds()'],['../classace__time_1_1OffsetDateTime.html#ab9a8f6f8046721947f6922033cc0504f',1,'ace_time::OffsetDateTime::forEpochSeconds()'],['../classace__time_1_1LocalDate.html#ab04f803683ec7c9ae5d4037efb297a77',1,'ace_time::LocalDate::forEpochSeconds()'],['../classace__time_1_1LocalDateTime.html#a22d1cb9b735e129f6a495f21d0c408e9',1,'ace_time::LocalDateTime::forEpochSeconds(acetime_t epochSeconds, uint8_t fold=0)']]], + ['forerror_398',['forError',['../classace__time_1_1LocalDateTime.html#a5e238445e0b676f3a166e5bdc3794aa9',1,'ace_time::LocalDateTime::forError()'],['../classace__time_1_1LocalTime.html#a8247076d11be2b794b40930854f5739e',1,'ace_time::LocalTime::forError()'],['../classace__time_1_1OffsetDateTime.html#a7212a3a5c48a938f10cbebbc41d5deeb',1,'ace_time::OffsetDateTime::forError()'],['../classace__time_1_1TimeOffset.html#a806d24189da02dd31a7570b0dcddc542',1,'ace_time::TimeOffset::forError()'],['../classace__time_1_1TimePeriod.html#a1a712b883579f26ea7afc158205e289b',1,'ace_time::TimePeriod::forError()'],['../classace__time_1_1TimeZone.html#aa145ae518fa6bfbcd9c712a7047d510d',1,'ace_time::TimeZone::forError()'],['../classace__time_1_1ZonedDateTime.html#a9ad7a24801f799498c1c51c33fc5c971',1,'ace_time::ZonedDateTime::forError()'],['../classace__time_1_1LocalDate.html#a14037a4c8d2eb68f35cbb95697d95297',1,'ace_time::LocalDate::forError()']]], + ['forhourminute_399',['forHourMinute',['../classace__time_1_1TimeZone.html#af2f141b5117d795d055871ebbe160ae9',1,'ace_time::TimeZone::forHourMinute()'],['../classace__time_1_1TimeOffset.html#aeb43c8af6b3b71f1bbabdfb58be62eb7',1,'ace_time::TimeOffset::forHourMinute(int8_t hour, int8_t minute)']]], + ['forhours_400',['forHours',['../classace__time_1_1TimeOffset.html#ad1aebe35229af3a3739a6ba469007b69',1,'ace_time::TimeOffset::forHours()'],['../classace__time_1_1TimeZone.html#a76e6552e24c32c39dfd699b58cbdbd78',1,'ace_time::TimeZone::forHours()']]], + ['forlocaldatetimeandoffset_401',['forLocalDateTimeAndOffset',['../classace__time_1_1OffsetDateTime.html#a671148a5714121eb9b96ddd88f1fe76d',1,'ace_time::OffsetDateTime']]], + ['forminutes_402',['forMinutes',['../classace__time_1_1TimeOffset.html#aeb8480a999c6eba58304d02ac32133d2',1,'ace_time::TimeOffset::forMinutes()'],['../classace__time_1_1TimeZone.html#af705d2961ac6409918d4bfc1bfaee75f',1,'ace_time::TimeZone::forMinutes()']]], + ['foroffsetstring_403',['forOffsetString',['../classace__time_1_1TimeOffset.html#a432ebcdc40e78c55c6091288ea3ad0eb',1,'ace_time::TimeOffset']]], + ['foroffsetstringchainable_404',['forOffsetStringChainable',['../classace__time_1_1TimeOffset.html#af20209f3ecb677c792721f2a9d4f527e',1,'ace_time::TimeOffset']]], + ['forseconds_405',['forSeconds',['../classace__time_1_1LocalTime.html#add45f59f01066a9551f33bab114df263',1,'ace_time::LocalTime']]], + ['fortimeoffset_406',['forTimeOffset',['../classace__time_1_1TimeZone.html#ae12df54ad1a75a6b0f1c24ff71af4bb9',1,'ace_time::TimeZone']]], + ['fortimestring_407',['forTimeString',['../classace__time_1_1LocalTime.html#a88a75981aa0f2b612e43fe916a7772ce',1,'ace_time::LocalTime']]], + ['fortimestringchainable_408',['forTimeStringChainable',['../classace__time_1_1LocalTime.html#a61b5c210656837d812bfc75e7eb3e7c5',1,'ace_time::LocalTime']]], + ['fortinycomponents_409',['forTinyComponents',['../classace__time_1_1LocalDate.html#ac16b7d78c641cb281ad53a368481fe18',1,'ace_time::LocalDate::forTinyComponents()'],['../classace__time_1_1LocalDateTime.html#ab6840c820484fbd8a9139b7460309d39',1,'ace_time::LocalDateTime::forTinyComponents()']]], + ['forunixdays_410',['forUnixDays',['../classace__time_1_1LocalDate.html#ac79dde1baaf4f283cea2766a6985fb95',1,'ace_time::LocalDate']]], + ['forunixseconds_411',['forUnixSeconds',['../classace__time_1_1ZonedDateTime.html#acd9ae31381d8fa1706515840a93e7b01',1,'ace_time::ZonedDateTime::forUnixSeconds()'],['../classace__time_1_1OffsetDateTime.html#af27d40764ac1fa7071b12803180ac1ad',1,'ace_time::OffsetDateTime::forUnixSeconds()'],['../classace__time_1_1LocalDateTime.html#aa6fc55b0c4f6ffa1e55beb7158a49be7',1,'ace_time::LocalDateTime::forUnixSeconds()'],['../classace__time_1_1LocalDate.html#a7ba914aca8565cb77c627a5342674903',1,'ace_time::LocalDate::forUnixSeconds(int32_t unixSeconds)']]], + ['forunixseconds64_412',['forUnixSeconds64',['../classace__time_1_1LocalDate.html#a21925fbcffdaaf85918aafcc4ee9547b',1,'ace_time::LocalDate::forUnixSeconds64()'],['../classace__time_1_1LocalDateTime.html#a9ae087d3f652b821d60d46a6cf2187fc',1,'ace_time::LocalDateTime::forUnixSeconds64()'],['../classace__time_1_1OffsetDateTime.html#ad8a9280eb0f90e864d285048e764f575',1,'ace_time::OffsetDateTime::forUnixSeconds64()'],['../classace__time_1_1ZonedDateTime.html#a95b4ea8234de38744d3962291fb27ecd',1,'ace_time::ZonedDateTime::forUnixSeconds64()']]], + ['forutc_413',['forUtc',['../classace__time_1_1TimeZone.html#a6e0d4b2231806e3d42ed0191fe6db13a',1,'ace_time::TimeZone']]], + ['forzoneinfo_414',['forZoneInfo',['../classace__time_1_1TimeZone.html#ac8faf0b3af84d4d35b0c13a8c50918cb',1,'ace_time::TimeZone::forZoneInfo(const basic::ZoneInfo *zoneInfo, BasicZoneProcessor *zoneProcessor)'],['../classace__time_1_1TimeZone.html#a125526cfbe3f25fd4d1443fd18e8b172',1,'ace_time::TimeZone::forZoneInfo(const extended::ZoneInfo *zoneInfo, ExtendedZoneProcessor *zoneProcessor)']]], + ['forzonekey_415',['forZoneKey',['../classace__time_1_1TimeZone.html#aa6aeb15831cac0ebd92996b5e4ab2813',1,'ace_time::TimeZone']]] ]; diff --git a/docs/html/search/functions_6.html b/docs/html/search/functions_6.html index dc70a4a07..9c4f5fc65 100644 --- a/docs/html/search/functions_6.html +++ b/docs/html/search/functions_6.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_6.js b/docs/html/search/functions_6.js index af44f55e9..c98580afc 100644 --- a/docs/html/search/functions_6.js +++ b/docs/html/search/functions_6.js @@ -1,23 +1,23 @@ var searchData= [ - ['getabbrev_421',['getAbbrev',['../classace__time_1_1BasicZoneProcessorTemplate.html#ad531a7fd536501dcaaddd95f294d70e6',1,'ace_time::BasicZoneProcessorTemplate::getAbbrev()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4aa2f35e52d2224225af31bc7d9c08cf',1,'ace_time::ExtendedZoneProcessorTemplate::getAbbrev()'],['../classace__time_1_1TimeZone.html#a44106abad48466a38794f19d2fc6dad0',1,'ace_time::TimeZone::getAbbrev()'],['../classace__time_1_1ZoneProcessor.html#aa080366d78d5b8d8cc56915857e49ddd',1,'ace_time::ZoneProcessor::getAbbrev()']]], - ['getallocsize_422',['getAllocSize',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a78c711ba3a5beb744bc2901065fb8a01',1,'ace_time::extended::TransitionStorageTemplate']]], - ['getdeltaoffset_423',['getDeltaOffset',['../classace__time_1_1BasicZoneProcessorTemplate.html#a1832a04486d8ef551bc5867b20776ddb',1,'ace_time::BasicZoneProcessorTemplate::getDeltaOffset()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a99490e33fef641ff630a14a8cbfe2249',1,'ace_time::ExtendedZoneProcessorTemplate::getDeltaOffset()'],['../classace__time_1_1TimeZone.html#a0a06c028ece8f167e80e003c2bb1c257',1,'ace_time::TimeZone::getDeltaOffset()'],['../classace__time_1_1ZoneProcessor.html#ac6c4abe6e32c646228cd667114dc81de',1,'ace_time::ZoneProcessor::getDeltaOffset()']]], - ['getdstoffset_424',['getDstOffset',['../classace__time_1_1TimeZone.html#aab84a1543135827889c736eb96298fb4',1,'ace_time::TimeZone']]], - ['getfreeagent_425',['getFreeAgent',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a447f3b08c7aff5b53129076487ab85c6',1,'ace_time::extended::TransitionStorageTemplate']]], - ['getlinkentryforid_426',['getLinkEntryForId',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a1df370af6f56b6a3e1ec15abe7351547',1,'ace_time::internal::LinkRegistrarTemplate']]], - ['getlinkentryforindex_427',['getLinkEntryForIndex',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a1a118ae24f3a8d78b902fd715fac667c',1,'ace_time::internal::LinkRegistrarTemplate']]], - ['getoffsetdatetime_428',['getOffsetDateTime',['../classace__time_1_1BasicZoneProcessorTemplate.html#ad9544ada0ee918048edddca96c44e28c',1,'ace_time::BasicZoneProcessorTemplate::getOffsetDateTime(const LocalDateTime &ldt) const override'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a50eee06d2c32b3e735ad4ed6f39cf64d',1,'ace_time::BasicZoneProcessorTemplate::getOffsetDateTime(acetime_t epochSeconds) const override'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a7434e1a3be298b41ef82e7385289426a',1,'ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime(const LocalDateTime &ldt) const override'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4bdc6301bb1d4ffff9192b161288a80f',1,'ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime(acetime_t epochSeconds) const override'],['../classace__time_1_1TimeZone.html#a542c6ccaf3b95419ef94a3709bee9197',1,'ace_time::TimeZone::getOffsetDateTime(const LocalDateTime &ldt) const'],['../classace__time_1_1TimeZone.html#a61726ae31e9bb7d73b9d69475e40eb70',1,'ace_time::TimeZone::getOffsetDateTime(acetime_t epochSeconds) const'],['../classace__time_1_1ZoneProcessor.html#abb743cef9e4b5c69594f8f121da087ad',1,'ace_time::ZoneProcessor::getOffsetDateTime(const LocalDateTime &ldt) const =0'],['../classace__time_1_1ZoneProcessor.html#ad089911bf92e4b1b32e0ca17f1ecbbe6',1,'ace_time::ZoneProcessor::getOffsetDateTime(acetime_t epochSeconds) const =0']]], - ['getprior_429',['getPrior',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a809ac80391c9cc919b3d9c9e054964ad',1,'ace_time::extended::TransitionStorageTemplate']]], - ['getstdoffset_430',['getStdOffset',['../classace__time_1_1TimeZone.html#af4f490577af626bb2800ad62ac861668',1,'ace_time::TimeZone']]], - ['gettransitionallocsize_431',['getTransitionAllocSize',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#af799723ad429f45de63ee004fc26c3ae',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['gettype_432',['getType',['../classace__time_1_1TimeZone.html#a83e37a197999c7c9890fde96b741f6c6',1,'ace_time::TimeZone::getType()'],['../classace__time_1_1ZoneProcessor.html#a059a9ffeab7e8885e6abe0e0abeb9bde',1,'ace_time::ZoneProcessor::getType()']]], - ['getutcoffset_433',['getUtcOffset',['../classace__time_1_1BasicZoneProcessorTemplate.html#a8e288a8d3c89cf36b4b652a5b733edfa',1,'ace_time::BasicZoneProcessorTemplate::getUtcOffset()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a9fc639d9259fcf8cd7580555bf57d436',1,'ace_time::ExtendedZoneProcessorTemplate::getUtcOffset()'],['../classace__time_1_1TimeZone.html#a8d7c1a917c32520988049f6f03e0bf0f',1,'ace_time::TimeZone::getUtcOffset()'],['../classace__time_1_1ZoneProcessor.html#a606e678c83ced5f83920a5d517728b62',1,'ace_time::ZoneProcessor::getUtcOffset()']]], - ['getzoneforindex_434',['getZoneForIndex',['../classace__time_1_1ZoneManagerTemplate.html#a44470bf3c99582866770a4f1d0cef8a0',1,'ace_time::ZoneManagerTemplate']]], - ['getzoneid_435',['getZoneId',['../classace__time_1_1BasicZoneProcessorTemplate.html#a1e73480721a69efded4ee6608034d6d8',1,'ace_time::BasicZoneProcessorTemplate::getZoneId()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#af5866e0bd11f0afa53aadc1d2970bd55',1,'ace_time::ExtendedZoneProcessorTemplate::getZoneId()'],['../classace__time_1_1TimeZone.html#adcb557ee6da0fbad487ec6f728526b28',1,'ace_time::TimeZone::getZoneId()'],['../classace__time_1_1ZoneProcessor.html#ad34d90888a62b7ff935616750996d9c5',1,'ace_time::ZoneProcessor::getZoneId()']]], - ['getzoneinfoforid_436',['getZoneInfoForId',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a02efaecfa730966b632b59f51341ff79',1,'ace_time::internal::ZoneRegistrarTemplate']]], - ['getzoneinfoforindex_437',['getZoneInfoForIndex',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a2bd6500ba3d946c06a929e41f7143e66',1,'ace_time::internal::ZoneRegistrarTemplate']]], - ['getzoneinfoforname_438',['getZoneInfoForName',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#adbeca9928a202d3eab537e2293963e6d',1,'ace_time::internal::ZoneRegistrarTemplate']]], - ['getzoneprocessor_439',['getZoneProcessor',['../classace__time_1_1ZoneManagerTemplate.html#ab1fda3bbf44e3d3dc17e892054c539c5',1,'ace_time::ZoneManagerTemplate::getZoneProcessor()'],['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#a0a49442da903f5d1da91cb1aeb003d90',1,'ace_time::ZoneProcessorCacheBaseTemplate::getZoneProcessor()']]], - ['getzoneprocessoratindex_440',['getZoneProcessorAtIndex',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#a7e3d26ffc8d6b12e50c4edaeb4602e0a',1,'ace_time::ZoneProcessorCacheBaseTemplate']]] + ['getabbrev_416',['getAbbrev',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4aa2f35e52d2224225af31bc7d9c08cf',1,'ace_time::ExtendedZoneProcessorTemplate::getAbbrev()'],['../classace__time_1_1TimeZone.html#a44106abad48466a38794f19d2fc6dad0',1,'ace_time::TimeZone::getAbbrev()'],['../classace__time_1_1ZoneProcessor.html#aa080366d78d5b8d8cc56915857e49ddd',1,'ace_time::ZoneProcessor::getAbbrev()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#ad531a7fd536501dcaaddd95f294d70e6',1,'ace_time::BasicZoneProcessorTemplate::getAbbrev()']]], + ['getallocsize_417',['getAllocSize',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a78c711ba3a5beb744bc2901065fb8a01',1,'ace_time::extended::TransitionStorageTemplate']]], + ['getdeltaoffset_418',['getDeltaOffset',['../classace__time_1_1ZoneProcessor.html#ac6c4abe6e32c646228cd667114dc81de',1,'ace_time::ZoneProcessor::getDeltaOffset()'],['../classace__time_1_1TimeZone.html#a0a06c028ece8f167e80e003c2bb1c257',1,'ace_time::TimeZone::getDeltaOffset()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a99490e33fef641ff630a14a8cbfe2249',1,'ace_time::ExtendedZoneProcessorTemplate::getDeltaOffset()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a1832a04486d8ef551bc5867b20776ddb',1,'ace_time::BasicZoneProcessorTemplate::getDeltaOffset()']]], + ['getdstoffset_419',['getDstOffset',['../classace__time_1_1TimeZone.html#aab84a1543135827889c736eb96298fb4',1,'ace_time::TimeZone']]], + ['getfreeagent_420',['getFreeAgent',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a447f3b08c7aff5b53129076487ab85c6',1,'ace_time::extended::TransitionStorageTemplate']]], + ['getlinkentryforid_421',['getLinkEntryForId',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a1df370af6f56b6a3e1ec15abe7351547',1,'ace_time::internal::LinkRegistrarTemplate']]], + ['getlinkentryforindex_422',['getLinkEntryForIndex',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a1a118ae24f3a8d78b902fd715fac667c',1,'ace_time::internal::LinkRegistrarTemplate']]], + ['getoffsetdatetime_423',['getOffsetDateTime',['../classace__time_1_1ZoneProcessor.html#ad089911bf92e4b1b32e0ca17f1ecbbe6',1,'ace_time::ZoneProcessor::getOffsetDateTime(acetime_t epochSeconds) const =0'],['../classace__time_1_1ZoneProcessor.html#abb743cef9e4b5c69594f8f121da087ad',1,'ace_time::ZoneProcessor::getOffsetDateTime(const LocalDateTime &ldt) const =0'],['../classace__time_1_1TimeZone.html#a61726ae31e9bb7d73b9d69475e40eb70',1,'ace_time::TimeZone::getOffsetDateTime(acetime_t epochSeconds) const'],['../classace__time_1_1TimeZone.html#a542c6ccaf3b95419ef94a3709bee9197',1,'ace_time::TimeZone::getOffsetDateTime(const LocalDateTime &ldt) const'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a7434e1a3be298b41ef82e7385289426a',1,'ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a50eee06d2c32b3e735ad4ed6f39cf64d',1,'ace_time::BasicZoneProcessorTemplate::getOffsetDateTime(acetime_t epochSeconds) const override'],['../classace__time_1_1BasicZoneProcessorTemplate.html#ad9544ada0ee918048edddca96c44e28c',1,'ace_time::BasicZoneProcessorTemplate::getOffsetDateTime(const LocalDateTime &ldt) const override'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4bdc6301bb1d4ffff9192b161288a80f',1,'ace_time::ExtendedZoneProcessorTemplate::getOffsetDateTime()']]], + ['getprior_424',['getPrior',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a809ac80391c9cc919b3d9c9e054964ad',1,'ace_time::extended::TransitionStorageTemplate']]], + ['getstdoffset_425',['getStdOffset',['../classace__time_1_1TimeZone.html#af4f490577af626bb2800ad62ac861668',1,'ace_time::TimeZone']]], + ['gettransitionallocsize_426',['getTransitionAllocSize',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#af799723ad429f45de63ee004fc26c3ae',1,'ace_time::ExtendedZoneProcessorTemplate']]], + ['gettype_427',['getType',['../classace__time_1_1TimeZone.html#a83e37a197999c7c9890fde96b741f6c6',1,'ace_time::TimeZone::getType()'],['../classace__time_1_1ZoneProcessor.html#a059a9ffeab7e8885e6abe0e0abeb9bde',1,'ace_time::ZoneProcessor::getType() const']]], + ['getutcoffset_428',['getUtcOffset',['../classace__time_1_1ZoneProcessor.html#a606e678c83ced5f83920a5d517728b62',1,'ace_time::ZoneProcessor::getUtcOffset()'],['../classace__time_1_1TimeZone.html#a8d7c1a917c32520988049f6f03e0bf0f',1,'ace_time::TimeZone::getUtcOffset()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a9fc639d9259fcf8cd7580555bf57d436',1,'ace_time::ExtendedZoneProcessorTemplate::getUtcOffset()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a8e288a8d3c89cf36b4b652a5b733edfa',1,'ace_time::BasicZoneProcessorTemplate::getUtcOffset()']]], + ['getzoneforindex_429',['getZoneForIndex',['../classace__time_1_1ZoneManagerTemplate.html#a44470bf3c99582866770a4f1d0cef8a0',1,'ace_time::ZoneManagerTemplate']]], + ['getzoneid_430',['getZoneId',['../classace__time_1_1BasicZoneProcessorTemplate.html#a1e73480721a69efded4ee6608034d6d8',1,'ace_time::BasicZoneProcessorTemplate::getZoneId()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#af5866e0bd11f0afa53aadc1d2970bd55',1,'ace_time::ExtendedZoneProcessorTemplate::getZoneId()'],['../classace__time_1_1TimeZone.html#adcb557ee6da0fbad487ec6f728526b28',1,'ace_time::TimeZone::getZoneId()'],['../classace__time_1_1ZoneProcessor.html#ad34d90888a62b7ff935616750996d9c5',1,'ace_time::ZoneProcessor::getZoneId()']]], + ['getzoneinfoforid_431',['getZoneInfoForId',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a02efaecfa730966b632b59f51341ff79',1,'ace_time::internal::ZoneRegistrarTemplate']]], + ['getzoneinfoforindex_432',['getZoneInfoForIndex',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a2bd6500ba3d946c06a929e41f7143e66',1,'ace_time::internal::ZoneRegistrarTemplate']]], + ['getzoneinfoforname_433',['getZoneInfoForName',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#adbeca9928a202d3eab537e2293963e6d',1,'ace_time::internal::ZoneRegistrarTemplate']]], + ['getzoneprocessor_434',['getZoneProcessor',['../classace__time_1_1ZoneManagerTemplate.html#ab1fda3bbf44e3d3dc17e892054c539c5',1,'ace_time::ZoneManagerTemplate::getZoneProcessor()'],['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#a0a49442da903f5d1da91cb1aeb003d90',1,'ace_time::ZoneProcessorCacheBaseTemplate::getZoneProcessor(uintptr_t zoneKey)']]], + ['getzoneprocessoratindex_435',['getZoneProcessorAtIndex',['../classace__time_1_1ZoneProcessorCacheBaseTemplate.html#a7e3d26ffc8d6b12e50c4edaeb4602e0a',1,'ace_time::ZoneProcessorCacheBaseTemplate']]] ]; diff --git a/docs/html/search/functions_7.html b/docs/html/search/functions_7.html index 7de310677..46b5c0f61 100644 --- a/docs/html/search/functions_7.html +++ b/docs/html/search/functions_7.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_7.js b/docs/html/search/functions_7.js index 56afaf933..dc6613da7 100644 --- a/docs/html/search/functions_7.js +++ b/docs/html/search/functions_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['hour_441',['hour',['../classace__time_1_1LocalDateTime.html#acf9fb3d8589c0aa1c97a96b4a681b9e0',1,'ace_time::LocalDateTime::hour() const'],['../classace__time_1_1LocalDateTime.html#a1cd42a8deab046170d4d9684dfc0f096',1,'ace_time::LocalDateTime::hour(uint8_t hour)'],['../classace__time_1_1LocalTime.html#acfef7fa36f67066b73fbc62e6cb52f54',1,'ace_time::LocalTime::hour() const'],['../classace__time_1_1LocalTime.html#a70b876a164024d4405034813354cc532',1,'ace_time::LocalTime::hour(uint8_t hour)'],['../classace__time_1_1OffsetDateTime.html#a294513b3f4f1a438e1272c8cfe74f5f7',1,'ace_time::OffsetDateTime::hour() const'],['../classace__time_1_1OffsetDateTime.html#a802e21f048e37b1042b7626d216d58c9',1,'ace_time::OffsetDateTime::hour(uint8_t hour)'],['../classace__time_1_1TimePeriod.html#ac107f2508aed6d9e0478dd9ed4f82253',1,'ace_time::TimePeriod::hour() const'],['../classace__time_1_1TimePeriod.html#a322a0c18a48938c2d69befb9b918e21e',1,'ace_time::TimePeriod::hour(uint8_t hour)'],['../classace__time_1_1ZonedDateTime.html#a0b9b68dede5df8abe822155a8a10e914',1,'ace_time::ZonedDateTime::hour() const'],['../classace__time_1_1ZonedDateTime.html#ac0cd8566ebf355e33ca9a169a08adaf8',1,'ace_time::ZonedDateTime::hour(uint8_t hour)']]] + ['hour_436',['hour',['../classace__time_1_1LocalDateTime.html#acf9fb3d8589c0aa1c97a96b4a681b9e0',1,'ace_time::LocalDateTime::hour() const'],['../classace__time_1_1LocalDateTime.html#a1cd42a8deab046170d4d9684dfc0f096',1,'ace_time::LocalDateTime::hour(uint8_t hour)'],['../classace__time_1_1LocalTime.html#acfef7fa36f67066b73fbc62e6cb52f54',1,'ace_time::LocalTime::hour() const'],['../classace__time_1_1LocalTime.html#a70b876a164024d4405034813354cc532',1,'ace_time::LocalTime::hour(uint8_t hour)'],['../classace__time_1_1OffsetDateTime.html#a294513b3f4f1a438e1272c8cfe74f5f7',1,'ace_time::OffsetDateTime::hour() const'],['../classace__time_1_1OffsetDateTime.html#a802e21f048e37b1042b7626d216d58c9',1,'ace_time::OffsetDateTime::hour(uint8_t hour)'],['../classace__time_1_1TimePeriod.html#ac107f2508aed6d9e0478dd9ed4f82253',1,'ace_time::TimePeriod::hour() const'],['../classace__time_1_1TimePeriod.html#a322a0c18a48938c2d69befb9b918e21e',1,'ace_time::TimePeriod::hour(uint8_t hour)'],['../classace__time_1_1ZonedDateTime.html#a0b9b68dede5df8abe822155a8a10e914',1,'ace_time::ZonedDateTime::hour() const'],['../classace__time_1_1ZonedDateTime.html#ac0cd8566ebf355e33ca9a169a08adaf8',1,'ace_time::ZonedDateTime::hour(uint8_t hour)']]] ]; diff --git a/docs/html/search/functions_8.html b/docs/html/search/functions_8.html index 7422be245..31a1d9503 100644 --- a/docs/html/search/functions_8.html +++ b/docs/html/search/functions_8.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_8.js b/docs/html/search/functions_8.js index 641203e17..0a51d0374 100644 --- a/docs/html/search/functions_8.js +++ b/docs/html/search/functions_8.js @@ -1,23 +1,23 @@ var searchData= [ - ['increment15minutes_442',['increment15Minutes',['../time__offset__mutation_8h.html#af818e1b767abecf61eff504d8bb57487',1,'ace_time::time_offset_mutation']]], - ['incrementday_443',['incrementDay',['../offset__date__time__mutation_8h.html#a46621955cb808342ce03760c5dd60ec7',1,'ace_time::offset_date_time_mutation::incrementDay()'],['../zoned__date__time__mutation_8h.html#a089e5d1a4afbd9352bf48f71220e8eb0',1,'ace_time::zoned_date_time_mutation::incrementDay()']]], - ['incrementhour_444',['incrementHour',['../offset__date__time__mutation_8h.html#a82c0f2cdd6cb38633e573a5bed5c7e89',1,'ace_time::offset_date_time_mutation::incrementHour()'],['../time__period__mutation_8h.html#afd97b6d30998f498072c6822aee232bb',1,'ace_time::time_period_mutation::incrementHour(TimePeriod &period, uint8_t limit)'],['../time__period__mutation_8h.html#a45350b2771d421d868b8faf76ab375dc',1,'ace_time::time_period_mutation::incrementHour(TimePeriod &period)'],['../zoned__date__time__mutation_8h.html#a534e666127ea82f08724b322e7ffb6f6',1,'ace_time::zoned_date_time_mutation::incrementHour()']]], - ['incrementminute_445',['incrementMinute',['../offset__date__time__mutation_8h.html#af44183580d913d0d8e1cac00e0145bde',1,'ace_time::offset_date_time_mutation::incrementMinute()'],['../time__period__mutation_8h.html#acd7971ab35bd01b010d90681df4b7891',1,'ace_time::time_period_mutation::incrementMinute()'],['../zoned__date__time__mutation_8h.html#a674bb7c34675092900fabccf281e72e8',1,'ace_time::zoned_date_time_mutation::incrementMinute()']]], - ['incrementmonth_446',['incrementMonth',['../offset__date__time__mutation_8h.html#a0d9ee7f1ce28e33bb8aa9879e11cfbda',1,'ace_time::offset_date_time_mutation::incrementMonth()'],['../zoned__date__time__mutation_8h.html#af28ed8f5cad3d55963acb052ca1c9af2',1,'ace_time::zoned_date_time_mutation::incrementMonth()']]], - ['incrementyear_447',['incrementYear',['../offset__date__time__mutation_8h.html#a3eb6b186402c4e7bcc85b3c99de47608',1,'ace_time::offset_date_time_mutation::incrementYear()'],['../zoned__date__time__mutation_8h.html#a22b43d8b002dc3dafb807923187ad5a4',1,'ace_time::zoned_date_time_mutation::incrementYear()']]], - ['indexforzoneid_448',['indexForZoneId',['../classace__time_1_1ZoneManagerTemplate.html#a9c1ebdaba80e1648681156e876a67a09',1,'ace_time::ZoneManagerTemplate']]], - ['indexforzonename_449',['indexForZoneName',['../classace__time_1_1ZoneManagerTemplate.html#a5d89528b00525b116bf39e6217576f54',1,'ace_time::ZoneManagerTemplate']]], - ['init_450',['init',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a3712f4ba492834070c6b7a3160e2f16e',1,'ace_time::extended::TransitionStorageTemplate']]], - ['initforepochseconds_451',['initForEpochSeconds',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a0f37c36c6cd89bcaac9f4707016bb1a3',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['initforyear_452',['initForYear',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4fa710573e859ef109a29fd7e3407fa2',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['isdst_453',['isDst',['../classace__time_1_1TimeZone.html#adde333bb4bb1b62f423f168dafecf2d7',1,'ace_time::TimeZone']]], - ['iserror_454',['isError',['../classace__time_1_1LocalDate.html#a0c718d4fea5ad37c1263766b44b532ff',1,'ace_time::LocalDate::isError()'],['../classace__time_1_1LocalDateTime.html#a42ad78d8e8c81c09494cdf4f0e6de123',1,'ace_time::LocalDateTime::isError()'],['../classace__time_1_1LocalTime.html#aef4912030e6b9a2eaa77fe5ae56f9bec',1,'ace_time::LocalTime::isError()'],['../classace__time_1_1OffsetDateTime.html#a2629bb76f05aaf1809e979ddf520238a',1,'ace_time::OffsetDateTime::isError()'],['../classace__time_1_1TimeOffset.html#af309e727af82a3cb041e6b72ed702b18',1,'ace_time::TimeOffset::isError()'],['../classace__time_1_1TimePeriod.html#af1ab3f561ce48a6b1983c2c75573631f',1,'ace_time::TimePeriod::isError()'],['../classace__time_1_1TimeZone.html#aad6557e555e5dd6ac2c14342a0bb3abe',1,'ace_time::TimeZone::isError()'],['../classace__time_1_1ZonedDateTime.html#a56d29157131aaaed23cbcfccfa664192',1,'ace_time::ZonedDateTime::isError()']]], - ['isleapyear_455',['isLeapYear',['../classace__time_1_1LocalDate.html#a0738e87ef5b0cb1da934e831a0a62d7e',1,'ace_time::LocalDate']]], - ['islink_456',['isLink',['../classace__time_1_1BasicZoneProcessorTemplate.html#a22a458bf7f73014954974e0d22ec3ccd',1,'ace_time::BasicZoneProcessorTemplate::isLink()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a8a2d3ca320b3390318a87ae6cb1c259e',1,'ace_time::ExtendedZoneProcessorTemplate::isLink()'],['../classace__time_1_1TimeZone.html#a85e49f3edc49c334310dede4b12233c2',1,'ace_time::TimeZone::isLink()'],['../classace__time_1_1ZoneProcessor.html#abc0ad2c3b5ebaaea73ee7376870464f4',1,'ace_time::ZoneProcessor::isLink()']]], - ['isnull_457',['isNull',['../classace__time_1_1BasicZone.html#aad95e97fd0ad2e930088357c5dc71748',1,'ace_time::BasicZone::isNull()'],['../classace__time_1_1ExtendedZone.html#a1708a8b42839f34b6c78958a15ad226b',1,'ace_time::ExtendedZone::isNull()']]], - ['issorted_458',['isSorted',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#ae638f7a8feb78ad0b0532c6a07499963',1,'ace_time::internal::LinkRegistrarTemplate::isSorted()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#afc920ce570c75a1471a4d4302cad923f',1,'ace_time::internal::ZoneRegistrarTemplate::isSorted()']]], - ['isutc_459',['isUtc',['../classace__time_1_1TimeZone.html#a6d6ff4bcb32d008473c7bd34123e43d8',1,'ace_time::TimeZone']]], - ['isyearvalid_460',['isYearValid',['../classace__time_1_1LocalDate.html#a8002184b77f5c589146cb610ec156165',1,'ace_time::LocalDate']]], - ['iszero_461',['isZero',['../classace__time_1_1TimeOffset.html#a562e68d6ceb65d4b7ddf151c4220da32',1,'ace_time::TimeOffset']]] + ['increment15minutes_437',['increment15Minutes',['../time__offset__mutation_8h.html#af818e1b767abecf61eff504d8bb57487',1,'ace_time::time_offset_mutation']]], + ['incrementday_438',['incrementDay',['../zoned__date__time__mutation_8h.html#a089e5d1a4afbd9352bf48f71220e8eb0',1,'ace_time::zoned_date_time_mutation::incrementDay()'],['../offset__date__time__mutation_8h.html#a46621955cb808342ce03760c5dd60ec7',1,'ace_time::offset_date_time_mutation::incrementDay()']]], + ['incrementhour_439',['incrementHour',['../zoned__date__time__mutation_8h.html#a534e666127ea82f08724b322e7ffb6f6',1,'ace_time::zoned_date_time_mutation::incrementHour()'],['../time__period__mutation_8h.html#a45350b2771d421d868b8faf76ab375dc',1,'ace_time::time_period_mutation::incrementHour(TimePeriod &period)'],['../time__period__mutation_8h.html#afd97b6d30998f498072c6822aee232bb',1,'ace_time::time_period_mutation::incrementHour(TimePeriod &period, uint8_t limit)'],['../offset__date__time__mutation_8h.html#a82c0f2cdd6cb38633e573a5bed5c7e89',1,'ace_time::offset_date_time_mutation::incrementHour()']]], + ['incrementminute_440',['incrementMinute',['../zoned__date__time__mutation_8h.html#a674bb7c34675092900fabccf281e72e8',1,'ace_time::zoned_date_time_mutation::incrementMinute()'],['../time__period__mutation_8h.html#acd7971ab35bd01b010d90681df4b7891',1,'ace_time::time_period_mutation::incrementMinute()'],['../offset__date__time__mutation_8h.html#af44183580d913d0d8e1cac00e0145bde',1,'ace_time::offset_date_time_mutation::incrementMinute()']]], + ['incrementmonth_441',['incrementMonth',['../zoned__date__time__mutation_8h.html#af28ed8f5cad3d55963acb052ca1c9af2',1,'ace_time::zoned_date_time_mutation::incrementMonth()'],['../offset__date__time__mutation_8h.html#a0d9ee7f1ce28e33bb8aa9879e11cfbda',1,'ace_time::offset_date_time_mutation::incrementMonth()']]], + ['incrementyear_442',['incrementYear',['../zoned__date__time__mutation_8h.html#a22b43d8b002dc3dafb807923187ad5a4',1,'ace_time::zoned_date_time_mutation::incrementYear()'],['../offset__date__time__mutation_8h.html#a3eb6b186402c4e7bcc85b3c99de47608',1,'ace_time::offset_date_time_mutation::incrementYear()']]], + ['indexforzoneid_443',['indexForZoneId',['../classace__time_1_1ZoneManagerTemplate.html#a9c1ebdaba80e1648681156e876a67a09',1,'ace_time::ZoneManagerTemplate']]], + ['indexforzonename_444',['indexForZoneName',['../classace__time_1_1ZoneManagerTemplate.html#a5d89528b00525b116bf39e6217576f54',1,'ace_time::ZoneManagerTemplate']]], + ['init_445',['init',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a3712f4ba492834070c6b7a3160e2f16e',1,'ace_time::extended::TransitionStorageTemplate']]], + ['initforepochseconds_446',['initForEpochSeconds',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a0f37c36c6cd89bcaac9f4707016bb1a3',1,'ace_time::ExtendedZoneProcessorTemplate']]], + ['initforyear_447',['initForYear',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4fa710573e859ef109a29fd7e3407fa2',1,'ace_time::ExtendedZoneProcessorTemplate']]], + ['isdst_448',['isDst',['../classace__time_1_1TimeZone.html#adde333bb4bb1b62f423f168dafecf2d7',1,'ace_time::TimeZone']]], + ['iserror_449',['isError',['../classace__time_1_1ZonedDateTime.html#a56d29157131aaaed23cbcfccfa664192',1,'ace_time::ZonedDateTime::isError()'],['../classace__time_1_1LocalDate.html#a0c718d4fea5ad37c1263766b44b532ff',1,'ace_time::LocalDate::isError()'],['../classace__time_1_1LocalDateTime.html#a42ad78d8e8c81c09494cdf4f0e6de123',1,'ace_time::LocalDateTime::isError()'],['../classace__time_1_1LocalTime.html#aef4912030e6b9a2eaa77fe5ae56f9bec',1,'ace_time::LocalTime::isError()'],['../classace__time_1_1OffsetDateTime.html#a2629bb76f05aaf1809e979ddf520238a',1,'ace_time::OffsetDateTime::isError()'],['../classace__time_1_1TimeOffset.html#af309e727af82a3cb041e6b72ed702b18',1,'ace_time::TimeOffset::isError()'],['../classace__time_1_1TimePeriod.html#af1ab3f561ce48a6b1983c2c75573631f',1,'ace_time::TimePeriod::isError()'],['../classace__time_1_1TimeZone.html#aad6557e555e5dd6ac2c14342a0bb3abe',1,'ace_time::TimeZone::isError()']]], + ['isleapyear_450',['isLeapYear',['../classace__time_1_1LocalDate.html#a0738e87ef5b0cb1da934e831a0a62d7e',1,'ace_time::LocalDate']]], + ['islink_451',['isLink',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a8a2d3ca320b3390318a87ae6cb1c259e',1,'ace_time::ExtendedZoneProcessorTemplate::isLink()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a22a458bf7f73014954974e0d22ec3ccd',1,'ace_time::BasicZoneProcessorTemplate::isLink()'],['../classace__time_1_1ZoneProcessor.html#abc0ad2c3b5ebaaea73ee7376870464f4',1,'ace_time::ZoneProcessor::isLink()'],['../classace__time_1_1TimeZone.html#a85e49f3edc49c334310dede4b12233c2',1,'ace_time::TimeZone::isLink()']]], + ['isnull_452',['isNull',['../classace__time_1_1ExtendedZone.html#a1708a8b42839f34b6c78958a15ad226b',1,'ace_time::ExtendedZone::isNull()'],['../classace__time_1_1BasicZone.html#aad95e97fd0ad2e930088357c5dc71748',1,'ace_time::BasicZone::isNull()']]], + ['issorted_453',['isSorted',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#afc920ce570c75a1471a4d4302cad923f',1,'ace_time::internal::ZoneRegistrarTemplate::isSorted()'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#ae638f7a8feb78ad0b0532c6a07499963',1,'ace_time::internal::LinkRegistrarTemplate::isSorted()']]], + ['isutc_454',['isUtc',['../classace__time_1_1TimeZone.html#a6d6ff4bcb32d008473c7bd34123e43d8',1,'ace_time::TimeZone']]], + ['isyearvalid_455',['isYearValid',['../classace__time_1_1LocalDate.html#a8002184b77f5c589146cb610ec156165',1,'ace_time::LocalDate']]], + ['iszero_456',['isZero',['../classace__time_1_1TimeOffset.html#a562e68d6ceb65d4b7ddf151c4220da32',1,'ace_time::TimeOffset']]] ]; diff --git a/docs/html/search/functions_9.html b/docs/html/search/functions_9.html index befd4faaa..9a8e4290c 100644 --- a/docs/html/search/functions_9.html +++ b/docs/html/search/functions_9.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_9.js b/docs/html/search/functions_9.js index ea0d336b0..ed4ccce9b 100644 --- a/docs/html/search/functions_9.js +++ b/docs/html/search/functions_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['kname_462',['kname',['../classace__time_1_1BasicZone.html#a11a01b1146ec14f3630fcce74e065ac5',1,'ace_time::BasicZone::kname()'],['../classace__time_1_1ExtendedZone.html#a6437ef36a01978001a93c055be791448',1,'ace_time::ExtendedZone::kname()']]] + ['kname_457',['kname',['../classace__time_1_1BasicZone.html#a11a01b1146ec14f3630fcce74e065ac5',1,'ace_time::BasicZone::kname()'],['../classace__time_1_1ExtendedZone.html#a6437ef36a01978001a93c055be791448',1,'ace_time::ExtendedZone::kname()']]] ]; diff --git a/docs/html/search/functions_a.html b/docs/html/search/functions_a.html index a81e96336..5ecc152ca 100644 --- a/docs/html/search/functions_a.html +++ b/docs/html/search/functions_a.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_a.js b/docs/html/search/functions_a.js index 06d5ae3ba..d1b1df049 100644 --- a/docs/html/search/functions_a.js +++ b/docs/html/search/functions_a.js @@ -1,12 +1,15 @@ var searchData= [ - ['letter_463',['letter',['../structace__time_1_1extended_1_1TransitionTemplate.html#a642f04bbde044174a276fe65d47698d9',1,'ace_time::extended::TransitionTemplate']]], - ['linearsearchbyid_464',['linearSearchById',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#afd902575b0f12cfe73ac5ed1a16e6510',1,'ace_time::internal::LinkRegistrarTemplate::linearSearchById()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7ae679bd394ebccf2f70c4686c796107',1,'ace_time::internal::ZoneRegistrarTemplate::linearSearchById()']]], - ['linkregistrartemplate_465',['LinkRegistrarTemplate',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a2f957bb14f1dd002017c51874a18cdd4',1,'ace_time::internal::LinkRegistrarTemplate']]], - ['linkregistrysize_466',['linkRegistrySize',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a3597e8e9cc063999e1206cc702d7495c',1,'ace_time::internal::LinkRegistrarTemplate']]], - ['localdate_467',['localDate',['../classace__time_1_1LocalDateTime.html#a3cb5c67f6efc28bccb1a0097c2dc5c7f',1,'ace_time::LocalDateTime::localDate()'],['../classace__time_1_1OffsetDateTime.html#a9fc09e94879f513e6926a484dcf22960',1,'ace_time::OffsetDateTime::localDate()'],['../classace__time_1_1LocalDate.html#a41f1d5077a4189c3b2cab649a532c580',1,'ace_time::LocalDate::LocalDate()']]], - ['localdatetime_468',['LocalDateTime',['../classace__time_1_1LocalDateTime.html#a258117e35f7f6b063fd969b57385b90f',1,'ace_time::LocalDateTime::LocalDateTime()'],['../classace__time_1_1OffsetDateTime.html#a289869403c24ad6205da8270af94363e',1,'ace_time::OffsetDateTime::localDateTime()'],['../classace__time_1_1ZonedDateTime.html#af6a26cb619efcbcfa55bad20af2b436d',1,'ace_time::ZonedDateTime::localDateTime()']]], - ['localtime_469',['LocalTime',['../classace__time_1_1LocalTime.html#ab34ac02fd32ba8819c5a9710b6c78b65',1,'ace_time::LocalTime::LocalTime()'],['../classace__time_1_1LocalDateTime.html#ab2c76ad0b964d884eb4c31ae5c455af7',1,'ace_time::LocalDateTime::localTime()'],['../classace__time_1_1OffsetDateTime.html#a0c59c92e17a88b4e41f9f0e6acb02dfc',1,'ace_time::OffsetDateTime::localTime()']]], - ['log_470',['log',['../structace__time_1_1basic_1_1TransitionTemplate.html#a61ee9d2ed5f39142d100727913ab80b3',1,'ace_time::basic::TransitionTemplate::log()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#afe8f0419c0567c4211917453a7cde1e5',1,'ace_time::BasicZoneProcessorTemplate::log()'],['../structace__time_1_1extended_1_1DateTuple.html#afa991fc734c0f703f2afa4133822fb6b',1,'ace_time::extended::DateTuple::log()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a904be7bc5b4c1b0c52b1b900b5903ce3',1,'ace_time::extended::TransitionTemplate::log()'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#afe54661e39b03902fb0376401082e0de',1,'ace_time::extended::TransitionStorageTemplate::log()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aee3db34b7502df640c084ec1c6c49669',1,'ace_time::ExtendedZoneProcessorTemplate::log()']]], - ['loghourminute_471',['logHourMinute',['../structace__time_1_1extended_1_1TransitionTemplate.html#ab20415cc943f084830c923064781427b',1,'ace_time::extended::TransitionTemplate']]] + ['letter_458',['letter',['../structace__time_1_1extended_1_1TransitionTemplate.html#a642f04bbde044174a276fe65d47698d9',1,'ace_time::extended::TransitionTemplate']]], + ['linearsearchbyid_459',['linearSearchById',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#afd902575b0f12cfe73ac5ed1a16e6510',1,'ace_time::internal::LinkRegistrarTemplate::linearSearchById()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a7ae679bd394ebccf2f70c4686c796107',1,'ace_time::internal::ZoneRegistrarTemplate::linearSearchById()']]], + ['linkregistrartemplate_460',['LinkRegistrarTemplate',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a2f957bb14f1dd002017c51874a18cdd4',1,'ace_time::internal::LinkRegistrarTemplate']]], + ['linkregistrysize_461',['linkRegistrySize',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a3597e8e9cc063999e1206cc702d7495c',1,'ace_time::internal::LinkRegistrarTemplate']]], + ['localdate_462',['LocalDate',['../classace__time_1_1LocalDate.html#a41f1d5077a4189c3b2cab649a532c580',1,'ace_time::LocalDate']]], + ['localdate_463',['localDate',['../classace__time_1_1LocalDateTime.html#a3cb5c67f6efc28bccb1a0097c2dc5c7f',1,'ace_time::LocalDateTime::localDate()'],['../classace__time_1_1OffsetDateTime.html#a9fc09e94879f513e6926a484dcf22960',1,'ace_time::OffsetDateTime::localDate()']]], + ['localdatetime_464',['LocalDateTime',['../classace__time_1_1LocalDateTime.html#a258117e35f7f6b063fd969b57385b90f',1,'ace_time::LocalDateTime']]], + ['localdatetime_465',['localDateTime',['../classace__time_1_1ZonedDateTime.html#af6a26cb619efcbcfa55bad20af2b436d',1,'ace_time::ZonedDateTime::localDateTime()'],['../classace__time_1_1OffsetDateTime.html#a289869403c24ad6205da8270af94363e',1,'ace_time::OffsetDateTime::localDateTime()']]], + ['localtime_466',['LocalTime',['../classace__time_1_1LocalTime.html#ab34ac02fd32ba8819c5a9710b6c78b65',1,'ace_time::LocalTime']]], + ['localtime_467',['localTime',['../classace__time_1_1LocalDateTime.html#ab2c76ad0b964d884eb4c31ae5c455af7',1,'ace_time::LocalDateTime::localTime()'],['../classace__time_1_1OffsetDateTime.html#a0c59c92e17a88b4e41f9f0e6acb02dfc',1,'ace_time::OffsetDateTime::localTime()']]], + ['log_468',['log',['../structace__time_1_1basic_1_1TransitionTemplate.html#a61ee9d2ed5f39142d100727913ab80b3',1,'ace_time::basic::TransitionTemplate::log()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#afe8f0419c0567c4211917453a7cde1e5',1,'ace_time::BasicZoneProcessorTemplate::log()'],['../structace__time_1_1extended_1_1DateTuple.html#afa991fc734c0f703f2afa4133822fb6b',1,'ace_time::extended::DateTuple::log()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a904be7bc5b4c1b0c52b1b900b5903ce3',1,'ace_time::extended::TransitionTemplate::log()'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#afe54661e39b03902fb0376401082e0de',1,'ace_time::extended::TransitionStorageTemplate::log()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aee3db34b7502df640c084ec1c6c49669',1,'ace_time::ExtendedZoneProcessorTemplate::log()']]], + ['loghourminute_469',['logHourMinute',['../structace__time_1_1extended_1_1TransitionTemplate.html#ab20415cc943f084830c923064781427b',1,'ace_time::extended::TransitionTemplate']]] ]; diff --git a/docs/html/search/functions_b.html b/docs/html/search/functions_b.html index 345265d62..e301fedd7 100644 --- a/docs/html/search/functions_b.html +++ b/docs/html/search/functions_b.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_b.js b/docs/html/search/functions_b.js index cabbcabff..4212b1c1e 100644 --- a/docs/html/search/functions_b.js +++ b/docs/html/search/functions_b.js @@ -1,7 +1,7 @@ var searchData= [ - ['minute_472',['minute',['../classace__time_1_1LocalDateTime.html#a7df99e1e5ba813cebc9246a3a047073c',1,'ace_time::LocalDateTime::minute() const'],['../classace__time_1_1LocalDateTime.html#a3013a99a9dc3cb8b1c267f701ded8cb6',1,'ace_time::LocalDateTime::minute(uint8_t minute)'],['../classace__time_1_1LocalTime.html#ad99b8893e31c3e3d45ccd0a7bac9c91e',1,'ace_time::LocalTime::minute() const'],['../classace__time_1_1LocalTime.html#a6a5196fc6b5f84d441dcd737e75acc5f',1,'ace_time::LocalTime::minute(uint8_t minute)'],['../classace__time_1_1OffsetDateTime.html#a88888c5a65bee412cf388966f45d56df',1,'ace_time::OffsetDateTime::minute() const'],['../classace__time_1_1OffsetDateTime.html#a6059bdddd49c584f427950556494dced',1,'ace_time::OffsetDateTime::minute(uint8_t minute)'],['../classace__time_1_1TimePeriod.html#a75cd5d3700066b3c35999908d7ae0d4f',1,'ace_time::TimePeriod::minute() const'],['../classace__time_1_1TimePeriod.html#a1b464afc12d4d5ba72567cd76497ff0b',1,'ace_time::TimePeriod::minute(uint8_t minute)'],['../classace__time_1_1ZonedDateTime.html#ad018aacdd07c8ac5b0f43f48ca8a994f',1,'ace_time::ZonedDateTime::minute() const'],['../classace__time_1_1ZonedDateTime.html#a658d8866b7fd5d6a2efa8a205c51b779',1,'ace_time::ZonedDateTime::minute(uint8_t minute)']]], - ['month_473',['month',['../classace__time_1_1LocalDate.html#aecb3488a5e952cb17300ec7060b94150',1,'ace_time::LocalDate::month() const'],['../classace__time_1_1LocalDate.html#a7b2124eadb70b7ab46e07826af57e0fe',1,'ace_time::LocalDate::month(uint8_t month)'],['../classace__time_1_1LocalDateTime.html#a64406f7a7c2d599f5260e1ef58d1c99a',1,'ace_time::LocalDateTime::month() const'],['../classace__time_1_1LocalDateTime.html#a5cbf97d3b2c03cbd72aac0eb7af04774',1,'ace_time::LocalDateTime::month(uint8_t month)'],['../classace__time_1_1OffsetDateTime.html#a3f95ef3b5b6ae6470bcd80002caf92c6',1,'ace_time::OffsetDateTime::month() const'],['../classace__time_1_1OffsetDateTime.html#a21ea947de494cd2b9966b027da84e2ed',1,'ace_time::OffsetDateTime::month(uint8_t month)'],['../classace__time_1_1ZonedDateTime.html#af8483c5973c79f6514db8401aae77cb6',1,'ace_time::ZonedDateTime::month() const'],['../classace__time_1_1ZonedDateTime.html#ad818370878792f764b362b5ccd77fae9',1,'ace_time::ZonedDateTime::month(uint8_t month)']]], - ['monthlongstring_474',['monthLongString',['../classace__time_1_1DateStrings.html#a9174e70b61655639bf8b03c5d6b9a633',1,'ace_time::DateStrings']]], - ['monthshortstring_475',['monthShortString',['../classace__time_1_1DateStrings.html#aa801b71e6aeff59d65a1229015c34cff',1,'ace_time::DateStrings']]] + ['minute_470',['minute',['../classace__time_1_1LocalDateTime.html#a3013a99a9dc3cb8b1c267f701ded8cb6',1,'ace_time::LocalDateTime::minute()'],['../classace__time_1_1LocalTime.html#ad99b8893e31c3e3d45ccd0a7bac9c91e',1,'ace_time::LocalTime::minute() const'],['../classace__time_1_1LocalTime.html#a6a5196fc6b5f84d441dcd737e75acc5f',1,'ace_time::LocalTime::minute(uint8_t minute)'],['../classace__time_1_1OffsetDateTime.html#a88888c5a65bee412cf388966f45d56df',1,'ace_time::OffsetDateTime::minute() const'],['../classace__time_1_1OffsetDateTime.html#a6059bdddd49c584f427950556494dced',1,'ace_time::OffsetDateTime::minute(uint8_t minute)'],['../classace__time_1_1TimePeriod.html#a75cd5d3700066b3c35999908d7ae0d4f',1,'ace_time::TimePeriod::minute() const'],['../classace__time_1_1TimePeriod.html#a1b464afc12d4d5ba72567cd76497ff0b',1,'ace_time::TimePeriod::minute(uint8_t minute)'],['../classace__time_1_1ZonedDateTime.html#ad018aacdd07c8ac5b0f43f48ca8a994f',1,'ace_time::ZonedDateTime::minute() const'],['../classace__time_1_1ZonedDateTime.html#a658d8866b7fd5d6a2efa8a205c51b779',1,'ace_time::ZonedDateTime::minute(uint8_t minute)'],['../classace__time_1_1LocalDateTime.html#a7df99e1e5ba813cebc9246a3a047073c',1,'ace_time::LocalDateTime::minute()']]], + ['month_471',['month',['../classace__time_1_1LocalDate.html#aecb3488a5e952cb17300ec7060b94150',1,'ace_time::LocalDate::month()'],['../classace__time_1_1ZonedDateTime.html#ad818370878792f764b362b5ccd77fae9',1,'ace_time::ZonedDateTime::month(uint8_t month)'],['../classace__time_1_1ZonedDateTime.html#af8483c5973c79f6514db8401aae77cb6',1,'ace_time::ZonedDateTime::month() const'],['../classace__time_1_1OffsetDateTime.html#a21ea947de494cd2b9966b027da84e2ed',1,'ace_time::OffsetDateTime::month(uint8_t month)'],['../classace__time_1_1OffsetDateTime.html#a3f95ef3b5b6ae6470bcd80002caf92c6',1,'ace_time::OffsetDateTime::month() const'],['../classace__time_1_1LocalDateTime.html#a5cbf97d3b2c03cbd72aac0eb7af04774',1,'ace_time::LocalDateTime::month(uint8_t month)'],['../classace__time_1_1LocalDateTime.html#a64406f7a7c2d599f5260e1ef58d1c99a',1,'ace_time::LocalDateTime::month() const'],['../classace__time_1_1LocalDate.html#a7b2124eadb70b7ab46e07826af57e0fe',1,'ace_time::LocalDate::month()']]], + ['monthlongstring_472',['monthLongString',['../classace__time_1_1DateStrings.html#a9174e70b61655639bf8b03c5d6b9a633',1,'ace_time::DateStrings']]], + ['monthshortstring_473',['monthShortString',['../classace__time_1_1DateStrings.html#aa801b71e6aeff59d65a1229015c34cff',1,'ace_time::DateStrings']]] ]; diff --git a/docs/html/search/functions_c.html b/docs/html/search/functions_c.html index 858bfd6c9..c4f326877 100644 --- a/docs/html/search/functions_c.html +++ b/docs/html/search/functions_c.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_c.js b/docs/html/search/functions_c.js index f4359cdb6..88543b270 100644 --- a/docs/html/search/functions_c.js +++ b/docs/html/search/functions_c.js @@ -1,5 +1,5 @@ var searchData= [ - ['negate_476',['negate',['../time__period__mutation_8h.html#aa3c982884e48ebe3ac7a676f70c5e391',1,'ace_time::time_period_mutation']]], - ['normalize_477',['normalize',['../classace__time_1_1ZonedDateTime.html#ad74f2ea586bfa38a38c7e2ba1115b6c4',1,'ace_time::ZonedDateTime']]] + ['negate_474',['negate',['../time__period__mutation_8h.html#aa3c982884e48ebe3ac7a676f70c5e391',1,'ace_time::time_period_mutation']]], + ['normalize_475',['normalize',['../classace__time_1_1ZonedDateTime.html#ad74f2ea586bfa38a38c7e2ba1115b6c4',1,'ace_time::ZonedDateTime']]] ]; diff --git a/docs/html/search/functions_d.html b/docs/html/search/functions_d.html index 2f09f51ba..7a1ed065d 100644 --- a/docs/html/search/functions_d.html +++ b/docs/html/search/functions_d.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_d.js b/docs/html/search/functions_d.js index 12d649284..6969cdf80 100644 --- a/docs/html/search/functions_d.js +++ b/docs/html/search/functions_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['offsetdatetime_478',['OffsetDateTime',['../classace__time_1_1OffsetDateTime.html#a36910b1403ba764f3e29675424760e6c',1,'ace_time::OffsetDateTime']]] + ['offsetdatetime_476',['OffsetDateTime',['../classace__time_1_1OffsetDateTime.html#a36910b1403ba764f3e29675424760e6c',1,'ace_time::OffsetDateTime']]] ]; diff --git a/docs/html/search/functions_e.html b/docs/html/search/functions_e.html index ee5afa650..22d2a6bf5 100644 --- a/docs/html/search/functions_e.html +++ b/docs/html/search/functions_e.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_e.js b/docs/html/search/functions_e.js index 30680b199..025dba256 100644 --- a/docs/html/search/functions_e.js +++ b/docs/html/search/functions_e.js @@ -1,7 +1,7 @@ var searchData= [ - ['printnameto_479',['printNameTo',['../classace__time_1_1BasicZone.html#ae0f849d7c5382ab766e7aeb536b1b6e0',1,'ace_time::BasicZone::printNameTo()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a2a0add9aa105fd23f6282375f42e09e2',1,'ace_time::BasicZoneProcessorTemplate::printNameTo()'],['../classace__time_1_1ExtendedZone.html#a19897a2a827bdcdd61a75b55bc3a3964',1,'ace_time::ExtendedZone::printNameTo()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4ebfd8d4228ae8d6b1f86865eebe69af',1,'ace_time::ExtendedZoneProcessorTemplate::printNameTo()'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html#ad2a91eb974cf9c3c1052819819054d40',1,'ace_time::basic::ZoneInfoBroker::printNameTo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#a7956cee7a17cfe2b315b18f85a84a23f',1,'ace_time::extended::ZoneInfoBroker::printNameTo()'],['../classace__time_1_1ZoneProcessor.html#a51508b3387a2bc15d1d799712e41acfe',1,'ace_time::ZoneProcessor::printNameTo()']]], - ['printshortnameto_480',['printShortNameTo',['../classace__time_1_1BasicZone.html#adf8e238a8c79d6a46c40f0bd36a6eb23',1,'ace_time::BasicZone::printShortNameTo()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a2fc8143c1c13c43562a17e35a29c3be7',1,'ace_time::BasicZoneProcessorTemplate::printShortNameTo()'],['../classace__time_1_1ExtendedZone.html#a6d10af90d4092d99c6344cc23df3f7a5',1,'ace_time::ExtendedZone::printShortNameTo()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a681023466afd47ae990c62ab2982506a',1,'ace_time::ExtendedZoneProcessorTemplate::printShortNameTo()'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html#a75a6c1390529d658b5dd4bd507ab4113',1,'ace_time::basic::ZoneInfoBroker::printShortNameTo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#a9378dea6840ae2cdea4076f18112b29b',1,'ace_time::extended::ZoneInfoBroker::printShortNameTo()'],['../classace__time_1_1ZoneProcessor.html#a439ce5e5a3a89bc94e36d82334918aca',1,'ace_time::ZoneProcessor::printShortNameTo()']]], - ['printshortto_481',['printShortTo',['../classace__time_1_1TimeZone.html#acd556353d368f28c5a071b8578e832a4',1,'ace_time::TimeZone']]], - ['printto_482',['printTo',['../classace__time_1_1LocalDate.html#a45a92407e489cf352a97ffb09513eaba',1,'ace_time::LocalDate::printTo()'],['../classace__time_1_1LocalDateTime.html#a1fd5324ba0f6f9ad8d6c44d418f800fd',1,'ace_time::LocalDateTime::printTo()'],['../classace__time_1_1LocalTime.html#a9f5c3a2e92030d0aa773ffb2a83197cf',1,'ace_time::LocalTime::printTo()'],['../classace__time_1_1OffsetDateTime.html#a3f9a811d196b889eb199545e227786a9',1,'ace_time::OffsetDateTime::printTo()'],['../classace__time_1_1TimeOffset.html#af1bcb885f413153ed61324a92e5bd730',1,'ace_time::TimeOffset::printTo()'],['../classace__time_1_1TimePeriod.html#a77f80b555361984b0289f2430ecb479f',1,'ace_time::TimePeriod::printTo()'],['../classace__time_1_1TimeZone.html#af3bc9881a1234e4452c3667f97ac7fbe',1,'ace_time::TimeZone::printTo()'],['../classace__time_1_1ZonedDateTime.html#a185351505b9ff59923656be956d0b326',1,'ace_time::ZonedDateTime::printTo()']]] + ['printnameto_477',['printNameTo',['../classace__time_1_1BasicZoneProcessorTemplate.html#a2a0add9aa105fd23f6282375f42e09e2',1,'ace_time::BasicZoneProcessorTemplate::printNameTo()'],['../classace__time_1_1ExtendedZone.html#a19897a2a827bdcdd61a75b55bc3a3964',1,'ace_time::ExtendedZone::printNameTo()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4ebfd8d4228ae8d6b1f86865eebe69af',1,'ace_time::ExtendedZoneProcessorTemplate::printNameTo()'],['../classace__time_1_1basic_1_1ZoneInfoBroker.html#ad2a91eb974cf9c3c1052819819054d40',1,'ace_time::basic::ZoneInfoBroker::printNameTo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#a7956cee7a17cfe2b315b18f85a84a23f',1,'ace_time::extended::ZoneInfoBroker::printNameTo()'],['../classace__time_1_1ZoneProcessor.html#a51508b3387a2bc15d1d799712e41acfe',1,'ace_time::ZoneProcessor::printNameTo()'],['../classace__time_1_1BasicZone.html#ae0f849d7c5382ab766e7aeb536b1b6e0',1,'ace_time::BasicZone::printNameTo()']]], + ['printshortnameto_478',['printShortNameTo',['../classace__time_1_1basic_1_1ZoneInfoBroker.html#a75a6c1390529d658b5dd4bd507ab4113',1,'ace_time::basic::ZoneInfoBroker::printShortNameTo()'],['../classace__time_1_1ZoneProcessor.html#a439ce5e5a3a89bc94e36d82334918aca',1,'ace_time::ZoneProcessor::printShortNameTo()'],['../classace__time_1_1extended_1_1ZoneInfoBroker.html#a9378dea6840ae2cdea4076f18112b29b',1,'ace_time::extended::ZoneInfoBroker::printShortNameTo()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a681023466afd47ae990c62ab2982506a',1,'ace_time::ExtendedZoneProcessorTemplate::printShortNameTo()'],['../classace__time_1_1ExtendedZone.html#a6d10af90d4092d99c6344cc23df3f7a5',1,'ace_time::ExtendedZone::printShortNameTo()'],['../classace__time_1_1BasicZoneProcessorTemplate.html#a2fc8143c1c13c43562a17e35a29c3be7',1,'ace_time::BasicZoneProcessorTemplate::printShortNameTo()'],['../classace__time_1_1BasicZone.html#adf8e238a8c79d6a46c40f0bd36a6eb23',1,'ace_time::BasicZone::printShortNameTo()']]], + ['printshortto_479',['printShortTo',['../classace__time_1_1TimeZone.html#acd556353d368f28c5a071b8578e832a4',1,'ace_time::TimeZone']]], + ['printto_480',['printTo',['../classace__time_1_1LocalDate.html#a45a92407e489cf352a97ffb09513eaba',1,'ace_time::LocalDate::printTo()'],['../classace__time_1_1LocalDateTime.html#a1fd5324ba0f6f9ad8d6c44d418f800fd',1,'ace_time::LocalDateTime::printTo()'],['../classace__time_1_1LocalTime.html#a9f5c3a2e92030d0aa773ffb2a83197cf',1,'ace_time::LocalTime::printTo()'],['../classace__time_1_1OffsetDateTime.html#a3f9a811d196b889eb199545e227786a9',1,'ace_time::OffsetDateTime::printTo()'],['../classace__time_1_1TimeOffset.html#af1bcb885f413153ed61324a92e5bd730',1,'ace_time::TimeOffset::printTo()'],['../classace__time_1_1TimePeriod.html#a77f80b555361984b0289f2430ecb479f',1,'ace_time::TimePeriod::printTo()'],['../classace__time_1_1TimeZone.html#af3bc9881a1234e4452c3667f97ac7fbe',1,'ace_time::TimeZone::printTo()'],['../classace__time_1_1ZonedDateTime.html#a185351505b9ff59923656be956d0b326',1,'ace_time::ZonedDateTime::printTo()']]] ]; diff --git a/docs/html/search/functions_f.html b/docs/html/search/functions_f.html index f17c412c9..54b7dee08 100644 --- a/docs/html/search/functions_f.html +++ b/docs/html/search/functions_f.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/functions_f.js b/docs/html/search/functions_f.js index 4861c7dff..50f99bf68 100644 --- a/docs/html/search/functions_f.js +++ b/docs/html/search/functions_f.js @@ -1,7 +1,7 @@ var searchData= [ - ['reserveprior_483',['reservePrior',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#adbab076c5b46f0abd1374e8222345a0b',1,'ace_time::extended::TransitionStorageTemplate']]], - ['resetallocsize_484',['resetAllocSize',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a0982f4f9aaa073bce690d78d8f3141c4',1,'ace_time::extended::TransitionStorageTemplate']]], - ['resetcandidatepool_485',['resetCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a6bfa26a1cf591d07b1af52133467600c',1,'ace_time::extended::TransitionStorageTemplate']]], - ['resettransitionallocsize_486',['resetTransitionAllocSize',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a99db96ba2559e54dc789802998c9adce',1,'ace_time::ExtendedZoneProcessorTemplate']]] + ['reserveprior_481',['reservePrior',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#adbab076c5b46f0abd1374e8222345a0b',1,'ace_time::extended::TransitionStorageTemplate']]], + ['resetallocsize_482',['resetAllocSize',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a0982f4f9aaa073bce690d78d8f3141c4',1,'ace_time::extended::TransitionStorageTemplate']]], + ['resetcandidatepool_483',['resetCandidatePool',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a6bfa26a1cf591d07b1af52133467600c',1,'ace_time::extended::TransitionStorageTemplate']]], + ['resettransitionallocsize_484',['resetTransitionAllocSize',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a99db96ba2559e54dc789802998c9adce',1,'ace_time::ExtendedZoneProcessorTemplate']]] ]; diff --git a/docs/html/search/mag_sel.png b/docs/html/search/mag_sel.png deleted file mode 100644 index 39c0ed52a..000000000 Binary files a/docs/html/search/mag_sel.png and /dev/null differ diff --git a/docs/html/search/mag_sel.svg b/docs/html/search/mag_sel.svg new file mode 100644 index 000000000..03626f64a --- /dev/null +++ b/docs/html/search/mag_sel.svg @@ -0,0 +1,74 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/docs/html/search/nomatches.html b/docs/html/search/nomatches.html index 437732089..2b9360b6b 100644 --- a/docs/html/search/nomatches.html +++ b/docs/html/search/nomatches.html @@ -1,5 +1,6 @@ - + + diff --git a/docs/html/search/pages_0.html b/docs/html/search/pages_0.html index 9a6a29ad3..8517b48f0 100644 --- a/docs/html/search/pages_0.html +++ b/docs/html/search/pages_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/pages_0.js b/docs/html/search/pages_0.js index 27278bfc0..f84638b3d 100644 --- a/docs/html/search/pages_0.js +++ b/docs/html/search/pages_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['acetime_20library_601',['AceTime Library',['../index.html',1,'']]] + ['acetime_20library_602',['AceTime Library',['../index.html',1,'']]] ]; diff --git a/docs/html/search/pages_1.html b/docs/html/search/pages_1.html index 132ee038e..a0fb67963 100644 --- a/docs/html/search/pages_1.html +++ b/docs/html/search/pages_1.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/pages_1.js b/docs/html/search/pages_1.js index 255682fbf..95b4a14ee 100644 --- a/docs/html/search/pages_1.js +++ b/docs/html/search/pages_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['zoneinfo_20data_20files_602',['ZoneInfo Data Files',['../md__home_brian_src_AceTime_src_ace_time_internal_README.html',1,'']]] + ['zoneinfo_20data_20files_603',['ZoneInfo Data Files',['../md__home_brian_src_AceTime_src_ace_time_internal_README.html',1,'']]] ]; diff --git a/docs/html/search/related_0.html b/docs/html/search/related_0.html index bbe15faaa..506aaecc0 100644 --- a/docs/html/search/related_0.html +++ b/docs/html/search/related_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/related_0.js b/docs/html/search/related_0.js index ac84d849e..c866fdff9 100644 --- a/docs/html/search/related_0.js +++ b/docs/html/search/related_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['operator_3d_3d_599',['operator==',['../classace__time_1_1LocalDate.html#a018d437efbf0e6de707fe74242349508',1,'ace_time::LocalDate::operator==()'],['../classace__time_1_1LocalDateTime.html#ae1ae8df39487305cfd7e6e7429702295',1,'ace_time::LocalDateTime::operator==()'],['../classace__time_1_1LocalTime.html#a3e09b81cf838d2e5eea2622a8b209ba2',1,'ace_time::LocalTime::operator==()'],['../classace__time_1_1OffsetDateTime.html#aa0c0a06e99b3efa8eb22126e6474752e',1,'ace_time::OffsetDateTime::operator==()'],['../classace__time_1_1TimePeriod.html#a7520dcc4dfe508feb8e545d2ff4b0812',1,'ace_time::TimePeriod::operator==()'],['../classace__time_1_1ZonedDateTime.html#a4acdb974e8c83afe80e1f31d6e688d91',1,'ace_time::ZonedDateTime::operator==()']]] + ['operator_3d_3d_600',['operator==',['../classace__time_1_1LocalDate.html#a018d437efbf0e6de707fe74242349508',1,'ace_time::LocalDate::operator==()'],['../classace__time_1_1LocalDateTime.html#ae1ae8df39487305cfd7e6e7429702295',1,'ace_time::LocalDateTime::operator==()'],['../classace__time_1_1LocalTime.html#a3e09b81cf838d2e5eea2622a8b209ba2',1,'ace_time::LocalTime::operator==()'],['../classace__time_1_1OffsetDateTime.html#aa0c0a06e99b3efa8eb22126e6474752e',1,'ace_time::OffsetDateTime::operator==()'],['../classace__time_1_1TimePeriod.html#a7520dcc4dfe508feb8e545d2ff4b0812',1,'ace_time::TimePeriod::operator==()'],['../classace__time_1_1ZonedDateTime.html#a4acdb974e8c83afe80e1f31d6e688d91',1,'ace_time::ZonedDateTime::operator==()']]] ]; diff --git a/docs/html/search/search.css b/docs/html/search/search.css index 3cf9df94a..9074198f8 100644 --- a/docs/html/search/search.css +++ b/docs/html/search/search.css @@ -1,98 +1,82 @@ /*---------------- Search Box */ -#FSearchBox { - float: left; -} - #MSearchBox { white-space : nowrap; - float: none; - margin-top: 8px; - right: 0px; - width: 170px; - height: 24px; + background: white; + border-radius: 0.65em; + box-shadow: inset 0.5px 0.5px 3px 0px #555; z-index: 102; } -#MSearchBox .left -{ - display:block; - position:absolute; - left:10px; - width:20px; - height:19px; - background:url('search_l.png') no-repeat; - background-position:right; +#MSearchBox .left { + display: inline-block; + vertical-align: middle; + height: 1.4em; } #MSearchSelect { - display:block; - position:absolute; - width:20px; - height:19px; -} - -.left #MSearchSelect { - left:4px; -} - -.right #MSearchSelect { - right:5px; + display: inline-block; + vertical-align: middle; + height: 1.4em; + padding: 0 0 0 0.3em; + margin: 0; } #MSearchField { - display:block; - position:absolute; - height:19px; - background:url('search_m.png') repeat-x; + display: inline-block; + vertical-align: middle; + width: 7.5em; + height: 1.1em; + margin: 0 0.15em; + padding: 0; + line-height: 1em; border:none; - width:115px; - margin-left:20px; - padding-left:4px; color: #909090; outline: none; - font: 9pt Arial, Verdana, sans-serif; + font-family: Arial, Verdana, sans-serif; -webkit-border-radius: 0px; + border-radius: 0px; + background: none; } -#FSearchBox #MSearchField { - margin-left:15px; -} #MSearchBox .right { - display:block; - position:absolute; - right:10px; - top:8px; - width:20px; - height:19px; - background:url('search_r.png') no-repeat; - background-position:left; + display: inline-block; + vertical-align: middle; + width: 1.4em; + height: 1.4em; } #MSearchClose { display: none; - position: absolute; - top: 4px; + font-size: inherit; background : none; border: none; - margin: 0px 4px 0px 0px; - padding: 0px 0px; + margin: 0; + padding: 0; outline: none; -} -.left #MSearchClose { - left: 6px; } -.right #MSearchClose { - right: 2px; +#MSearchCloseImg { + height: 1.4em; + padding: 0.3em; + margin: 0; } .MSearchBoxActive #MSearchField { color: #000000; } +#main-menu > li:last-child { + /* This
                                                                                                                  • object is the parent of the search bar */ + display: flex; + justify-content: center; + align-items: center; + height: 36px; + margin-right: 1em; +} + /*---------------- Search filter selection */ #MSearchSelectWindow { @@ -220,19 +204,21 @@ a.SRScope:focus, a.SRScope:active { span.SRScope { padding-left: 4px; + font-family: Arial, Verdana, sans-serif; } .SRPage .SRStatus { padding: 2px 5px; font-size: 8pt; font-style: italic; + font-family: Arial, Verdana, sans-serif; } .SRResult { display: none; } -DIV.searchresults { +div.searchresults { margin-left: 10px; margin-right: 10px; } diff --git a/docs/html/search/search.js b/docs/html/search/search.js index a554ab9cb..fb226f734 100644 --- a/docs/html/search/search.js +++ b/docs/html/search/search.js @@ -1,25 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2017 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ function convertToId(search) { @@ -79,9 +80,10 @@ function getYPos(item) storing this instance. Is needed to be able to set timeouts. resultPath - path to use for external files */ -function SearchBox(name, resultsPath, inFrame, label) +function SearchBox(name, resultsPath, inFrame, label, extension) { if (!name || !resultsPath) { alert("Missing parameters to SearchBox."); } + if (!extension || extension == "") { extension = ".html"; } // ---------- Instance variables this.name = name; @@ -96,6 +98,7 @@ function SearchBox(name, resultsPath, inFrame, label) this.searchActive = false; this.insideFrame = inFrame; this.searchLabel = label; + this.extension = extension; // ----------- DOM Elements @@ -200,10 +203,9 @@ function SearchBox(name, resultsPath, inFrame, label) } return; } - else if (window.frames.MSearchResults.searchResults) + else { - var elem = window.frames.MSearchResults.searchResults.NavNext(0); - if (elem) elem.focus(); + window.frames.MSearchResults.postMessage("take_focus", "*"); } } else if (e.keyCode==27) // Escape out of the search field @@ -347,13 +349,13 @@ function SearchBox(name, resultsPath, inFrame, label) if (idx!=-1) { var hexCode=idx.toString(16); - resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html'; + resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + this.extension; resultsPageWithSearch = resultsPage+'?'+escape(searchValue); hasResultsPage = true; } else // nothing available for this search term { - resultsPage = this.resultsPath + '/nomatches.html'; + resultsPage = this.resultsPath + '/nomatches' + this.extension; resultsPageWithSearch = resultsPage; hasResultsPage = false; } @@ -364,7 +366,7 @@ function SearchBox(name, resultsPath, inFrame, label) if (domPopupSearchResultsWindow.style.display!='block') { var domSearchBox = this.DOMSearchBox(); - this.DOMSearchClose().style.display = 'inline'; + this.DOMSearchClose().style.display = 'inline-block'; if (this.insideFrame) { var domPopupSearchResults = this.DOMPopupSearchResults(); @@ -439,12 +441,12 @@ function SearchResults(name) while (element && element!=parentElement) { - if (element.nodeName == 'DIV' && element.className == 'SRChildren') + if (element.nodeName.toLowerCase() == 'div' && element.className == 'SRChildren') { return element; } - if (element.nodeName == 'DIV' && element.hasChildNodes()) + if (element.nodeName.toLowerCase() == 'div' && element.hasChildNodes()) { element = element.firstChild; } diff --git a/docs/html/search/typedefs_0.html b/docs/html/search/typedefs_0.html index 376db4791..a4684c4ad 100644 --- a/docs/html/search/typedefs_0.html +++ b/docs/html/search/typedefs_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/typedefs_0.js b/docs/html/search/typedefs_0.js index 5f071cfab..c469b6200 100644 --- a/docs/html/search/typedefs_0.js +++ b/docs/html/search/typedefs_0.js @@ -1,5 +1,5 @@ var searchData= [ - ['matchingera_594',['MatchingEra',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#afd5f76dcd187f20cb708e7c090c42139',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['matchingtransition_595',['MatchingTransition',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a26e158a55df0910186b4e3a62bc89f83',1,'ace_time::extended::TransitionStorageTemplate::MatchingTransition()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4b173249f28227a52e4afcb1b278cd0a',1,'ace_time::ExtendedZoneProcessorTemplate::MatchingTransition()']]] + ['matchingera_595',['MatchingEra',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#afd5f76dcd187f20cb708e7c090c42139',1,'ace_time::ExtendedZoneProcessorTemplate']]], + ['matchingtransition_596',['MatchingTransition',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a26e158a55df0910186b4e3a62bc89f83',1,'ace_time::extended::TransitionStorageTemplate::MatchingTransition()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4b173249f28227a52e4afcb1b278cd0a',1,'ace_time::ExtendedZoneProcessorTemplate::MatchingTransition()']]] ]; diff --git a/docs/html/search/typedefs_1.html b/docs/html/search/typedefs_1.html index 9b8bf72f6..46cf01e62 100644 --- a/docs/html/search/typedefs_1.html +++ b/docs/html/search/typedefs_1.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/typedefs_1.js b/docs/html/search/typedefs_1.js index e7f8f7ce1..47f1f6dc1 100644 --- a/docs/html/search/typedefs_1.js +++ b/docs/html/search/typedefs_1.js @@ -1,6 +1,6 @@ var searchData= [ - ['transition_596',['Transition',['../classace__time_1_1BasicZoneProcessorTemplate.html#acb9df20bcdcf82483d352c615fad752a',1,'ace_time::BasicZoneProcessorTemplate::Transition()'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a64209f8ee979ac7b223bdc8bbe64bd46',1,'ace_time::extended::TransitionStorageTemplate::Transition()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#ace2ae33ce0d8101542cd697958289fd2',1,'ace_time::ExtendedZoneProcessorTemplate::Transition()']]], - ['transitionresult_597',['TransitionResult',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#abd57820249a7b6019175140efb662868',1,'ace_time::extended::TransitionStorageTemplate::TransitionResult()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aba1f1bb6452618c1e42b28369614e287',1,'ace_time::ExtendedZoneProcessorTemplate::TransitionResult()']]], - ['transitionstorage_598',['TransitionStorage',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4b84e295436d5a2111f45bb9e184ae7d',1,'ace_time::ExtendedZoneProcessorTemplate']]] + ['transition_597',['Transition',['../classace__time_1_1BasicZoneProcessorTemplate.html#acb9df20bcdcf82483d352c615fad752a',1,'ace_time::BasicZoneProcessorTemplate::Transition()'],['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#a64209f8ee979ac7b223bdc8bbe64bd46',1,'ace_time::extended::TransitionStorageTemplate::Transition()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#ace2ae33ce0d8101542cd697958289fd2',1,'ace_time::ExtendedZoneProcessorTemplate::Transition()']]], + ['transitionresult_598',['TransitionResult',['../classace__time_1_1extended_1_1TransitionStorageTemplate.html#abd57820249a7b6019175140efb662868',1,'ace_time::extended::TransitionStorageTemplate::TransitionResult()'],['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aba1f1bb6452618c1e42b28369614e287',1,'ace_time::ExtendedZoneProcessorTemplate::TransitionResult()']]], + ['transitionstorage_599',['TransitionStorage',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#a4b84e295436d5a2111f45bb9e184ae7d',1,'ace_time::ExtendedZoneProcessorTemplate']]] ]; diff --git a/docs/html/search/variables_0.html b/docs/html/search/variables_0.html index bf3eba5cc..1e477c08c 100644 --- a/docs/html/search/variables_0.html +++ b/docs/html/search/variables_0.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_0.js b/docs/html/search/variables_0.js index dc0e1818c..294371665 100644 --- a/docs/html/search/variables_0.js +++ b/docs/html/search/variables_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['abbrev_528',['abbrev',['../structace__time_1_1basic_1_1TransitionTemplate.html#abe2b5dd9d3dd7660c10e85a388494c2b',1,'ace_time::basic::TransitionTemplate::abbrev()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#ad65c299286c1f8a96ff214ccddffd3f1',1,'ace_time::extended::TransitionTemplate::abbrev()']]] + ['abbrev_529',['abbrev',['../structace__time_1_1basic_1_1TransitionTemplate.html#abe2b5dd9d3dd7660c10e85a388494c2b',1,'ace_time::basic::TransitionTemplate::abbrev()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#ad65c299286c1f8a96ff214ccddffd3f1',1,'ace_time::extended::TransitionTemplate::abbrev()']]] ]; diff --git a/docs/html/search/variables_1.html b/docs/html/search/variables_1.html index 49fe59a12..ea73d9a49 100644 --- a/docs/html/search/variables_1.html +++ b/docs/html/search/variables_1.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_1.js b/docs/html/search/variables_1.js index b27b9697e..ae698c978 100644 --- a/docs/html/search/variables_1.js +++ b/docs/html/search/variables_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['deltaminutes_529',['deltaMinutes',['../structace__time_1_1basic_1_1TransitionTemplate.html#aefb15f684d43cd60da7511701b939a8f',1,'ace_time::basic::TransitionTemplate::deltaMinutes()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#ae9e5b29eca212f58b3af5d3b8cd39351',1,'ace_time::extended::TransitionTemplate::deltaMinutes()']]] + ['deltaminutes_530',['deltaMinutes',['../structace__time_1_1basic_1_1TransitionTemplate.html#aefb15f684d43cd60da7511701b939a8f',1,'ace_time::basic::TransitionTemplate::deltaMinutes()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#ae9e5b29eca212f58b3af5d3b8cd39351',1,'ace_time::extended::TransitionTemplate::deltaMinutes()']]] ]; diff --git a/docs/html/search/variables_10.html b/docs/html/search/variables_10.html index 92982ac57..dc9920b6d 100644 --- a/docs/html/search/variables_10.html +++ b/docs/html/search/variables_10.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_10.js b/docs/html/search/variables_10.js index 6311d46ac..055d4f84b 100644 --- a/docs/html/search/variables_10.js +++ b/docs/html/search/variables_10.js @@ -1,4 +1,4 @@ var searchData= [ - ['zoneid_593',['zoneId',['../structace__time_1_1TimeZoneData.html#a33cee3c6e0a13796bfc9bad62f18d567',1,'ace_time::TimeZoneData']]] + ['zoneid_594',['zoneId',['../structace__time_1_1TimeZoneData.html#a33cee3c6e0a13796bfc9bad62f18d567',1,'ace_time::TimeZoneData']]] ]; diff --git a/docs/html/search/variables_2.html b/docs/html/search/variables_2.html index 0c8a18cf9..0580462e9 100644 --- a/docs/html/search/variables_2.html +++ b/docs/html/search/variables_2.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_2.js b/docs/html/search/variables_2.js index d87f27c3e..b5094f5eb 100644 --- a/docs/html/search/variables_2.js +++ b/docs/html/search/variables_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['era_530',['era',['../structace__time_1_1basic_1_1TransitionTemplate.html#a5211a848e5d854af448d81faaa612d35',1,'ace_time::basic::TransitionTemplate::era()'],['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a5e03aa70d8760e9229b415729186334f',1,'ace_time::extended::MatchingEraTemplate::era()']]] + ['era_531',['era',['../structace__time_1_1basic_1_1TransitionTemplate.html#a5211a848e5d854af448d81faaa612d35',1,'ace_time::basic::TransitionTemplate::era()'],['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a5e03aa70d8760e9229b415729186334f',1,'ace_time::extended::MatchingEraTemplate::era()']]] ]; diff --git a/docs/html/search/variables_3.html b/docs/html/search/variables_3.html index 19a31fc28..0d69e7619 100644 --- a/docs/html/search/variables_3.html +++ b/docs/html/search/variables_3.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_3.js b/docs/html/search/variables_3.js index bb7333625..fabaec4cc 100644 --- a/docs/html/search/variables_3.js +++ b/docs/html/search/variables_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['fragments_531',['fragments',['../structace__time_1_1internal_1_1ZoneContext.html#a96b167f783962436b6c1b78f0924a46e',1,'ace_time::internal::ZoneContext']]] + ['fragments_532',['fragments',['../structace__time_1_1internal_1_1ZoneContext.html#a96b167f783962436b6c1b78f0924a46e',1,'ace_time::internal::ZoneContext']]] ]; diff --git a/docs/html/search/variables_4.html b/docs/html/search/variables_4.html index bdc37be7f..a4b6506bb 100644 --- a/docs/html/search/variables_4.html +++ b/docs/html/search/variables_4.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_4.js b/docs/html/search/variables_4.js index f0b00886e..d660fa17a 100644 --- a/docs/html/search/variables_4.js +++ b/docs/html/search/variables_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['isvalidprior_532',['isValidPrior',['../structace__time_1_1extended_1_1TransitionTemplate.html#a233a4be454269e7ef0a46489306df669',1,'ace_time::extended::TransitionTemplate']]] + ['isvalidprior_533',['isValidPrior',['../structace__time_1_1extended_1_1TransitionTemplate.html#a233a4be454269e7ef0a46489306df669',1,'ace_time::extended::TransitionTemplate']]] ]; diff --git a/docs/html/search/variables_5.html b/docs/html/search/variables_5.html index 6aa2249b4..7e345d16c 100644 --- a/docs/html/search/variables_5.html +++ b/docs/html/search/variables_5.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_5.js b/docs/html/search/variables_5.js index 093b51292..2de002f44 100644 --- a/docs/html/search/variables_5.js +++ b/docs/html/search/variables_5.js @@ -1,41 +1,41 @@ var searchData= [ - ['kbinarysearchthreshold_533',['kBinarySearchThreshold',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a8f9dae41ff06a04a4cd94167a6746cf8',1,'ace_time::internal::LinkRegistrarTemplate::kBinarySearchThreshold()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#ac00d339dfffbf172d3ae0a9369be97db',1,'ace_time::internal::ZoneRegistrarTemplate::kBinarySearchThreshold()']]], - ['kbuffersize_534',['kBufferSize',['../classace__time_1_1DateStrings.html#aedbfa043f6da042c40fed6b2beb09588',1,'ace_time::DateStrings']]], - ['kdayssinceunixepoch_535',['kDaysSinceUnixEpoch',['../classace__time_1_1LocalDate.html#aab7ca9d6e3c7ea572c57dd8a2370169c',1,'ace_time::LocalDate']]], - ['kepochyear_536',['kEpochYear',['../classace__time_1_1LocalDate.html#a0061f9720cb66ec66d00b3dbec08bef2',1,'ace_time::LocalDate']]], - ['kerrorminutes_537',['kErrorMinutes',['../classace__time_1_1TimeOffset.html#a878cf094506b1f4de5722c74769c891b',1,'ace_time::TimeOffset']]], - ['kfriday_538',['kFriday',['../classace__time_1_1LocalDate.html#a36d3a3480dd894310c6b558cc8efc357',1,'ace_time::LocalDate']]], - ['kinvalidepochdays_539',['kInvalidEpochDays',['../classace__time_1_1LocalDate.html#a0c4a6cdccb2dff6df30f9804374ea68d',1,'ace_time::LocalDate']]], - ['kinvalidepochseconds_540',['kInvalidEpochSeconds',['../classace__time_1_1LocalDate.html#a9c90b1abe7223c1b585bd8f8f89f0516',1,'ace_time::LocalDate']]], - ['kinvalidindex_541',['kInvalidIndex',['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a3f1dfe79433f600fbfd8b4321f5d8e41',1,'ace_time::internal::LinkRegistrarTemplate::kInvalidIndex()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a61c13d0cfe34da139cd4eaa048cdff46',1,'ace_time::internal::ZoneRegistrarTemplate::kInvalidIndex()'],['../classace__time_1_1ZoneManager.html#a7977d6c1471fd2e889a518a47fa3f2a2',1,'ace_time::ZoneManager::kInvalidIndex()']]], - ['kinvalidperiodseconds_542',['kInvalidPeriodSeconds',['../classace__time_1_1TimePeriod.html#a06fc9b2e53f1cb9f73a6eaf8825affb7',1,'ace_time::TimePeriod']]], - ['kinvalidseconds_543',['kInvalidSeconds',['../classace__time_1_1LocalTime.html#a0524d4d069e8fe7f604757160994f276',1,'ace_time::LocalTime']]], - ['kinvalidunixdays_544',['kInvalidUnixDays',['../classace__time_1_1LocalDate.html#a3767eeba3695e9a6a7c517ee56a88b12',1,'ace_time::LocalDate']]], - ['kinvalidunixseconds_545',['kInvalidUnixSeconds',['../classace__time_1_1LocalDate.html#a76b912090a944c1196034c78614874ef',1,'ace_time::LocalDate']]], - ['kinvalidunixseconds64_546',['kInvalidUnixSeconds64',['../classace__time_1_1LocalDate.html#a2fbdac2dbc536dc1d44ab3cf0602de7a',1,'ace_time::LocalDate']]], - ['kinvalidyeartiny_547',['kInvalidYearTiny',['../classace__time_1_1LocalDate.html#ab488f7039935fb19e1d53f63ec47a5f8',1,'ace_time::LocalDate']]], - ['kinvalidzoneid_548',['kInvalidZoneId',['../classace__time_1_1LinkManager.html#a3a28d4b2b773e5a96d9c1a9361991fa2',1,'ace_time::LinkManager']]], - ['kmaxperiodseconds_549',['kMaxPeriodSeconds',['../classace__time_1_1TimePeriod.html#a1f8bbf6bc456b88388ff29b44ecec9e6',1,'ace_time::TimePeriod']]], - ['kmaxtransitions_550',['kMaxTransitions',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aca8230fd1f2db53e5a1d799a895fca3d',1,'ace_time::ExtendedZoneProcessorTemplate']]], - ['kmaxvalidunixseconds64_551',['kMaxValidUnixSeconds64',['../classace__time_1_1LocalDate.html#a204c643d930f766f90a9bdaf9d9235b4',1,'ace_time::LocalDate']]], - ['kmaxyeartiny_552',['kMaxYearTiny',['../classace__time_1_1LocalDate.html#a6f00db0e5431f38166a37adecedb7b4f',1,'ace_time::LocalDate']]], - ['kminvalidunixseconds64_553',['kMinValidUnixSeconds64',['../classace__time_1_1LocalDate.html#a5c298900e04d6c6ebb98ee6e49e9306c',1,'ace_time::LocalDate']]], - ['kminyeartiny_554',['kMinYearTiny',['../classace__time_1_1LocalDate.html#a64c9df2678e6770266d1ede6f6eed724',1,'ace_time::LocalDate']]], - ['kmonday_555',['kMonday',['../classace__time_1_1LocalDate.html#ac1c12c4971fc218d6ae56a3cd84d3ae8',1,'ace_time::LocalDate']]], - ['ksaturday_556',['kSaturday',['../classace__time_1_1LocalDate.html#abfc081c738df0972dfaa7d94f1782ea9',1,'ace_time::LocalDate']]], - ['ksecondssinceunixepoch_557',['kSecondsSinceUnixEpoch',['../classace__time_1_1LocalDate.html#a0b8da6117c11441ce0a5ec62fe6c5d85',1,'ace_time::LocalDate']]], - ['kshortnamelength_558',['kShortNameLength',['../classace__time_1_1DateStrings.html#aa990309bb6080ee27a2cb9aa8f76cb29',1,'ace_time::DateStrings']]], - ['ksuffixs_559',['kSuffixS',['../structace__time_1_1internal_1_1ZoneContext.html#ad885684748440a19b6fdc3c42ef54307',1,'ace_time::internal::ZoneContext']]], - ['ksuffixu_560',['kSuffixU',['../structace__time_1_1internal_1_1ZoneContext.html#afc0def7a74e320d70eff74f313bba57f',1,'ace_time::internal::ZoneContext']]], - ['ksuffixw_561',['kSuffixW',['../structace__time_1_1internal_1_1ZoneContext.html#a25ffe9cfd5a3a3cb42fcf1dd4a461ff7',1,'ace_time::internal::ZoneContext']]], - ['ksunday_562',['kSunday',['../classace__time_1_1LocalDate.html#af2cb45cfd132d8d08d792935fa1a2520',1,'ace_time::LocalDate']]], - ['kthursday_563',['kThursday',['../classace__time_1_1LocalDate.html#ab8d881384833dfe6fe0107cea202d423',1,'ace_time::LocalDate']]], - ['ktuesday_564',['kTuesday',['../classace__time_1_1LocalDate.html#a0e088edd58f0f1d1331c937832cb890b',1,'ace_time::LocalDate']]], - ['ktypebasic_565',['kTypeBasic',['../classace__time_1_1BasicZoneProcessor.html#a283ca9be07f106494c22eee2729482de',1,'ace_time::BasicZoneProcessor']]], - ['ktypeerror_566',['kTypeError',['../classace__time_1_1TimeZone.html#aa0f8a27139793d9d4933dcc05abade6a',1,'ace_time::TimeZone']]], - ['ktypeextended_567',['kTypeExtended',['../classace__time_1_1ExtendedZoneProcessor.html#ae0cfa8f81df6c2cab008944941153bfd',1,'ace_time::ExtendedZoneProcessor']]], - ['ktypemanual_568',['kTypeManual',['../classace__time_1_1TimeZone.html#af7a422f59450abac8b76aafa72d4b5c9',1,'ace_time::TimeZone']]], - ['ktypereserved_569',['kTypeReserved',['../classace__time_1_1TimeZone.html#ae1a31092dca112ec74475c1c1703fde0',1,'ace_time::TimeZone']]], - ['kwednesday_570',['kWednesday',['../classace__time_1_1LocalDate.html#a0221ea698dae2739a8bca89e11e1cd01',1,'ace_time::LocalDate']]] + ['kbinarysearchthreshold_534',['kBinarySearchThreshold',['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#ac00d339dfffbf172d3ae0a9369be97db',1,'ace_time::internal::ZoneRegistrarTemplate::kBinarySearchThreshold()'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a8f9dae41ff06a04a4cd94167a6746cf8',1,'ace_time::internal::LinkRegistrarTemplate::kBinarySearchThreshold()']]], + ['kbuffersize_535',['kBufferSize',['../classace__time_1_1DateStrings.html#aedbfa043f6da042c40fed6b2beb09588',1,'ace_time::DateStrings']]], + ['kdayssinceunixepoch_536',['kDaysSinceUnixEpoch',['../classace__time_1_1LocalDate.html#aab7ca9d6e3c7ea572c57dd8a2370169c',1,'ace_time::LocalDate']]], + ['kepochyear_537',['kEpochYear',['../classace__time_1_1LocalDate.html#a0061f9720cb66ec66d00b3dbec08bef2',1,'ace_time::LocalDate']]], + ['kerrorminutes_538',['kErrorMinutes',['../classace__time_1_1TimeOffset.html#a878cf094506b1f4de5722c74769c891b',1,'ace_time::TimeOffset']]], + ['kfriday_539',['kFriday',['../classace__time_1_1LocalDate.html#a36d3a3480dd894310c6b558cc8efc357',1,'ace_time::LocalDate']]], + ['kinvalidepochdays_540',['kInvalidEpochDays',['../classace__time_1_1LocalDate.html#a0c4a6cdccb2dff6df30f9804374ea68d',1,'ace_time::LocalDate']]], + ['kinvalidepochseconds_541',['kInvalidEpochSeconds',['../classace__time_1_1LocalDate.html#a9c90b1abe7223c1b585bd8f8f89f0516',1,'ace_time::LocalDate']]], + ['kinvalidindex_542',['kInvalidIndex',['../classace__time_1_1ZoneManager.html#a7977d6c1471fd2e889a518a47fa3f2a2',1,'ace_time::ZoneManager::kInvalidIndex()'],['../classace__time_1_1internal_1_1ZoneRegistrarTemplate.html#a61c13d0cfe34da139cd4eaa048cdff46',1,'ace_time::internal::ZoneRegistrarTemplate::kInvalidIndex()'],['../classace__time_1_1internal_1_1LinkRegistrarTemplate.html#a3f1dfe79433f600fbfd8b4321f5d8e41',1,'ace_time::internal::LinkRegistrarTemplate::kInvalidIndex()']]], + ['kinvalidperiodseconds_543',['kInvalidPeriodSeconds',['../classace__time_1_1TimePeriod.html#a06fc9b2e53f1cb9f73a6eaf8825affb7',1,'ace_time::TimePeriod']]], + ['kinvalidseconds_544',['kInvalidSeconds',['../classace__time_1_1LocalTime.html#a0524d4d069e8fe7f604757160994f276',1,'ace_time::LocalTime']]], + ['kinvalidunixdays_545',['kInvalidUnixDays',['../classace__time_1_1LocalDate.html#a3767eeba3695e9a6a7c517ee56a88b12',1,'ace_time::LocalDate']]], + ['kinvalidunixseconds_546',['kInvalidUnixSeconds',['../classace__time_1_1LocalDate.html#a76b912090a944c1196034c78614874ef',1,'ace_time::LocalDate']]], + ['kinvalidunixseconds64_547',['kInvalidUnixSeconds64',['../classace__time_1_1LocalDate.html#a2fbdac2dbc536dc1d44ab3cf0602de7a',1,'ace_time::LocalDate']]], + ['kinvalidyeartiny_548',['kInvalidYearTiny',['../classace__time_1_1LocalDate.html#ab488f7039935fb19e1d53f63ec47a5f8',1,'ace_time::LocalDate']]], + ['kinvalidzoneid_549',['kInvalidZoneId',['../classace__time_1_1LinkManager.html#a3a28d4b2b773e5a96d9c1a9361991fa2',1,'ace_time::LinkManager']]], + ['kmaxperiodseconds_550',['kMaxPeriodSeconds',['../classace__time_1_1TimePeriod.html#a1f8bbf6bc456b88388ff29b44ecec9e6',1,'ace_time::TimePeriod']]], + ['kmaxtransitions_551',['kMaxTransitions',['../classace__time_1_1ExtendedZoneProcessorTemplate.html#aca8230fd1f2db53e5a1d799a895fca3d',1,'ace_time::ExtendedZoneProcessorTemplate']]], + ['kmaxvalidunixseconds64_552',['kMaxValidUnixSeconds64',['../classace__time_1_1LocalDate.html#a204c643d930f766f90a9bdaf9d9235b4',1,'ace_time::LocalDate']]], + ['kmaxyeartiny_553',['kMaxYearTiny',['../classace__time_1_1LocalDate.html#a6f00db0e5431f38166a37adecedb7b4f',1,'ace_time::LocalDate']]], + ['kminvalidunixseconds64_554',['kMinValidUnixSeconds64',['../classace__time_1_1LocalDate.html#a5c298900e04d6c6ebb98ee6e49e9306c',1,'ace_time::LocalDate']]], + ['kminyeartiny_555',['kMinYearTiny',['../classace__time_1_1LocalDate.html#a64c9df2678e6770266d1ede6f6eed724',1,'ace_time::LocalDate']]], + ['kmonday_556',['kMonday',['../classace__time_1_1LocalDate.html#ac1c12c4971fc218d6ae56a3cd84d3ae8',1,'ace_time::LocalDate']]], + ['ksaturday_557',['kSaturday',['../classace__time_1_1LocalDate.html#abfc081c738df0972dfaa7d94f1782ea9',1,'ace_time::LocalDate']]], + ['ksecondssinceunixepoch_558',['kSecondsSinceUnixEpoch',['../classace__time_1_1LocalDate.html#a0b8da6117c11441ce0a5ec62fe6c5d85',1,'ace_time::LocalDate']]], + ['kshortnamelength_559',['kShortNameLength',['../classace__time_1_1DateStrings.html#aa990309bb6080ee27a2cb9aa8f76cb29',1,'ace_time::DateStrings']]], + ['ksuffixs_560',['kSuffixS',['../structace__time_1_1internal_1_1ZoneContext.html#ad885684748440a19b6fdc3c42ef54307',1,'ace_time::internal::ZoneContext']]], + ['ksuffixu_561',['kSuffixU',['../structace__time_1_1internal_1_1ZoneContext.html#afc0def7a74e320d70eff74f313bba57f',1,'ace_time::internal::ZoneContext']]], + ['ksuffixw_562',['kSuffixW',['../structace__time_1_1internal_1_1ZoneContext.html#a25ffe9cfd5a3a3cb42fcf1dd4a461ff7',1,'ace_time::internal::ZoneContext']]], + ['ksunday_563',['kSunday',['../classace__time_1_1LocalDate.html#af2cb45cfd132d8d08d792935fa1a2520',1,'ace_time::LocalDate']]], + ['kthursday_564',['kThursday',['../classace__time_1_1LocalDate.html#ab8d881384833dfe6fe0107cea202d423',1,'ace_time::LocalDate']]], + ['ktuesday_565',['kTuesday',['../classace__time_1_1LocalDate.html#a0e088edd58f0f1d1331c937832cb890b',1,'ace_time::LocalDate']]], + ['ktypebasic_566',['kTypeBasic',['../classace__time_1_1BasicZoneProcessor.html#a283ca9be07f106494c22eee2729482de',1,'ace_time::BasicZoneProcessor']]], + ['ktypeerror_567',['kTypeError',['../classace__time_1_1TimeZone.html#aa0f8a27139793d9d4933dcc05abade6a',1,'ace_time::TimeZone']]], + ['ktypeextended_568',['kTypeExtended',['../classace__time_1_1ExtendedZoneProcessor.html#ae0cfa8f81df6c2cab008944941153bfd',1,'ace_time::ExtendedZoneProcessor']]], + ['ktypemanual_569',['kTypeManual',['../classace__time_1_1TimeZone.html#af7a422f59450abac8b76aafa72d4b5c9',1,'ace_time::TimeZone']]], + ['ktypereserved_570',['kTypeReserved',['../classace__time_1_1TimeZone.html#ae1a31092dca112ec74475c1c1703fde0',1,'ace_time::TimeZone']]], + ['kwednesday_571',['kWednesday',['../classace__time_1_1LocalDate.html#a0221ea698dae2739a8bca89e11e1cd01',1,'ace_time::LocalDate']]] ]; diff --git a/docs/html/search/variables_6.html b/docs/html/search/variables_6.html index ce4a90635..7d48e75e2 100644 --- a/docs/html/search/variables_6.html +++ b/docs/html/search/variables_6.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_6.js b/docs/html/search/variables_6.js index 50c68f796..818ea6db5 100644 --- a/docs/html/search/variables_6.js +++ b/docs/html/search/variables_6.js @@ -1,6 +1,6 @@ var searchData= [ - ['lastdeltaminutes_571',['lastDeltaMinutes',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a54213b73ec7e1341d4af32147566713b',1,'ace_time::extended::MatchingEraTemplate']]], - ['lastoffsetminutes_572',['lastOffsetMinutes',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#ad6e089ef39f3531fae3c27705f1fc0aa',1,'ace_time::extended::MatchingEraTemplate']]], - ['letterbuf_573',['letterBuf',['../structace__time_1_1extended_1_1TransitionTemplate.html#a9609afcd25072766cff26ea70ea68422',1,'ace_time::extended::TransitionTemplate']]] + ['lastdeltaminutes_572',['lastDeltaMinutes',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a54213b73ec7e1341d4af32147566713b',1,'ace_time::extended::MatchingEraTemplate']]], + ['lastoffsetminutes_573',['lastOffsetMinutes',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#ad6e089ef39f3531fae3c27705f1fc0aa',1,'ace_time::extended::MatchingEraTemplate']]], + ['letterbuf_574',['letterBuf',['../structace__time_1_1extended_1_1TransitionTemplate.html#a9609afcd25072766cff26ea70ea68422',1,'ace_time::extended::TransitionTemplate']]] ]; diff --git a/docs/html/search/variables_7.html b/docs/html/search/variables_7.html index 39ffd4746..5c2634092 100644 --- a/docs/html/search/variables_7.html +++ b/docs/html/search/variables_7.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_7.js b/docs/html/search/variables_7.js index 3a6cfdd9a..92810ab61 100644 --- a/docs/html/search/variables_7.js +++ b/docs/html/search/variables_7.js @@ -1,8 +1,8 @@ var searchData= [ - ['match_574',['match',['../structace__time_1_1extended_1_1TransitionTemplate.html#af39b0cf9cf43ddd39feecec6ca483a20',1,'ace_time::extended::TransitionTemplate']]], - ['matchstatus_575',['matchStatus',['../structace__time_1_1extended_1_1TransitionTemplate.html#ac9ff2536c93fd1810a90f1bc34655847',1,'ace_time::extended::TransitionTemplate']]], - ['month_576',['month',['../structace__time_1_1basic_1_1TransitionTemplate.html#a10415486cabd71d413f6ff942abb938b',1,'ace_time::basic::TransitionTemplate']]], - ['mzonekey_577',['mZoneKey',['../classace__time_1_1TimeZone.html#a8eafcad4aa772eb9ea6cbee9ba7110d8',1,'ace_time::TimeZone']]], - ['mzoneprocessor_578',['mZoneProcessor',['../classace__time_1_1TimeZone.html#a3380618145722bb6a76108db95153e42',1,'ace_time::TimeZone']]] + ['match_575',['match',['../structace__time_1_1extended_1_1TransitionTemplate.html#af39b0cf9cf43ddd39feecec6ca483a20',1,'ace_time::extended::TransitionTemplate']]], + ['matchstatus_576',['matchStatus',['../structace__time_1_1extended_1_1TransitionTemplate.html#ac9ff2536c93fd1810a90f1bc34655847',1,'ace_time::extended::TransitionTemplate']]], + ['month_577',['month',['../structace__time_1_1basic_1_1TransitionTemplate.html#a10415486cabd71d413f6ff942abb938b',1,'ace_time::basic::TransitionTemplate']]], + ['mzonekey_578',['mZoneKey',['../classace__time_1_1TimeZone.html#a8eafcad4aa772eb9ea6cbee9ba7110d8',1,'ace_time::TimeZone']]], + ['mzoneprocessor_579',['mZoneProcessor',['../classace__time_1_1TimeZone.html#a3380618145722bb6a76108db95153e42',1,'ace_time::TimeZone']]] ]; diff --git a/docs/html/search/variables_8.html b/docs/html/search/variables_8.html index 37a2eddfa..dc9ec54a5 100644 --- a/docs/html/search/variables_8.html +++ b/docs/html/search/variables_8.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_8.js b/docs/html/search/variables_8.js index 40531b90e..8453b0a8c 100644 --- a/docs/html/search/variables_8.js +++ b/docs/html/search/variables_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['numfragments_579',['numFragments',['../structace__time_1_1internal_1_1ZoneContext.html#a3a6d2f66b0d5d7c2745e8924c851101d',1,'ace_time::internal::ZoneContext']]] + ['numfragments_580',['numFragments',['../structace__time_1_1internal_1_1ZoneContext.html#a3a6d2f66b0d5d7c2745e8924c851101d',1,'ace_time::internal::ZoneContext']]] ]; diff --git a/docs/html/search/variables_9.html b/docs/html/search/variables_9.html index 21e5a4f3c..7b0147509 100644 --- a/docs/html/search/variables_9.html +++ b/docs/html/search/variables_9.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_9.js b/docs/html/search/variables_9.js index 6e3c6c1ee..236725857 100644 --- a/docs/html/search/variables_9.js +++ b/docs/html/search/variables_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['offsetminutes_580',['offsetMinutes',['../structace__time_1_1basic_1_1TransitionTemplate.html#aa5921648ab30c46ac806db1913866481',1,'ace_time::basic::TransitionTemplate::offsetMinutes()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a74c3bdbaa5e0a4a8e7e483bae29387fb',1,'ace_time::extended::TransitionTemplate::offsetMinutes()']]] + ['offsetminutes_581',['offsetMinutes',['../structace__time_1_1basic_1_1TransitionTemplate.html#aa5921648ab30c46ac806db1913866481',1,'ace_time::basic::TransitionTemplate::offsetMinutes()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a74c3bdbaa5e0a4a8e7e483bae29387fb',1,'ace_time::extended::TransitionTemplate::offsetMinutes()']]] ]; diff --git a/docs/html/search/variables_a.html b/docs/html/search/variables_a.html index 1f6505537..52a724d19 100644 --- a/docs/html/search/variables_a.html +++ b/docs/html/search/variables_a.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_a.js b/docs/html/search/variables_a.js index 210723dd5..d32391c43 100644 --- a/docs/html/search/variables_a.js +++ b/docs/html/search/variables_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['prevmatch_581',['prevMatch',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a4ac51091d609bee6d54607d59c26f1d8',1,'ace_time::extended::MatchingEraTemplate']]] + ['prevmatch_582',['prevMatch',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a4ac51091d609bee6d54607d59c26f1d8',1,'ace_time::extended::MatchingEraTemplate']]] ]; diff --git a/docs/html/search/variables_b.html b/docs/html/search/variables_b.html index c02d066f5..f376b27af 100644 --- a/docs/html/search/variables_b.html +++ b/docs/html/search/variables_b.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_b.js b/docs/html/search/variables_b.js index ddd17abbb..d18af0772 100644 --- a/docs/html/search/variables_b.js +++ b/docs/html/search/variables_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['rule_582',['rule',['../structace__time_1_1basic_1_1TransitionTemplate.html#a2ce8f0d17f189a25a6f80e9107edb239',1,'ace_time::basic::TransitionTemplate::rule()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a08e0996372e9c0c80fc60e9a5ceff41e',1,'ace_time::extended::TransitionTemplate::rule()']]] + ['rule_583',['rule',['../structace__time_1_1basic_1_1TransitionTemplate.html#a2ce8f0d17f189a25a6f80e9107edb239',1,'ace_time::basic::TransitionTemplate::rule()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a08e0996372e9c0c80fc60e9a5ceff41e',1,'ace_time::extended::TransitionTemplate::rule()']]] ]; diff --git a/docs/html/search/variables_c.html b/docs/html/search/variables_c.html index 4b866c6ce..6019eba96 100644 --- a/docs/html/search/variables_c.html +++ b/docs/html/search/variables_c.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_c.js b/docs/html/search/variables_c.js index 6f1141511..608c51d40 100644 --- a/docs/html/search/variables_c.js +++ b/docs/html/search/variables_c.js @@ -1,6 +1,6 @@ var searchData= [ - ['startdatetime_583',['startDateTime',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a9c77b33abfc02eb0b1450e7147ea692e',1,'ace_time::extended::MatchingEraTemplate::startDateTime()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#acf25fdb69df5d5f91c856f9e805c3792',1,'ace_time::extended::TransitionTemplate::startDateTime()']]], - ['startepochseconds_584',['startEpochSeconds',['../structace__time_1_1basic_1_1TransitionTemplate.html#a2a6fa21f53305bb789f0fa98c68db62f',1,'ace_time::basic::TransitionTemplate::startEpochSeconds()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a490879be0a08acbf211c0a943d99c36e',1,'ace_time::extended::TransitionTemplate::startEpochSeconds()']]], - ['startyear_585',['startYear',['../structace__time_1_1internal_1_1ZoneContext.html#a7859ffdc83bb5269bd265079fcde20e8',1,'ace_time::internal::ZoneContext']]] + ['startdatetime_584',['startDateTime',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a9c77b33abfc02eb0b1450e7147ea692e',1,'ace_time::extended::MatchingEraTemplate::startDateTime()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#acf25fdb69df5d5f91c856f9e805c3792',1,'ace_time::extended::TransitionTemplate::startDateTime()']]], + ['startepochseconds_585',['startEpochSeconds',['../structace__time_1_1basic_1_1TransitionTemplate.html#a2a6fa21f53305bb789f0fa98c68db62f',1,'ace_time::basic::TransitionTemplate::startEpochSeconds()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a490879be0a08acbf211c0a943d99c36e',1,'ace_time::extended::TransitionTemplate::startEpochSeconds()']]], + ['startyear_586',['startYear',['../structace__time_1_1internal_1_1ZoneContext.html#a7859ffdc83bb5269bd265079fcde20e8',1,'ace_time::internal::ZoneContext']]] ]; diff --git a/docs/html/search/variables_d.html b/docs/html/search/variables_d.html index 84d878b81..f61ae7511 100644 --- a/docs/html/search/variables_d.html +++ b/docs/html/search/variables_d.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_d.js b/docs/html/search/variables_d.js index 16421b055..5e9c5262d 100644 --- a/docs/html/search/variables_d.js +++ b/docs/html/search/variables_d.js @@ -1,7 +1,7 @@ var searchData= [ - ['transitiontime_586',['transitionTime',['../structace__time_1_1extended_1_1TransitionTemplate.html#a34c175a369df6664710109bdb7643965',1,'ace_time::extended::TransitionTemplate']]], - ['transitiontimes_587',['transitionTimeS',['../structace__time_1_1extended_1_1TransitionTemplate.html#a505dc28a40e4b8062531e8bbde8d2a39',1,'ace_time::extended::TransitionTemplate']]], - ['transitiontimeu_588',['transitionTimeU',['../structace__time_1_1extended_1_1TransitionTemplate.html#a9a894c82760a54455f1b2aa1aa179f8c',1,'ace_time::extended::TransitionTemplate']]], - ['tzversion_589',['tzVersion',['../structace__time_1_1internal_1_1ZoneContext.html#ad7d26b18392f5c5e70ded256953dd23d',1,'ace_time::internal::ZoneContext']]] + ['transitiontime_587',['transitionTime',['../structace__time_1_1extended_1_1TransitionTemplate.html#a34c175a369df6664710109bdb7643965',1,'ace_time::extended::TransitionTemplate']]], + ['transitiontimes_588',['transitionTimeS',['../structace__time_1_1extended_1_1TransitionTemplate.html#a505dc28a40e4b8062531e8bbde8d2a39',1,'ace_time::extended::TransitionTemplate']]], + ['transitiontimeu_589',['transitionTimeU',['../structace__time_1_1extended_1_1TransitionTemplate.html#a9a894c82760a54455f1b2aa1aa179f8c',1,'ace_time::extended::TransitionTemplate']]], + ['tzversion_590',['tzVersion',['../structace__time_1_1internal_1_1ZoneContext.html#ad7d26b18392f5c5e70ded256953dd23d',1,'ace_time::internal::ZoneContext']]] ]; diff --git a/docs/html/search/variables_e.html b/docs/html/search/variables_e.html index b0d9b7b20..7bfd37215 100644 --- a/docs/html/search/variables_e.html +++ b/docs/html/search/variables_e.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_e.js b/docs/html/search/variables_e.js index 72ee72c09..b54b70f67 100644 --- a/docs/html/search/variables_e.js +++ b/docs/html/search/variables_e.js @@ -1,5 +1,5 @@ var searchData= [ - ['untildatetime_590',['untilDateTime',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a81741d11d0848d186ee235a3b0654b0e',1,'ace_time::extended::MatchingEraTemplate::untilDateTime()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a526439328e2769dc07b3293d368b555e',1,'ace_time::extended::TransitionTemplate::untilDateTime()']]], - ['untilyear_591',['untilYear',['../structace__time_1_1internal_1_1ZoneContext.html#a766f3740d801f4cad83cd955b7489a02',1,'ace_time::internal::ZoneContext']]] + ['untildatetime_591',['untilDateTime',['../structace__time_1_1extended_1_1MatchingEraTemplate.html#a81741d11d0848d186ee235a3b0654b0e',1,'ace_time::extended::MatchingEraTemplate::untilDateTime()'],['../structace__time_1_1extended_1_1TransitionTemplate.html#a526439328e2769dc07b3293d368b555e',1,'ace_time::extended::TransitionTemplate::untilDateTime()']]], + ['untilyear_592',['untilYear',['../structace__time_1_1internal_1_1ZoneContext.html#a766f3740d801f4cad83cd955b7489a02',1,'ace_time::internal::ZoneContext']]] ]; diff --git a/docs/html/search/variables_f.html b/docs/html/search/variables_f.html index a708dbf04..d97920d08 100644 --- a/docs/html/search/variables_f.html +++ b/docs/html/search/variables_f.html @@ -1,7 +1,8 @@ - + + - + @@ -10,21 +11,27 @@
                                                                                                                    Loading...
                                                                                                                    - +
                                                                                                                    Searching...
                                                                                                                    No Matches
                                                                                                                    - +
                                                                                                                    diff --git a/docs/html/search/variables_f.js b/docs/html/search/variables_f.js index 58036836d..29c428d24 100644 --- a/docs/html/search/variables_f.js +++ b/docs/html/search/variables_f.js @@ -1,4 +1,4 @@ var searchData= [ - ['yeartiny_592',['yearTiny',['../structace__time_1_1basic_1_1TransitionTemplate.html#a88b323cadf6b08c8978da780365d94a6',1,'ace_time::basic::TransitionTemplate']]] + ['yeartiny_593',['yearTiny',['../structace__time_1_1basic_1_1TransitionTemplate.html#a88b323cadf6b08c8978da780365d94a6',1,'ace_time::basic::TransitionTemplate']]] ]; diff --git a/docs/html/structace__time_1_1TimeZoneData-members.html b/docs/html/structace__time_1_1TimeZoneData-members.html index 23503e936..1d0b4affe 100644 --- a/docs/html/structace__time_1_1TimeZoneData-members.html +++ b/docs/html/structace__time_1_1TimeZoneData-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -87,9 +87,7 @@ diff --git a/docs/html/structace__time_1_1TimeZoneData.html b/docs/html/structace__time_1_1TimeZoneData.html index 704fda9c0..e7c1d7f04 100644 --- a/docs/html/structace__time_1_1TimeZoneData.html +++ b/docs/html/structace__time_1_1TimeZoneData.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::TimeZoneData Struct Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -142,18 +142,16 @@
                                                                                                                    {zonedb::kZoneIdAmerica_Los_Angeles},
                                                                                                                    {}
                                                                                                                    };
                                                                                                                    +
                                                                                                                    TimeZoneData()
                                                                                                                    Default constructor gives kTypeError sentinel.
                                                                                                                    Definition: TimeZoneData.h:60

                                                                                                                    Definition at line 38 of file TimeZoneData.h.


                                                                                                                    The documentation for this struct was generated from the following file: -
                                                                                                                    TimeZoneData()
                                                                                                                    Default constructor gives kTypeError sentinel.
                                                                                                                    Definition: TimeZoneData.h:60
                                                                                                                    diff --git a/docs/html/structace__time_1_1basic_1_1TransitionTemplate-members.html b/docs/html/structace__time_1_1basic_1_1TransitionTemplate-members.html index 68859b75a..7732a34d7 100644 --- a/docs/html/structace__time_1_1basic_1_1TransitionTemplate-members.html +++ b/docs/html/structace__time_1_1basic_1_1TransitionTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -86,9 +86,7 @@ diff --git a/docs/html/structace__time_1_1basic_1_1TransitionTemplate.html b/docs/html/structace__time_1_1basic_1_1TransitionTemplate.html index 1e998bbe1..2ef5e857f 100644 --- a/docs/html/structace__time_1_1basic_1_1TransitionTemplate.html +++ b/docs/html/structace__time_1_1basic_1_1TransitionTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::basic::TransitionTemplate< ZIB, ZEB, ZPB, ZRB > Struct Template Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -251,9 +251,7 @@

                                                                                                                    diff --git a/docs/html/structace__time_1_1extended_1_1DateTuple-members.html b/docs/html/structace__time_1_1extended_1_1DateTuple-members.html index daca14965..aaf064084 100644 --- a/docs/html/structace__time_1_1extended_1_1DateTuple-members.html +++ b/docs/html/structace__time_1_1extended_1_1DateTuple-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -85,9 +85,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1DateTuple.html b/docs/html/structace__time_1_1extended_1_1DateTuple.html index 44ea1d062..3c1e7a97f 100644 --- a/docs/html/structace__time_1_1extended_1_1DateTuple.html +++ b/docs/html/structace__time_1_1extended_1_1DateTuple.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::DateTuple Struct Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -120,9 +120,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1MatchingEraTemplate-members.html b/docs/html/structace__time_1_1extended_1_1MatchingEraTemplate-members.html index 63ab4d4e5..a4631cbf6 100644 --- a/docs/html/structace__time_1_1extended_1_1MatchingEraTemplate-members.html +++ b/docs/html/structace__time_1_1extended_1_1MatchingEraTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -84,9 +84,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1MatchingEraTemplate.html b/docs/html/structace__time_1_1extended_1_1MatchingEraTemplate.html index b413a4bd1..4b7e0db14 100644 --- a/docs/html/structace__time_1_1extended_1_1MatchingEraTemplate.html +++ b/docs/html/structace__time_1_1extended_1_1MatchingEraTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::MatchingEraTemplate< ZEB > Struct Template Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -83,8 +83,8 @@
                                                                                                                    Collaboration diagram for ace_time::extended::MatchingEraTemplate< ZEB >:
                                                                                                                    -
                                                                                                                    Collaboration graph
                                                                                                                    - +
                                                                                                                    Collaboration graph
                                                                                                                    + @@ -185,9 +185,7 @@

                                                                                                                    diff --git a/docs/html/structace__time_1_1extended_1_1MatchingTransitionTemplate-members.html b/docs/html/structace__time_1_1extended_1_1MatchingTransitionTemplate-members.html index fd9263176..0c46e60d3 100644 --- a/docs/html/structace__time_1_1extended_1_1MatchingTransitionTemplate-members.html +++ b/docs/html/structace__time_1_1extended_1_1MatchingTransitionTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@

                                                                                                                    - + @@ -79,9 +79,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1MatchingTransitionTemplate.html b/docs/html/structace__time_1_1extended_1_1MatchingTransitionTemplate.html index cf2eada94..a8a9a4ce9 100644 --- a/docs/html/structace__time_1_1extended_1_1MatchingTransitionTemplate.html +++ b/docs/html/structace__time_1_1extended_1_1MatchingTransitionTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::MatchingTransitionTemplate< ZEB, ZPB, ZRB > Struct Template Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -103,9 +103,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1TransitionResultTemplate-members.html b/docs/html/structace__time_1_1extended_1_1TransitionResultTemplate-members.html index 56bee8643..3d1daff73 100644 --- a/docs/html/structace__time_1_1extended_1_1TransitionResultTemplate-members.html +++ b/docs/html/structace__time_1_1extended_1_1TransitionResultTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -83,9 +83,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1TransitionResultTemplate.html b/docs/html/structace__time_1_1extended_1_1TransitionResultTemplate.html index 5a3d57bfe..aead55519 100644 --- a/docs/html/structace__time_1_1extended_1_1TransitionResultTemplate.html +++ b/docs/html/structace__time_1_1extended_1_1TransitionResultTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::TransitionResultTemplate< ZEB, ZPB, ZRB > Struct Template Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -118,9 +118,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1TransitionTemplate-members.html b/docs/html/structace__time_1_1extended_1_1TransitionTemplate-members.html index 40ecd6417..f220c1833 100644 --- a/docs/html/structace__time_1_1extended_1_1TransitionTemplate-members.html +++ b/docs/html/structace__time_1_1extended_1_1TransitionTemplate-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -95,9 +95,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1TransitionTemplate.html b/docs/html/structace__time_1_1extended_1_1TransitionTemplate.html index cd4f0a225..b282f2c9f 100644 --- a/docs/html/structace__time_1_1extended_1_1TransitionTemplate.html +++ b/docs/html/structace__time_1_1extended_1_1TransitionTemplate.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::TransitionTemplate< ZEB, ZPB, ZRB > Struct Template Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -84,8 +84,8 @@
                                                                                                                    Collaboration diagram for ace_time::extended::TransitionTemplate< ZEB, ZPB, ZRB >:
                                                                                                                    -
                                                                                                                    Collaboration graph
                                                                                                                    - +
                                                                                                                    Collaboration graph
                                                                                                                    + @@ -424,9 +424,7 @@

                                                                                                                    diff --git a/docs/html/structace__time_1_1extended_1_1TransitionTemplate__coll__graph.md5 b/docs/html/structace__time_1_1extended_1_1TransitionTemplate__coll__graph.md5 index 9d5429b99..d075524dd 100644 --- a/docs/html/structace__time_1_1extended_1_1TransitionTemplate__coll__graph.md5 +++ b/docs/html/structace__time_1_1extended_1_1TransitionTemplate__coll__graph.md5 @@ -1 +1 @@ -3df4e02ef82fd87454cefa94dedbe516 \ No newline at end of file +27cf5aae59f484494683940853101269 \ No newline at end of file diff --git a/docs/html/structace__time_1_1extended_1_1TransitionTemplate__coll__graph.png b/docs/html/structace__time_1_1extended_1_1TransitionTemplate__coll__graph.png index 0c884a093..57dfe1843 100644 Binary files a/docs/html/structace__time_1_1extended_1_1TransitionTemplate__coll__graph.png and b/docs/html/structace__time_1_1extended_1_1TransitionTemplate__coll__graph.png differ diff --git a/docs/html/structace__time_1_1extended_1_1YearMonthTuple-members.html b/docs/html/structace__time_1_1extended_1_1YearMonthTuple-members.html index 94b8e6967..dc14b96b7 100644 --- a/docs/html/structace__time_1_1extended_1_1YearMonthTuple-members.html +++ b/docs/html/structace__time_1_1extended_1_1YearMonthTuple-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@

                                                                                                                    - + @@ -79,9 +79,7 @@ diff --git a/docs/html/structace__time_1_1extended_1_1YearMonthTuple.html b/docs/html/structace__time_1_1extended_1_1YearMonthTuple.html index 7189993df..9b9abcc0e 100644 --- a/docs/html/structace__time_1_1extended_1_1YearMonthTuple.html +++ b/docs/html/structace__time_1_1extended_1_1YearMonthTuple.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::extended::YearMonthTuple Struct Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -99,9 +99,7 @@ diff --git a/docs/html/structace__time_1_1internal_1_1MonthDay-members.html b/docs/html/structace__time_1_1internal_1_1MonthDay-members.html index d6d3c66ec..95fb5269b 100644 --- a/docs/html/structace__time_1_1internal_1_1MonthDay-members.html +++ b/docs/html/structace__time_1_1internal_1_1MonthDay-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -79,9 +79,7 @@ diff --git a/docs/html/structace__time_1_1internal_1_1MonthDay.html b/docs/html/structace__time_1_1internal_1_1MonthDay.html index 4b50b7f4b..d890ca58a 100644 --- a/docs/html/structace__time_1_1internal_1_1MonthDay.html +++ b/docs/html/structace__time_1_1internal_1_1MonthDay.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::internal::MonthDay Struct Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -99,9 +99,7 @@ diff --git a/docs/html/structace__time_1_1internal_1_1ZoneContext-members.html b/docs/html/structace__time_1_1internal_1_1ZoneContext-members.html index d5e96317c..02ef7815c 100644 --- a/docs/html/structace__time_1_1internal_1_1ZoneContext-members.html +++ b/docs/html/structace__time_1_1internal_1_1ZoneContext-members.html @@ -3,7 +3,7 @@ - + AceTime: Member List @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -85,9 +85,7 @@ diff --git a/docs/html/structace__time_1_1internal_1_1ZoneContext.html b/docs/html/structace__time_1_1internal_1_1ZoneContext.html index b0cfe5601..cdc847923 100644 --- a/docs/html/structace__time_1_1internal_1_1ZoneContext.html +++ b/docs/html/structace__time_1_1internal_1_1ZoneContext.html @@ -3,7 +3,7 @@ - + AceTime: ace_time::internal::ZoneContext Struct Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -130,9 +130,7 @@ diff --git a/docs/html/time__offset__mutation_8h.html b/docs/html/time__offset__mutation_8h.html index bb10258aa..18fd1227c 100644 --- a/docs/html/time__offset__mutation_8h.html +++ b/docs/html/time__offset__mutation_8h.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/time_offset_mutation.h File Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -73,14 +73,17 @@
                                                                                                                    time_offset_mutation.h File Reference
                                                                                                                    + +

                                                                                                                    Methods that mutate a TimeOffset object. +More...

                                                                                                                    #include <stdint.h>
                                                                                                                    #include "TimeOffset.h"
                                                                                                                    Include dependency graph for time_offset_mutation.h:
                                                                                                                    -
                                                                                                                    - - +
                                                                                                                    + + @@ -88,9 +91,9 @@
                                                                                                                    This graph shows which files directly or indirectly include this file:
                                                                                                                    -
                                                                                                                    - - +
                                                                                                                    + +
                                                                                                                    @@ -104,7 +107,7 @@  

                                                                                                                    Detailed Description

                                                                                                                    -

                                                                                                                    Methods that mutate a TimeOffset object.

                                                                                                                    +

                                                                                                                    Methods that mutate a TimeOffset object.

                                                                                                                    The number of mutation methods of a TimeOffset object is basically unlimited, so including them in the TimeOffset class would make its API too complex and incomplete. Instead, they are split off into this separate namespace.

                                                                                                                    Example:

                                                                                                                    TimeOffset offset = TimeOffset::forXxx(...);
                                                                                                                    @@ -146,9 +149,7 @@

                                                                                                                    diff --git a/docs/html/time__offset__mutation_8h__dep__incl.map b/docs/html/time__offset__mutation_8h__dep__incl.map index ef1c3b8ba..ba6b9e858 100644 --- a/docs/html/time__offset__mutation_8h__dep__incl.map +++ b/docs/html/time__offset__mutation_8h__dep__incl.map @@ -1,4 +1,4 @@ - + diff --git a/docs/html/time__offset__mutation_8h__dep__incl.md5 b/docs/html/time__offset__mutation_8h__dep__incl.md5 index d714d226d..844511826 100644 --- a/docs/html/time__offset__mutation_8h__dep__incl.md5 +++ b/docs/html/time__offset__mutation_8h__dep__incl.md5 @@ -1 +1 @@ -e372bd3e463793c3b814487c66ed2295 \ No newline at end of file +0a044150e456c2360967c064e8c1d641 \ No newline at end of file diff --git a/docs/html/time__offset__mutation_8h__incl.map b/docs/html/time__offset__mutation_8h__incl.map index dba60b362..2c43d4f4c 100644 --- a/docs/html/time__offset__mutation_8h__incl.map +++ b/docs/html/time__offset__mutation_8h__incl.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/time__offset__mutation_8h__incl.md5 b/docs/html/time__offset__mutation_8h__incl.md5 index bf93cc21b..aa1cb576d 100644 --- a/docs/html/time__offset__mutation_8h__incl.md5 +++ b/docs/html/time__offset__mutation_8h__incl.md5 @@ -1 +1 @@ -603b786dc3069bcac713b95907cb70cd \ No newline at end of file +5b76822cf6cf21a70b8287c2bd2de9ed \ No newline at end of file diff --git a/docs/html/time__offset__mutation_8h_source.html b/docs/html/time__offset__mutation_8h_source.html index 0bf1f170b..52364a3c3 100644 --- a/docs/html/time__offset__mutation_8h_source.html +++ b/docs/html/time__offset__mutation_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/time_offset_mutation.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@

                                                                                                                    - + @@ -95,15 +95,13 @@
                                                                                                                    43 }
                                                                                                                    44 
                                                                                                                    45 #endif
                                                                                                                    -
                                                                                                                    A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC,...
                                                                                                                    Definition: TimeOffset.h:56
                                                                                                                    int16_t toMinutes() const
                                                                                                                    Return the time offset as minutes.
                                                                                                                    Definition: TimeOffset.h:111
                                                                                                                    void increment15Minutes(TimeOffset &offset)
                                                                                                                    Increment the TimeOffset by 15 minute interval.
                                                                                                                    +
                                                                                                                    diff --git a/docs/html/time__period__mutation_8h.html b/docs/html/time__period__mutation_8h.html index 11d6d7292..1fc060b53 100644 --- a/docs/html/time__period__mutation_8h.html +++ b/docs/html/time__period__mutation_8h.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/time_period_mutation.h File Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@
                                                                                                                    - + @@ -73,15 +73,18 @@
                                                                                                                    time_period_mutation.h File Reference
                                                                                                                    + +

                                                                                                                    Methods that mutate a TimePeriod object. +More...

                                                                                                                    #include <stdint.h>
                                                                                                                    #include <AceCommon.h>
                                                                                                                    #include "TimePeriod.h"
                                                                                                                    Include dependency graph for time_period_mutation.h:
                                                                                                                    -
                                                                                                                    - - +
                                                                                                                    + + @@ -90,9 +93,9 @@
                                                                                                                    This graph shows which files directly or indirectly include this file:
                                                                                                                    -
                                                                                                                    - - +
                                                                                                                    + +
                                                                                                                    @@ -119,7 +122,7 @@  

                                                                                                                    Detailed Description

                                                                                                                    -

                                                                                                                    Methods that mutate a TimePeriod object.

                                                                                                                    +

                                                                                                                    Methods that mutate a TimePeriod object.

                                                                                                                    TimePeriod period = TimePeriod(1, 2, 3); // 1h2m3s
                                                                                                                    time_offset_mutation::incrementHour(period);
                                                                                                                    @@ -127,9 +130,7 @@
                                                                                                                    diff --git a/docs/html/time__period__mutation_8h__dep__incl.map b/docs/html/time__period__mutation_8h__dep__incl.map index 38840d68c..5749e29b4 100644 --- a/docs/html/time__period__mutation_8h__dep__incl.map +++ b/docs/html/time__period__mutation_8h__dep__incl.map @@ -1,4 +1,4 @@ - + diff --git a/docs/html/time__period__mutation_8h__dep__incl.md5 b/docs/html/time__period__mutation_8h__dep__incl.md5 index b824831b4..b86bfb1f4 100644 --- a/docs/html/time__period__mutation_8h__dep__incl.md5 +++ b/docs/html/time__period__mutation_8h__dep__incl.md5 @@ -1 +1 @@ -380fbb719592fad319560b127c103e5a \ No newline at end of file +27d36e30360f98d69ccf869868185970 \ No newline at end of file diff --git a/docs/html/time__period__mutation_8h__incl.map b/docs/html/time__period__mutation_8h__incl.map index ff93c1bb8..a5de2f2d0 100644 --- a/docs/html/time__period__mutation_8h__incl.map +++ b/docs/html/time__period__mutation_8h__incl.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/time__period__mutation_8h__incl.md5 b/docs/html/time__period__mutation_8h__incl.md5 index 3266e007d..8f55fd317 100644 --- a/docs/html/time__period__mutation_8h__incl.md5 +++ b/docs/html/time__period__mutation_8h__incl.md5 @@ -1 +1 @@ -8210eb0aa1c3e95a7a9850d1641a35e8 \ No newline at end of file +51a13dea070974f76b6cfbca83c46585 \ No newline at end of file diff --git a/docs/html/time__period__mutation_8h_source.html b/docs/html/time__period__mutation_8h_source.html index 627b42e59..58c3319ca 100644 --- a/docs/html/time__period__mutation_8h_source.html +++ b/docs/html/time__period__mutation_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/time_period_mutation.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@
                                                                                                                    - + @@ -111,17 +111,15 @@
                                                                                                                    53 }
                                                                                                                    54 
                                                                                                                    55 #endif
                                                                                                                    -
                                                                                                                    -
                                                                                                                    void negate(TimePeriod &period)
                                                                                                                    Change the sign of the object.
                                                                                                                    Represents a period of time relative to some known point in time, potentially represented by a DateTi...
                                                                                                                    Definition: TimePeriod.h:27
                                                                                                                    -
                                                                                                                    uint8_t hour() const
                                                                                                                    Return the hour.
                                                                                                                    Definition: TimePeriod.h:104
                                                                                                                    int8_t sign() const
                                                                                                                    Return the sign bit.
                                                                                                                    Definition: TimePeriod.h:122
                                                                                                                    uint8_t minute() const
                                                                                                                    Return the minute.
                                                                                                                    Definition: TimePeriod.h:110
                                                                                                                    +
                                                                                                                    uint8_t hour() const
                                                                                                                    Return the hour.
                                                                                                                    Definition: TimePeriod.h:104
                                                                                                                    +
                                                                                                                    void negate(TimePeriod &period)
                                                                                                                    Change the sign of the object.
                                                                                                                    + diff --git a/docs/html/zoned__date__time__mutation_8h.html b/docs/html/zoned__date__time__mutation_8h.html index 09a27aae0..7fb9ada4e 100644 --- a/docs/html/zoned__date__time__mutation_8h.html +++ b/docs/html/zoned__date__time__mutation_8h.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zoned_date_time_mutation.h File Reference @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -73,56 +73,59 @@
                                                                                                                    zoned_date_time_mutation.h File Reference
                                                                                                                    + +

                                                                                                                    Methods that mutate a ZonedDateTime object. +More...

                                                                                                                    #include <stdint.h>
                                                                                                                    #include <AceCommon.h>
                                                                                                                    #include "ZonedDateTime.h"
                                                                                                                    Include dependency graph for zoned_date_time_mutation.h:
                                                                                                                    -
                                                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
                                                                                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                    This graph shows which files directly or indirectly include this file:
                                                                                                                    -
                                                                                                                    - - +
                                                                                                                    + +
                                                                                                                    @@ -153,7 +156,7 @@  

                                                                                                                    Detailed Description

                                                                                                                    -

                                                                                                                    Methods that mutate a ZonedDateTime object.

                                                                                                                    +

                                                                                                                    Methods that mutate a ZonedDateTime object.

                                                                                                                    The number of mutation methods of a ZonedDateTime object is basically unlimited, so including them in the ZonedDateTime class would make its API too complex and always incomplete. By extracting them into a separate namespace, we limit the complexity of the ZonedDateTime class and allow additional mutation methods to be added to this namespace by downstream applications.

                                                                                                                    No validation is performed during the mutation operation. Client code is normally expected to call the toEpochSeconds() method to convert this into an acetime_t, then later convert it back to human-readable components using the forEpochSeconds() factory method.

                                                                                                                    Example:

                                                                                                                    @@ -164,9 +167,7 @@
                                                                                                                    diff --git a/docs/html/zoned__date__time__mutation_8h__dep__incl.map b/docs/html/zoned__date__time__mutation_8h__dep__incl.map index 391ae69c6..597a98b4c 100644 --- a/docs/html/zoned__date__time__mutation_8h__dep__incl.map +++ b/docs/html/zoned__date__time__mutation_8h__dep__incl.map @@ -1,4 +1,4 @@ - + diff --git a/docs/html/zoned__date__time__mutation_8h__dep__incl.md5 b/docs/html/zoned__date__time__mutation_8h__dep__incl.md5 index 05577ba1e..229aa816f 100644 --- a/docs/html/zoned__date__time__mutation_8h__dep__incl.md5 +++ b/docs/html/zoned__date__time__mutation_8h__dep__incl.md5 @@ -1 +1 @@ -b600295660e1f1da80a5a8523c7ef330 \ No newline at end of file +030ea913f0557722213b8b79d55eaa0b \ No newline at end of file diff --git a/docs/html/zoned__date__time__mutation_8h__incl.map b/docs/html/zoned__date__time__mutation_8h__incl.map index 29679f297..8af77f990 100644 --- a/docs/html/zoned__date__time__mutation_8h__incl.map +++ b/docs/html/zoned__date__time__mutation_8h__incl.map @@ -1,36 +1,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/zoned__date__time__mutation_8h__incl.md5 b/docs/html/zoned__date__time__mutation_8h__incl.md5 index c60447bb0..c4e737a77 100644 --- a/docs/html/zoned__date__time__mutation_8h__incl.md5 +++ b/docs/html/zoned__date__time__mutation_8h__incl.md5 @@ -1 +1 @@ -3038e1da2502e134d84abcdb88ae19af \ No newline at end of file +e7e96b0cfad4295651833a6f8f6484cb \ No newline at end of file diff --git a/docs/html/zoned__date__time__mutation_8h__incl.png b/docs/html/zoned__date__time__mutation_8h__incl.png index bf3ae98cf..2f0f8ff4e 100644 Binary files a/docs/html/zoned__date__time__mutation_8h__incl.png and b/docs/html/zoned__date__time__mutation_8h__incl.png differ diff --git a/docs/html/zoned__date__time__mutation_8h_source.html b/docs/html/zoned__date__time__mutation_8h_source.html index b46d87151..e8ddc204e 100644 --- a/docs/html/zoned__date__time__mutation_8h_source.html +++ b/docs/html/zoned__date__time__mutation_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zoned_date_time_mutation.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@
                                                                                                                    - + @@ -120,18 +120,16 @@
                                                                                                                    77 }
                                                                                                                    78 
                                                                                                                    79 #endif
                                                                                                                    -
                                                                                                                    -
                                                                                                                    uint8_t hour() const
                                                                                                                    Return the hour.
                                                                                                                    -
                                                                                                                    uint8_t month() const
                                                                                                                    Return the month with January=1, December=12.
                                                                                                                    -
                                                                                                                    uint8_t minute() const
                                                                                                                    Return the minute.
                                                                                                                    The date (year, month, day), time (hour, minute, second), and a timeZone representing an instant in t...
                                                                                                                    Definition: ZonedDateTime.h:32
                                                                                                                    -
                                                                                                                    uint8_t day() const
                                                                                                                    Return the day of the month.
                                                                                                                    +
                                                                                                                    uint8_t hour() const
                                                                                                                    Return the hour.
                                                                                                                    int8_t yearTiny() const
                                                                                                                    Return the single-byte year offset from year 2000.
                                                                                                                    +
                                                                                                                    uint8_t day() const
                                                                                                                    Return the day of the month.
                                                                                                                    +
                                                                                                                    uint8_t minute() const
                                                                                                                    Return the minute.
                                                                                                                    +
                                                                                                                    uint8_t month() const
                                                                                                                    Return the month with January=1, December=12.
                                                                                                                    + diff --git a/docs/html/zone__infos_8cpp_source.html b/docs/html/zonedb_2zone__infos_8cpp_source.html similarity index 94% rename from docs/html/zone__infos_8cpp_source.html rename to docs/html/zonedb_2zone__infos_8cpp_source.html index 7b61458cb..934d53d90 100644 --- a/docs/html/zone__infos_8cpp_source.html +++ b/docs/html/zonedb_2zone__infos_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedb/zone_infos.cpp Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope basic
                                                                                                                    @@ -95,22 +95,22 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    -
                                                                                                                    27 // Zones: 237
                                                                                                                    -
                                                                                                                    28 // Links: 215
                                                                                                                    +
                                                                                                                    27 // Zones: 235
                                                                                                                    +
                                                                                                                    28 // Links: 217
                                                                                                                    29 // kZoneRegistry sizes (bytes):
                                                                                                                    -
                                                                                                                    30 // Names: 2177 (originally 3516)
                                                                                                                    +
                                                                                                                    30 // Names: 2155 (originally 3482)
                                                                                                                    31 // Formats: 465
                                                                                                                    32 // Fragments: 94
                                                                                                                    -
                                                                                                                    33 // Memory (8-bit): 8591
                                                                                                                    -
                                                                                                                    34 // Memory (32-bit): 12448
                                                                                                                    +
                                                                                                                    33 // Memory (8-bit): 8521
                                                                                                                    +
                                                                                                                    34 // Memory (32-bit): 12346
                                                                                                                    35 // kZoneAndLinkRegistry sizes (bytes):
                                                                                                                    36 // Names: 4196 (originally 6591)
                                                                                                                    37 // Formats: 465
                                                                                                                    38 // Fragments: 94
                                                                                                                    -
                                                                                                                    39 // Memory (8-bit): 13405
                                                                                                                    -
                                                                                                                    40 // Memory (32-bit): 19627
                                                                                                                    +
                                                                                                                    39 // Memory (8-bit): 13383
                                                                                                                    +
                                                                                                                    40 // Memory (32-bit): 19595
                                                                                                                    41 //
                                                                                                                    42 // DO NOT EDIT
                                                                                                                    43 
                                                                                                                    @@ -125,7 +125,7 @@
                                                                                                                    52 // ZoneContext (should not be in PROGMEM)
                                                                                                                    53 //---------------------------------------------------------------------------
                                                                                                                    54 
                                                                                                                    -
                                                                                                                    55 const char kTzDatabaseVersion[] = "2022b";
                                                                                                                    +
                                                                                                                    55 const char kTzDatabaseVersion[] = "2022d";
                                                                                                                    56 
                                                                                                                    57 const char* const kFragments[] = {
                                                                                                                    58 /*\x00*/ nullptr,
                                                                                                                    @@ -152,7 +152,7 @@
                                                                                                                    79 };
                                                                                                                    80 
                                                                                                                    81 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    82 // Zones: 237
                                                                                                                    +
                                                                                                                    82 // Zones: 235
                                                                                                                    83 //---------------------------------------------------------------------------
                                                                                                                    84 
                                                                                                                    85 //---------------------------------------------------------------------------
                                                                                                                    @@ -7020,19 +7020,19 @@
                                                                                                                    6947 };
                                                                                                                    6948 
                                                                                                                    6949 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6950 // Zone name: Europe/Uzhgorod
                                                                                                                    +
                                                                                                                    6950 // Zone name: Europe/Vienna
                                                                                                                    6951 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    6952 // Strings (bytes): 15 (originally 21)
                                                                                                                    -
                                                                                                                    6953 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    6954 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    6952 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    6953 // Memory (8-bit): 35
                                                                                                                    +
                                                                                                                    6954 // Memory (32-bit): 49
                                                                                                                    6955 //---------------------------------------------------------------------------
                                                                                                                    6956 
                                                                                                                    -
                                                                                                                    6957 static const basic::ZoneEra kZoneEraEurope_Uzhgorod[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6958  // 2:00 EU EE%sT
                                                                                                                    +
                                                                                                                    6957 static const basic::ZoneEra kZoneEraEurope_Vienna[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6958  // 1:00 EU CE%sT
                                                                                                                    6959  {
                                                                                                                    6960  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    6961  "EE%T" /*format*/,
                                                                                                                    -
                                                                                                                    6962  8 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    6961  "CE%T" /*format*/,
                                                                                                                    +
                                                                                                                    6962  4 /*offsetCode*/,
                                                                                                                    6963  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    6964  127 /*untilYearTiny*/,
                                                                                                                    6965  1 /*untilMonth*/,
                                                                                                                    @@ -7043,25 +7043,25 @@
                                                                                                                    6970 
                                                                                                                    6971 };
                                                                                                                    6972 
                                                                                                                    -
                                                                                                                    6973 static const char kZoneNameEurope_Uzhgorod[] ACE_TIME_PROGMEM = "\x09" "Uzhgorod";
                                                                                                                    +
                                                                                                                    6973 static const char kZoneNameEurope_Vienna[] ACE_TIME_PROGMEM = "\x09" "Vienna";
                                                                                                                    6974 
                                                                                                                    -
                                                                                                                    6975 const basic::ZoneInfo kZoneEurope_Uzhgorod ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6976  kZoneNameEurope_Uzhgorod /*name*/,
                                                                                                                    -
                                                                                                                    6977  0xb066f5d6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    6975 const basic::ZoneInfo kZoneEurope_Vienna ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6976  kZoneNameEurope_Vienna /*name*/,
                                                                                                                    +
                                                                                                                    6977  0x734cc2e5 /*zoneId*/,
                                                                                                                    6978  &kZoneContext /*zoneContext*/,
                                                                                                                    6979  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    6980  kZoneEraEurope_Uzhgorod /*eras*/,
                                                                                                                    +
                                                                                                                    6980  kZoneEraEurope_Vienna /*eras*/,
                                                                                                                    6981 };
                                                                                                                    6982 
                                                                                                                    6983 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6984 // Zone name: Europe/Vienna
                                                                                                                    +
                                                                                                                    6984 // Zone name: Europe/Warsaw
                                                                                                                    6985 // Zone Eras: 1
                                                                                                                    6986 // Strings (bytes): 13 (originally 19)
                                                                                                                    6987 // Memory (8-bit): 35
                                                                                                                    6988 // Memory (32-bit): 49
                                                                                                                    6989 //---------------------------------------------------------------------------
                                                                                                                    6990 
                                                                                                                    -
                                                                                                                    6991 static const basic::ZoneEra kZoneEraEurope_Vienna[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6991 static const basic::ZoneEra kZoneEraEurope_Warsaw[] ACE_TIME_PROGMEM = {
                                                                                                                    6992  // 1:00 EU CE%sT
                                                                                                                    6993  {
                                                                                                                    6994  &kPolicyEU /*zonePolicy*/,
                                                                                                                    @@ -7077,25 +7077,25 @@
                                                                                                                    7004 
                                                                                                                    7005 };
                                                                                                                    7006 
                                                                                                                    -
                                                                                                                    7007 static const char kZoneNameEurope_Vienna[] ACE_TIME_PROGMEM = "\x09" "Vienna";
                                                                                                                    +
                                                                                                                    7007 static const char kZoneNameEurope_Warsaw[] ACE_TIME_PROGMEM = "\x09" "Warsaw";
                                                                                                                    7008 
                                                                                                                    -
                                                                                                                    7009 const basic::ZoneInfo kZoneEurope_Vienna ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7010  kZoneNameEurope_Vienna /*name*/,
                                                                                                                    -
                                                                                                                    7011  0x734cc2e5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7009 const basic::ZoneInfo kZoneEurope_Warsaw ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7010  kZoneNameEurope_Warsaw /*name*/,
                                                                                                                    +
                                                                                                                    7011  0x75185c19 /*zoneId*/,
                                                                                                                    7012  &kZoneContext /*zoneContext*/,
                                                                                                                    7013  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7014  kZoneEraEurope_Vienna /*eras*/,
                                                                                                                    +
                                                                                                                    7014  kZoneEraEurope_Warsaw /*eras*/,
                                                                                                                    7015 };
                                                                                                                    7016 
                                                                                                                    7017 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7018 // Zone name: Europe/Warsaw
                                                                                                                    +
                                                                                                                    7018 // Zone name: Europe/Zurich
                                                                                                                    7019 // Zone Eras: 1
                                                                                                                    7020 // Strings (bytes): 13 (originally 19)
                                                                                                                    7021 // Memory (8-bit): 35
                                                                                                                    7022 // Memory (32-bit): 49
                                                                                                                    7023 //---------------------------------------------------------------------------
                                                                                                                    7024 
                                                                                                                    -
                                                                                                                    7025 static const basic::ZoneEra kZoneEraEurope_Warsaw[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7025 static const basic::ZoneEra kZoneEraEurope_Zurich[] ACE_TIME_PROGMEM = {
                                                                                                                    7026  // 1:00 EU CE%sT
                                                                                                                    7027  {
                                                                                                                    7028  &kPolicyEU /*zonePolicy*/,
                                                                                                                    @@ -7111,30 +7111,30 @@
                                                                                                                    7038 
                                                                                                                    7039 };
                                                                                                                    7040 
                                                                                                                    -
                                                                                                                    7041 static const char kZoneNameEurope_Warsaw[] ACE_TIME_PROGMEM = "\x09" "Warsaw";
                                                                                                                    +
                                                                                                                    7041 static const char kZoneNameEurope_Zurich[] ACE_TIME_PROGMEM = "\x09" "Zurich";
                                                                                                                    7042 
                                                                                                                    -
                                                                                                                    7043 const basic::ZoneInfo kZoneEurope_Warsaw ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7044  kZoneNameEurope_Warsaw /*name*/,
                                                                                                                    -
                                                                                                                    7045  0x75185c19 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7043 const basic::ZoneInfo kZoneEurope_Zurich ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7044  kZoneNameEurope_Zurich /*name*/,
                                                                                                                    +
                                                                                                                    7045  0x7d8195b9 /*zoneId*/,
                                                                                                                    7046  &kZoneContext /*zoneContext*/,
                                                                                                                    7047  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7048  kZoneEraEurope_Warsaw /*eras*/,
                                                                                                                    +
                                                                                                                    7048  kZoneEraEurope_Zurich /*eras*/,
                                                                                                                    7049 };
                                                                                                                    7050 
                                                                                                                    7051 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7052 // Zone name: Europe/Zaporozhye
                                                                                                                    +
                                                                                                                    7052 // Zone name: HST
                                                                                                                    7053 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7054 // Strings (bytes): 17 (originally 23)
                                                                                                                    -
                                                                                                                    7055 // Memory (8-bit): 39
                                                                                                                    -
                                                                                                                    7056 // Memory (32-bit): 53
                                                                                                                    +
                                                                                                                    7054 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    7055 // Memory (8-bit): 30
                                                                                                                    +
                                                                                                                    7056 // Memory (32-bit): 44
                                                                                                                    7057 //---------------------------------------------------------------------------
                                                                                                                    7058 
                                                                                                                    -
                                                                                                                    7059 static const basic::ZoneEra kZoneEraEurope_Zaporozhye[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7060  // 2:00 EU EE%sT
                                                                                                                    +
                                                                                                                    7059 static const basic::ZoneEra kZoneEraHST[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7060  // -10:00 - HST
                                                                                                                    7061  {
                                                                                                                    -
                                                                                                                    7062  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7063  "EE%T" /*format*/,
                                                                                                                    -
                                                                                                                    7064  8 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7062  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7063  "HST" /*format*/,
                                                                                                                    +
                                                                                                                    7064  -40 /*offsetCode*/,
                                                                                                                    7065  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7066  127 /*untilYearTiny*/,
                                                                                                                    7067  1 /*untilMonth*/,
                                                                                                                    @@ -7145,30 +7145,30 @@
                                                                                                                    7072 
                                                                                                                    7073 };
                                                                                                                    7074 
                                                                                                                    -
                                                                                                                    7075 static const char kZoneNameEurope_Zaporozhye[] ACE_TIME_PROGMEM = "\x09" "Zaporozhye";
                                                                                                                    +
                                                                                                                    7075 static const char kZoneNameHST[] ACE_TIME_PROGMEM = "HST";
                                                                                                                    7076 
                                                                                                                    -
                                                                                                                    7077 const basic::ZoneInfo kZoneEurope_Zaporozhye ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7078  kZoneNameEurope_Zaporozhye /*name*/,
                                                                                                                    -
                                                                                                                    7079  0xeab9767f /*zoneId*/,
                                                                                                                    +
                                                                                                                    7077 const basic::ZoneInfo kZoneHST ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7078  kZoneNameHST /*name*/,
                                                                                                                    +
                                                                                                                    7079  0x0b87f034 /*zoneId*/,
                                                                                                                    7080  &kZoneContext /*zoneContext*/,
                                                                                                                    7081  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7082  kZoneEraEurope_Zaporozhye /*eras*/,
                                                                                                                    +
                                                                                                                    7082  kZoneEraHST /*eras*/,
                                                                                                                    7083 };
                                                                                                                    7084 
                                                                                                                    7085 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7086 // Zone name: Europe/Zurich
                                                                                                                    +
                                                                                                                    7086 // Zone name: Indian/Chagos
                                                                                                                    7087 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7088 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    7089 // Memory (8-bit): 35
                                                                                                                    -
                                                                                                                    7090 // Memory (32-bit): 49
                                                                                                                    +
                                                                                                                    7088 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    7089 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    7090 // Memory (32-bit): 48
                                                                                                                    7091 //---------------------------------------------------------------------------
                                                                                                                    7092 
                                                                                                                    -
                                                                                                                    7093 static const basic::ZoneEra kZoneEraEurope_Zurich[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7094  // 1:00 EU CE%sT
                                                                                                                    +
                                                                                                                    7093 static const basic::ZoneEra kZoneEraIndian_Chagos[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7094  // 6:00 - +06
                                                                                                                    7095  {
                                                                                                                    -
                                                                                                                    7096  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7097  "CE%T" /*format*/,
                                                                                                                    -
                                                                                                                    7098  4 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7096  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7097  "+06" /*format*/,
                                                                                                                    +
                                                                                                                    7098  24 /*offsetCode*/,
                                                                                                                    7099  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7100  127 /*untilYearTiny*/,
                                                                                                                    7101  1 /*untilMonth*/,
                                                                                                                    @@ -7179,30 +7179,30 @@
                                                                                                                    7106 
                                                                                                                    7107 };
                                                                                                                    7108 
                                                                                                                    -
                                                                                                                    7109 static const char kZoneNameEurope_Zurich[] ACE_TIME_PROGMEM = "\x09" "Zurich";
                                                                                                                    +
                                                                                                                    7109 static const char kZoneNameIndian_Chagos[] ACE_TIME_PROGMEM = "\x0a" "Chagos";
                                                                                                                    7110 
                                                                                                                    -
                                                                                                                    7111 const basic::ZoneInfo kZoneEurope_Zurich ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7112  kZoneNameEurope_Zurich /*name*/,
                                                                                                                    -
                                                                                                                    7113  0x7d8195b9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7111 const basic::ZoneInfo kZoneIndian_Chagos ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7112  kZoneNameIndian_Chagos /*name*/,
                                                                                                                    +
                                                                                                                    7113  0x456f7c3c /*zoneId*/,
                                                                                                                    7114  &kZoneContext /*zoneContext*/,
                                                                                                                    7115  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7116  kZoneEraEurope_Zurich /*eras*/,
                                                                                                                    +
                                                                                                                    7116  kZoneEraIndian_Chagos /*eras*/,
                                                                                                                    7117 };
                                                                                                                    7118 
                                                                                                                    7119 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7120 // Zone name: HST
                                                                                                                    +
                                                                                                                    7120 // Zone name: Indian/Maldives
                                                                                                                    7121 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7122 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    7123 // Memory (8-bit): 30
                                                                                                                    -
                                                                                                                    7124 // Memory (32-bit): 44
                                                                                                                    +
                                                                                                                    7122 // Strings (bytes): 14 (originally 20)
                                                                                                                    +
                                                                                                                    7123 // Memory (8-bit): 36
                                                                                                                    +
                                                                                                                    7124 // Memory (32-bit): 50
                                                                                                                    7125 //---------------------------------------------------------------------------
                                                                                                                    7126 
                                                                                                                    -
                                                                                                                    7127 static const basic::ZoneEra kZoneEraHST[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7128  // -10:00 - HST
                                                                                                                    +
                                                                                                                    7127 static const basic::ZoneEra kZoneEraIndian_Maldives[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7128  // 5:00 - +05
                                                                                                                    7129  {
                                                                                                                    7130  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7131  "HST" /*format*/,
                                                                                                                    -
                                                                                                                    7132  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7131  "+05" /*format*/,
                                                                                                                    +
                                                                                                                    7132  20 /*offsetCode*/,
                                                                                                                    7133  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7134  127 /*untilYearTiny*/,
                                                                                                                    7135  1 /*untilMonth*/,
                                                                                                                    @@ -7213,30 +7213,30 @@
                                                                                                                    7140 
                                                                                                                    7141 };
                                                                                                                    7142 
                                                                                                                    -
                                                                                                                    7143 static const char kZoneNameHST[] ACE_TIME_PROGMEM = "HST";
                                                                                                                    +
                                                                                                                    7143 static const char kZoneNameIndian_Maldives[] ACE_TIME_PROGMEM = "\x0a" "Maldives";
                                                                                                                    7144 
                                                                                                                    -
                                                                                                                    7145 const basic::ZoneInfo kZoneHST ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7146  kZoneNameHST /*name*/,
                                                                                                                    -
                                                                                                                    7147  0x0b87f034 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7145 const basic::ZoneInfo kZoneIndian_Maldives ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7146  kZoneNameIndian_Maldives /*name*/,
                                                                                                                    +
                                                                                                                    7147  0x9869681c /*zoneId*/,
                                                                                                                    7148  &kZoneContext /*zoneContext*/,
                                                                                                                    7149  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7150  kZoneEraHST /*eras*/,
                                                                                                                    +
                                                                                                                    7150  kZoneEraIndian_Maldives /*eras*/,
                                                                                                                    7151 };
                                                                                                                    7152 
                                                                                                                    7153 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7154 // Zone name: Indian/Chagos
                                                                                                                    +
                                                                                                                    7154 // Zone name: Indian/Mauritius
                                                                                                                    7155 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7156 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    7157 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    7158 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    7156 // Strings (bytes): 19 (originally 25)
                                                                                                                    +
                                                                                                                    7157 // Memory (8-bit): 41
                                                                                                                    +
                                                                                                                    7158 // Memory (32-bit): 55
                                                                                                                    7159 //---------------------------------------------------------------------------
                                                                                                                    7160 
                                                                                                                    -
                                                                                                                    7161 static const basic::ZoneEra kZoneEraIndian_Chagos[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7162  // 6:00 - +06
                                                                                                                    +
                                                                                                                    7161 static const basic::ZoneEra kZoneEraIndian_Mauritius[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7162  // 4:00 Mauritius +04/+05
                                                                                                                    7163  {
                                                                                                                    -
                                                                                                                    7164  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7165  "+06" /*format*/,
                                                                                                                    -
                                                                                                                    7166  24 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7164  &kPolicyMauritius /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7165  "+04/+05" /*format*/,
                                                                                                                    +
                                                                                                                    7166  16 /*offsetCode*/,
                                                                                                                    7167  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7168  127 /*untilYearTiny*/,
                                                                                                                    7169  1 /*untilMonth*/,
                                                                                                                    @@ -7247,30 +7247,30 @@
                                                                                                                    7174 
                                                                                                                    7175 };
                                                                                                                    7176 
                                                                                                                    -
                                                                                                                    7177 static const char kZoneNameIndian_Chagos[] ACE_TIME_PROGMEM = "\x0a" "Chagos";
                                                                                                                    +
                                                                                                                    7177 static const char kZoneNameIndian_Mauritius[] ACE_TIME_PROGMEM = "\x0a" "Mauritius";
                                                                                                                    7178 
                                                                                                                    -
                                                                                                                    7179 const basic::ZoneInfo kZoneIndian_Chagos ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7180  kZoneNameIndian_Chagos /*name*/,
                                                                                                                    -
                                                                                                                    7181  0x456f7c3c /*zoneId*/,
                                                                                                                    +
                                                                                                                    7179 const basic::ZoneInfo kZoneIndian_Mauritius ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7180  kZoneNameIndian_Mauritius /*name*/,
                                                                                                                    +
                                                                                                                    7181  0x7b09c02a /*zoneId*/,
                                                                                                                    7182  &kZoneContext /*zoneContext*/,
                                                                                                                    7183  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7184  kZoneEraIndian_Chagos /*eras*/,
                                                                                                                    +
                                                                                                                    7184  kZoneEraIndian_Mauritius /*eras*/,
                                                                                                                    7185 };
                                                                                                                    7186 
                                                                                                                    7187 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7188 // Zone name: Indian/Maldives
                                                                                                                    +
                                                                                                                    7188 // Zone name: MET
                                                                                                                    7189 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7190 // Strings (bytes): 14 (originally 20)
                                                                                                                    -
                                                                                                                    7191 // Memory (8-bit): 36
                                                                                                                    -
                                                                                                                    7192 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    7190 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    7191 // Memory (8-bit): 31
                                                                                                                    +
                                                                                                                    7192 // Memory (32-bit): 45
                                                                                                                    7193 //---------------------------------------------------------------------------
                                                                                                                    7194 
                                                                                                                    -
                                                                                                                    7195 static const basic::ZoneEra kZoneEraIndian_Maldives[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7196  // 5:00 - +05
                                                                                                                    +
                                                                                                                    7195 static const basic::ZoneEra kZoneEraMET[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7196  // 1:00 C-Eur ME%sT
                                                                                                                    7197  {
                                                                                                                    -
                                                                                                                    7198  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7199  "+05" /*format*/,
                                                                                                                    -
                                                                                                                    7200  20 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7198  &kPolicyC_Eur /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7199  "ME%T" /*format*/,
                                                                                                                    +
                                                                                                                    7200  4 /*offsetCode*/,
                                                                                                                    7201  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7202  127 /*untilYearTiny*/,
                                                                                                                    7203  1 /*untilMonth*/,
                                                                                                                    @@ -7281,30 +7281,30 @@
                                                                                                                    7208 
                                                                                                                    7209 };
                                                                                                                    7210 
                                                                                                                    -
                                                                                                                    7211 static const char kZoneNameIndian_Maldives[] ACE_TIME_PROGMEM = "\x0a" "Maldives";
                                                                                                                    +
                                                                                                                    7211 static const char kZoneNameMET[] ACE_TIME_PROGMEM = "MET";
                                                                                                                    7212 
                                                                                                                    -
                                                                                                                    7213 const basic::ZoneInfo kZoneIndian_Maldives ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7214  kZoneNameIndian_Maldives /*name*/,
                                                                                                                    -
                                                                                                                    7215  0x9869681c /*zoneId*/,
                                                                                                                    +
                                                                                                                    7213 const basic::ZoneInfo kZoneMET ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7214  kZoneNameMET /*name*/,
                                                                                                                    +
                                                                                                                    7215  0x0b8803ab /*zoneId*/,
                                                                                                                    7216  &kZoneContext /*zoneContext*/,
                                                                                                                    7217  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7218  kZoneEraIndian_Maldives /*eras*/,
                                                                                                                    +
                                                                                                                    7218  kZoneEraMET /*eras*/,
                                                                                                                    7219 };
                                                                                                                    7220 
                                                                                                                    7221 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7222 // Zone name: Indian/Mauritius
                                                                                                                    +
                                                                                                                    7222 // Zone name: MST
                                                                                                                    7223 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7224 // Strings (bytes): 19 (originally 25)
                                                                                                                    -
                                                                                                                    7225 // Memory (8-bit): 41
                                                                                                                    -
                                                                                                                    7226 // Memory (32-bit): 55
                                                                                                                    +
                                                                                                                    7224 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    7225 // Memory (8-bit): 30
                                                                                                                    +
                                                                                                                    7226 // Memory (32-bit): 44
                                                                                                                    7227 //---------------------------------------------------------------------------
                                                                                                                    7228 
                                                                                                                    -
                                                                                                                    7229 static const basic::ZoneEra kZoneEraIndian_Mauritius[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7230  // 4:00 Mauritius +04/+05
                                                                                                                    +
                                                                                                                    7229 static const basic::ZoneEra kZoneEraMST[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7230  // -7:00 - MST
                                                                                                                    7231  {
                                                                                                                    -
                                                                                                                    7232  &kPolicyMauritius /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7233  "+04/+05" /*format*/,
                                                                                                                    -
                                                                                                                    7234  16 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7232  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7233  "MST" /*format*/,
                                                                                                                    +
                                                                                                                    7234  -28 /*offsetCode*/,
                                                                                                                    7235  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7236  127 /*untilYearTiny*/,
                                                                                                                    7237  1 /*untilMonth*/,
                                                                                                                    @@ -7315,30 +7315,30 @@
                                                                                                                    7242 
                                                                                                                    7243 };
                                                                                                                    7244 
                                                                                                                    -
                                                                                                                    7245 static const char kZoneNameIndian_Mauritius[] ACE_TIME_PROGMEM = "\x0a" "Mauritius";
                                                                                                                    +
                                                                                                                    7245 static const char kZoneNameMST[] ACE_TIME_PROGMEM = "MST";
                                                                                                                    7246 
                                                                                                                    -
                                                                                                                    7247 const basic::ZoneInfo kZoneIndian_Mauritius ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7248  kZoneNameIndian_Mauritius /*name*/,
                                                                                                                    -
                                                                                                                    7249  0x7b09c02a /*zoneId*/,
                                                                                                                    +
                                                                                                                    7247 const basic::ZoneInfo kZoneMST ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7248  kZoneNameMST /*name*/,
                                                                                                                    +
                                                                                                                    7249  0x0b880579 /*zoneId*/,
                                                                                                                    7250  &kZoneContext /*zoneContext*/,
                                                                                                                    7251  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7252  kZoneEraIndian_Mauritius /*eras*/,
                                                                                                                    +
                                                                                                                    7252  kZoneEraMST /*eras*/,
                                                                                                                    7253 };
                                                                                                                    7254 
                                                                                                                    7255 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7256 // Zone name: MET
                                                                                                                    +
                                                                                                                    7256 // Zone name: MST7MDT
                                                                                                                    7257 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7258 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    7259 // Memory (8-bit): 31
                                                                                                                    -
                                                                                                                    7260 // Memory (32-bit): 45
                                                                                                                    +
                                                                                                                    7258 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    7259 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    7260 // Memory (32-bit): 48
                                                                                                                    7261 //---------------------------------------------------------------------------
                                                                                                                    7262 
                                                                                                                    -
                                                                                                                    7263 static const basic::ZoneEra kZoneEraMET[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7264  // 1:00 C-Eur ME%sT
                                                                                                                    +
                                                                                                                    7263 static const basic::ZoneEra kZoneEraMST7MDT[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7264  // -7:00 US M%sT
                                                                                                                    7265  {
                                                                                                                    -
                                                                                                                    7266  &kPolicyC_Eur /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7267  "ME%T" /*format*/,
                                                                                                                    -
                                                                                                                    7268  4 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7266  &kPolicyUS /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7267  "M%T" /*format*/,
                                                                                                                    +
                                                                                                                    7268  -28 /*offsetCode*/,
                                                                                                                    7269  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7270  127 /*untilYearTiny*/,
                                                                                                                    7271  1 /*untilMonth*/,
                                                                                                                    @@ -7349,30 +7349,30 @@
                                                                                                                    7276 
                                                                                                                    7277 };
                                                                                                                    7278 
                                                                                                                    -
                                                                                                                    7279 static const char kZoneNameMET[] ACE_TIME_PROGMEM = "MET";
                                                                                                                    +
                                                                                                                    7279 static const char kZoneNameMST7MDT[] ACE_TIME_PROGMEM = "MST7MDT";
                                                                                                                    7280 
                                                                                                                    -
                                                                                                                    7281 const basic::ZoneInfo kZoneMET ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7282  kZoneNameMET /*name*/,
                                                                                                                    -
                                                                                                                    7283  0x0b8803ab /*zoneId*/,
                                                                                                                    +
                                                                                                                    7281 const basic::ZoneInfo kZoneMST7MDT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7282  kZoneNameMST7MDT /*name*/,
                                                                                                                    +
                                                                                                                    7283  0xf2af9375 /*zoneId*/,
                                                                                                                    7284  &kZoneContext /*zoneContext*/,
                                                                                                                    7285  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7286  kZoneEraMET /*eras*/,
                                                                                                                    +
                                                                                                                    7286  kZoneEraMST7MDT /*eras*/,
                                                                                                                    7287 };
                                                                                                                    7288 
                                                                                                                    7289 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7290 // Zone name: MST
                                                                                                                    +
                                                                                                                    7290 // Zone name: PST8PDT
                                                                                                                    7291 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7292 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    7293 // Memory (8-bit): 30
                                                                                                                    -
                                                                                                                    7294 // Memory (32-bit): 44
                                                                                                                    +
                                                                                                                    7292 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    7293 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    7294 // Memory (32-bit): 48
                                                                                                                    7295 //---------------------------------------------------------------------------
                                                                                                                    7296 
                                                                                                                    -
                                                                                                                    7297 static const basic::ZoneEra kZoneEraMST[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7298  // -7:00 - MST
                                                                                                                    +
                                                                                                                    7297 static const basic::ZoneEra kZoneEraPST8PDT[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7298  // -8:00 US P%sT
                                                                                                                    7299  {
                                                                                                                    -
                                                                                                                    7300  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7301  "MST" /*format*/,
                                                                                                                    -
                                                                                                                    7302  -28 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7300  &kPolicyUS /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7301  "P%T" /*format*/,
                                                                                                                    +
                                                                                                                    7302  -32 /*offsetCode*/,
                                                                                                                    7303  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7304  127 /*untilYearTiny*/,
                                                                                                                    7305  1 /*untilMonth*/,
                                                                                                                    @@ -7383,30 +7383,30 @@
                                                                                                                    7310 
                                                                                                                    7311 };
                                                                                                                    7312 
                                                                                                                    -
                                                                                                                    7313 static const char kZoneNameMST[] ACE_TIME_PROGMEM = "MST";
                                                                                                                    +
                                                                                                                    7313 static const char kZoneNamePST8PDT[] ACE_TIME_PROGMEM = "PST8PDT";
                                                                                                                    7314 
                                                                                                                    -
                                                                                                                    7315 const basic::ZoneInfo kZoneMST ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7316  kZoneNameMST /*name*/,
                                                                                                                    -
                                                                                                                    7317  0x0b880579 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7315 const basic::ZoneInfo kZonePST8PDT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7316  kZoneNamePST8PDT /*name*/,
                                                                                                                    +
                                                                                                                    7317  0xd99ee2dc /*zoneId*/,
                                                                                                                    7318  &kZoneContext /*zoneContext*/,
                                                                                                                    7319  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7320  kZoneEraMST /*eras*/,
                                                                                                                    +
                                                                                                                    7320  kZoneEraPST8PDT /*eras*/,
                                                                                                                    7321 };
                                                                                                                    7322 
                                                                                                                    7323 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7324 // Zone name: MST7MDT
                                                                                                                    +
                                                                                                                    7324 // Zone name: Pacific/Auckland
                                                                                                                    7325 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7326 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    7327 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    7328 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    7326 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    7327 // Memory (8-bit): 37
                                                                                                                    +
                                                                                                                    7328 // Memory (32-bit): 51
                                                                                                                    7329 //---------------------------------------------------------------------------
                                                                                                                    7330 
                                                                                                                    -
                                                                                                                    7331 static const basic::ZoneEra kZoneEraMST7MDT[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7332  // -7:00 US M%sT
                                                                                                                    +
                                                                                                                    7331 static const basic::ZoneEra kZoneEraPacific_Auckland[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7332  // 12:00 NZ NZ%sT
                                                                                                                    7333  {
                                                                                                                    -
                                                                                                                    7334  &kPolicyUS /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7335  "M%T" /*format*/,
                                                                                                                    -
                                                                                                                    7336  -28 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7334  &kPolicyNZ /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7335  "NZ%T" /*format*/,
                                                                                                                    +
                                                                                                                    7336  48 /*offsetCode*/,
                                                                                                                    7337  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7338  127 /*untilYearTiny*/,
                                                                                                                    7339  1 /*untilMonth*/,
                                                                                                                    @@ -7417,30 +7417,30 @@
                                                                                                                    7344 
                                                                                                                    7345 };
                                                                                                                    7346 
                                                                                                                    -
                                                                                                                    7347 static const char kZoneNameMST7MDT[] ACE_TIME_PROGMEM = "MST7MDT";
                                                                                                                    +
                                                                                                                    7347 static const char kZoneNamePacific_Auckland[] ACE_TIME_PROGMEM = "\x0b" "Auckland";
                                                                                                                    7348 
                                                                                                                    -
                                                                                                                    7349 const basic::ZoneInfo kZoneMST7MDT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7350  kZoneNameMST7MDT /*name*/,
                                                                                                                    -
                                                                                                                    7351  0xf2af9375 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7349 const basic::ZoneInfo kZonePacific_Auckland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7350  kZoneNamePacific_Auckland /*name*/,
                                                                                                                    +
                                                                                                                    7351  0x25062f86 /*zoneId*/,
                                                                                                                    7352  &kZoneContext /*zoneContext*/,
                                                                                                                    7353  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7354  kZoneEraMST7MDT /*eras*/,
                                                                                                                    +
                                                                                                                    7354  kZoneEraPacific_Auckland /*eras*/,
                                                                                                                    7355 };
                                                                                                                    7356 
                                                                                                                    7357 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7358 // Zone name: PST8PDT
                                                                                                                    +
                                                                                                                    7358 // Zone name: Pacific/Chatham
                                                                                                                    7359 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7360 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    7361 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    7362 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    7360 // Strings (bytes): 21 (originally 28)
                                                                                                                    +
                                                                                                                    7361 // Memory (8-bit): 43
                                                                                                                    +
                                                                                                                    7362 // Memory (32-bit): 57
                                                                                                                    7363 //---------------------------------------------------------------------------
                                                                                                                    7364 
                                                                                                                    -
                                                                                                                    7365 static const basic::ZoneEra kZoneEraPST8PDT[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7366  // -8:00 US P%sT
                                                                                                                    +
                                                                                                                    7365 static const basic::ZoneEra kZoneEraPacific_Chatham[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7366  // 12:45 Chatham +1245/+1345
                                                                                                                    7367  {
                                                                                                                    -
                                                                                                                    7368  &kPolicyUS /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7369  "P%T" /*format*/,
                                                                                                                    -
                                                                                                                    7370  -32 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7368  &kPolicyChatham /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7369  "+1245/+1345" /*format*/,
                                                                                                                    +
                                                                                                                    7370  51 /*offsetCode*/,
                                                                                                                    7371  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7372  127 /*untilYearTiny*/,
                                                                                                                    7373  1 /*untilMonth*/,
                                                                                                                    @@ -7451,30 +7451,30 @@
                                                                                                                    7378 
                                                                                                                    7379 };
                                                                                                                    7380 
                                                                                                                    -
                                                                                                                    7381 static const char kZoneNamePST8PDT[] ACE_TIME_PROGMEM = "PST8PDT";
                                                                                                                    +
                                                                                                                    7381 static const char kZoneNamePacific_Chatham[] ACE_TIME_PROGMEM = "\x0b" "Chatham";
                                                                                                                    7382 
                                                                                                                    -
                                                                                                                    7383 const basic::ZoneInfo kZonePST8PDT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7384  kZoneNamePST8PDT /*name*/,
                                                                                                                    -
                                                                                                                    7385  0xd99ee2dc /*zoneId*/,
                                                                                                                    +
                                                                                                                    7383 const basic::ZoneInfo kZonePacific_Chatham ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7384  kZoneNamePacific_Chatham /*name*/,
                                                                                                                    +
                                                                                                                    7385  0x2f0de999 /*zoneId*/,
                                                                                                                    7386  &kZoneContext /*zoneContext*/,
                                                                                                                    7387  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7388  kZoneEraPST8PDT /*eras*/,
                                                                                                                    +
                                                                                                                    7388  kZoneEraPacific_Chatham /*eras*/,
                                                                                                                    7389 };
                                                                                                                    7390 
                                                                                                                    7391 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7392 // Zone name: Pacific/Auckland
                                                                                                                    +
                                                                                                                    7392 // Zone name: Pacific/Easter
                                                                                                                    7393 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7394 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    7395 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    7396 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    7394 // Strings (bytes): 16 (originally 23)
                                                                                                                    +
                                                                                                                    7395 // Memory (8-bit): 38
                                                                                                                    +
                                                                                                                    7396 // Memory (32-bit): 52
                                                                                                                    7397 //---------------------------------------------------------------------------
                                                                                                                    7398 
                                                                                                                    -
                                                                                                                    7399 static const basic::ZoneEra kZoneEraPacific_Auckland[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7400  // 12:00 NZ NZ%sT
                                                                                                                    +
                                                                                                                    7399 static const basic::ZoneEra kZoneEraPacific_Easter[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7400  // -6:00 Chile -06/-05
                                                                                                                    7401  {
                                                                                                                    -
                                                                                                                    7402  &kPolicyNZ /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7403  "NZ%T" /*format*/,
                                                                                                                    -
                                                                                                                    7404  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7402  &kPolicyChile /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7403  "-06/-05" /*format*/,
                                                                                                                    +
                                                                                                                    7404  -24 /*offsetCode*/,
                                                                                                                    7405  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7406  127 /*untilYearTiny*/,
                                                                                                                    7407  1 /*untilMonth*/,
                                                                                                                    @@ -7485,30 +7485,30 @@
                                                                                                                    7412 
                                                                                                                    7413 };
                                                                                                                    7414 
                                                                                                                    -
                                                                                                                    7415 static const char kZoneNamePacific_Auckland[] ACE_TIME_PROGMEM = "\x0b" "Auckland";
                                                                                                                    +
                                                                                                                    7415 static const char kZoneNamePacific_Easter[] ACE_TIME_PROGMEM = "\x0b" "Easter";
                                                                                                                    7416 
                                                                                                                    -
                                                                                                                    7417 const basic::ZoneInfo kZonePacific_Auckland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7418  kZoneNamePacific_Auckland /*name*/,
                                                                                                                    -
                                                                                                                    7419  0x25062f86 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7417 const basic::ZoneInfo kZonePacific_Easter ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7418  kZoneNamePacific_Easter /*name*/,
                                                                                                                    +
                                                                                                                    7419  0xcf54f7e7 /*zoneId*/,
                                                                                                                    7420  &kZoneContext /*zoneContext*/,
                                                                                                                    7421  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7422  kZoneEraPacific_Auckland /*eras*/,
                                                                                                                    +
                                                                                                                    7422  kZoneEraPacific_Easter /*eras*/,
                                                                                                                    7423 };
                                                                                                                    7424 
                                                                                                                    7425 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7426 // Zone name: Pacific/Chatham
                                                                                                                    +
                                                                                                                    7426 // Zone name: Pacific/Efate
                                                                                                                    7427 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7428 // Strings (bytes): 21 (originally 28)
                                                                                                                    -
                                                                                                                    7429 // Memory (8-bit): 43
                                                                                                                    -
                                                                                                                    7430 // Memory (32-bit): 57
                                                                                                                    +
                                                                                                                    7428 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    7429 // Memory (8-bit): 37
                                                                                                                    +
                                                                                                                    7430 // Memory (32-bit): 51
                                                                                                                    7431 //---------------------------------------------------------------------------
                                                                                                                    7432 
                                                                                                                    -
                                                                                                                    7433 static const basic::ZoneEra kZoneEraPacific_Chatham[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7434  // 12:45 Chatham +1245/+1345
                                                                                                                    +
                                                                                                                    7433 static const basic::ZoneEra kZoneEraPacific_Efate[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7434  // 11:00 Vanuatu +11/+12
                                                                                                                    7435  {
                                                                                                                    -
                                                                                                                    7436  &kPolicyChatham /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7437  "+1245/+1345" /*format*/,
                                                                                                                    -
                                                                                                                    7438  51 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7436  &kPolicyVanuatu /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7437  "+11/+12" /*format*/,
                                                                                                                    +
                                                                                                                    7438  44 /*offsetCode*/,
                                                                                                                    7439  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7440  127 /*untilYearTiny*/,
                                                                                                                    7441  1 /*untilMonth*/,
                                                                                                                    @@ -7519,30 +7519,30 @@
                                                                                                                    7446 
                                                                                                                    7447 };
                                                                                                                    7448 
                                                                                                                    -
                                                                                                                    7449 static const char kZoneNamePacific_Chatham[] ACE_TIME_PROGMEM = "\x0b" "Chatham";
                                                                                                                    +
                                                                                                                    7449 static const char kZoneNamePacific_Efate[] ACE_TIME_PROGMEM = "\x0b" "Efate";
                                                                                                                    7450 
                                                                                                                    -
                                                                                                                    7451 const basic::ZoneInfo kZonePacific_Chatham ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7452  kZoneNamePacific_Chatham /*name*/,
                                                                                                                    -
                                                                                                                    7453  0x2f0de999 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7451 const basic::ZoneInfo kZonePacific_Efate ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7452  kZoneNamePacific_Efate /*name*/,
                                                                                                                    +
                                                                                                                    7453  0x8a2bce28 /*zoneId*/,
                                                                                                                    7454  &kZoneContext /*zoneContext*/,
                                                                                                                    7455  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7456  kZoneEraPacific_Chatham /*eras*/,
                                                                                                                    +
                                                                                                                    7456  kZoneEraPacific_Efate /*eras*/,
                                                                                                                    7457 };
                                                                                                                    7458 
                                                                                                                    7459 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7460 // Zone name: Pacific/Easter
                                                                                                                    +
                                                                                                                    7460 // Zone name: Pacific/Fiji
                                                                                                                    7461 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7462 // Strings (bytes): 16 (originally 23)
                                                                                                                    -
                                                                                                                    7463 // Memory (8-bit): 38
                                                                                                                    -
                                                                                                                    7464 // Memory (32-bit): 52
                                                                                                                    +
                                                                                                                    7462 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    7463 // Memory (8-bit): 36
                                                                                                                    +
                                                                                                                    7464 // Memory (32-bit): 50
                                                                                                                    7465 //---------------------------------------------------------------------------
                                                                                                                    7466 
                                                                                                                    -
                                                                                                                    7467 static const basic::ZoneEra kZoneEraPacific_Easter[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7468  // -6:00 Chile -06/-05
                                                                                                                    +
                                                                                                                    7467 static const basic::ZoneEra kZoneEraPacific_Fiji[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7468  // 12:00 Fiji +12/+13
                                                                                                                    7469  {
                                                                                                                    -
                                                                                                                    7470  &kPolicyChile /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7471  "-06/-05" /*format*/,
                                                                                                                    -
                                                                                                                    7472  -24 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7470  &kPolicyFiji /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7471  "+12/+13" /*format*/,
                                                                                                                    +
                                                                                                                    7472  48 /*offsetCode*/,
                                                                                                                    7473  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7474  127 /*untilYearTiny*/,
                                                                                                                    7475  1 /*untilMonth*/,
                                                                                                                    @@ -7553,30 +7553,30 @@
                                                                                                                    7480 
                                                                                                                    7481 };
                                                                                                                    7482 
                                                                                                                    -
                                                                                                                    7483 static const char kZoneNamePacific_Easter[] ACE_TIME_PROGMEM = "\x0b" "Easter";
                                                                                                                    +
                                                                                                                    7483 static const char kZoneNamePacific_Fiji[] ACE_TIME_PROGMEM = "\x0b" "Fiji";
                                                                                                                    7484 
                                                                                                                    -
                                                                                                                    7485 const basic::ZoneInfo kZonePacific_Easter ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7486  kZoneNamePacific_Easter /*name*/,
                                                                                                                    -
                                                                                                                    7487  0xcf54f7e7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7485 const basic::ZoneInfo kZonePacific_Fiji ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7486  kZoneNamePacific_Fiji /*name*/,
                                                                                                                    +
                                                                                                                    7487  0x23383ba5 /*zoneId*/,
                                                                                                                    7488  &kZoneContext /*zoneContext*/,
                                                                                                                    7489  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7490  kZoneEraPacific_Easter /*eras*/,
                                                                                                                    +
                                                                                                                    7490  kZoneEraPacific_Fiji /*eras*/,
                                                                                                                    7491 };
                                                                                                                    7492 
                                                                                                                    7493 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7494 // Zone name: Pacific/Efate
                                                                                                                    +
                                                                                                                    7494 // Zone name: Pacific/Galapagos
                                                                                                                    7495 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7496 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    7497 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    7498 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    7496 // Strings (bytes): 19 (originally 26)
                                                                                                                    +
                                                                                                                    7497 // Memory (8-bit): 41
                                                                                                                    +
                                                                                                                    7498 // Memory (32-bit): 55
                                                                                                                    7499 //---------------------------------------------------------------------------
                                                                                                                    7500 
                                                                                                                    -
                                                                                                                    7501 static const basic::ZoneEra kZoneEraPacific_Efate[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7502  // 11:00 Vanuatu +11/+12
                                                                                                                    +
                                                                                                                    7501 static const basic::ZoneEra kZoneEraPacific_Galapagos[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7502  // -6:00 Ecuador -06/-05
                                                                                                                    7503  {
                                                                                                                    -
                                                                                                                    7504  &kPolicyVanuatu /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7505  "+11/+12" /*format*/,
                                                                                                                    -
                                                                                                                    7506  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7504  &kPolicyEcuador /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7505  "-06/-05" /*format*/,
                                                                                                                    +
                                                                                                                    7506  -24 /*offsetCode*/,
                                                                                                                    7507  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7508  127 /*untilYearTiny*/,
                                                                                                                    7509  1 /*untilMonth*/,
                                                                                                                    @@ -7587,30 +7587,30 @@
                                                                                                                    7514 
                                                                                                                    7515 };
                                                                                                                    7516 
                                                                                                                    -
                                                                                                                    7517 static const char kZoneNamePacific_Efate[] ACE_TIME_PROGMEM = "\x0b" "Efate";
                                                                                                                    +
                                                                                                                    7517 static const char kZoneNamePacific_Galapagos[] ACE_TIME_PROGMEM = "\x0b" "Galapagos";
                                                                                                                    7518 
                                                                                                                    -
                                                                                                                    7519 const basic::ZoneInfo kZonePacific_Efate ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7520  kZoneNamePacific_Efate /*name*/,
                                                                                                                    -
                                                                                                                    7521  0x8a2bce28 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7519 const basic::ZoneInfo kZonePacific_Galapagos ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7520  kZoneNamePacific_Galapagos /*name*/,
                                                                                                                    +
                                                                                                                    7521  0xa952f752 /*zoneId*/,
                                                                                                                    7522  &kZoneContext /*zoneContext*/,
                                                                                                                    7523  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7524  kZoneEraPacific_Efate /*eras*/,
                                                                                                                    +
                                                                                                                    7524  kZoneEraPacific_Galapagos /*eras*/,
                                                                                                                    7525 };
                                                                                                                    7526 
                                                                                                                    7527 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7528 // Zone name: Pacific/Fiji
                                                                                                                    +
                                                                                                                    7528 // Zone name: Pacific/Gambier
                                                                                                                    7529 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7530 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    7531 // Memory (8-bit): 36
                                                                                                                    -
                                                                                                                    7532 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    7530 // Strings (bytes): 13 (originally 20)
                                                                                                                    +
                                                                                                                    7531 // Memory (8-bit): 35
                                                                                                                    +
                                                                                                                    7532 // Memory (32-bit): 49
                                                                                                                    7533 //---------------------------------------------------------------------------
                                                                                                                    7534 
                                                                                                                    -
                                                                                                                    7535 static const basic::ZoneEra kZoneEraPacific_Fiji[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7536  // 12:00 Fiji +12/+13
                                                                                                                    +
                                                                                                                    7535 static const basic::ZoneEra kZoneEraPacific_Gambier[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7536  // -9:00 - -09
                                                                                                                    7537  {
                                                                                                                    -
                                                                                                                    7538  &kPolicyFiji /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7539  "+12/+13" /*format*/,
                                                                                                                    -
                                                                                                                    7540  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7538  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7539  "-09" /*format*/,
                                                                                                                    +
                                                                                                                    7540  -36 /*offsetCode*/,
                                                                                                                    7541  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7542  127 /*untilYearTiny*/,
                                                                                                                    7543  1 /*untilMonth*/,
                                                                                                                    @@ -7621,30 +7621,30 @@
                                                                                                                    7548 
                                                                                                                    7549 };
                                                                                                                    7550 
                                                                                                                    -
                                                                                                                    7551 static const char kZoneNamePacific_Fiji[] ACE_TIME_PROGMEM = "\x0b" "Fiji";
                                                                                                                    +
                                                                                                                    7551 static const char kZoneNamePacific_Gambier[] ACE_TIME_PROGMEM = "\x0b" "Gambier";
                                                                                                                    7552 
                                                                                                                    -
                                                                                                                    7553 const basic::ZoneInfo kZonePacific_Fiji ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7554  kZoneNamePacific_Fiji /*name*/,
                                                                                                                    -
                                                                                                                    7555  0x23383ba5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7553 const basic::ZoneInfo kZonePacific_Gambier ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7554  kZoneNamePacific_Gambier /*name*/,
                                                                                                                    +
                                                                                                                    7555  0x53720c3a /*zoneId*/,
                                                                                                                    7556  &kZoneContext /*zoneContext*/,
                                                                                                                    7557  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7558  kZoneEraPacific_Fiji /*eras*/,
                                                                                                                    +
                                                                                                                    7558  kZoneEraPacific_Gambier /*eras*/,
                                                                                                                    7559 };
                                                                                                                    7560 
                                                                                                                    7561 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7562 // Zone name: Pacific/Galapagos
                                                                                                                    +
                                                                                                                    7562 // Zone name: Pacific/Guadalcanal
                                                                                                                    7563 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7564 // Strings (bytes): 19 (originally 26)
                                                                                                                    -
                                                                                                                    7565 // Memory (8-bit): 41
                                                                                                                    -
                                                                                                                    7566 // Memory (32-bit): 55
                                                                                                                    +
                                                                                                                    7564 // Strings (bytes): 17 (originally 24)
                                                                                                                    +
                                                                                                                    7565 // Memory (8-bit): 39
                                                                                                                    +
                                                                                                                    7566 // Memory (32-bit): 53
                                                                                                                    7567 //---------------------------------------------------------------------------
                                                                                                                    7568 
                                                                                                                    -
                                                                                                                    7569 static const basic::ZoneEra kZoneEraPacific_Galapagos[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7570  // -6:00 Ecuador -06/-05
                                                                                                                    +
                                                                                                                    7569 static const basic::ZoneEra kZoneEraPacific_Guadalcanal[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7570  // 11:00 - +11
                                                                                                                    7571  {
                                                                                                                    -
                                                                                                                    7572  &kPolicyEcuador /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7573  "-06/-05" /*format*/,
                                                                                                                    -
                                                                                                                    7574  -24 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7572  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7573  "+11" /*format*/,
                                                                                                                    +
                                                                                                                    7574  44 /*offsetCode*/,
                                                                                                                    7575  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7576  127 /*untilYearTiny*/,
                                                                                                                    7577  1 /*untilMonth*/,
                                                                                                                    @@ -7655,30 +7655,30 @@
                                                                                                                    7582 
                                                                                                                    7583 };
                                                                                                                    7584 
                                                                                                                    -
                                                                                                                    7585 static const char kZoneNamePacific_Galapagos[] ACE_TIME_PROGMEM = "\x0b" "Galapagos";
                                                                                                                    +
                                                                                                                    7585 static const char kZoneNamePacific_Guadalcanal[] ACE_TIME_PROGMEM = "\x0b" "Guadalcanal";
                                                                                                                    7586 
                                                                                                                    -
                                                                                                                    7587 const basic::ZoneInfo kZonePacific_Galapagos ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7588  kZoneNamePacific_Galapagos /*name*/,
                                                                                                                    -
                                                                                                                    7589  0xa952f752 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7587 const basic::ZoneInfo kZonePacific_Guadalcanal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7588  kZoneNamePacific_Guadalcanal /*name*/,
                                                                                                                    +
                                                                                                                    7589  0xf4dd25f0 /*zoneId*/,
                                                                                                                    7590  &kZoneContext /*zoneContext*/,
                                                                                                                    7591  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7592  kZoneEraPacific_Galapagos /*eras*/,
                                                                                                                    +
                                                                                                                    7592  kZoneEraPacific_Guadalcanal /*eras*/,
                                                                                                                    7593 };
                                                                                                                    7594 
                                                                                                                    7595 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7596 // Zone name: Pacific/Gambier
                                                                                                                    +
                                                                                                                    7596 // Zone name: Pacific/Honolulu
                                                                                                                    7597 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7598 // Strings (bytes): 13 (originally 20)
                                                                                                                    -
                                                                                                                    7599 // Memory (8-bit): 35
                                                                                                                    -
                                                                                                                    7600 // Memory (32-bit): 49
                                                                                                                    +
                                                                                                                    7598 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    7599 // Memory (8-bit): 36
                                                                                                                    +
                                                                                                                    7600 // Memory (32-bit): 50
                                                                                                                    7601 //---------------------------------------------------------------------------
                                                                                                                    7602 
                                                                                                                    -
                                                                                                                    7603 static const basic::ZoneEra kZoneEraPacific_Gambier[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7604  // -9:00 - -09
                                                                                                                    +
                                                                                                                    7603 static const basic::ZoneEra kZoneEraPacific_Honolulu[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7604  // -10:00 - HST
                                                                                                                    7605  {
                                                                                                                    7606  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7607  "-09" /*format*/,
                                                                                                                    -
                                                                                                                    7608  -36 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7607  "HST" /*format*/,
                                                                                                                    +
                                                                                                                    7608  -40 /*offsetCode*/,
                                                                                                                    7609  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7610  127 /*untilYearTiny*/,
                                                                                                                    7611  1 /*untilMonth*/,
                                                                                                                    @@ -7689,30 +7689,30 @@
                                                                                                                    7616 
                                                                                                                    7617 };
                                                                                                                    7618 
                                                                                                                    -
                                                                                                                    7619 static const char kZoneNamePacific_Gambier[] ACE_TIME_PROGMEM = "\x0b" "Gambier";
                                                                                                                    +
                                                                                                                    7619 static const char kZoneNamePacific_Honolulu[] ACE_TIME_PROGMEM = "\x0b" "Honolulu";
                                                                                                                    7620 
                                                                                                                    -
                                                                                                                    7621 const basic::ZoneInfo kZonePacific_Gambier ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7622  kZoneNamePacific_Gambier /*name*/,
                                                                                                                    -
                                                                                                                    7623  0x53720c3a /*zoneId*/,
                                                                                                                    +
                                                                                                                    7621 const basic::ZoneInfo kZonePacific_Honolulu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7622  kZoneNamePacific_Honolulu /*name*/,
                                                                                                                    +
                                                                                                                    7623  0xe6e70af9 /*zoneId*/,
                                                                                                                    7624  &kZoneContext /*zoneContext*/,
                                                                                                                    7625  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7626  kZoneEraPacific_Gambier /*eras*/,
                                                                                                                    +
                                                                                                                    7626  kZoneEraPacific_Honolulu /*eras*/,
                                                                                                                    7627 };
                                                                                                                    7628 
                                                                                                                    7629 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7630 // Zone name: Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    7630 // Zone name: Pacific/Kanton
                                                                                                                    7631 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7632 // Strings (bytes): 17 (originally 24)
                                                                                                                    -
                                                                                                                    7633 // Memory (8-bit): 39
                                                                                                                    -
                                                                                                                    7634 // Memory (32-bit): 53
                                                                                                                    +
                                                                                                                    7632 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    7633 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    7634 // Memory (32-bit): 48
                                                                                                                    7635 //---------------------------------------------------------------------------
                                                                                                                    7636 
                                                                                                                    -
                                                                                                                    7637 static const basic::ZoneEra kZoneEraPacific_Guadalcanal[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7638  // 11:00 - +11
                                                                                                                    +
                                                                                                                    7637 static const basic::ZoneEra kZoneEraPacific_Kanton[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7638  // 13:00 - +13
                                                                                                                    7639  {
                                                                                                                    7640  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7641  "+11" /*format*/,
                                                                                                                    -
                                                                                                                    7642  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7641  "+13" /*format*/,
                                                                                                                    +
                                                                                                                    7642  52 /*offsetCode*/,
                                                                                                                    7643  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7644  127 /*untilYearTiny*/,
                                                                                                                    7645  1 /*untilMonth*/,
                                                                                                                    @@ -7723,30 +7723,30 @@
                                                                                                                    7650 
                                                                                                                    7651 };
                                                                                                                    7652 
                                                                                                                    -
                                                                                                                    7653 static const char kZoneNamePacific_Guadalcanal[] ACE_TIME_PROGMEM = "\x0b" "Guadalcanal";
                                                                                                                    +
                                                                                                                    7653 static const char kZoneNamePacific_Kanton[] ACE_TIME_PROGMEM = "\x0b" "Kanton";
                                                                                                                    7654 
                                                                                                                    -
                                                                                                                    7655 const basic::ZoneInfo kZonePacific_Guadalcanal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7656  kZoneNamePacific_Guadalcanal /*name*/,
                                                                                                                    -
                                                                                                                    7657  0xf4dd25f0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7655 const basic::ZoneInfo kZonePacific_Kanton ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7656  kZoneNamePacific_Kanton /*name*/,
                                                                                                                    +
                                                                                                                    7657  0xdd512f0e /*zoneId*/,
                                                                                                                    7658  &kZoneContext /*zoneContext*/,
                                                                                                                    7659  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7660  kZoneEraPacific_Guadalcanal /*eras*/,
                                                                                                                    +
                                                                                                                    7660  kZoneEraPacific_Kanton /*eras*/,
                                                                                                                    7661 };
                                                                                                                    7662 
                                                                                                                    7663 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7664 // Zone name: Pacific/Honolulu
                                                                                                                    +
                                                                                                                    7664 // Zone name: Pacific/Kiritimati
                                                                                                                    7665 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7666 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    7667 // Memory (8-bit): 36
                                                                                                                    -
                                                                                                                    7668 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    7666 // Strings (bytes): 16 (originally 23)
                                                                                                                    +
                                                                                                                    7667 // Memory (8-bit): 38
                                                                                                                    +
                                                                                                                    7668 // Memory (32-bit): 52
                                                                                                                    7669 //---------------------------------------------------------------------------
                                                                                                                    7670 
                                                                                                                    -
                                                                                                                    7671 static const basic::ZoneEra kZoneEraPacific_Honolulu[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7672  // -10:00 - HST
                                                                                                                    +
                                                                                                                    7671 static const basic::ZoneEra kZoneEraPacific_Kiritimati[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7672  // 14:00 - +14
                                                                                                                    7673  {
                                                                                                                    7674  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7675  "HST" /*format*/,
                                                                                                                    -
                                                                                                                    7676  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7675  "+14" /*format*/,
                                                                                                                    +
                                                                                                                    7676  56 /*offsetCode*/,
                                                                                                                    7677  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7678  127 /*untilYearTiny*/,
                                                                                                                    7679  1 /*untilMonth*/,
                                                                                                                    @@ -7757,110 +7757,110 @@
                                                                                                                    7684 
                                                                                                                    7685 };
                                                                                                                    7686 
                                                                                                                    -
                                                                                                                    7687 static const char kZoneNamePacific_Honolulu[] ACE_TIME_PROGMEM = "\x0b" "Honolulu";
                                                                                                                    +
                                                                                                                    7687 static const char kZoneNamePacific_Kiritimati[] ACE_TIME_PROGMEM = "\x0b" "Kiritimati";
                                                                                                                    7688 
                                                                                                                    -
                                                                                                                    7689 const basic::ZoneInfo kZonePacific_Honolulu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7690  kZoneNamePacific_Honolulu /*name*/,
                                                                                                                    -
                                                                                                                    7691  0xe6e70af9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7689 const basic::ZoneInfo kZonePacific_Kiritimati ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7690  kZoneNamePacific_Kiritimati /*name*/,
                                                                                                                    +
                                                                                                                    7691  0x8305073a /*zoneId*/,
                                                                                                                    7692  &kZoneContext /*zoneContext*/,
                                                                                                                    7693  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7694  kZoneEraPacific_Honolulu /*eras*/,
                                                                                                                    +
                                                                                                                    7694  kZoneEraPacific_Kiritimati /*eras*/,
                                                                                                                    7695 };
                                                                                                                    7696 
                                                                                                                    7697 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7698 // Zone name: Pacific/Kanton
                                                                                                                    -
                                                                                                                    7699 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7700 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    7701 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    7702 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    7698 // Zone name: Pacific/Kosrae
                                                                                                                    +
                                                                                                                    7699 // Zone Eras: 2
                                                                                                                    +
                                                                                                                    7700 // Strings (bytes): 16 (originally 23)
                                                                                                                    +
                                                                                                                    7701 // Memory (8-bit): 49
                                                                                                                    +
                                                                                                                    7702 // Memory (32-bit): 68
                                                                                                                    7703 //---------------------------------------------------------------------------
                                                                                                                    7704 
                                                                                                                    -
                                                                                                                    7705 static const basic::ZoneEra kZoneEraPacific_Kanton[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7706  // 13:00 - +13
                                                                                                                    +
                                                                                                                    7705 static const basic::ZoneEra kZoneEraPacific_Kosrae[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7706  // 12:00 - +12 1999
                                                                                                                    7707  {
                                                                                                                    7708  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7709  "+13" /*format*/,
                                                                                                                    -
                                                                                                                    7710  52 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7709  "+12" /*format*/,
                                                                                                                    +
                                                                                                                    7710  48 /*offsetCode*/,
                                                                                                                    7711  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    -
                                                                                                                    7712  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    7712  -1 /*untilYearTiny*/,
                                                                                                                    7713  1 /*untilMonth*/,
                                                                                                                    7714  1 /*untilDay*/,
                                                                                                                    7715  0 /*untilTimeCode*/,
                                                                                                                    7716  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7717  },
                                                                                                                    -
                                                                                                                    7718 
                                                                                                                    -
                                                                                                                    7719 };
                                                                                                                    -
                                                                                                                    7720 
                                                                                                                    -
                                                                                                                    7721 static const char kZoneNamePacific_Kanton[] ACE_TIME_PROGMEM = "\x0b" "Kanton";
                                                                                                                    -
                                                                                                                    7722 
                                                                                                                    -
                                                                                                                    7723 const basic::ZoneInfo kZonePacific_Kanton ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7724  kZoneNamePacific_Kanton /*name*/,
                                                                                                                    -
                                                                                                                    7725  0xdd512f0e /*zoneId*/,
                                                                                                                    -
                                                                                                                    7726  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    7727  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7728  kZoneEraPacific_Kanton /*eras*/,
                                                                                                                    -
                                                                                                                    7729 };
                                                                                                                    +
                                                                                                                    7718  // 11:00 - +11
                                                                                                                    +
                                                                                                                    7719  {
                                                                                                                    +
                                                                                                                    7720  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7721  "+11" /*format*/,
                                                                                                                    +
                                                                                                                    7722  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7723  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    +
                                                                                                                    7724  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    7725  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    7726  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    7727  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    7728  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7729  },
                                                                                                                    7730 
                                                                                                                    -
                                                                                                                    7731 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7732 // Zone name: Pacific/Kiritimati
                                                                                                                    -
                                                                                                                    7733 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7734 // Strings (bytes): 16 (originally 23)
                                                                                                                    -
                                                                                                                    7735 // Memory (8-bit): 38
                                                                                                                    -
                                                                                                                    7736 // Memory (32-bit): 52
                                                                                                                    -
                                                                                                                    7737 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7738 
                                                                                                                    -
                                                                                                                    7739 static const basic::ZoneEra kZoneEraPacific_Kiritimati[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7740  // 14:00 - +14
                                                                                                                    -
                                                                                                                    7741  {
                                                                                                                    -
                                                                                                                    7742  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7743  "+14" /*format*/,
                                                                                                                    -
                                                                                                                    7744  56 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    7745  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    -
                                                                                                                    7746  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    7747  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    7748  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    7749  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    7750  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7751  },
                                                                                                                    -
                                                                                                                    7752 
                                                                                                                    -
                                                                                                                    7753 };
                                                                                                                    -
                                                                                                                    7754 
                                                                                                                    -
                                                                                                                    7755 static const char kZoneNamePacific_Kiritimati[] ACE_TIME_PROGMEM = "\x0b" "Kiritimati";
                                                                                                                    -
                                                                                                                    7756 
                                                                                                                    -
                                                                                                                    7757 const basic::ZoneInfo kZonePacific_Kiritimati ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7758  kZoneNamePacific_Kiritimati /*name*/,
                                                                                                                    -
                                                                                                                    7759  0x8305073a /*zoneId*/,
                                                                                                                    -
                                                                                                                    7760  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    7761  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7762  kZoneEraPacific_Kiritimati /*eras*/,
                                                                                                                    -
                                                                                                                    7763 };
                                                                                                                    +
                                                                                                                    7731 };
                                                                                                                    +
                                                                                                                    7732 
                                                                                                                    +
                                                                                                                    7733 static const char kZoneNamePacific_Kosrae[] ACE_TIME_PROGMEM = "\x0b" "Kosrae";
                                                                                                                    +
                                                                                                                    7734 
                                                                                                                    +
                                                                                                                    7735 const basic::ZoneInfo kZonePacific_Kosrae ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7736  kZoneNamePacific_Kosrae /*name*/,
                                                                                                                    +
                                                                                                                    7737  0xde5139a8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7738  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    7739  2 /*numEras*/,
                                                                                                                    +
                                                                                                                    7740  kZoneEraPacific_Kosrae /*eras*/,
                                                                                                                    +
                                                                                                                    7741 };
                                                                                                                    +
                                                                                                                    7742 
                                                                                                                    +
                                                                                                                    7743 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7744 // Zone name: Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    7745 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    7746 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    7747 // Memory (8-bit): 37
                                                                                                                    +
                                                                                                                    7748 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    7749 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7750 
                                                                                                                    +
                                                                                                                    7751 static const basic::ZoneEra kZoneEraPacific_Kwajalein[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7752  // 12:00 - +12
                                                                                                                    +
                                                                                                                    7753  {
                                                                                                                    +
                                                                                                                    7754  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7755  "+12" /*format*/,
                                                                                                                    +
                                                                                                                    7756  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7757  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    +
                                                                                                                    7758  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    7759  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    7760  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    7761  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    7762  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7763  },
                                                                                                                    7764 
                                                                                                                    -
                                                                                                                    7765 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7766 // Zone name: Pacific/Kosrae
                                                                                                                    -
                                                                                                                    7767 // Zone Eras: 2
                                                                                                                    -
                                                                                                                    7768 // Strings (bytes): 16 (originally 23)
                                                                                                                    -
                                                                                                                    7769 // Memory (8-bit): 49
                                                                                                                    -
                                                                                                                    7770 // Memory (32-bit): 68
                                                                                                                    -
                                                                                                                    7771 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7772 
                                                                                                                    -
                                                                                                                    7773 static const basic::ZoneEra kZoneEraPacific_Kosrae[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7774  // 12:00 - +12 1999
                                                                                                                    -
                                                                                                                    7775  {
                                                                                                                    -
                                                                                                                    7776  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7777  "+12" /*format*/,
                                                                                                                    -
                                                                                                                    7778  48 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    7779  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    -
                                                                                                                    7780  -1 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    7781  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    7782  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    7783  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    7784  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7785  },
                                                                                                                    -
                                                                                                                    7786  // 11:00 - +11
                                                                                                                    +
                                                                                                                    7765 };
                                                                                                                    +
                                                                                                                    7766 
                                                                                                                    +
                                                                                                                    7767 static const char kZoneNamePacific_Kwajalein[] ACE_TIME_PROGMEM = "\x0b" "Kwajalein";
                                                                                                                    +
                                                                                                                    7768 
                                                                                                                    +
                                                                                                                    7769 const basic::ZoneInfo kZonePacific_Kwajalein ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7770  kZoneNamePacific_Kwajalein /*name*/,
                                                                                                                    +
                                                                                                                    7771  0x8e216759 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7772  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    7773  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    7774  kZoneEraPacific_Kwajalein /*eras*/,
                                                                                                                    +
                                                                                                                    7775 };
                                                                                                                    +
                                                                                                                    7776 
                                                                                                                    +
                                                                                                                    7777 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7778 // Zone name: Pacific/Marquesas
                                                                                                                    +
                                                                                                                    7779 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    7780 // Strings (bytes): 17 (originally 24)
                                                                                                                    +
                                                                                                                    7781 // Memory (8-bit): 39
                                                                                                                    +
                                                                                                                    7782 // Memory (32-bit): 53
                                                                                                                    +
                                                                                                                    7783 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7784 
                                                                                                                    +
                                                                                                                    7785 static const basic::ZoneEra kZoneEraPacific_Marquesas[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7786  // -9:30 - -0930
                                                                                                                    7787  {
                                                                                                                    7788  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7789  "+11" /*format*/,
                                                                                                                    -
                                                                                                                    7790  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7789  "-0930" /*format*/,
                                                                                                                    +
                                                                                                                    7790  -38 /*offsetCode*/,
                                                                                                                    7791  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7792  127 /*untilYearTiny*/,
                                                                                                                    7793  1 /*untilMonth*/,
                                                                                                                    @@ -7871,26 +7871,26 @@
                                                                                                                    7798 
                                                                                                                    7799 };
                                                                                                                    7800 
                                                                                                                    -
                                                                                                                    7801 static const char kZoneNamePacific_Kosrae[] ACE_TIME_PROGMEM = "\x0b" "Kosrae";
                                                                                                                    +
                                                                                                                    7801 static const char kZoneNamePacific_Marquesas[] ACE_TIME_PROGMEM = "\x0b" "Marquesas";
                                                                                                                    7802 
                                                                                                                    -
                                                                                                                    7803 const basic::ZoneInfo kZonePacific_Kosrae ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7804  kZoneNamePacific_Kosrae /*name*/,
                                                                                                                    -
                                                                                                                    7805  0xde5139a8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7803 const basic::ZoneInfo kZonePacific_Marquesas ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7804  kZoneNamePacific_Marquesas /*name*/,
                                                                                                                    +
                                                                                                                    7805  0x57ca7135 /*zoneId*/,
                                                                                                                    7806  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    7807  2 /*numEras*/,
                                                                                                                    -
                                                                                                                    7808  kZoneEraPacific_Kosrae /*eras*/,
                                                                                                                    +
                                                                                                                    7807  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    7808  kZoneEraPacific_Marquesas /*eras*/,
                                                                                                                    7809 };
                                                                                                                    7810 
                                                                                                                    7811 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7812 // Zone name: Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    7812 // Zone name: Pacific/Nauru
                                                                                                                    7813 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7814 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    7815 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    7816 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    7814 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    7815 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    7816 // Memory (32-bit): 47
                                                                                                                    7817 //---------------------------------------------------------------------------
                                                                                                                    7818 
                                                                                                                    -
                                                                                                                    7819 static const basic::ZoneEra kZoneEraPacific_Kwajalein[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7820  // 12:00 - +12
                                                                                                                    +
                                                                                                                    7819 static const basic::ZoneEra kZoneEraPacific_Nauru[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7820  // 12:00 - +12
                                                                                                                    7821  {
                                                                                                                    7822  nullptr /*zonePolicy*/,
                                                                                                                    7823  "+12" /*format*/,
                                                                                                                    @@ -7905,30 +7905,30 @@
                                                                                                                    7832 
                                                                                                                    7833 };
                                                                                                                    7834 
                                                                                                                    -
                                                                                                                    7835 static const char kZoneNamePacific_Kwajalein[] ACE_TIME_PROGMEM = "\x0b" "Kwajalein";
                                                                                                                    +
                                                                                                                    7835 static const char kZoneNamePacific_Nauru[] ACE_TIME_PROGMEM = "\x0b" "Nauru";
                                                                                                                    7836 
                                                                                                                    -
                                                                                                                    7837 const basic::ZoneInfo kZonePacific_Kwajalein ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7838  kZoneNamePacific_Kwajalein /*name*/,
                                                                                                                    -
                                                                                                                    7839  0x8e216759 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7837 const basic::ZoneInfo kZonePacific_Nauru ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7838  kZoneNamePacific_Nauru /*name*/,
                                                                                                                    +
                                                                                                                    7839  0x8acc41ae /*zoneId*/,
                                                                                                                    7840  &kZoneContext /*zoneContext*/,
                                                                                                                    7841  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7842  kZoneEraPacific_Kwajalein /*eras*/,
                                                                                                                    +
                                                                                                                    7842  kZoneEraPacific_Nauru /*eras*/,
                                                                                                                    7843 };
                                                                                                                    7844 
                                                                                                                    7845 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7846 // Zone name: Pacific/Marquesas
                                                                                                                    +
                                                                                                                    7846 // Zone name: Pacific/Niue
                                                                                                                    7847 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7848 // Strings (bytes): 17 (originally 24)
                                                                                                                    -
                                                                                                                    7849 // Memory (8-bit): 39
                                                                                                                    -
                                                                                                                    7850 // Memory (32-bit): 53
                                                                                                                    +
                                                                                                                    7848 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    7849 // Memory (8-bit): 32
                                                                                                                    +
                                                                                                                    7850 // Memory (32-bit): 46
                                                                                                                    7851 //---------------------------------------------------------------------------
                                                                                                                    7852 
                                                                                                                    -
                                                                                                                    7853 static const basic::ZoneEra kZoneEraPacific_Marquesas[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7854  // -9:30 - -0930
                                                                                                                    +
                                                                                                                    7853 static const basic::ZoneEra kZoneEraPacific_Niue[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7854  // -11:00 - -11
                                                                                                                    7855  {
                                                                                                                    7856  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7857  "-0930" /*format*/,
                                                                                                                    -
                                                                                                                    7858  -38 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7857  "-11" /*format*/,
                                                                                                                    +
                                                                                                                    7858  -44 /*offsetCode*/,
                                                                                                                    7859  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7860  127 /*untilYearTiny*/,
                                                                                                                    7861  1 /*untilMonth*/,
                                                                                                                    @@ -7939,30 +7939,30 @@
                                                                                                                    7866 
                                                                                                                    7867 };
                                                                                                                    7868 
                                                                                                                    -
                                                                                                                    7869 static const char kZoneNamePacific_Marquesas[] ACE_TIME_PROGMEM = "\x0b" "Marquesas";
                                                                                                                    +
                                                                                                                    7869 static const char kZoneNamePacific_Niue[] ACE_TIME_PROGMEM = "\x0b" "Niue";
                                                                                                                    7870 
                                                                                                                    -
                                                                                                                    7871 const basic::ZoneInfo kZonePacific_Marquesas ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7872  kZoneNamePacific_Marquesas /*name*/,
                                                                                                                    -
                                                                                                                    7873  0x57ca7135 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7871 const basic::ZoneInfo kZonePacific_Niue ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7872  kZoneNamePacific_Niue /*name*/,
                                                                                                                    +
                                                                                                                    7873  0x233ca014 /*zoneId*/,
                                                                                                                    7874  &kZoneContext /*zoneContext*/,
                                                                                                                    7875  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7876  kZoneEraPacific_Marquesas /*eras*/,
                                                                                                                    +
                                                                                                                    7876  kZoneEraPacific_Niue /*eras*/,
                                                                                                                    7877 };
                                                                                                                    7878 
                                                                                                                    7879 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7880 // Zone name: Pacific/Nauru
                                                                                                                    +
                                                                                                                    7880 // Zone name: Pacific/Noumea
                                                                                                                    7881 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7882 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    7883 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    7884 // Memory (32-bit): 47
                                                                                                                    +
                                                                                                                    7882 // Strings (bytes): 16 (originally 23)
                                                                                                                    +
                                                                                                                    7883 // Memory (8-bit): 38
                                                                                                                    +
                                                                                                                    7884 // Memory (32-bit): 52
                                                                                                                    7885 //---------------------------------------------------------------------------
                                                                                                                    7886 
                                                                                                                    -
                                                                                                                    7887 static const basic::ZoneEra kZoneEraPacific_Nauru[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7888  // 12:00 - +12
                                                                                                                    +
                                                                                                                    7887 static const basic::ZoneEra kZoneEraPacific_Noumea[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7888  // 11:00 NC +11/+12
                                                                                                                    7889  {
                                                                                                                    -
                                                                                                                    7890  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7891  "+12" /*format*/,
                                                                                                                    -
                                                                                                                    7892  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7890  &kPolicyNC /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7891  "+11/+12" /*format*/,
                                                                                                                    +
                                                                                                                    7892  44 /*offsetCode*/,
                                                                                                                    7893  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7894  127 /*untilYearTiny*/,
                                                                                                                    7895  1 /*untilMonth*/,
                                                                                                                    @@ -7973,29 +7973,29 @@
                                                                                                                    7900 
                                                                                                                    7901 };
                                                                                                                    7902 
                                                                                                                    -
                                                                                                                    7903 static const char kZoneNamePacific_Nauru[] ACE_TIME_PROGMEM = "\x0b" "Nauru";
                                                                                                                    +
                                                                                                                    7903 static const char kZoneNamePacific_Noumea[] ACE_TIME_PROGMEM = "\x0b" "Noumea";
                                                                                                                    7904 
                                                                                                                    -
                                                                                                                    7905 const basic::ZoneInfo kZonePacific_Nauru ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7906  kZoneNamePacific_Nauru /*name*/,
                                                                                                                    -
                                                                                                                    7907  0x8acc41ae /*zoneId*/,
                                                                                                                    +
                                                                                                                    7905 const basic::ZoneInfo kZonePacific_Noumea ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7906  kZoneNamePacific_Noumea /*name*/,
                                                                                                                    +
                                                                                                                    7907  0xe551b788 /*zoneId*/,
                                                                                                                    7908  &kZoneContext /*zoneContext*/,
                                                                                                                    7909  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7910  kZoneEraPacific_Nauru /*eras*/,
                                                                                                                    +
                                                                                                                    7910  kZoneEraPacific_Noumea /*eras*/,
                                                                                                                    7911 };
                                                                                                                    7912 
                                                                                                                    7913 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7914 // Zone name: Pacific/Niue
                                                                                                                    +
                                                                                                                    7914 // Zone name: Pacific/Pago_Pago
                                                                                                                    7915 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7916 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    7917 // Memory (8-bit): 32
                                                                                                                    -
                                                                                                                    7918 // Memory (32-bit): 46
                                                                                                                    +
                                                                                                                    7916 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    7917 // Memory (8-bit): 37
                                                                                                                    +
                                                                                                                    7918 // Memory (32-bit): 51
                                                                                                                    7919 //---------------------------------------------------------------------------
                                                                                                                    7920 
                                                                                                                    -
                                                                                                                    7921 static const basic::ZoneEra kZoneEraPacific_Niue[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7922  // -11:00 - -11
                                                                                                                    +
                                                                                                                    7921 static const basic::ZoneEra kZoneEraPacific_Pago_Pago[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7922  // -11:00 - SST
                                                                                                                    7923  {
                                                                                                                    7924  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7925  "-11" /*format*/,
                                                                                                                    +
                                                                                                                    7925  "SST" /*format*/,
                                                                                                                    7926  -44 /*offsetCode*/,
                                                                                                                    7927  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7928  127 /*untilYearTiny*/,
                                                                                                                    @@ -8007,30 +8007,30 @@
                                                                                                                    7934 
                                                                                                                    7935 };
                                                                                                                    7936 
                                                                                                                    -
                                                                                                                    7937 static const char kZoneNamePacific_Niue[] ACE_TIME_PROGMEM = "\x0b" "Niue";
                                                                                                                    +
                                                                                                                    7937 static const char kZoneNamePacific_Pago_Pago[] ACE_TIME_PROGMEM = "\x0b" "Pago_Pago";
                                                                                                                    7938 
                                                                                                                    -
                                                                                                                    7939 const basic::ZoneInfo kZonePacific_Niue ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7940  kZoneNamePacific_Niue /*name*/,
                                                                                                                    -
                                                                                                                    7941  0x233ca014 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7939 const basic::ZoneInfo kZonePacific_Pago_Pago ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7940  kZoneNamePacific_Pago_Pago /*name*/,
                                                                                                                    +
                                                                                                                    7941  0x603aebd0 /*zoneId*/,
                                                                                                                    7942  &kZoneContext /*zoneContext*/,
                                                                                                                    7943  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7944  kZoneEraPacific_Niue /*eras*/,
                                                                                                                    +
                                                                                                                    7944  kZoneEraPacific_Pago_Pago /*eras*/,
                                                                                                                    7945 };
                                                                                                                    7946 
                                                                                                                    7947 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7948 // Zone name: Pacific/Noumea
                                                                                                                    +
                                                                                                                    7948 // Zone name: Pacific/Palau
                                                                                                                    7949 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7950 // Strings (bytes): 16 (originally 23)
                                                                                                                    -
                                                                                                                    7951 // Memory (8-bit): 38
                                                                                                                    -
                                                                                                                    7952 // Memory (32-bit): 52
                                                                                                                    +
                                                                                                                    7950 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    7951 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    7952 // Memory (32-bit): 47
                                                                                                                    7953 //---------------------------------------------------------------------------
                                                                                                                    7954 
                                                                                                                    -
                                                                                                                    7955 static const basic::ZoneEra kZoneEraPacific_Noumea[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7956  // 11:00 NC +11/+12
                                                                                                                    +
                                                                                                                    7955 static const basic::ZoneEra kZoneEraPacific_Palau[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7956  // 9:00 - +09
                                                                                                                    7957  {
                                                                                                                    -
                                                                                                                    7958  &kPolicyNC /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7959  "+11/+12" /*format*/,
                                                                                                                    -
                                                                                                                    7960  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7958  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    7959  "+09" /*format*/,
                                                                                                                    +
                                                                                                                    7960  36 /*offsetCode*/,
                                                                                                                    7961  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7962  127 /*untilYearTiny*/,
                                                                                                                    7963  1 /*untilMonth*/,
                                                                                                                    @@ -8041,30 +8041,30 @@
                                                                                                                    7968 
                                                                                                                    7969 };
                                                                                                                    7970 
                                                                                                                    -
                                                                                                                    7971 static const char kZoneNamePacific_Noumea[] ACE_TIME_PROGMEM = "\x0b" "Noumea";
                                                                                                                    +
                                                                                                                    7971 static const char kZoneNamePacific_Palau[] ACE_TIME_PROGMEM = "\x0b" "Palau";
                                                                                                                    7972 
                                                                                                                    -
                                                                                                                    7973 const basic::ZoneInfo kZonePacific_Noumea ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7974  kZoneNamePacific_Noumea /*name*/,
                                                                                                                    -
                                                                                                                    7975  0xe551b788 /*zoneId*/,
                                                                                                                    +
                                                                                                                    7973 const basic::ZoneInfo kZonePacific_Palau ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7974  kZoneNamePacific_Palau /*name*/,
                                                                                                                    +
                                                                                                                    7975  0x8af04a36 /*zoneId*/,
                                                                                                                    7976  &kZoneContext /*zoneContext*/,
                                                                                                                    7977  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    7978  kZoneEraPacific_Noumea /*eras*/,
                                                                                                                    +
                                                                                                                    7978  kZoneEraPacific_Palau /*eras*/,
                                                                                                                    7979 };
                                                                                                                    7980 
                                                                                                                    7981 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7982 // Zone name: Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    7982 // Zone name: Pacific/Pitcairn
                                                                                                                    7983 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    7984 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    7985 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    7986 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    7984 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    7985 // Memory (8-bit): 36
                                                                                                                    +
                                                                                                                    7986 // Memory (32-bit): 50
                                                                                                                    7987 //---------------------------------------------------------------------------
                                                                                                                    7988 
                                                                                                                    -
                                                                                                                    7989 static const basic::ZoneEra kZoneEraPacific_Pago_Pago[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7990  // -11:00 - SST
                                                                                                                    +
                                                                                                                    7989 static const basic::ZoneEra kZoneEraPacific_Pitcairn[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7990  // -8:00 - -08
                                                                                                                    7991  {
                                                                                                                    7992  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    7993  "SST" /*format*/,
                                                                                                                    -
                                                                                                                    7994  -44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    7993  "-08" /*format*/,
                                                                                                                    +
                                                                                                                    7994  -32 /*offsetCode*/,
                                                                                                                    7995  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    7996  127 /*untilYearTiny*/,
                                                                                                                    7997  1 /*untilMonth*/,
                                                                                                                    @@ -8075,30 +8075,30 @@
                                                                                                                    8002 
                                                                                                                    8003 };
                                                                                                                    8004 
                                                                                                                    -
                                                                                                                    8005 static const char kZoneNamePacific_Pago_Pago[] ACE_TIME_PROGMEM = "\x0b" "Pago_Pago";
                                                                                                                    +
                                                                                                                    8005 static const char kZoneNamePacific_Pitcairn[] ACE_TIME_PROGMEM = "\x0b" "Pitcairn";
                                                                                                                    8006 
                                                                                                                    -
                                                                                                                    8007 const basic::ZoneInfo kZonePacific_Pago_Pago ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8008  kZoneNamePacific_Pago_Pago /*name*/,
                                                                                                                    -
                                                                                                                    8009  0x603aebd0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8007 const basic::ZoneInfo kZonePacific_Pitcairn ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8008  kZoneNamePacific_Pitcairn /*name*/,
                                                                                                                    +
                                                                                                                    8009  0x8837d8bd /*zoneId*/,
                                                                                                                    8010  &kZoneContext /*zoneContext*/,
                                                                                                                    8011  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    8012  kZoneEraPacific_Pago_Pago /*eras*/,
                                                                                                                    +
                                                                                                                    8012  kZoneEraPacific_Pitcairn /*eras*/,
                                                                                                                    8013 };
                                                                                                                    8014 
                                                                                                                    8015 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8016 // Zone name: Pacific/Palau
                                                                                                                    +
                                                                                                                    8016 // Zone name: Pacific/Port_Moresby
                                                                                                                    8017 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    8018 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    8019 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    8020 // Memory (32-bit): 47
                                                                                                                    +
                                                                                                                    8018 // Strings (bytes): 18 (originally 25)
                                                                                                                    +
                                                                                                                    8019 // Memory (8-bit): 40
                                                                                                                    +
                                                                                                                    8020 // Memory (32-bit): 54
                                                                                                                    8021 //---------------------------------------------------------------------------
                                                                                                                    8022 
                                                                                                                    -
                                                                                                                    8023 static const basic::ZoneEra kZoneEraPacific_Palau[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8024  // 9:00 - +09
                                                                                                                    +
                                                                                                                    8023 static const basic::ZoneEra kZoneEraPacific_Port_Moresby[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8024  // 10:00 - +10
                                                                                                                    8025  {
                                                                                                                    8026  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8027  "+09" /*format*/,
                                                                                                                    -
                                                                                                                    8028  36 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    8027  "+10" /*format*/,
                                                                                                                    +
                                                                                                                    8028  40 /*offsetCode*/,
                                                                                                                    8029  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    8030  127 /*untilYearTiny*/,
                                                                                                                    8031  1 /*untilMonth*/,
                                                                                                                    @@ -8109,30 +8109,30 @@
                                                                                                                    8036 
                                                                                                                    8037 };
                                                                                                                    8038 
                                                                                                                    -
                                                                                                                    8039 static const char kZoneNamePacific_Palau[] ACE_TIME_PROGMEM = "\x0b" "Palau";
                                                                                                                    +
                                                                                                                    8039 static const char kZoneNamePacific_Port_Moresby[] ACE_TIME_PROGMEM = "\x0b" "Port_Moresby";
                                                                                                                    8040 
                                                                                                                    -
                                                                                                                    8041 const basic::ZoneInfo kZonePacific_Palau ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8042  kZoneNamePacific_Palau /*name*/,
                                                                                                                    -
                                                                                                                    8043  0x8af04a36 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8041 const basic::ZoneInfo kZonePacific_Port_Moresby ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8042  kZoneNamePacific_Port_Moresby /*name*/,
                                                                                                                    +
                                                                                                                    8043  0xa7ba7f68 /*zoneId*/,
                                                                                                                    8044  &kZoneContext /*zoneContext*/,
                                                                                                                    8045  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    8046  kZoneEraPacific_Palau /*eras*/,
                                                                                                                    +
                                                                                                                    8046  kZoneEraPacific_Port_Moresby /*eras*/,
                                                                                                                    8047 };
                                                                                                                    8048 
                                                                                                                    8049 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8050 // Zone name: Pacific/Pitcairn
                                                                                                                    +
                                                                                                                    8050 // Zone name: Pacific/Rarotonga
                                                                                                                    8051 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    8052 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    8053 // Memory (8-bit): 36
                                                                                                                    -
                                                                                                                    8054 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    8052 // Strings (bytes): 21 (originally 28)
                                                                                                                    +
                                                                                                                    8053 // Memory (8-bit): 43
                                                                                                                    +
                                                                                                                    8054 // Memory (32-bit): 57
                                                                                                                    8055 //---------------------------------------------------------------------------
                                                                                                                    8056 
                                                                                                                    -
                                                                                                                    8057 static const basic::ZoneEra kZoneEraPacific_Pitcairn[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8058  // -8:00 - -08
                                                                                                                    +
                                                                                                                    8057 static const basic::ZoneEra kZoneEraPacific_Rarotonga[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8058  // -10:00 Cook -10/-0930
                                                                                                                    8059  {
                                                                                                                    -
                                                                                                                    8060  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8061  "-08" /*format*/,
                                                                                                                    -
                                                                                                                    8062  -32 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    8060  &kPolicyCook /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    8061  "-10/-0930" /*format*/,
                                                                                                                    +
                                                                                                                    8062  -40 /*offsetCode*/,
                                                                                                                    8063  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    8064  127 /*untilYearTiny*/,
                                                                                                                    8065  1 /*untilMonth*/,
                                                                                                                    @@ -8143,30 +8143,30 @@
                                                                                                                    8070 
                                                                                                                    8071 };
                                                                                                                    8072 
                                                                                                                    -
                                                                                                                    8073 static const char kZoneNamePacific_Pitcairn[] ACE_TIME_PROGMEM = "\x0b" "Pitcairn";
                                                                                                                    +
                                                                                                                    8073 static const char kZoneNamePacific_Rarotonga[] ACE_TIME_PROGMEM = "\x0b" "Rarotonga";
                                                                                                                    8074 
                                                                                                                    -
                                                                                                                    8075 const basic::ZoneInfo kZonePacific_Pitcairn ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8076  kZoneNamePacific_Pitcairn /*name*/,
                                                                                                                    -
                                                                                                                    8077  0x8837d8bd /*zoneId*/,
                                                                                                                    +
                                                                                                                    8075 const basic::ZoneInfo kZonePacific_Rarotonga ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8076  kZoneNamePacific_Rarotonga /*name*/,
                                                                                                                    +
                                                                                                                    8077  0x9981a3b0 /*zoneId*/,
                                                                                                                    8078  &kZoneContext /*zoneContext*/,
                                                                                                                    8079  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    8080  kZoneEraPacific_Pitcairn /*eras*/,
                                                                                                                    +
                                                                                                                    8080  kZoneEraPacific_Rarotonga /*eras*/,
                                                                                                                    8081 };
                                                                                                                    8082 
                                                                                                                    8083 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8084 // Zone name: Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    8084 // Zone name: Pacific/Tahiti
                                                                                                                    8085 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    8086 // Strings (bytes): 18 (originally 25)
                                                                                                                    -
                                                                                                                    8087 // Memory (8-bit): 40
                                                                                                                    -
                                                                                                                    8088 // Memory (32-bit): 54
                                                                                                                    +
                                                                                                                    8086 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    8087 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    8088 // Memory (32-bit): 48
                                                                                                                    8089 //---------------------------------------------------------------------------
                                                                                                                    8090 
                                                                                                                    -
                                                                                                                    8091 static const basic::ZoneEra kZoneEraPacific_Port_Moresby[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8092  // 10:00 - +10
                                                                                                                    +
                                                                                                                    8091 static const basic::ZoneEra kZoneEraPacific_Tahiti[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8092  // -10:00 - -10
                                                                                                                    8093  {
                                                                                                                    8094  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8095  "+10" /*format*/,
                                                                                                                    -
                                                                                                                    8096  40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    8095  "-10" /*format*/,
                                                                                                                    +
                                                                                                                    8096  -40 /*offsetCode*/,
                                                                                                                    8097  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    8098  127 /*untilYearTiny*/,
                                                                                                                    8099  1 /*untilMonth*/,
                                                                                                                    @@ -8177,30 +8177,30 @@
                                                                                                                    8104 
                                                                                                                    8105 };
                                                                                                                    8106 
                                                                                                                    -
                                                                                                                    8107 static const char kZoneNamePacific_Port_Moresby[] ACE_TIME_PROGMEM = "\x0b" "Port_Moresby";
                                                                                                                    +
                                                                                                                    8107 static const char kZoneNamePacific_Tahiti[] ACE_TIME_PROGMEM = "\x0b" "Tahiti";
                                                                                                                    8108 
                                                                                                                    -
                                                                                                                    8109 const basic::ZoneInfo kZonePacific_Port_Moresby ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8110  kZoneNamePacific_Port_Moresby /*name*/,
                                                                                                                    -
                                                                                                                    8111  0xa7ba7f68 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8109 const basic::ZoneInfo kZonePacific_Tahiti ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8110  kZoneNamePacific_Tahiti /*name*/,
                                                                                                                    +
                                                                                                                    8111  0xf24c2446 /*zoneId*/,
                                                                                                                    8112  &kZoneContext /*zoneContext*/,
                                                                                                                    8113  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    8114  kZoneEraPacific_Port_Moresby /*eras*/,
                                                                                                                    +
                                                                                                                    8114  kZoneEraPacific_Tahiti /*eras*/,
                                                                                                                    8115 };
                                                                                                                    8116 
                                                                                                                    8117 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8118 // Zone name: Pacific/Rarotonga
                                                                                                                    +
                                                                                                                    8118 // Zone name: Pacific/Tarawa
                                                                                                                    8119 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    8120 // Strings (bytes): 21 (originally 28)
                                                                                                                    -
                                                                                                                    8121 // Memory (8-bit): 43
                                                                                                                    -
                                                                                                                    8122 // Memory (32-bit): 57
                                                                                                                    +
                                                                                                                    8120 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    8121 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    8122 // Memory (32-bit): 48
                                                                                                                    8123 //---------------------------------------------------------------------------
                                                                                                                    8124 
                                                                                                                    -
                                                                                                                    8125 static const basic::ZoneEra kZoneEraPacific_Rarotonga[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8126  // -10:00 Cook -10/-0930
                                                                                                                    +
                                                                                                                    8125 static const basic::ZoneEra kZoneEraPacific_Tarawa[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8126  // 12:00 - +12
                                                                                                                    8127  {
                                                                                                                    -
                                                                                                                    8128  &kPolicyCook /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8129  "-10/-0930" /*format*/,
                                                                                                                    -
                                                                                                                    8130  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    8128  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    8129  "+12" /*format*/,
                                                                                                                    +
                                                                                                                    8130  48 /*offsetCode*/,
                                                                                                                    8131  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    8132  127 /*untilYearTiny*/,
                                                                                                                    8133  1 /*untilMonth*/,
                                                                                                                    @@ -8211,3835 +8211,3799 @@
                                                                                                                    8138 
                                                                                                                    8139 };
                                                                                                                    8140 
                                                                                                                    -
                                                                                                                    8141 static const char kZoneNamePacific_Rarotonga[] ACE_TIME_PROGMEM = "\x0b" "Rarotonga";
                                                                                                                    +
                                                                                                                    8141 static const char kZoneNamePacific_Tarawa[] ACE_TIME_PROGMEM = "\x0b" "Tarawa";
                                                                                                                    8142 
                                                                                                                    -
                                                                                                                    8143 const basic::ZoneInfo kZonePacific_Rarotonga ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8144  kZoneNamePacific_Rarotonga /*name*/,
                                                                                                                    -
                                                                                                                    8145  0x9981a3b0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8143 const basic::ZoneInfo kZonePacific_Tarawa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8144  kZoneNamePacific_Tarawa /*name*/,
                                                                                                                    +
                                                                                                                    8145  0xf2517e63 /*zoneId*/,
                                                                                                                    8146  &kZoneContext /*zoneContext*/,
                                                                                                                    8147  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    8148  kZoneEraPacific_Rarotonga /*eras*/,
                                                                                                                    +
                                                                                                                    8148  kZoneEraPacific_Tarawa /*eras*/,
                                                                                                                    8149 };
                                                                                                                    8150 
                                                                                                                    8151 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8152 // Zone name: Pacific/Tahiti
                                                                                                                    -
                                                                                                                    8153 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    8154 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    8155 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    8156 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    8152 // Zone name: Pacific/Tongatapu
                                                                                                                    +
                                                                                                                    8153 // Zone Eras: 2
                                                                                                                    +
                                                                                                                    8154 // Strings (bytes): 23 (originally 30)
                                                                                                                    +
                                                                                                                    8155 // Memory (8-bit): 56
                                                                                                                    +
                                                                                                                    8156 // Memory (32-bit): 75
                                                                                                                    8157 //---------------------------------------------------------------------------
                                                                                                                    8158 
                                                                                                                    -
                                                                                                                    8159 static const basic::ZoneEra kZoneEraPacific_Tahiti[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8160  // -10:00 - -10
                                                                                                                    +
                                                                                                                    8159 static const basic::ZoneEra kZoneEraPacific_Tongatapu[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8160  // 13:00 - +13 1999
                                                                                                                    8161  {
                                                                                                                    8162  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8163  "-10" /*format*/,
                                                                                                                    -
                                                                                                                    8164  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    8163  "+13" /*format*/,
                                                                                                                    +
                                                                                                                    8164  52 /*offsetCode*/,
                                                                                                                    8165  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    -
                                                                                                                    8166  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    8166  -1 /*untilYearTiny*/,
                                                                                                                    8167  1 /*untilMonth*/,
                                                                                                                    8168  1 /*untilDay*/,
                                                                                                                    8169  0 /*untilTimeCode*/,
                                                                                                                    8170  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    8171  },
                                                                                                                    -
                                                                                                                    8172 
                                                                                                                    -
                                                                                                                    8173 };
                                                                                                                    -
                                                                                                                    8174 
                                                                                                                    -
                                                                                                                    8175 static const char kZoneNamePacific_Tahiti[] ACE_TIME_PROGMEM = "\x0b" "Tahiti";
                                                                                                                    -
                                                                                                                    8176 
                                                                                                                    -
                                                                                                                    8177 const basic::ZoneInfo kZonePacific_Tahiti ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8178  kZoneNamePacific_Tahiti /*name*/,
                                                                                                                    -
                                                                                                                    8179  0xf24c2446 /*zoneId*/,
                                                                                                                    -
                                                                                                                    8180  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    8181  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    8182  kZoneEraPacific_Tahiti /*eras*/,
                                                                                                                    -
                                                                                                                    8183 };
                                                                                                                    +
                                                                                                                    8172  // 13:00 Tonga +13/+14
                                                                                                                    +
                                                                                                                    8173  {
                                                                                                                    +
                                                                                                                    8174  &kPolicyTonga /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    8175  "+13/+14" /*format*/,
                                                                                                                    +
                                                                                                                    8176  52 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    8177  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    +
                                                                                                                    8178  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    8179  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    8180  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    8181  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    8182  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    8183  },
                                                                                                                    8184 
                                                                                                                    -
                                                                                                                    8185 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8186 // Zone name: Pacific/Tarawa
                                                                                                                    -
                                                                                                                    8187 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    8188 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    8189 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    8190 // Memory (32-bit): 48
                                                                                                                    -
                                                                                                                    8191 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8192 
                                                                                                                    -
                                                                                                                    8193 static const basic::ZoneEra kZoneEraPacific_Tarawa[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8194  // 12:00 - +12
                                                                                                                    -
                                                                                                                    8195  {
                                                                                                                    -
                                                                                                                    8196  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8197  "+12" /*format*/,
                                                                                                                    -
                                                                                                                    8198  48 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    8199  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    -
                                                                                                                    8200  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    8201  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    8202  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    8203  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    8204  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    8205  },
                                                                                                                    -
                                                                                                                    8206 
                                                                                                                    -
                                                                                                                    8207 };
                                                                                                                    -
                                                                                                                    8208 
                                                                                                                    -
                                                                                                                    8209 static const char kZoneNamePacific_Tarawa[] ACE_TIME_PROGMEM = "\x0b" "Tarawa";
                                                                                                                    -
                                                                                                                    8210 
                                                                                                                    -
                                                                                                                    8211 const basic::ZoneInfo kZonePacific_Tarawa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8212  kZoneNamePacific_Tarawa /*name*/,
                                                                                                                    -
                                                                                                                    8213  0xf2517e63 /*zoneId*/,
                                                                                                                    -
                                                                                                                    8214  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    8215  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    8216  kZoneEraPacific_Tarawa /*eras*/,
                                                                                                                    -
                                                                                                                    8217 };
                                                                                                                    +
                                                                                                                    8185 };
                                                                                                                    +
                                                                                                                    8186 
                                                                                                                    +
                                                                                                                    8187 static const char kZoneNamePacific_Tongatapu[] ACE_TIME_PROGMEM = "\x0b" "Tongatapu";
                                                                                                                    +
                                                                                                                    8188 
                                                                                                                    +
                                                                                                                    8189 const basic::ZoneInfo kZonePacific_Tongatapu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8190  kZoneNamePacific_Tongatapu /*name*/,
                                                                                                                    +
                                                                                                                    8191  0x262ca836 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8192  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    8193  2 /*numEras*/,
                                                                                                                    +
                                                                                                                    8194  kZoneEraPacific_Tongatapu /*eras*/,
                                                                                                                    +
                                                                                                                    8195 };
                                                                                                                    +
                                                                                                                    8196 
                                                                                                                    +
                                                                                                                    8197 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8198 // Zone name: WET
                                                                                                                    +
                                                                                                                    8199 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    8200 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    8201 // Memory (8-bit): 31
                                                                                                                    +
                                                                                                                    8202 // Memory (32-bit): 45
                                                                                                                    +
                                                                                                                    8203 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8204 
                                                                                                                    +
                                                                                                                    8205 static const basic::ZoneEra kZoneEraWET[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8206  // 0:00 EU WE%sT
                                                                                                                    +
                                                                                                                    8207  {
                                                                                                                    +
                                                                                                                    8208  &kPolicyEU /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    8209  "WE%T" /*format*/,
                                                                                                                    +
                                                                                                                    8210  0 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    8211  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    +
                                                                                                                    8212  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    8213  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    8214  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    8215  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    8216  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    8217  },
                                                                                                                    8218 
                                                                                                                    -
                                                                                                                    8219 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8220 // Zone name: Pacific/Tongatapu
                                                                                                                    -
                                                                                                                    8221 // Zone Eras: 2
                                                                                                                    -
                                                                                                                    8222 // Strings (bytes): 23 (originally 30)
                                                                                                                    -
                                                                                                                    8223 // Memory (8-bit): 56
                                                                                                                    -
                                                                                                                    8224 // Memory (32-bit): 75
                                                                                                                    -
                                                                                                                    8225 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8226 
                                                                                                                    -
                                                                                                                    8227 static const basic::ZoneEra kZoneEraPacific_Tongatapu[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8228  // 13:00 - +13 1999
                                                                                                                    -
                                                                                                                    8229  {
                                                                                                                    -
                                                                                                                    8230  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8231  "+13" /*format*/,
                                                                                                                    -
                                                                                                                    8232  52 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    8233  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    -
                                                                                                                    8234  -1 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    8235  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    8236  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    8237  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    8238  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    8239  },
                                                                                                                    -
                                                                                                                    8240  // 13:00 Tonga +13/+14
                                                                                                                    -
                                                                                                                    8241  {
                                                                                                                    -
                                                                                                                    8242  &kPolicyTonga /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8243  "+13/+14" /*format*/,
                                                                                                                    -
                                                                                                                    8244  52 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    8245  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    -
                                                                                                                    8246  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    8247  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    8248  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    8249  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    8250  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    8251  },
                                                                                                                    -
                                                                                                                    8252 
                                                                                                                    -
                                                                                                                    8253 };
                                                                                                                    -
                                                                                                                    8254 
                                                                                                                    -
                                                                                                                    8255 static const char kZoneNamePacific_Tongatapu[] ACE_TIME_PROGMEM = "\x0b" "Tongatapu";
                                                                                                                    -
                                                                                                                    8256 
                                                                                                                    -
                                                                                                                    8257 const basic::ZoneInfo kZonePacific_Tongatapu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8258  kZoneNamePacific_Tongatapu /*name*/,
                                                                                                                    -
                                                                                                                    8259  0x262ca836 /*zoneId*/,
                                                                                                                    -
                                                                                                                    8260  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    8261  2 /*numEras*/,
                                                                                                                    -
                                                                                                                    8262  kZoneEraPacific_Tongatapu /*eras*/,
                                                                                                                    -
                                                                                                                    8263 };
                                                                                                                    -
                                                                                                                    8264 
                                                                                                                    -
                                                                                                                    8265 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8266 // Zone name: WET
                                                                                                                    -
                                                                                                                    8267 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    8268 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    8269 // Memory (8-bit): 31
                                                                                                                    -
                                                                                                                    8270 // Memory (32-bit): 45
                                                                                                                    +
                                                                                                                    8219 };
                                                                                                                    +
                                                                                                                    8220 
                                                                                                                    +
                                                                                                                    8221 static const char kZoneNameWET[] ACE_TIME_PROGMEM = "WET";
                                                                                                                    +
                                                                                                                    8222 
                                                                                                                    +
                                                                                                                    8223 const basic::ZoneInfo kZoneWET ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8224  kZoneNameWET /*name*/,
                                                                                                                    +
                                                                                                                    8225  0x0b882e35 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8226  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    8227  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    8228  kZoneEraWET /*eras*/,
                                                                                                                    +
                                                                                                                    8229 };
                                                                                                                    +
                                                                                                                    8230 
                                                                                                                    +
                                                                                                                    8231 
                                                                                                                    +
                                                                                                                    8232 
                                                                                                                    +
                                                                                                                    8233 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8234 // Links: 217
                                                                                                                    +
                                                                                                                    8235 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8236 
                                                                                                                    +
                                                                                                                    8237 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8238 // Link name: Africa/Accra -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8239 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    8240 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    8241 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    8242 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8243 
                                                                                                                    +
                                                                                                                    8244 static const char kZoneNameAfrica_Accra[] ACE_TIME_PROGMEM = "\x01" "Accra";
                                                                                                                    +
                                                                                                                    8245 
                                                                                                                    +
                                                                                                                    8246 const basic::ZoneInfo kZoneAfrica_Accra ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8247  kZoneNameAfrica_Accra /*name*/,
                                                                                                                    +
                                                                                                                    8248  0x77d5b054 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8249  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    8250  0 /*numEras*/,
                                                                                                                    +
                                                                                                                    8251  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8252 };
                                                                                                                    +
                                                                                                                    8253 
                                                                                                                    +
                                                                                                                    8254 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8255 // Link name: Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    8256 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    8257 // Memory (8-bit): 24
                                                                                                                    +
                                                                                                                    8258 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    8259 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8260 
                                                                                                                    +
                                                                                                                    8261 static const char kZoneNameAfrica_Addis_Ababa[] ACE_TIME_PROGMEM = "\x01" "Addis_Ababa";
                                                                                                                    +
                                                                                                                    8262 
                                                                                                                    +
                                                                                                                    8263 const basic::ZoneInfo kZoneAfrica_Addis_Ababa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8264  kZoneNameAfrica_Addis_Ababa /*name*/,
                                                                                                                    +
                                                                                                                    8265  0x05ae1e65 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8266  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    8267  0 /*numEras*/,
                                                                                                                    +
                                                                                                                    8268  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8269 };
                                                                                                                    +
                                                                                                                    8270 
                                                                                                                    8271 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8272 
                                                                                                                    -
                                                                                                                    8273 static const basic::ZoneEra kZoneEraWET[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8274  // 0:00 EU WE%sT
                                                                                                                    -
                                                                                                                    8275  {
                                                                                                                    -
                                                                                                                    8276  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    8277  "WE%T" /*format*/,
                                                                                                                    -
                                                                                                                    8278  0 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    8279  0 /*deltaCode ((deltaMinutes=0)/15)*/,
                                                                                                                    -
                                                                                                                    8280  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    8281  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    8282  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    8283  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    8284  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    8285  },
                                                                                                                    -
                                                                                                                    8286 
                                                                                                                    -
                                                                                                                    8287 };
                                                                                                                    -
                                                                                                                    8288 
                                                                                                                    -
                                                                                                                    8289 static const char kZoneNameWET[] ACE_TIME_PROGMEM = "WET";
                                                                                                                    -
                                                                                                                    8290 
                                                                                                                    -
                                                                                                                    8291 const basic::ZoneInfo kZoneWET ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8292  kZoneNameWET /*name*/,
                                                                                                                    -
                                                                                                                    8293  0x0b882e35 /*zoneId*/,
                                                                                                                    -
                                                                                                                    8294  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    8295  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    8296  kZoneEraWET /*eras*/,
                                                                                                                    -
                                                                                                                    8297 };
                                                                                                                    -
                                                                                                                    8298 
                                                                                                                    -
                                                                                                                    8299 
                                                                                                                    -
                                                                                                                    8300 
                                                                                                                    -
                                                                                                                    8301 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8302 // Links: 215
                                                                                                                    -
                                                                                                                    8303 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8272 // Link name: Africa/Asmara -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    8273 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8274 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8275 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8276 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8277 
                                                                                                                    +
                                                                                                                    8278 static const char kZoneNameAfrica_Asmara[] ACE_TIME_PROGMEM = "\x01" "Asmara";
                                                                                                                    +
                                                                                                                    8279 
                                                                                                                    +
                                                                                                                    8280 const basic::ZoneInfo kZoneAfrica_Asmara ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8281  kZoneNameAfrica_Asmara /*name*/,
                                                                                                                    +
                                                                                                                    8282  0x73b278ef /*zoneId*/,
                                                                                                                    +
                                                                                                                    8283  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    8284  0 /*numEras*/,
                                                                                                                    +
                                                                                                                    8285  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8286 };
                                                                                                                    +
                                                                                                                    8287 
                                                                                                                    +
                                                                                                                    8288 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8289 // Link name: Africa/Asmera -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    8290 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8291 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8292 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8293 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    8294 
                                                                                                                    +
                                                                                                                    8295 static const char kZoneNameAfrica_Asmera[] ACE_TIME_PROGMEM = "\x01" "Asmera";
                                                                                                                    +
                                                                                                                    8296 
                                                                                                                    +
                                                                                                                    8297 const basic::ZoneInfo kZoneAfrica_Asmera ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8298  kZoneNameAfrica_Asmera /*name*/,
                                                                                                                    +
                                                                                                                    8299  0x73b289f3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8300  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    8301  0 /*numEras*/,
                                                                                                                    +
                                                                                                                    8302  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8303 };
                                                                                                                    8304 
                                                                                                                    8305 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8306 // Link name: Africa/Accra -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8307 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    8308 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    8309 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    8306 // Link name: Africa/Bamako -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8307 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8308 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8309 // Memory (32-bit): 28
                                                                                                                    8310 //---------------------------------------------------------------------------
                                                                                                                    8311 
                                                                                                                    -
                                                                                                                    8312 static const char kZoneNameAfrica_Accra[] ACE_TIME_PROGMEM = "\x01" "Accra";
                                                                                                                    +
                                                                                                                    8312 static const char kZoneNameAfrica_Bamako[] ACE_TIME_PROGMEM = "\x01" "Bamako";
                                                                                                                    8313 
                                                                                                                    -
                                                                                                                    8314 const basic::ZoneInfo kZoneAfrica_Accra ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8315  kZoneNameAfrica_Accra /*name*/,
                                                                                                                    -
                                                                                                                    8316  0x77d5b054 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8314 const basic::ZoneInfo kZoneAfrica_Bamako ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8315  kZoneNameAfrica_Bamako /*name*/,
                                                                                                                    +
                                                                                                                    8316  0x74c1e7a5 /*zoneId*/,
                                                                                                                    8317  &kZoneContext /*zoneContext*/,
                                                                                                                    8318  0 /*numEras*/,
                                                                                                                    8319  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8320 };
                                                                                                                    8321 
                                                                                                                    8322 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8323 // Link name: Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    8324 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    8325 // Memory (8-bit): 24
                                                                                                                    -
                                                                                                                    8326 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    8323 // Link name: Africa/Bangui -> Africa/Lagos
                                                                                                                    +
                                                                                                                    8324 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8325 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8326 // Memory (32-bit): 28
                                                                                                                    8327 //---------------------------------------------------------------------------
                                                                                                                    8328 
                                                                                                                    -
                                                                                                                    8329 static const char kZoneNameAfrica_Addis_Ababa[] ACE_TIME_PROGMEM = "\x01" "Addis_Ababa";
                                                                                                                    +
                                                                                                                    8329 static const char kZoneNameAfrica_Bangui[] ACE_TIME_PROGMEM = "\x01" "Bangui";
                                                                                                                    8330 
                                                                                                                    -
                                                                                                                    8331 const basic::ZoneInfo kZoneAfrica_Addis_Ababa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8332  kZoneNameAfrica_Addis_Ababa /*name*/,
                                                                                                                    -
                                                                                                                    8333  0x05ae1e65 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8331 const basic::ZoneInfo kZoneAfrica_Bangui ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8332  kZoneNameAfrica_Bangui /*name*/,
                                                                                                                    +
                                                                                                                    8333  0x74c28ed0 /*zoneId*/,
                                                                                                                    8334  &kZoneContext /*zoneContext*/,
                                                                                                                    8335  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8336  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8336  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8337 };
                                                                                                                    8338 
                                                                                                                    8339 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8340 // Link name: Africa/Asmara -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    8340 // Link name: Africa/Banjul -> Africa/Abidjan
                                                                                                                    8341 // Strings (bytes): 8 (originally 14)
                                                                                                                    8342 // Memory (8-bit): 19
                                                                                                                    8343 // Memory (32-bit): 28
                                                                                                                    8344 //---------------------------------------------------------------------------
                                                                                                                    8345 
                                                                                                                    -
                                                                                                                    8346 static const char kZoneNameAfrica_Asmara[] ACE_TIME_PROGMEM = "\x01" "Asmara";
                                                                                                                    +
                                                                                                                    8346 static const char kZoneNameAfrica_Banjul[] ACE_TIME_PROGMEM = "\x01" "Banjul";
                                                                                                                    8347 
                                                                                                                    -
                                                                                                                    8348 const basic::ZoneInfo kZoneAfrica_Asmara ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8349  kZoneNameAfrica_Asmara /*name*/,
                                                                                                                    -
                                                                                                                    8350  0x73b278ef /*zoneId*/,
                                                                                                                    +
                                                                                                                    8348 const basic::ZoneInfo kZoneAfrica_Banjul ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8349  kZoneNameAfrica_Banjul /*name*/,
                                                                                                                    +
                                                                                                                    8350  0x74c29b96 /*zoneId*/,
                                                                                                                    8351  &kZoneContext /*zoneContext*/,
                                                                                                                    8352  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8353  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8353  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8354 };
                                                                                                                    8355 
                                                                                                                    8356 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8357 // Link name: Africa/Asmera -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    8358 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8359 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8360 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8357 // Link name: Africa/Blantyre -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8358 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    8359 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    8360 // Memory (32-bit): 30
                                                                                                                    8361 //---------------------------------------------------------------------------
                                                                                                                    8362 
                                                                                                                    -
                                                                                                                    8363 static const char kZoneNameAfrica_Asmera[] ACE_TIME_PROGMEM = "\x01" "Asmera";
                                                                                                                    +
                                                                                                                    8363 static const char kZoneNameAfrica_Blantyre[] ACE_TIME_PROGMEM = "\x01" "Blantyre";
                                                                                                                    8364 
                                                                                                                    -
                                                                                                                    8365 const basic::ZoneInfo kZoneAfrica_Asmera ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8366  kZoneNameAfrica_Asmera /*name*/,
                                                                                                                    -
                                                                                                                    8367  0x73b289f3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8365 const basic::ZoneInfo kZoneAfrica_Blantyre ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8366  kZoneNameAfrica_Blantyre /*name*/,
                                                                                                                    +
                                                                                                                    8367  0xe08d813b /*zoneId*/,
                                                                                                                    8368  &kZoneContext /*zoneContext*/,
                                                                                                                    8369  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8370  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8370  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    8371 };
                                                                                                                    8372 
                                                                                                                    8373 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8374 // Link name: Africa/Bamako -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8375 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8376 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8377 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8374 // Link name: Africa/Brazzaville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    8375 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    8376 // Memory (8-bit): 24
                                                                                                                    +
                                                                                                                    8377 // Memory (32-bit): 33
                                                                                                                    8378 //---------------------------------------------------------------------------
                                                                                                                    8379 
                                                                                                                    -
                                                                                                                    8380 static const char kZoneNameAfrica_Bamako[] ACE_TIME_PROGMEM = "\x01" "Bamako";
                                                                                                                    +
                                                                                                                    8380 static const char kZoneNameAfrica_Brazzaville[] ACE_TIME_PROGMEM = "\x01" "Brazzaville";
                                                                                                                    8381 
                                                                                                                    -
                                                                                                                    8382 const basic::ZoneInfo kZoneAfrica_Bamako ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8383  kZoneNameAfrica_Bamako /*name*/,
                                                                                                                    -
                                                                                                                    8384  0x74c1e7a5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8382 const basic::ZoneInfo kZoneAfrica_Brazzaville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8383  kZoneNameAfrica_Brazzaville /*name*/,
                                                                                                                    +
                                                                                                                    8384  0x39cda760 /*zoneId*/,
                                                                                                                    8385  &kZoneContext /*zoneContext*/,
                                                                                                                    8386  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8387  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8387  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8388 };
                                                                                                                    8389 
                                                                                                                    8390 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8391 // Link name: Africa/Bangui -> Africa/Lagos
                                                                                                                    -
                                                                                                                    8392 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8393 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8394 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8391 // Link name: Africa/Bujumbura -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8392 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    8393 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    8394 // Memory (32-bit): 31
                                                                                                                    8395 //---------------------------------------------------------------------------
                                                                                                                    8396 
                                                                                                                    -
                                                                                                                    8397 static const char kZoneNameAfrica_Bangui[] ACE_TIME_PROGMEM = "\x01" "Bangui";
                                                                                                                    +
                                                                                                                    8397 static const char kZoneNameAfrica_Bujumbura[] ACE_TIME_PROGMEM = "\x01" "Bujumbura";
                                                                                                                    8398 
                                                                                                                    -
                                                                                                                    8399 const basic::ZoneInfo kZoneAfrica_Bangui ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8400  kZoneNameAfrica_Bangui /*name*/,
                                                                                                                    -
                                                                                                                    8401  0x74c28ed0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8399 const basic::ZoneInfo kZoneAfrica_Bujumbura ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8400  kZoneNameAfrica_Bujumbura /*name*/,
                                                                                                                    +
                                                                                                                    8401  0x05232a47 /*zoneId*/,
                                                                                                                    8402  &kZoneContext /*zoneContext*/,
                                                                                                                    8403  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8404  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8404  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    8405 };
                                                                                                                    8406 
                                                                                                                    8407 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8408 // Link name: Africa/Banjul -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8409 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8410 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8411 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8408 // Link name: Africa/Conakry -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8409 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    8410 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    8411 // Memory (32-bit): 29
                                                                                                                    8412 //---------------------------------------------------------------------------
                                                                                                                    8413 
                                                                                                                    -
                                                                                                                    8414 static const char kZoneNameAfrica_Banjul[] ACE_TIME_PROGMEM = "\x01" "Banjul";
                                                                                                                    +
                                                                                                                    8414 static const char kZoneNameAfrica_Conakry[] ACE_TIME_PROGMEM = "\x01" "Conakry";
                                                                                                                    8415 
                                                                                                                    -
                                                                                                                    8416 const basic::ZoneInfo kZoneAfrica_Banjul ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8417  kZoneNameAfrica_Banjul /*name*/,
                                                                                                                    -
                                                                                                                    8418  0x74c29b96 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8416 const basic::ZoneInfo kZoneAfrica_Conakry ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8417  kZoneNameAfrica_Conakry /*name*/,
                                                                                                                    +
                                                                                                                    8418  0x7ab36b31 /*zoneId*/,
                                                                                                                    8419  &kZoneContext /*zoneContext*/,
                                                                                                                    8420  0 /*numEras*/,
                                                                                                                    8421  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8422 };
                                                                                                                    8423 
                                                                                                                    8424 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8425 // Link name: Africa/Blantyre -> Africa/Maputo
                                                                                                                    -
                                                                                                                    8426 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    8427 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    8428 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    8425 // Link name: Africa/Dakar -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8426 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    8427 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    8428 // Memory (32-bit): 27
                                                                                                                    8429 //---------------------------------------------------------------------------
                                                                                                                    8430 
                                                                                                                    -
                                                                                                                    8431 static const char kZoneNameAfrica_Blantyre[] ACE_TIME_PROGMEM = "\x01" "Blantyre";
                                                                                                                    +
                                                                                                                    8431 static const char kZoneNameAfrica_Dakar[] ACE_TIME_PROGMEM = "\x01" "Dakar";
                                                                                                                    8432 
                                                                                                                    -
                                                                                                                    8433 const basic::ZoneInfo kZoneAfrica_Blantyre ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8434  kZoneNameAfrica_Blantyre /*name*/,
                                                                                                                    -
                                                                                                                    8435  0xe08d813b /*zoneId*/,
                                                                                                                    +
                                                                                                                    8433 const basic::ZoneInfo kZoneAfrica_Dakar ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8434  kZoneNameAfrica_Dakar /*name*/,
                                                                                                                    +
                                                                                                                    8435  0x780b00fd /*zoneId*/,
                                                                                                                    8436  &kZoneContext /*zoneContext*/,
                                                                                                                    8437  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8438  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8438  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8439 };
                                                                                                                    8440 
                                                                                                                    8441 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8442 // Link name: Africa/Brazzaville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    8443 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    8444 // Memory (8-bit): 24
                                                                                                                    -
                                                                                                                    8445 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    8442 // Link name: Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    8443 // Strings (bytes): 15 (originally 21)
                                                                                                                    +
                                                                                                                    8444 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    8445 // Memory (32-bit): 35
                                                                                                                    8446 //---------------------------------------------------------------------------
                                                                                                                    8447 
                                                                                                                    -
                                                                                                                    8448 static const char kZoneNameAfrica_Brazzaville[] ACE_TIME_PROGMEM = "\x01" "Brazzaville";
                                                                                                                    +
                                                                                                                    8448 static const char kZoneNameAfrica_Dar_es_Salaam[] ACE_TIME_PROGMEM = "\x01" "Dar_es_Salaam";
                                                                                                                    8449 
                                                                                                                    -
                                                                                                                    8450 const basic::ZoneInfo kZoneAfrica_Brazzaville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8451  kZoneNameAfrica_Brazzaville /*name*/,
                                                                                                                    -
                                                                                                                    8452  0x39cda760 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8450 const basic::ZoneInfo kZoneAfrica_Dar_es_Salaam ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8451  kZoneNameAfrica_Dar_es_Salaam /*name*/,
                                                                                                                    +
                                                                                                                    8452  0xa04c47b6 /*zoneId*/,
                                                                                                                    8453  &kZoneContext /*zoneContext*/,
                                                                                                                    8454  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8455  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8455  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    8456 };
                                                                                                                    8457 
                                                                                                                    8458 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8459 // Link name: Africa/Bujumbura -> Africa/Maputo
                                                                                                                    -
                                                                                                                    8460 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    8461 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    8462 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    8459 // Link name: Africa/Djibouti -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    8460 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    8461 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    8462 // Memory (32-bit): 30
                                                                                                                    8463 //---------------------------------------------------------------------------
                                                                                                                    8464 
                                                                                                                    -
                                                                                                                    8465 static const char kZoneNameAfrica_Bujumbura[] ACE_TIME_PROGMEM = "\x01" "Bujumbura";
                                                                                                                    +
                                                                                                                    8465 static const char kZoneNameAfrica_Djibouti[] ACE_TIME_PROGMEM = "\x01" "Djibouti";
                                                                                                                    8466 
                                                                                                                    -
                                                                                                                    8467 const basic::ZoneInfo kZoneAfrica_Bujumbura ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8468  kZoneNameAfrica_Bujumbura /*name*/,
                                                                                                                    -
                                                                                                                    8469  0x05232a47 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8467 const basic::ZoneInfo kZoneAfrica_Djibouti ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8468  kZoneNameAfrica_Djibouti /*name*/,
                                                                                                                    +
                                                                                                                    8469  0x30ea01d4 /*zoneId*/,
                                                                                                                    8470  &kZoneContext /*zoneContext*/,
                                                                                                                    8471  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8472  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8472  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    8473 };
                                                                                                                    8474 
                                                                                                                    8475 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8476 // Link name: Africa/Conakry -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8477 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    8478 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    8479 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    8476 // Link name: Africa/Douala -> Africa/Lagos
                                                                                                                    +
                                                                                                                    8477 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8478 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8479 // Memory (32-bit): 28
                                                                                                                    8480 //---------------------------------------------------------------------------
                                                                                                                    8481 
                                                                                                                    -
                                                                                                                    8482 static const char kZoneNameAfrica_Conakry[] ACE_TIME_PROGMEM = "\x01" "Conakry";
                                                                                                                    +
                                                                                                                    8482 static const char kZoneNameAfrica_Douala[] ACE_TIME_PROGMEM = "\x01" "Douala";
                                                                                                                    8483 
                                                                                                                    -
                                                                                                                    8484 const basic::ZoneInfo kZoneAfrica_Conakry ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8485  kZoneNameAfrica_Conakry /*name*/,
                                                                                                                    -
                                                                                                                    8486  0x7ab36b31 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8484 const basic::ZoneInfo kZoneAfrica_Douala ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8485  kZoneNameAfrica_Douala /*name*/,
                                                                                                                    +
                                                                                                                    8486  0x7a6df310 /*zoneId*/,
                                                                                                                    8487  &kZoneContext /*zoneContext*/,
                                                                                                                    8488  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8489  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8489  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8490 };
                                                                                                                    8491 
                                                                                                                    8492 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8493 // Link name: Africa/Dakar -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8494 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    8495 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    8496 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    8493 // Link name: Africa/Freetown -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8494 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    8495 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    8496 // Memory (32-bit): 30
                                                                                                                    8497 //---------------------------------------------------------------------------
                                                                                                                    8498 
                                                                                                                    -
                                                                                                                    8499 static const char kZoneNameAfrica_Dakar[] ACE_TIME_PROGMEM = "\x01" "Dakar";
                                                                                                                    +
                                                                                                                    8499 static const char kZoneNameAfrica_Freetown[] ACE_TIME_PROGMEM = "\x01" "Freetown";
                                                                                                                    8500 
                                                                                                                    -
                                                                                                                    8501 const basic::ZoneInfo kZoneAfrica_Dakar ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8502  kZoneNameAfrica_Dakar /*name*/,
                                                                                                                    -
                                                                                                                    8503  0x780b00fd /*zoneId*/,
                                                                                                                    +
                                                                                                                    8501 const basic::ZoneInfo kZoneAfrica_Freetown ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8502  kZoneNameAfrica_Freetown /*name*/,
                                                                                                                    +
                                                                                                                    8503  0x6823dd64 /*zoneId*/,
                                                                                                                    8504  &kZoneContext /*zoneContext*/,
                                                                                                                    8505  0 /*numEras*/,
                                                                                                                    8506  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8507 };
                                                                                                                    8508 
                                                                                                                    8509 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8510 // Link name: Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    8511 // Strings (bytes): 15 (originally 21)
                                                                                                                    -
                                                                                                                    8512 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    8513 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    8510 // Link name: Africa/Gaborone -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8511 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    8512 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    8513 // Memory (32-bit): 30
                                                                                                                    8514 //---------------------------------------------------------------------------
                                                                                                                    8515 
                                                                                                                    -
                                                                                                                    8516 static const char kZoneNameAfrica_Dar_es_Salaam[] ACE_TIME_PROGMEM = "\x01" "Dar_es_Salaam";
                                                                                                                    +
                                                                                                                    8516 static const char kZoneNameAfrica_Gaborone[] ACE_TIME_PROGMEM = "\x01" "Gaborone";
                                                                                                                    8517 
                                                                                                                    -
                                                                                                                    8518 const basic::ZoneInfo kZoneAfrica_Dar_es_Salaam ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8519  kZoneNameAfrica_Dar_es_Salaam /*name*/,
                                                                                                                    -
                                                                                                                    8520  0xa04c47b6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8518 const basic::ZoneInfo kZoneAfrica_Gaborone ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8519  kZoneNameAfrica_Gaborone /*name*/,
                                                                                                                    +
                                                                                                                    8520  0x317c0aa7 /*zoneId*/,
                                                                                                                    8521  &kZoneContext /*zoneContext*/,
                                                                                                                    8522  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8523  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8523  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    8524 };
                                                                                                                    8525 
                                                                                                                    8526 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8527 // Link name: Africa/Djibouti -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    8528 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    8529 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    8530 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    8527 // Link name: Africa/Harare -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8528 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8529 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8530 // Memory (32-bit): 28
                                                                                                                    8531 //---------------------------------------------------------------------------
                                                                                                                    8532 
                                                                                                                    -
                                                                                                                    8533 static const char kZoneNameAfrica_Djibouti[] ACE_TIME_PROGMEM = "\x01" "Djibouti";
                                                                                                                    +
                                                                                                                    8533 static const char kZoneNameAfrica_Harare[] ACE_TIME_PROGMEM = "\x01" "Harare";
                                                                                                                    8534 
                                                                                                                    -
                                                                                                                    8535 const basic::ZoneInfo kZoneAfrica_Djibouti ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8536  kZoneNameAfrica_Djibouti /*name*/,
                                                                                                                    -
                                                                                                                    8537  0x30ea01d4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8535 const basic::ZoneInfo kZoneAfrica_Harare ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8536  kZoneNameAfrica_Harare /*name*/,
                                                                                                                    +
                                                                                                                    8537  0x82c39a2d /*zoneId*/,
                                                                                                                    8538  &kZoneContext /*zoneContext*/,
                                                                                                                    8539  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8540  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8540  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    8541 };
                                                                                                                    8542 
                                                                                                                    8543 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8544 // Link name: Africa/Douala -> Africa/Lagos
                                                                                                                    -
                                                                                                                    8545 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8546 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8547 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8544 // Link name: Africa/Kampala -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    8545 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    8546 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    8547 // Memory (32-bit): 29
                                                                                                                    8548 //---------------------------------------------------------------------------
                                                                                                                    8549 
                                                                                                                    -
                                                                                                                    8550 static const char kZoneNameAfrica_Douala[] ACE_TIME_PROGMEM = "\x01" "Douala";
                                                                                                                    +
                                                                                                                    8550 static const char kZoneNameAfrica_Kampala[] ACE_TIME_PROGMEM = "\x01" "Kampala";
                                                                                                                    8551 
                                                                                                                    -
                                                                                                                    8552 const basic::ZoneInfo kZoneAfrica_Douala ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8553  kZoneNameAfrica_Douala /*name*/,
                                                                                                                    -
                                                                                                                    8554  0x7a6df310 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8552 const basic::ZoneInfo kZoneAfrica_Kampala ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8553  kZoneNameAfrica_Kampala /*name*/,
                                                                                                                    +
                                                                                                                    8554  0xc1d30e31 /*zoneId*/,
                                                                                                                    8555  &kZoneContext /*zoneContext*/,
                                                                                                                    8556  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8557  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8557  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    8558 };
                                                                                                                    8559 
                                                                                                                    8560 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8561 // Link name: Africa/Freetown -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8562 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    8563 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    8564 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    8561 // Link name: Africa/Kigali -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8562 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8563 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8564 // Memory (32-bit): 28
                                                                                                                    8565 //---------------------------------------------------------------------------
                                                                                                                    8566 
                                                                                                                    -
                                                                                                                    8567 static const char kZoneNameAfrica_Freetown[] ACE_TIME_PROGMEM = "\x01" "Freetown";
                                                                                                                    +
                                                                                                                    8567 static const char kZoneNameAfrica_Kigali[] ACE_TIME_PROGMEM = "\x01" "Kigali";
                                                                                                                    8568 
                                                                                                                    -
                                                                                                                    8569 const basic::ZoneInfo kZoneAfrica_Freetown ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8570  kZoneNameAfrica_Freetown /*name*/,
                                                                                                                    -
                                                                                                                    8571  0x6823dd64 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8569 const basic::ZoneInfo kZoneAfrica_Kigali ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8570  kZoneNameAfrica_Kigali /*name*/,
                                                                                                                    +
                                                                                                                    8571  0x8a4dcf2b /*zoneId*/,
                                                                                                                    8572  &kZoneContext /*zoneContext*/,
                                                                                                                    8573  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8574  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8574  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    8575 };
                                                                                                                    8576 
                                                                                                                    8577 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8578 // Link name: Africa/Gaborone -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8578 // Link name: Africa/Kinshasa -> Africa/Lagos
                                                                                                                    8579 // Strings (bytes): 10 (originally 16)
                                                                                                                    8580 // Memory (8-bit): 21
                                                                                                                    8581 // Memory (32-bit): 30
                                                                                                                    8582 //---------------------------------------------------------------------------
                                                                                                                    8583 
                                                                                                                    -
                                                                                                                    8584 static const char kZoneNameAfrica_Gaborone[] ACE_TIME_PROGMEM = "\x01" "Gaborone";
                                                                                                                    +
                                                                                                                    8584 static const char kZoneNameAfrica_Kinshasa[] ACE_TIME_PROGMEM = "\x01" "Kinshasa";
                                                                                                                    8585 
                                                                                                                    -
                                                                                                                    8586 const basic::ZoneInfo kZoneAfrica_Gaborone ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8587  kZoneNameAfrica_Gaborone /*name*/,
                                                                                                                    -
                                                                                                                    8588  0x317c0aa7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8586 const basic::ZoneInfo kZoneAfrica_Kinshasa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8587  kZoneNameAfrica_Kinshasa /*name*/,
                                                                                                                    +
                                                                                                                    8588  0x6695d70c /*zoneId*/,
                                                                                                                    8589  &kZoneContext /*zoneContext*/,
                                                                                                                    8590  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8591  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8591  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8592 };
                                                                                                                    8593 
                                                                                                                    8594 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8595 // Link name: Africa/Harare -> Africa/Maputo
                                                                                                                    -
                                                                                                                    8596 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8597 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8598 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8595 // Link name: Africa/Libreville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    8596 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    8597 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    8598 // Memory (32-bit): 32
                                                                                                                    8599 //---------------------------------------------------------------------------
                                                                                                                    8600 
                                                                                                                    -
                                                                                                                    8601 static const char kZoneNameAfrica_Harare[] ACE_TIME_PROGMEM = "\x01" "Harare";
                                                                                                                    +
                                                                                                                    8601 static const char kZoneNameAfrica_Libreville[] ACE_TIME_PROGMEM = "\x01" "Libreville";
                                                                                                                    8602 
                                                                                                                    -
                                                                                                                    8603 const basic::ZoneInfo kZoneAfrica_Harare ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8604  kZoneNameAfrica_Harare /*name*/,
                                                                                                                    -
                                                                                                                    8605  0x82c39a2d /*zoneId*/,
                                                                                                                    +
                                                                                                                    8603 const basic::ZoneInfo kZoneAfrica_Libreville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8604  kZoneNameAfrica_Libreville /*name*/,
                                                                                                                    +
                                                                                                                    8605  0x01d96de4 /*zoneId*/,
                                                                                                                    8606  &kZoneContext /*zoneContext*/,
                                                                                                                    8607  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8608  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8608  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8609 };
                                                                                                                    8610 
                                                                                                                    8611 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8612 // Link name: Africa/Kampala -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    8613 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    8614 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    8615 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    8612 // Link name: Africa/Lome -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8613 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    8614 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    8615 // Memory (32-bit): 26
                                                                                                                    8616 //---------------------------------------------------------------------------
                                                                                                                    8617 
                                                                                                                    -
                                                                                                                    8618 static const char kZoneNameAfrica_Kampala[] ACE_TIME_PROGMEM = "\x01" "Kampala";
                                                                                                                    +
                                                                                                                    8618 static const char kZoneNameAfrica_Lome[] ACE_TIME_PROGMEM = "\x01" "Lome";
                                                                                                                    8619 
                                                                                                                    -
                                                                                                                    8620 const basic::ZoneInfo kZoneAfrica_Kampala ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8621  kZoneNameAfrica_Kampala /*name*/,
                                                                                                                    -
                                                                                                                    8622  0xc1d30e31 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8620 const basic::ZoneInfo kZoneAfrica_Lome ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8621  kZoneNameAfrica_Lome /*name*/,
                                                                                                                    +
                                                                                                                    8622  0xd51c3a07 /*zoneId*/,
                                                                                                                    8623  &kZoneContext /*zoneContext*/,
                                                                                                                    8624  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8625  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8625  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8626 };
                                                                                                                    8627 
                                                                                                                    8628 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8629 // Link name: Africa/Kigali -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8629 // Link name: Africa/Luanda -> Africa/Lagos
                                                                                                                    8630 // Strings (bytes): 8 (originally 14)
                                                                                                                    8631 // Memory (8-bit): 19
                                                                                                                    8632 // Memory (32-bit): 28
                                                                                                                    8633 //---------------------------------------------------------------------------
                                                                                                                    8634 
                                                                                                                    -
                                                                                                                    8635 static const char kZoneNameAfrica_Kigali[] ACE_TIME_PROGMEM = "\x01" "Kigali";
                                                                                                                    +
                                                                                                                    8635 static const char kZoneNameAfrica_Luanda[] ACE_TIME_PROGMEM = "\x01" "Luanda";
                                                                                                                    8636 
                                                                                                                    -
                                                                                                                    8637 const basic::ZoneInfo kZoneAfrica_Kigali ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8638  kZoneNameAfrica_Kigali /*name*/,
                                                                                                                    -
                                                                                                                    8639  0x8a4dcf2b /*zoneId*/,
                                                                                                                    +
                                                                                                                    8637 const basic::ZoneInfo kZoneAfrica_Luanda ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8638  kZoneNameAfrica_Luanda /*name*/,
                                                                                                                    +
                                                                                                                    8639  0x8d7909cf /*zoneId*/,
                                                                                                                    8640  &kZoneContext /*zoneContext*/,
                                                                                                                    8641  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8642  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8642  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8643 };
                                                                                                                    8644 
                                                                                                                    8645 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8646 // Link name: Africa/Kinshasa -> Africa/Lagos
                                                                                                                    -
                                                                                                                    8647 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    8648 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    8649 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    8646 // Link name: Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8647 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    8648 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    8649 // Memory (32-bit): 32
                                                                                                                    8650 //---------------------------------------------------------------------------
                                                                                                                    8651 
                                                                                                                    -
                                                                                                                    8652 static const char kZoneNameAfrica_Kinshasa[] ACE_TIME_PROGMEM = "\x01" "Kinshasa";
                                                                                                                    +
                                                                                                                    8652 static const char kZoneNameAfrica_Lubumbashi[] ACE_TIME_PROGMEM = "\x01" "Lubumbashi";
                                                                                                                    8653 
                                                                                                                    -
                                                                                                                    8654 const basic::ZoneInfo kZoneAfrica_Kinshasa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8655  kZoneNameAfrica_Kinshasa /*name*/,
                                                                                                                    -
                                                                                                                    8656  0x6695d70c /*zoneId*/,
                                                                                                                    +
                                                                                                                    8654 const basic::ZoneInfo kZoneAfrica_Lubumbashi ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8655  kZoneNameAfrica_Lubumbashi /*name*/,
                                                                                                                    +
                                                                                                                    8656  0x6fd88566 /*zoneId*/,
                                                                                                                    8657  &kZoneContext /*zoneContext*/,
                                                                                                                    8658  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8659  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8659  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    8660 };
                                                                                                                    8661 
                                                                                                                    8662 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8663 // Link name: Africa/Libreville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    8664 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    8665 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    8666 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    8663 // Link name: Africa/Lusaka -> Africa/Maputo
                                                                                                                    +
                                                                                                                    8664 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8665 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8666 // Memory (32-bit): 28
                                                                                                                    8667 //---------------------------------------------------------------------------
                                                                                                                    8668 
                                                                                                                    -
                                                                                                                    8669 static const char kZoneNameAfrica_Libreville[] ACE_TIME_PROGMEM = "\x01" "Libreville";
                                                                                                                    +
                                                                                                                    8669 static const char kZoneNameAfrica_Lusaka[] ACE_TIME_PROGMEM = "\x01" "Lusaka";
                                                                                                                    8670 
                                                                                                                    -
                                                                                                                    8671 const basic::ZoneInfo kZoneAfrica_Libreville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8672  kZoneNameAfrica_Libreville /*name*/,
                                                                                                                    -
                                                                                                                    8673  0x01d96de4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8671 const basic::ZoneInfo kZoneAfrica_Lusaka ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8672  kZoneNameAfrica_Lusaka /*name*/,
                                                                                                                    +
                                                                                                                    8673  0x8d82b23b /*zoneId*/,
                                                                                                                    8674  &kZoneContext /*zoneContext*/,
                                                                                                                    8675  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8676  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8676  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    8677 };
                                                                                                                    8678 
                                                                                                                    8679 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8680 // Link name: Africa/Lome -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8681 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    8682 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    8683 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    8680 // Link name: Africa/Malabo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    8681 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    8682 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8683 // Memory (32-bit): 28
                                                                                                                    8684 //---------------------------------------------------------------------------
                                                                                                                    8685 
                                                                                                                    -
                                                                                                                    8686 static const char kZoneNameAfrica_Lome[] ACE_TIME_PROGMEM = "\x01" "Lome";
                                                                                                                    +
                                                                                                                    8686 static const char kZoneNameAfrica_Malabo[] ACE_TIME_PROGMEM = "\x01" "Malabo";
                                                                                                                    8687 
                                                                                                                    -
                                                                                                                    8688 const basic::ZoneInfo kZoneAfrica_Lome ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8689  kZoneNameAfrica_Lome /*name*/,
                                                                                                                    -
                                                                                                                    8690  0xd51c3a07 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8688 const basic::ZoneInfo kZoneAfrica_Malabo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8689  kZoneNameAfrica_Malabo /*name*/,
                                                                                                                    +
                                                                                                                    8690  0x8e6a1906 /*zoneId*/,
                                                                                                                    8691  &kZoneContext /*zoneContext*/,
                                                                                                                    8692  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8693  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8693  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8694 };
                                                                                                                    8695 
                                                                                                                    8696 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8697 // Link name: Africa/Luanda -> Africa/Lagos
                                                                                                                    +
                                                                                                                    8697 // Link name: Africa/Maseru -> Africa/Johannesburg
                                                                                                                    8698 // Strings (bytes): 8 (originally 14)
                                                                                                                    8699 // Memory (8-bit): 19
                                                                                                                    8700 // Memory (32-bit): 28
                                                                                                                    8701 //---------------------------------------------------------------------------
                                                                                                                    8702 
                                                                                                                    -
                                                                                                                    8703 static const char kZoneNameAfrica_Luanda[] ACE_TIME_PROGMEM = "\x01" "Luanda";
                                                                                                                    +
                                                                                                                    8703 static const char kZoneNameAfrica_Maseru[] ACE_TIME_PROGMEM = "\x01" "Maseru";
                                                                                                                    8704 
                                                                                                                    -
                                                                                                                    8705 const basic::ZoneInfo kZoneAfrica_Luanda ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8706  kZoneNameAfrica_Luanda /*name*/,
                                                                                                                    -
                                                                                                                    8707  0x8d7909cf /*zoneId*/,
                                                                                                                    +
                                                                                                                    8705 const basic::ZoneInfo kZoneAfrica_Maseru ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8706  kZoneNameAfrica_Maseru /*name*/,
                                                                                                                    +
                                                                                                                    8707  0x8e6e02c7 /*zoneId*/,
                                                                                                                    8708  &kZoneContext /*zoneContext*/,
                                                                                                                    8709  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8710  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8710  &kZoneAfrica_Johannesburg /*eras(info)*/,
                                                                                                                    8711 };
                                                                                                                    8712 
                                                                                                                    8713 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8714 // Link name: Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    -
                                                                                                                    8715 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    8716 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    8717 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    8714 // Link name: Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    8715 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    8716 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    8717 // Memory (32-bit): 29
                                                                                                                    8718 //---------------------------------------------------------------------------
                                                                                                                    8719 
                                                                                                                    -
                                                                                                                    8720 static const char kZoneNameAfrica_Lubumbashi[] ACE_TIME_PROGMEM = "\x01" "Lubumbashi";
                                                                                                                    +
                                                                                                                    8720 static const char kZoneNameAfrica_Mbabane[] ACE_TIME_PROGMEM = "\x01" "Mbabane";
                                                                                                                    8721 
                                                                                                                    -
                                                                                                                    8722 const basic::ZoneInfo kZoneAfrica_Lubumbashi ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8723  kZoneNameAfrica_Lubumbashi /*name*/,
                                                                                                                    -
                                                                                                                    8724  0x6fd88566 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8722 const basic::ZoneInfo kZoneAfrica_Mbabane ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8723  kZoneNameAfrica_Mbabane /*name*/,
                                                                                                                    +
                                                                                                                    8724  0x5d3bdd40 /*zoneId*/,
                                                                                                                    8725  &kZoneContext /*zoneContext*/,
                                                                                                                    8726  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8727  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8727  &kZoneAfrica_Johannesburg /*eras(info)*/,
                                                                                                                    8728 };
                                                                                                                    8729 
                                                                                                                    8730 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8731 // Link name: Africa/Lusaka -> Africa/Maputo
                                                                                                                    -
                                                                                                                    8732 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8733 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8734 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8731 // Link name: Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    8732 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    8733 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    8734 // Memory (32-bit): 31
                                                                                                                    8735 //---------------------------------------------------------------------------
                                                                                                                    8736 
                                                                                                                    -
                                                                                                                    8737 static const char kZoneNameAfrica_Lusaka[] ACE_TIME_PROGMEM = "\x01" "Lusaka";
                                                                                                                    +
                                                                                                                    8737 static const char kZoneNameAfrica_Mogadishu[] ACE_TIME_PROGMEM = "\x01" "Mogadishu";
                                                                                                                    8738 
                                                                                                                    -
                                                                                                                    8739 const basic::ZoneInfo kZoneAfrica_Lusaka ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8740  kZoneNameAfrica_Lusaka /*name*/,
                                                                                                                    -
                                                                                                                    8741  0x8d82b23b /*zoneId*/,
                                                                                                                    +
                                                                                                                    8739 const basic::ZoneInfo kZoneAfrica_Mogadishu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8740  kZoneNameAfrica_Mogadishu /*name*/,
                                                                                                                    +
                                                                                                                    8741  0x66bc159b /*zoneId*/,
                                                                                                                    8742  &kZoneContext /*zoneContext*/,
                                                                                                                    8743  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8744  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8744  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    8745 };
                                                                                                                    8746 
                                                                                                                    8747 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8748 // Link name: Africa/Malabo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    8748 // Link name: Africa/Niamey -> Africa/Lagos
                                                                                                                    8749 // Strings (bytes): 8 (originally 14)
                                                                                                                    8750 // Memory (8-bit): 19
                                                                                                                    8751 // Memory (32-bit): 28
                                                                                                                    8752 //---------------------------------------------------------------------------
                                                                                                                    8753 
                                                                                                                    -
                                                                                                                    8754 static const char kZoneNameAfrica_Malabo[] ACE_TIME_PROGMEM = "\x01" "Malabo";
                                                                                                                    +
                                                                                                                    8754 static const char kZoneNameAfrica_Niamey[] ACE_TIME_PROGMEM = "\x01" "Niamey";
                                                                                                                    8755 
                                                                                                                    -
                                                                                                                    8756 const basic::ZoneInfo kZoneAfrica_Malabo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8757  kZoneNameAfrica_Malabo /*name*/,
                                                                                                                    -
                                                                                                                    8758  0x8e6a1906 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8756 const basic::ZoneInfo kZoneAfrica_Niamey ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8757  kZoneNameAfrica_Niamey /*name*/,
                                                                                                                    +
                                                                                                                    8758  0x914a30fd /*zoneId*/,
                                                                                                                    8759  &kZoneContext /*zoneContext*/,
                                                                                                                    8760  0 /*numEras*/,
                                                                                                                    8761  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8762 };
                                                                                                                    8763 
                                                                                                                    8764 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8765 // Link name: Africa/Maseru -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    8766 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8767 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8768 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8765 // Link name: Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8766 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    8767 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    8768 // Memory (32-bit): 32
                                                                                                                    8769 //---------------------------------------------------------------------------
                                                                                                                    8770 
                                                                                                                    -
                                                                                                                    8771 static const char kZoneNameAfrica_Maseru[] ACE_TIME_PROGMEM = "\x01" "Maseru";
                                                                                                                    +
                                                                                                                    8771 static const char kZoneNameAfrica_Nouakchott[] ACE_TIME_PROGMEM = "\x01" "Nouakchott";
                                                                                                                    8772 
                                                                                                                    -
                                                                                                                    8773 const basic::ZoneInfo kZoneAfrica_Maseru ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8774  kZoneNameAfrica_Maseru /*name*/,
                                                                                                                    -
                                                                                                                    8775  0x8e6e02c7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8773 const basic::ZoneInfo kZoneAfrica_Nouakchott ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8774  kZoneNameAfrica_Nouakchott /*name*/,
                                                                                                                    +
                                                                                                                    8775  0x3dc49dba /*zoneId*/,
                                                                                                                    8776  &kZoneContext /*zoneContext*/,
                                                                                                                    8777  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8778  &kZoneAfrica_Johannesburg /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8778  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8779 };
                                                                                                                    8780 
                                                                                                                    8781 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8782 // Link name: Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    8783 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    8784 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    8785 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    8782 // Link name: Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8783 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    8784 // Memory (8-bit): 24
                                                                                                                    +
                                                                                                                    8785 // Memory (32-bit): 33
                                                                                                                    8786 //---------------------------------------------------------------------------
                                                                                                                    8787 
                                                                                                                    -
                                                                                                                    8788 static const char kZoneNameAfrica_Mbabane[] ACE_TIME_PROGMEM = "\x01" "Mbabane";
                                                                                                                    +
                                                                                                                    8788 static const char kZoneNameAfrica_Ouagadougou[] ACE_TIME_PROGMEM = "\x01" "Ouagadougou";
                                                                                                                    8789 
                                                                                                                    -
                                                                                                                    8790 const basic::ZoneInfo kZoneAfrica_Mbabane ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8791  kZoneNameAfrica_Mbabane /*name*/,
                                                                                                                    -
                                                                                                                    8792  0x5d3bdd40 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8790 const basic::ZoneInfo kZoneAfrica_Ouagadougou ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8791  kZoneNameAfrica_Ouagadougou /*name*/,
                                                                                                                    +
                                                                                                                    8792  0x04d7219a /*zoneId*/,
                                                                                                                    8793  &kZoneContext /*zoneContext*/,
                                                                                                                    8794  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8795  &kZoneAfrica_Johannesburg /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8795  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8796 };
                                                                                                                    8797 
                                                                                                                    8798 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8799 // Link name: Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    8800 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    8801 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    8802 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    8799 // Link name: Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    8800 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    8801 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    8802 // Memory (32-bit): 32
                                                                                                                    8803 //---------------------------------------------------------------------------
                                                                                                                    8804 
                                                                                                                    -
                                                                                                                    8805 static const char kZoneNameAfrica_Mogadishu[] ACE_TIME_PROGMEM = "\x01" "Mogadishu";
                                                                                                                    +
                                                                                                                    8805 static const char kZoneNameAfrica_Porto_Novo[] ACE_TIME_PROGMEM = "\x01" "Porto-Novo";
                                                                                                                    8806 
                                                                                                                    -
                                                                                                                    8807 const basic::ZoneInfo kZoneAfrica_Mogadishu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8808  kZoneNameAfrica_Mogadishu /*name*/,
                                                                                                                    -
                                                                                                                    8809  0x66bc159b /*zoneId*/,
                                                                                                                    +
                                                                                                                    8807 const basic::ZoneInfo kZoneAfrica_Porto_Novo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8808  kZoneNameAfrica_Porto_Novo /*name*/,
                                                                                                                    +
                                                                                                                    8809  0x3d1bf95d /*zoneId*/,
                                                                                                                    8810  &kZoneContext /*zoneContext*/,
                                                                                                                    8811  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8812  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8812  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    8813 };
                                                                                                                    8814 
                                                                                                                    8815 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8816 // Link name: Africa/Niamey -> Africa/Lagos
                                                                                                                    -
                                                                                                                    8817 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    8818 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    8819 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    8816 // Link name: Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    8817 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    8818 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    8819 // Memory (32-bit): 30
                                                                                                                    8820 //---------------------------------------------------------------------------
                                                                                                                    8821 
                                                                                                                    -
                                                                                                                    8822 static const char kZoneNameAfrica_Niamey[] ACE_TIME_PROGMEM = "\x01" "Niamey";
                                                                                                                    +
                                                                                                                    8822 static const char kZoneNameAfrica_Timbuktu[] ACE_TIME_PROGMEM = "\x01" "Timbuktu";
                                                                                                                    8823 
                                                                                                                    -
                                                                                                                    8824 const basic::ZoneInfo kZoneAfrica_Niamey ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8825  kZoneNameAfrica_Niamey /*name*/,
                                                                                                                    -
                                                                                                                    8826  0x914a30fd /*zoneId*/,
                                                                                                                    +
                                                                                                                    8824 const basic::ZoneInfo kZoneAfrica_Timbuktu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8825  kZoneNameAfrica_Timbuktu /*name*/,
                                                                                                                    +
                                                                                                                    8826  0xb164d56f /*zoneId*/,
                                                                                                                    8827  &kZoneContext /*zoneContext*/,
                                                                                                                    8828  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8829  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8829  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    8830 };
                                                                                                                    8831 
                                                                                                                    8832 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8833 // Link name: Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8834 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    8835 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    8836 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    8833 // Link name: America/Anguilla -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    8834 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    8835 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    8836 // Memory (32-bit): 30
                                                                                                                    8837 //---------------------------------------------------------------------------
                                                                                                                    8838 
                                                                                                                    -
                                                                                                                    8839 static const char kZoneNameAfrica_Nouakchott[] ACE_TIME_PROGMEM = "\x01" "Nouakchott";
                                                                                                                    +
                                                                                                                    8839 static const char kZoneNameAmerica_Anguilla[] ACE_TIME_PROGMEM = "\x02" "Anguilla";
                                                                                                                    8840 
                                                                                                                    -
                                                                                                                    8841 const basic::ZoneInfo kZoneAfrica_Nouakchott ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8842  kZoneNameAfrica_Nouakchott /*name*/,
                                                                                                                    -
                                                                                                                    8843  0x3dc49dba /*zoneId*/,
                                                                                                                    +
                                                                                                                    8841 const basic::ZoneInfo kZoneAmerica_Anguilla ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8842  kZoneNameAmerica_Anguilla /*name*/,
                                                                                                                    +
                                                                                                                    8843  0xafe31333 /*zoneId*/,
                                                                                                                    8844  &kZoneContext /*zoneContext*/,
                                                                                                                    8845  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8846  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8846  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    8847 };
                                                                                                                    8848 
                                                                                                                    8849 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8850 // Link name: Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8851 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    8852 // Memory (8-bit): 24
                                                                                                                    -
                                                                                                                    8853 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    8850 // Link name: America/Antigua -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    8851 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    8852 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    8853 // Memory (32-bit): 29
                                                                                                                    8854 //---------------------------------------------------------------------------
                                                                                                                    8855 
                                                                                                                    -
                                                                                                                    8856 static const char kZoneNameAfrica_Ouagadougou[] ACE_TIME_PROGMEM = "\x01" "Ouagadougou";
                                                                                                                    +
                                                                                                                    8856 static const char kZoneNameAmerica_Antigua[] ACE_TIME_PROGMEM = "\x02" "Antigua";
                                                                                                                    8857 
                                                                                                                    -
                                                                                                                    8858 const basic::ZoneInfo kZoneAfrica_Ouagadougou ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8859  kZoneNameAfrica_Ouagadougou /*name*/,
                                                                                                                    -
                                                                                                                    8860  0x04d7219a /*zoneId*/,
                                                                                                                    +
                                                                                                                    8858 const basic::ZoneInfo kZoneAmerica_Antigua ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8859  kZoneNameAmerica_Antigua /*name*/,
                                                                                                                    +
                                                                                                                    8860  0xc067a32f /*zoneId*/,
                                                                                                                    8861  &kZoneContext /*zoneContext*/,
                                                                                                                    8862  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8863  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8863  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    8864 };
                                                                                                                    8865 
                                                                                                                    8866 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8867 // Link name: Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    8868 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    8869 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    8870 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    8867 // Link name: America/Aruba -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    8868 // Strings (bytes): 7 (originally 14)
                                                                                                                    +
                                                                                                                    8869 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    8870 // Memory (32-bit): 27
                                                                                                                    8871 //---------------------------------------------------------------------------
                                                                                                                    8872 
                                                                                                                    -
                                                                                                                    8873 static const char kZoneNameAfrica_Porto_Novo[] ACE_TIME_PROGMEM = "\x01" "Porto-Novo";
                                                                                                                    +
                                                                                                                    8873 static const char kZoneNameAmerica_Aruba[] ACE_TIME_PROGMEM = "\x02" "Aruba";
                                                                                                                    8874 
                                                                                                                    -
                                                                                                                    8875 const basic::ZoneInfo kZoneAfrica_Porto_Novo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8876  kZoneNameAfrica_Porto_Novo /*name*/,
                                                                                                                    -
                                                                                                                    8877  0x3d1bf95d /*zoneId*/,
                                                                                                                    +
                                                                                                                    8875 const basic::ZoneInfo kZoneAmerica_Aruba ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8876  kZoneNameAmerica_Aruba /*name*/,
                                                                                                                    +
                                                                                                                    8877  0x97cf8651 /*zoneId*/,
                                                                                                                    8878  &kZoneContext /*zoneContext*/,
                                                                                                                    8879  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8880  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8880  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    8881 };
                                                                                                                    8882 
                                                                                                                    8883 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8884 // Link name: Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    8885 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    8884 // Link name: America/Atikokan -> America/Panama
                                                                                                                    +
                                                                                                                    8885 // Strings (bytes): 10 (originally 17)
                                                                                                                    8886 // Memory (8-bit): 21
                                                                                                                    8887 // Memory (32-bit): 30
                                                                                                                    8888 //---------------------------------------------------------------------------
                                                                                                                    8889 
                                                                                                                    -
                                                                                                                    8890 static const char kZoneNameAfrica_Timbuktu[] ACE_TIME_PROGMEM = "\x01" "Timbuktu";
                                                                                                                    +
                                                                                                                    8890 static const char kZoneNameAmerica_Atikokan[] ACE_TIME_PROGMEM = "\x02" "Atikokan";
                                                                                                                    8891 
                                                                                                                    -
                                                                                                                    8892 const basic::ZoneInfo kZoneAfrica_Timbuktu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8893  kZoneNameAfrica_Timbuktu /*name*/,
                                                                                                                    -
                                                                                                                    8894  0xb164d56f /*zoneId*/,
                                                                                                                    +
                                                                                                                    8892 const basic::ZoneInfo kZoneAmerica_Atikokan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8893  kZoneNameAmerica_Atikokan /*name*/,
                                                                                                                    +
                                                                                                                    8894  0x81b92098 /*zoneId*/,
                                                                                                                    8895  &kZoneContext /*zoneContext*/,
                                                                                                                    8896  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8897  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8897  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    8898 };
                                                                                                                    8899 
                                                                                                                    8900 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8901 // Link name: America/Anguilla -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    8902 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    8903 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    8904 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    8901 // Link name: America/Atka -> America/Adak
                                                                                                                    +
                                                                                                                    8902 // Strings (bytes): 6 (originally 13)
                                                                                                                    +
                                                                                                                    8903 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    8904 // Memory (32-bit): 26
                                                                                                                    8905 //---------------------------------------------------------------------------
                                                                                                                    8906 
                                                                                                                    -
                                                                                                                    8907 static const char kZoneNameAmerica_Anguilla[] ACE_TIME_PROGMEM = "\x02" "Anguilla";
                                                                                                                    +
                                                                                                                    8907 static const char kZoneNameAmerica_Atka[] ACE_TIME_PROGMEM = "\x02" "Atka";
                                                                                                                    8908 
                                                                                                                    -
                                                                                                                    8909 const basic::ZoneInfo kZoneAmerica_Anguilla ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8910  kZoneNameAmerica_Anguilla /*name*/,
                                                                                                                    -
                                                                                                                    8911  0xafe31333 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8909 const basic::ZoneInfo kZoneAmerica_Atka ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8910  kZoneNameAmerica_Atka /*name*/,
                                                                                                                    +
                                                                                                                    8911  0x97fe8f27 /*zoneId*/,
                                                                                                                    8912  &kZoneContext /*zoneContext*/,
                                                                                                                    8913  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8914  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8914  &kZoneAmerica_Adak /*eras(info)*/,
                                                                                                                    8915 };
                                                                                                                    8916 
                                                                                                                    8917 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8918 // Link name: America/Antigua -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    8919 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    8920 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    8921 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    8918 // Link name: America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    8919 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    8920 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    8921 // Memory (32-bit): 34
                                                                                                                    8922 //---------------------------------------------------------------------------
                                                                                                                    8923 
                                                                                                                    -
                                                                                                                    8924 static const char kZoneNameAmerica_Antigua[] ACE_TIME_PROGMEM = "\x02" "Antigua";
                                                                                                                    +
                                                                                                                    8924 static const char kZoneNameAmerica_Blanc_Sablon[] ACE_TIME_PROGMEM = "\x02" "Blanc-Sablon";
                                                                                                                    8925 
                                                                                                                    -
                                                                                                                    8926 const basic::ZoneInfo kZoneAmerica_Antigua ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8927  kZoneNameAmerica_Antigua /*name*/,
                                                                                                                    -
                                                                                                                    8928  0xc067a32f /*zoneId*/,
                                                                                                                    +
                                                                                                                    8926 const basic::ZoneInfo kZoneAmerica_Blanc_Sablon ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8927  kZoneNameAmerica_Blanc_Sablon /*name*/,
                                                                                                                    +
                                                                                                                    8928  0x6e299892 /*zoneId*/,
                                                                                                                    8929  &kZoneContext /*zoneContext*/,
                                                                                                                    8930  0 /*numEras*/,
                                                                                                                    8931  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    8932 };
                                                                                                                    8933 
                                                                                                                    8934 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8935 // Link name: America/Aruba -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    8936 // Strings (bytes): 7 (originally 14)
                                                                                                                    -
                                                                                                                    8937 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    8938 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    8935 // Link name: America/Cayman -> America/Panama
                                                                                                                    +
                                                                                                                    8936 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    8937 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    8938 // Memory (32-bit): 28
                                                                                                                    8939 //---------------------------------------------------------------------------
                                                                                                                    8940 
                                                                                                                    -
                                                                                                                    8941 static const char kZoneNameAmerica_Aruba[] ACE_TIME_PROGMEM = "\x02" "Aruba";
                                                                                                                    +
                                                                                                                    8941 static const char kZoneNameAmerica_Cayman[] ACE_TIME_PROGMEM = "\x02" "Cayman";
                                                                                                                    8942 
                                                                                                                    -
                                                                                                                    8943 const basic::ZoneInfo kZoneAmerica_Aruba ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8944  kZoneNameAmerica_Aruba /*name*/,
                                                                                                                    -
                                                                                                                    8945  0x97cf8651 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8943 const basic::ZoneInfo kZoneAmerica_Cayman ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8944  kZoneNameAmerica_Cayman /*name*/,
                                                                                                                    +
                                                                                                                    8945  0x953961df /*zoneId*/,
                                                                                                                    8946  &kZoneContext /*zoneContext*/,
                                                                                                                    8947  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8948  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8948  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    8949 };
                                                                                                                    8950 
                                                                                                                    8951 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8952 // Link name: America/Atikokan -> America/Panama
                                                                                                                    -
                                                                                                                    8953 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    8954 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    8955 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    8952 // Link name: America/Coral_Harbour -> America/Panama
                                                                                                                    +
                                                                                                                    8953 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    8954 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    8955 // Memory (32-bit): 35
                                                                                                                    8956 //---------------------------------------------------------------------------
                                                                                                                    8957 
                                                                                                                    -
                                                                                                                    8958 static const char kZoneNameAmerica_Atikokan[] ACE_TIME_PROGMEM = "\x02" "Atikokan";
                                                                                                                    +
                                                                                                                    8958 static const char kZoneNameAmerica_Coral_Harbour[] ACE_TIME_PROGMEM = "\x02" "Coral_Harbour";
                                                                                                                    8959 
                                                                                                                    -
                                                                                                                    8960 const basic::ZoneInfo kZoneAmerica_Atikokan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8961  kZoneNameAmerica_Atikokan /*name*/,
                                                                                                                    -
                                                                                                                    8962  0x81b92098 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8960 const basic::ZoneInfo kZoneAmerica_Coral_Harbour ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8961  kZoneNameAmerica_Coral_Harbour /*name*/,
                                                                                                                    +
                                                                                                                    8962  0xabcb7569 /*zoneId*/,
                                                                                                                    8963  &kZoneContext /*zoneContext*/,
                                                                                                                    8964  0 /*numEras*/,
                                                                                                                    8965  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    8966 };
                                                                                                                    8967 
                                                                                                                    8968 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8969 // Link name: America/Atka -> America/Adak
                                                                                                                    -
                                                                                                                    8970 // Strings (bytes): 6 (originally 13)
                                                                                                                    -
                                                                                                                    8971 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    8972 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    8969 // Link name: America/Creston -> America/Phoenix
                                                                                                                    +
                                                                                                                    8970 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    8971 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    8972 // Memory (32-bit): 29
                                                                                                                    8973 //---------------------------------------------------------------------------
                                                                                                                    8974 
                                                                                                                    -
                                                                                                                    8975 static const char kZoneNameAmerica_Atka[] ACE_TIME_PROGMEM = "\x02" "Atka";
                                                                                                                    +
                                                                                                                    8975 static const char kZoneNameAmerica_Creston[] ACE_TIME_PROGMEM = "\x02" "Creston";
                                                                                                                    8976 
                                                                                                                    -
                                                                                                                    8977 const basic::ZoneInfo kZoneAmerica_Atka ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8978  kZoneNameAmerica_Atka /*name*/,
                                                                                                                    -
                                                                                                                    8979  0x97fe8f27 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8977 const basic::ZoneInfo kZoneAmerica_Creston ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8978  kZoneNameAmerica_Creston /*name*/,
                                                                                                                    +
                                                                                                                    8979  0x62a70204 /*zoneId*/,
                                                                                                                    8980  &kZoneContext /*zoneContext*/,
                                                                                                                    8981  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    8982  &kZoneAmerica_Adak /*eras(info)*/,
                                                                                                                    +
                                                                                                                    8982  &kZoneAmerica_Phoenix /*eras(info)*/,
                                                                                                                    8983 };
                                                                                                                    8984 
                                                                                                                    8985 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    8986 // Link name: America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    8987 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    8988 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    8989 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    8986 // Link name: America/Curacao -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    8987 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    8988 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    8989 // Memory (32-bit): 29
                                                                                                                    8990 //---------------------------------------------------------------------------
                                                                                                                    8991 
                                                                                                                    -
                                                                                                                    8992 static const char kZoneNameAmerica_Blanc_Sablon[] ACE_TIME_PROGMEM = "\x02" "Blanc-Sablon";
                                                                                                                    +
                                                                                                                    8992 static const char kZoneNameAmerica_Curacao[] ACE_TIME_PROGMEM = "\x02" "Curacao";
                                                                                                                    8993 
                                                                                                                    -
                                                                                                                    8994 const basic::ZoneInfo kZoneAmerica_Blanc_Sablon ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8995  kZoneNameAmerica_Blanc_Sablon /*name*/,
                                                                                                                    -
                                                                                                                    8996  0x6e299892 /*zoneId*/,
                                                                                                                    +
                                                                                                                    8994 const basic::ZoneInfo kZoneAmerica_Curacao ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8995  kZoneNameAmerica_Curacao /*name*/,
                                                                                                                    +
                                                                                                                    8996  0x6a879184 /*zoneId*/,
                                                                                                                    8997  &kZoneContext /*zoneContext*/,
                                                                                                                    8998  0 /*numEras*/,
                                                                                                                    8999  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9000 };
                                                                                                                    9001 
                                                                                                                    9002 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9003 // Link name: America/Cayman -> America/Panama
                                                                                                                    -
                                                                                                                    9004 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    9005 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9006 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9003 // Link name: America/Dominica -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9004 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    9005 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    9006 // Memory (32-bit): 30
                                                                                                                    9007 //---------------------------------------------------------------------------
                                                                                                                    9008 
                                                                                                                    -
                                                                                                                    9009 static const char kZoneNameAmerica_Cayman[] ACE_TIME_PROGMEM = "\x02" "Cayman";
                                                                                                                    +
                                                                                                                    9009 static const char kZoneNameAmerica_Dominica[] ACE_TIME_PROGMEM = "\x02" "Dominica";
                                                                                                                    9010 
                                                                                                                    -
                                                                                                                    9011 const basic::ZoneInfo kZoneAmerica_Cayman ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9012  kZoneNameAmerica_Cayman /*name*/,
                                                                                                                    -
                                                                                                                    9013  0x953961df /*zoneId*/,
                                                                                                                    +
                                                                                                                    9011 const basic::ZoneInfo kZoneAmerica_Dominica ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9012  kZoneNameAmerica_Dominica /*name*/,
                                                                                                                    +
                                                                                                                    9013  0xcecb4c4a /*zoneId*/,
                                                                                                                    9014  &kZoneContext /*zoneContext*/,
                                                                                                                    9015  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9016  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9016  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9017 };
                                                                                                                    9018 
                                                                                                                    9019 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9020 // Link name: America/Coral_Harbour -> America/Panama
                                                                                                                    -
                                                                                                                    9021 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    9022 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    9023 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    9020 // Link name: America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    9021 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    9022 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    9023 // Memory (32-bit): 32
                                                                                                                    9024 //---------------------------------------------------------------------------
                                                                                                                    9025 
                                                                                                                    -
                                                                                                                    9026 static const char kZoneNameAmerica_Coral_Harbour[] ACE_TIME_PROGMEM = "\x02" "Coral_Harbour";
                                                                                                                    +
                                                                                                                    9026 static const char kZoneNameAmerica_Fort_Wayne[] ACE_TIME_PROGMEM = "\x02" "Fort_Wayne";
                                                                                                                    9027 
                                                                                                                    -
                                                                                                                    9028 const basic::ZoneInfo kZoneAmerica_Coral_Harbour ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9029  kZoneNameAmerica_Coral_Harbour /*name*/,
                                                                                                                    -
                                                                                                                    9030  0xabcb7569 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9028 const basic::ZoneInfo kZoneAmerica_Fort_Wayne ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9029  kZoneNameAmerica_Fort_Wayne /*name*/,
                                                                                                                    +
                                                                                                                    9030  0x7eaaaf24 /*zoneId*/,
                                                                                                                    9031  &kZoneContext /*zoneContext*/,
                                                                                                                    9032  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9033  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9033  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    9034 };
                                                                                                                    9035 
                                                                                                                    9036 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9037 // Link name: America/Creston -> America/Phoenix
                                                                                                                    +
                                                                                                                    9037 // Link name: America/Godthab -> America/Nuuk
                                                                                                                    9038 // Strings (bytes): 9 (originally 16)
                                                                                                                    9039 // Memory (8-bit): 20
                                                                                                                    9040 // Memory (32-bit): 29
                                                                                                                    9041 //---------------------------------------------------------------------------
                                                                                                                    9042 
                                                                                                                    -
                                                                                                                    9043 static const char kZoneNameAmerica_Creston[] ACE_TIME_PROGMEM = "\x02" "Creston";
                                                                                                                    +
                                                                                                                    9043 static const char kZoneNameAmerica_Godthab[] ACE_TIME_PROGMEM = "\x02" "Godthab";
                                                                                                                    9044 
                                                                                                                    -
                                                                                                                    9045 const basic::ZoneInfo kZoneAmerica_Creston ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9046  kZoneNameAmerica_Creston /*name*/,
                                                                                                                    -
                                                                                                                    9047  0x62a70204 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9045 const basic::ZoneInfo kZoneAmerica_Godthab ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9046  kZoneNameAmerica_Godthab /*name*/,
                                                                                                                    +
                                                                                                                    9047  0x8f7eba1f /*zoneId*/,
                                                                                                                    9048  &kZoneContext /*zoneContext*/,
                                                                                                                    9049  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9050  &kZoneAmerica_Phoenix /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9050  &kZoneAmerica_Nuuk /*eras(info)*/,
                                                                                                                    9051 };
                                                                                                                    9052 
                                                                                                                    9053 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9054 // Link name: America/Curacao -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9054 // Link name: America/Grenada -> America/Puerto_Rico
                                                                                                                    9055 // Strings (bytes): 9 (originally 16)
                                                                                                                    9056 // Memory (8-bit): 20
                                                                                                                    9057 // Memory (32-bit): 29
                                                                                                                    9058 //---------------------------------------------------------------------------
                                                                                                                    9059 
                                                                                                                    -
                                                                                                                    9060 static const char kZoneNameAmerica_Curacao[] ACE_TIME_PROGMEM = "\x02" "Curacao";
                                                                                                                    +
                                                                                                                    9060 static const char kZoneNameAmerica_Grenada[] ACE_TIME_PROGMEM = "\x02" "Grenada";
                                                                                                                    9061 
                                                                                                                    -
                                                                                                                    9062 const basic::ZoneInfo kZoneAmerica_Curacao ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9063  kZoneNameAmerica_Curacao /*name*/,
                                                                                                                    -
                                                                                                                    9064  0x6a879184 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9062 const basic::ZoneInfo kZoneAmerica_Grenada ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9063  kZoneNameAmerica_Grenada /*name*/,
                                                                                                                    +
                                                                                                                    9064  0x968ce4d8 /*zoneId*/,
                                                                                                                    9065  &kZoneContext /*zoneContext*/,
                                                                                                                    9066  0 /*numEras*/,
                                                                                                                    9067  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9068 };
                                                                                                                    9069 
                                                                                                                    9070 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9071 // Link name: America/Dominica -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9072 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    9073 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    9074 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    9071 // Link name: America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9072 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    9073 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    9074 // Memory (32-bit): 32
                                                                                                                    9075 //---------------------------------------------------------------------------
                                                                                                                    9076 
                                                                                                                    -
                                                                                                                    9077 static const char kZoneNameAmerica_Dominica[] ACE_TIME_PROGMEM = "\x02" "Dominica";
                                                                                                                    +
                                                                                                                    9077 static const char kZoneNameAmerica_Guadeloupe[] ACE_TIME_PROGMEM = "\x02" "Guadeloupe";
                                                                                                                    9078 
                                                                                                                    -
                                                                                                                    9079 const basic::ZoneInfo kZoneAmerica_Dominica ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9080  kZoneNameAmerica_Dominica /*name*/,
                                                                                                                    -
                                                                                                                    9081  0xcecb4c4a /*zoneId*/,
                                                                                                                    +
                                                                                                                    9079 const basic::ZoneInfo kZoneAmerica_Guadeloupe ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9080  kZoneNameAmerica_Guadeloupe /*name*/,
                                                                                                                    +
                                                                                                                    9081  0xcd1f8a31 /*zoneId*/,
                                                                                                                    9082  &kZoneContext /*zoneContext*/,
                                                                                                                    9083  0 /*numEras*/,
                                                                                                                    9084  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9085 };
                                                                                                                    9086 
                                                                                                                    9087 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9088 // Link name: America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    9089 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    9090 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    9091 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    9088 // Link name: America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    9089 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    9090 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    9091 // Memory (32-bit): 34
                                                                                                                    9092 //---------------------------------------------------------------------------
                                                                                                                    9093 
                                                                                                                    -
                                                                                                                    9094 static const char kZoneNameAmerica_Fort_Wayne[] ACE_TIME_PROGMEM = "\x02" "Fort_Wayne";
                                                                                                                    +
                                                                                                                    9094 static const char kZoneNameAmerica_Indianapolis[] ACE_TIME_PROGMEM = "\x02" "Indianapolis";
                                                                                                                    9095 
                                                                                                                    -
                                                                                                                    9096 const basic::ZoneInfo kZoneAmerica_Fort_Wayne ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9097  kZoneNameAmerica_Fort_Wayne /*name*/,
                                                                                                                    -
                                                                                                                    9098  0x7eaaaf24 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9096 const basic::ZoneInfo kZoneAmerica_Indianapolis ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9097  kZoneNameAmerica_Indianapolis /*name*/,
                                                                                                                    +
                                                                                                                    9098  0x6a009ae1 /*zoneId*/,
                                                                                                                    9099  &kZoneContext /*zoneContext*/,
                                                                                                                    9100  0 /*numEras*/,
                                                                                                                    9101  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    9102 };
                                                                                                                    9103 
                                                                                                                    9104 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9105 // Link name: America/Godthab -> America/Nuuk
                                                                                                                    -
                                                                                                                    9106 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    9107 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    9108 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    9105 // Link name: America/Kralendijk -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9106 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    9107 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    9108 // Memory (32-bit): 32
                                                                                                                    9109 //---------------------------------------------------------------------------
                                                                                                                    9110 
                                                                                                                    -
                                                                                                                    9111 static const char kZoneNameAmerica_Godthab[] ACE_TIME_PROGMEM = "\x02" "Godthab";
                                                                                                                    +
                                                                                                                    9111 static const char kZoneNameAmerica_Kralendijk[] ACE_TIME_PROGMEM = "\x02" "Kralendijk";
                                                                                                                    9112 
                                                                                                                    -
                                                                                                                    9113 const basic::ZoneInfo kZoneAmerica_Godthab ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9114  kZoneNameAmerica_Godthab /*name*/,
                                                                                                                    -
                                                                                                                    9115  0x8f7eba1f /*zoneId*/,
                                                                                                                    +
                                                                                                                    9113 const basic::ZoneInfo kZoneAmerica_Kralendijk ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9114  kZoneNameAmerica_Kralendijk /*name*/,
                                                                                                                    +
                                                                                                                    9115  0xe7c456c5 /*zoneId*/,
                                                                                                                    9116  &kZoneContext /*zoneContext*/,
                                                                                                                    9117  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9118  &kZoneAmerica_Nuuk /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9118  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9119 };
                                                                                                                    9120 
                                                                                                                    9121 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9122 // Link name: America/Grenada -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9123 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    9124 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    9125 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    9122 // Link name: America/Louisville -> America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    9123 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    9124 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    9125 // Memory (32-bit): 32
                                                                                                                    9126 //---------------------------------------------------------------------------
                                                                                                                    9127 
                                                                                                                    -
                                                                                                                    9128 static const char kZoneNameAmerica_Grenada[] ACE_TIME_PROGMEM = "\x02" "Grenada";
                                                                                                                    +
                                                                                                                    9128 static const char kZoneNameAmerica_Louisville[] ACE_TIME_PROGMEM = "\x02" "Louisville";
                                                                                                                    9129 
                                                                                                                    -
                                                                                                                    9130 const basic::ZoneInfo kZoneAmerica_Grenada ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9131  kZoneNameAmerica_Grenada /*name*/,
                                                                                                                    -
                                                                                                                    9132  0x968ce4d8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9130 const basic::ZoneInfo kZoneAmerica_Louisville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9131  kZoneNameAmerica_Louisville /*name*/,
                                                                                                                    +
                                                                                                                    9132  0x3dcb47ee /*zoneId*/,
                                                                                                                    9133  &kZoneContext /*zoneContext*/,
                                                                                                                    9134  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9135  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9135  &kZoneAmerica_Kentucky_Louisville /*eras(info)*/,
                                                                                                                    9136 };
                                                                                                                    9137 
                                                                                                                    9138 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9139 // Link name: America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9140 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    9141 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    9142 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    9139 // Link name: America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9140 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    9141 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    9142 // Memory (32-bit): 35
                                                                                                                    9143 //---------------------------------------------------------------------------
                                                                                                                    9144 
                                                                                                                    -
                                                                                                                    9145 static const char kZoneNameAmerica_Guadeloupe[] ACE_TIME_PROGMEM = "\x02" "Guadeloupe";
                                                                                                                    +
                                                                                                                    9145 static const char kZoneNameAmerica_Lower_Princes[] ACE_TIME_PROGMEM = "\x02" "Lower_Princes";
                                                                                                                    9146 
                                                                                                                    -
                                                                                                                    9147 const basic::ZoneInfo kZoneAmerica_Guadeloupe ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9148  kZoneNameAmerica_Guadeloupe /*name*/,
                                                                                                                    -
                                                                                                                    9149  0xcd1f8a31 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9147 const basic::ZoneInfo kZoneAmerica_Lower_Princes ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9148  kZoneNameAmerica_Lower_Princes /*name*/,
                                                                                                                    +
                                                                                                                    9149  0x6ae45b62 /*zoneId*/,
                                                                                                                    9150  &kZoneContext /*zoneContext*/,
                                                                                                                    9151  0 /*numEras*/,
                                                                                                                    9152  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9153 };
                                                                                                                    9154 
                                                                                                                    9155 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9156 // Link name: America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    9157 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    9158 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    9159 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    9156 // Link name: America/Marigot -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9157 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    9158 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    9159 // Memory (32-bit): 29
                                                                                                                    9160 //---------------------------------------------------------------------------
                                                                                                                    9161 
                                                                                                                    -
                                                                                                                    9162 static const char kZoneNameAmerica_Indianapolis[] ACE_TIME_PROGMEM = "\x02" "Indianapolis";
                                                                                                                    +
                                                                                                                    9162 static const char kZoneNameAmerica_Marigot[] ACE_TIME_PROGMEM = "\x02" "Marigot";
                                                                                                                    9163 
                                                                                                                    -
                                                                                                                    9164 const basic::ZoneInfo kZoneAmerica_Indianapolis ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9165  kZoneNameAmerica_Indianapolis /*name*/,
                                                                                                                    -
                                                                                                                    9166  0x6a009ae1 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9164 const basic::ZoneInfo kZoneAmerica_Marigot ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9165  kZoneNameAmerica_Marigot /*name*/,
                                                                                                                    +
                                                                                                                    9166  0x3dab3a59 /*zoneId*/,
                                                                                                                    9167  &kZoneContext /*zoneContext*/,
                                                                                                                    9168  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9169  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9169  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9170 };
                                                                                                                    9171 
                                                                                                                    9172 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9173 // Link name: America/Kralendijk -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9174 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    9175 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    9176 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    9173 // Link name: America/Montreal -> America/Toronto
                                                                                                                    +
                                                                                                                    9174 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    9175 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    9176 // Memory (32-bit): 30
                                                                                                                    9177 //---------------------------------------------------------------------------
                                                                                                                    9178 
                                                                                                                    -
                                                                                                                    9179 static const char kZoneNameAmerica_Kralendijk[] ACE_TIME_PROGMEM = "\x02" "Kralendijk";
                                                                                                                    +
                                                                                                                    9179 static const char kZoneNameAmerica_Montreal[] ACE_TIME_PROGMEM = "\x02" "Montreal";
                                                                                                                    9180 
                                                                                                                    -
                                                                                                                    9181 const basic::ZoneInfo kZoneAmerica_Kralendijk ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9182  kZoneNameAmerica_Kralendijk /*name*/,
                                                                                                                    -
                                                                                                                    9183  0xe7c456c5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9181 const basic::ZoneInfo kZoneAmerica_Montreal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9182  kZoneNameAmerica_Montreal /*name*/,
                                                                                                                    +
                                                                                                                    9183  0x203a1ea8 /*zoneId*/,
                                                                                                                    9184  &kZoneContext /*zoneContext*/,
                                                                                                                    9185  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9186  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9186  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    9187 };
                                                                                                                    9188 
                                                                                                                    9189 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9190 // Link name: America/Louisville -> America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    9190 // Link name: America/Montserrat -> America/Puerto_Rico
                                                                                                                    9191 // Strings (bytes): 12 (originally 19)
                                                                                                                    9192 // Memory (8-bit): 23
                                                                                                                    9193 // Memory (32-bit): 32
                                                                                                                    9194 //---------------------------------------------------------------------------
                                                                                                                    9195 
                                                                                                                    -
                                                                                                                    9196 static const char kZoneNameAmerica_Louisville[] ACE_TIME_PROGMEM = "\x02" "Louisville";
                                                                                                                    +
                                                                                                                    9196 static const char kZoneNameAmerica_Montserrat[] ACE_TIME_PROGMEM = "\x02" "Montserrat";
                                                                                                                    9197 
                                                                                                                    -
                                                                                                                    9198 const basic::ZoneInfo kZoneAmerica_Louisville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9199  kZoneNameAmerica_Louisville /*name*/,
                                                                                                                    -
                                                                                                                    9200  0x3dcb47ee /*zoneId*/,
                                                                                                                    +
                                                                                                                    9198 const basic::ZoneInfo kZoneAmerica_Montserrat ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9199  kZoneNameAmerica_Montserrat /*name*/,
                                                                                                                    +
                                                                                                                    9200  0x199b0a35 /*zoneId*/,
                                                                                                                    9201  &kZoneContext /*zoneContext*/,
                                                                                                                    9202  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9203  &kZoneAmerica_Kentucky_Louisville /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9203  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9204 };
                                                                                                                    9205 
                                                                                                                    9206 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9207 // Link name: America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9208 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    9209 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    9210 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    9207 // Link name: America/Nassau -> America/Toronto
                                                                                                                    +
                                                                                                                    9208 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    9209 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9210 // Memory (32-bit): 28
                                                                                                                    9211 //---------------------------------------------------------------------------
                                                                                                                    9212 
                                                                                                                    -
                                                                                                                    9213 static const char kZoneNameAmerica_Lower_Princes[] ACE_TIME_PROGMEM = "\x02" "Lower_Princes";
                                                                                                                    +
                                                                                                                    9213 static const char kZoneNameAmerica_Nassau[] ACE_TIME_PROGMEM = "\x02" "Nassau";
                                                                                                                    9214 
                                                                                                                    -
                                                                                                                    9215 const basic::ZoneInfo kZoneAmerica_Lower_Princes ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9216  kZoneNameAmerica_Lower_Princes /*name*/,
                                                                                                                    -
                                                                                                                    9217  0x6ae45b62 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9215 const basic::ZoneInfo kZoneAmerica_Nassau ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9216  kZoneNameAmerica_Nassau /*name*/,
                                                                                                                    +
                                                                                                                    9217  0xaedef011 /*zoneId*/,
                                                                                                                    9218  &kZoneContext /*zoneContext*/,
                                                                                                                    9219  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9220  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9220  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    9221 };
                                                                                                                    9222 
                                                                                                                    9223 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9224 // Link name: America/Marigot -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9225 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    9226 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    9227 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    9224 // Link name: America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9225 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    9226 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    9227 // Memory (32-bit): 35
                                                                                                                    9228 //---------------------------------------------------------------------------
                                                                                                                    9229 
                                                                                                                    -
                                                                                                                    9230 static const char kZoneNameAmerica_Marigot[] ACE_TIME_PROGMEM = "\x02" "Marigot";
                                                                                                                    +
                                                                                                                    9230 static const char kZoneNameAmerica_Port_of_Spain[] ACE_TIME_PROGMEM = "\x02" "Port_of_Spain";
                                                                                                                    9231 
                                                                                                                    -
                                                                                                                    9232 const basic::ZoneInfo kZoneAmerica_Marigot ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9233  kZoneNameAmerica_Marigot /*name*/,
                                                                                                                    -
                                                                                                                    9234  0x3dab3a59 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9232 const basic::ZoneInfo kZoneAmerica_Port_of_Spain ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9233  kZoneNameAmerica_Port_of_Spain /*name*/,
                                                                                                                    +
                                                                                                                    9234  0xd8b28d59 /*zoneId*/,
                                                                                                                    9235  &kZoneContext /*zoneContext*/,
                                                                                                                    9236  0 /*numEras*/,
                                                                                                                    9237  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9238 };
                                                                                                                    9239 
                                                                                                                    9240 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9241 // Link name: America/Montreal -> America/Toronto
                                                                                                                    +
                                                                                                                    9241 // Link name: America/Shiprock -> America/Denver
                                                                                                                    9242 // Strings (bytes): 10 (originally 17)
                                                                                                                    9243 // Memory (8-bit): 21
                                                                                                                    9244 // Memory (32-bit): 30
                                                                                                                    9245 //---------------------------------------------------------------------------
                                                                                                                    9246 
                                                                                                                    -
                                                                                                                    9247 static const char kZoneNameAmerica_Montreal[] ACE_TIME_PROGMEM = "\x02" "Montreal";
                                                                                                                    +
                                                                                                                    9247 static const char kZoneNameAmerica_Shiprock[] ACE_TIME_PROGMEM = "\x02" "Shiprock";
                                                                                                                    9248 
                                                                                                                    -
                                                                                                                    9249 const basic::ZoneInfo kZoneAmerica_Montreal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9250  kZoneNameAmerica_Montreal /*name*/,
                                                                                                                    -
                                                                                                                    9251  0x203a1ea8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9249 const basic::ZoneInfo kZoneAmerica_Shiprock ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9250  kZoneNameAmerica_Shiprock /*name*/,
                                                                                                                    +
                                                                                                                    9251  0x82fb7049 /*zoneId*/,
                                                                                                                    9252  &kZoneContext /*zoneContext*/,
                                                                                                                    9253  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9254  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9254  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    9255 };
                                                                                                                    9256 
                                                                                                                    9257 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9258 // Link name: America/Montserrat -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9259 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    9260 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    9261 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    9258 // Link name: America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9259 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    9260 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    9261 // Memory (32-bit): 35
                                                                                                                    9262 //---------------------------------------------------------------------------
                                                                                                                    9263 
                                                                                                                    -
                                                                                                                    9264 static const char kZoneNameAmerica_Montserrat[] ACE_TIME_PROGMEM = "\x02" "Montserrat";
                                                                                                                    +
                                                                                                                    9264 static const char kZoneNameAmerica_St_Barthelemy[] ACE_TIME_PROGMEM = "\x02" "St_Barthelemy";
                                                                                                                    9265 
                                                                                                                    -
                                                                                                                    9266 const basic::ZoneInfo kZoneAmerica_Montserrat ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9267  kZoneNameAmerica_Montserrat /*name*/,
                                                                                                                    -
                                                                                                                    9268  0x199b0a35 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9266 const basic::ZoneInfo kZoneAmerica_St_Barthelemy ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9267  kZoneNameAmerica_St_Barthelemy /*name*/,
                                                                                                                    +
                                                                                                                    9268  0x054e6a79 /*zoneId*/,
                                                                                                                    9269  &kZoneContext /*zoneContext*/,
                                                                                                                    9270  0 /*numEras*/,
                                                                                                                    9271  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9272 };
                                                                                                                    9273 
                                                                                                                    9274 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9275 // Link name: America/Nassau -> America/Toronto
                                                                                                                    -
                                                                                                                    9276 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    9277 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9278 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9275 // Link name: America/St_Kitts -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9276 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    9277 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    9278 // Memory (32-bit): 30
                                                                                                                    9279 //---------------------------------------------------------------------------
                                                                                                                    9280 
                                                                                                                    -
                                                                                                                    9281 static const char kZoneNameAmerica_Nassau[] ACE_TIME_PROGMEM = "\x02" "Nassau";
                                                                                                                    +
                                                                                                                    9281 static const char kZoneNameAmerica_St_Kitts[] ACE_TIME_PROGMEM = "\x02" "St_Kitts";
                                                                                                                    9282 
                                                                                                                    -
                                                                                                                    9283 const basic::ZoneInfo kZoneAmerica_Nassau ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9284  kZoneNameAmerica_Nassau /*name*/,
                                                                                                                    -
                                                                                                                    9285  0xaedef011 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9283 const basic::ZoneInfo kZoneAmerica_St_Kitts ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9284  kZoneNameAmerica_St_Kitts /*name*/,
                                                                                                                    +
                                                                                                                    9285  0x04c0507b /*zoneId*/,
                                                                                                                    9286  &kZoneContext /*zoneContext*/,
                                                                                                                    9287  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9288  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9288  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9289 };
                                                                                                                    9290 
                                                                                                                    9291 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9292 // Link name: America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9293 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    9294 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    9295 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    9292 // Link name: America/St_Lucia -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9293 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    9294 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    9295 // Memory (32-bit): 30
                                                                                                                    9296 //---------------------------------------------------------------------------
                                                                                                                    9297 
                                                                                                                    -
                                                                                                                    9298 static const char kZoneNameAmerica_Port_of_Spain[] ACE_TIME_PROGMEM = "\x02" "Port_of_Spain";
                                                                                                                    +
                                                                                                                    9298 static const char kZoneNameAmerica_St_Lucia[] ACE_TIME_PROGMEM = "\x02" "St_Lucia";
                                                                                                                    9299 
                                                                                                                    -
                                                                                                                    9300 const basic::ZoneInfo kZoneAmerica_Port_of_Spain ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9301  kZoneNameAmerica_Port_of_Spain /*name*/,
                                                                                                                    -
                                                                                                                    9302  0xd8b28d59 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9300 const basic::ZoneInfo kZoneAmerica_St_Lucia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9301  kZoneNameAmerica_St_Lucia /*name*/,
                                                                                                                    +
                                                                                                                    9302  0x04d8b3ba /*zoneId*/,
                                                                                                                    9303  &kZoneContext /*zoneContext*/,
                                                                                                                    9304  0 /*numEras*/,
                                                                                                                    9305  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9306 };
                                                                                                                    9307 
                                                                                                                    9308 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9309 // Link name: America/Shiprock -> America/Denver
                                                                                                                    -
                                                                                                                    9310 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    9311 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    9312 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    9309 // Link name: America/St_Thomas -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9310 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    9311 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    9312 // Memory (32-bit): 31
                                                                                                                    9313 //---------------------------------------------------------------------------
                                                                                                                    9314 
                                                                                                                    -
                                                                                                                    9315 static const char kZoneNameAmerica_Shiprock[] ACE_TIME_PROGMEM = "\x02" "Shiprock";
                                                                                                                    +
                                                                                                                    9315 static const char kZoneNameAmerica_St_Thomas[] ACE_TIME_PROGMEM = "\x02" "St_Thomas";
                                                                                                                    9316 
                                                                                                                    -
                                                                                                                    9317 const basic::ZoneInfo kZoneAmerica_Shiprock ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9318  kZoneNameAmerica_Shiprock /*name*/,
                                                                                                                    -
                                                                                                                    9319  0x82fb7049 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9317 const basic::ZoneInfo kZoneAmerica_St_Thomas ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9318  kZoneNameAmerica_St_Thomas /*name*/,
                                                                                                                    +
                                                                                                                    9319  0xb1b3d778 /*zoneId*/,
                                                                                                                    9320  &kZoneContext /*zoneContext*/,
                                                                                                                    9321  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9322  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9322  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9323 };
                                                                                                                    9324 
                                                                                                                    9325 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9326 // Link name: America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9327 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    9328 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    9329 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    9326 // Link name: America/St_Vincent -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9327 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    9328 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    9329 // Memory (32-bit): 32
                                                                                                                    9330 //---------------------------------------------------------------------------
                                                                                                                    9331 
                                                                                                                    -
                                                                                                                    9332 static const char kZoneNameAmerica_St_Barthelemy[] ACE_TIME_PROGMEM = "\x02" "St_Barthelemy";
                                                                                                                    +
                                                                                                                    9332 static const char kZoneNameAmerica_St_Vincent[] ACE_TIME_PROGMEM = "\x02" "St_Vincent";
                                                                                                                    9333 
                                                                                                                    -
                                                                                                                    9334 const basic::ZoneInfo kZoneAmerica_St_Barthelemy ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9335  kZoneNameAmerica_St_Barthelemy /*name*/,
                                                                                                                    -
                                                                                                                    9336  0x054e6a79 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9334 const basic::ZoneInfo kZoneAmerica_St_Vincent ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9335  kZoneNameAmerica_St_Vincent /*name*/,
                                                                                                                    +
                                                                                                                    9336  0x8460e523 /*zoneId*/,
                                                                                                                    9337  &kZoneContext /*zoneContext*/,
                                                                                                                    9338  0 /*numEras*/,
                                                                                                                    9339  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9340 };
                                                                                                                    9341 
                                                                                                                    9342 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9343 // Link name: America/St_Kitts -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9344 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    9345 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    9346 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    9343 // Link name: America/Tortola -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9344 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    9345 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    9346 // Memory (32-bit): 29
                                                                                                                    9347 //---------------------------------------------------------------------------
                                                                                                                    9348 
                                                                                                                    -
                                                                                                                    9349 static const char kZoneNameAmerica_St_Kitts[] ACE_TIME_PROGMEM = "\x02" "St_Kitts";
                                                                                                                    +
                                                                                                                    9349 static const char kZoneNameAmerica_Tortola[] ACE_TIME_PROGMEM = "\x02" "Tortola";
                                                                                                                    9350 
                                                                                                                    -
                                                                                                                    9351 const basic::ZoneInfo kZoneAmerica_St_Kitts ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9352  kZoneNameAmerica_St_Kitts /*name*/,
                                                                                                                    -
                                                                                                                    9353  0x04c0507b /*zoneId*/,
                                                                                                                    +
                                                                                                                    9351 const basic::ZoneInfo kZoneAmerica_Tortola ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9352  kZoneNameAmerica_Tortola /*name*/,
                                                                                                                    +
                                                                                                                    9353  0x7931462b /*zoneId*/,
                                                                                                                    9354  &kZoneContext /*zoneContext*/,
                                                                                                                    9355  0 /*numEras*/,
                                                                                                                    9356  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9357 };
                                                                                                                    9358 
                                                                                                                    9359 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9360 // Link name: America/St_Lucia -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9361 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    9362 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    9363 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    9360 // Link name: America/Virgin -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    9361 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    9362 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9363 // Memory (32-bit): 28
                                                                                                                    9364 //---------------------------------------------------------------------------
                                                                                                                    9365 
                                                                                                                    -
                                                                                                                    9366 static const char kZoneNameAmerica_St_Lucia[] ACE_TIME_PROGMEM = "\x02" "St_Lucia";
                                                                                                                    +
                                                                                                                    9366 static const char kZoneNameAmerica_Virgin[] ACE_TIME_PROGMEM = "\x02" "Virgin";
                                                                                                                    9367 
                                                                                                                    -
                                                                                                                    9368 const basic::ZoneInfo kZoneAmerica_St_Lucia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9369  kZoneNameAmerica_St_Lucia /*name*/,
                                                                                                                    -
                                                                                                                    9370  0x04d8b3ba /*zoneId*/,
                                                                                                                    +
                                                                                                                    9368 const basic::ZoneInfo kZoneAmerica_Virgin ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9369  kZoneNameAmerica_Virgin /*name*/,
                                                                                                                    +
                                                                                                                    9370  0xc2183ab5 /*zoneId*/,
                                                                                                                    9371  &kZoneContext /*zoneContext*/,
                                                                                                                    9372  0 /*numEras*/,
                                                                                                                    9373  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    9374 };
                                                                                                                    9375 
                                                                                                                    9376 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9377 // Link name: America/St_Thomas -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9378 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    9379 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    9380 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    9377 // Link name: Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    9378 // Strings (bytes): 16 (originally 26)
                                                                                                                    +
                                                                                                                    9379 // Memory (8-bit): 27
                                                                                                                    +
                                                                                                                    9380 // Memory (32-bit): 36
                                                                                                                    9381 //---------------------------------------------------------------------------
                                                                                                                    9382 
                                                                                                                    -
                                                                                                                    9383 static const char kZoneNameAmerica_St_Thomas[] ACE_TIME_PROGMEM = "\x02" "St_Thomas";
                                                                                                                    +
                                                                                                                    9383 static const char kZoneNameAntarctica_DumontDUrville[] ACE_TIME_PROGMEM = "\x03" "DumontDUrville";
                                                                                                                    9384 
                                                                                                                    -
                                                                                                                    9385 const basic::ZoneInfo kZoneAmerica_St_Thomas ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9386  kZoneNameAmerica_St_Thomas /*name*/,
                                                                                                                    -
                                                                                                                    9387  0xb1b3d778 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9385 const basic::ZoneInfo kZoneAntarctica_DumontDUrville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9386  kZoneNameAntarctica_DumontDUrville /*name*/,
                                                                                                                    +
                                                                                                                    9387  0x5a3c656c /*zoneId*/,
                                                                                                                    9388  &kZoneContext /*zoneContext*/,
                                                                                                                    9389  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9390  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9390  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    9391 };
                                                                                                                    9392 
                                                                                                                    9393 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9394 // Link name: America/St_Vincent -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9395 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    9396 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    9397 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    9394 // Link name: Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    9395 // Strings (bytes): 9 (originally 19)
                                                                                                                    +
                                                                                                                    9396 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    9397 // Memory (32-bit): 29
                                                                                                                    9398 //---------------------------------------------------------------------------
                                                                                                                    9399 
                                                                                                                    -
                                                                                                                    9400 static const char kZoneNameAmerica_St_Vincent[] ACE_TIME_PROGMEM = "\x02" "St_Vincent";
                                                                                                                    +
                                                                                                                    9400 static const char kZoneNameAntarctica_McMurdo[] ACE_TIME_PROGMEM = "\x03" "McMurdo";
                                                                                                                    9401 
                                                                                                                    -
                                                                                                                    9402 const basic::ZoneInfo kZoneAmerica_St_Vincent ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9403  kZoneNameAmerica_St_Vincent /*name*/,
                                                                                                                    -
                                                                                                                    9404  0x8460e523 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9402 const basic::ZoneInfo kZoneAntarctica_McMurdo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9403  kZoneNameAntarctica_McMurdo /*name*/,
                                                                                                                    +
                                                                                                                    9404  0x6eeb5585 /*zoneId*/,
                                                                                                                    9405  &kZoneContext /*zoneContext*/,
                                                                                                                    9406  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9407  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9407  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    9408 };
                                                                                                                    9409 
                                                                                                                    9410 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9411 // Link name: America/Tortola -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9412 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    9413 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    9414 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    9411 // Link name: Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    9412 // Strings (bytes): 12 (originally 22)
                                                                                                                    +
                                                                                                                    9413 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    9414 // Memory (32-bit): 32
                                                                                                                    9415 //---------------------------------------------------------------------------
                                                                                                                    9416 
                                                                                                                    -
                                                                                                                    9417 static const char kZoneNameAmerica_Tortola[] ACE_TIME_PROGMEM = "\x02" "Tortola";
                                                                                                                    +
                                                                                                                    9417 static const char kZoneNameAntarctica_South_Pole[] ACE_TIME_PROGMEM = "\x03" "South_Pole";
                                                                                                                    9418 
                                                                                                                    -
                                                                                                                    9419 const basic::ZoneInfo kZoneAmerica_Tortola ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9420  kZoneNameAmerica_Tortola /*name*/,
                                                                                                                    -
                                                                                                                    9421  0x7931462b /*zoneId*/,
                                                                                                                    +
                                                                                                                    9419 const basic::ZoneInfo kZoneAntarctica_South_Pole ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9420  kZoneNameAntarctica_South_Pole /*name*/,
                                                                                                                    +
                                                                                                                    9421  0xcd96b290 /*zoneId*/,
                                                                                                                    9422  &kZoneContext /*zoneContext*/,
                                                                                                                    9423  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9424  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9424  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    9425 };
                                                                                                                    9426 
                                                                                                                    9427 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9428 // Link name: America/Virgin -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    9429 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    9430 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9431 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9428 // Link name: Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    9429 // Strings (bytes): 7 (originally 17)
                                                                                                                    +
                                                                                                                    9430 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    9431 // Memory (32-bit): 27
                                                                                                                    9432 //---------------------------------------------------------------------------
                                                                                                                    9433 
                                                                                                                    -
                                                                                                                    9434 static const char kZoneNameAmerica_Virgin[] ACE_TIME_PROGMEM = "\x02" "Virgin";
                                                                                                                    +
                                                                                                                    9434 static const char kZoneNameAntarctica_Syowa[] ACE_TIME_PROGMEM = "\x03" "Syowa";
                                                                                                                    9435 
                                                                                                                    -
                                                                                                                    9436 const basic::ZoneInfo kZoneAmerica_Virgin ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9437  kZoneNameAmerica_Virgin /*name*/,
                                                                                                                    -
                                                                                                                    9438  0xc2183ab5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9436 const basic::ZoneInfo kZoneAntarctica_Syowa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9437  kZoneNameAntarctica_Syowa /*name*/,
                                                                                                                    +
                                                                                                                    9438  0xe330c7e1 /*zoneId*/,
                                                                                                                    9439  &kZoneContext /*zoneContext*/,
                                                                                                                    9440  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9441  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9441  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    9442 };
                                                                                                                    9443 
                                                                                                                    9444 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9445 // Link name: Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    9446 // Strings (bytes): 16 (originally 26)
                                                                                                                    -
                                                                                                                    9447 // Memory (8-bit): 27
                                                                                                                    -
                                                                                                                    9448 // Memory (32-bit): 36
                                                                                                                    +
                                                                                                                    9445 // Link name: Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    9446 // Strings (bytes): 8 (originally 18)
                                                                                                                    +
                                                                                                                    9447 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9448 // Memory (32-bit): 28
                                                                                                                    9449 //---------------------------------------------------------------------------
                                                                                                                    9450 
                                                                                                                    -
                                                                                                                    9451 static const char kZoneNameAntarctica_DumontDUrville[] ACE_TIME_PROGMEM = "\x03" "DumontDUrville";
                                                                                                                    +
                                                                                                                    9451 static const char kZoneNameAntarctica_Vostok[] ACE_TIME_PROGMEM = "\x03" "Vostok";
                                                                                                                    9452 
                                                                                                                    -
                                                                                                                    9453 const basic::ZoneInfo kZoneAntarctica_DumontDUrville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9454  kZoneNameAntarctica_DumontDUrville /*name*/,
                                                                                                                    -
                                                                                                                    9455  0x5a3c656c /*zoneId*/,
                                                                                                                    +
                                                                                                                    9453 const basic::ZoneInfo kZoneAntarctica_Vostok ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9454  kZoneNameAntarctica_Vostok /*name*/,
                                                                                                                    +
                                                                                                                    9455  0x4f966fd4 /*zoneId*/,
                                                                                                                    9456  &kZoneContext /*zoneContext*/,
                                                                                                                    9457  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9458  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9458  &kZoneAsia_Urumqi /*eras(info)*/,
                                                                                                                    9459 };
                                                                                                                    9460 
                                                                                                                    9461 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9462 // Link name: Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    9463 // Strings (bytes): 9 (originally 19)
                                                                                                                    -
                                                                                                                    9464 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    9465 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    9462 // Link name: Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    9463 // Strings (bytes): 20 (originally 20)
                                                                                                                    +
                                                                                                                    9464 // Memory (8-bit): 31
                                                                                                                    +
                                                                                                                    9465 // Memory (32-bit): 40
                                                                                                                    9466 //---------------------------------------------------------------------------
                                                                                                                    9467 
                                                                                                                    -
                                                                                                                    9468 static const char kZoneNameAntarctica_McMurdo[] ACE_TIME_PROGMEM = "\x03" "McMurdo";
                                                                                                                    +
                                                                                                                    9468 static const char kZoneNameArctic_Longyearbyen[] ACE_TIME_PROGMEM = "Arctic/Longyearbyen";
                                                                                                                    9469 
                                                                                                                    -
                                                                                                                    9470 const basic::ZoneInfo kZoneAntarctica_McMurdo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9471  kZoneNameAntarctica_McMurdo /*name*/,
                                                                                                                    -
                                                                                                                    9472  0x6eeb5585 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9470 const basic::ZoneInfo kZoneArctic_Longyearbyen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9471  kZoneNameArctic_Longyearbyen /*name*/,
                                                                                                                    +
                                                                                                                    9472  0xd23e7859 /*zoneId*/,
                                                                                                                    9473  &kZoneContext /*zoneContext*/,
                                                                                                                    9474  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9475  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9475  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    9476 };
                                                                                                                    9477 
                                                                                                                    9478 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9479 // Link name: Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    9480 // Strings (bytes): 12 (originally 22)
                                                                                                                    -
                                                                                                                    9481 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    9482 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    9479 // Link name: Asia/Aden -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    9480 // Strings (bytes): 6 (originally 10)
                                                                                                                    +
                                                                                                                    9481 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    9482 // Memory (32-bit): 26
                                                                                                                    9483 //---------------------------------------------------------------------------
                                                                                                                    9484 
                                                                                                                    -
                                                                                                                    9485 static const char kZoneNameAntarctica_South_Pole[] ACE_TIME_PROGMEM = "\x03" "South_Pole";
                                                                                                                    +
                                                                                                                    9485 static const char kZoneNameAsia_Aden[] ACE_TIME_PROGMEM = "\x04" "Aden";
                                                                                                                    9486 
                                                                                                                    -
                                                                                                                    9487 const basic::ZoneInfo kZoneAntarctica_South_Pole ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9488  kZoneNameAntarctica_South_Pole /*name*/,
                                                                                                                    -
                                                                                                                    9489  0xcd96b290 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9487 const basic::ZoneInfo kZoneAsia_Aden ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9488  kZoneNameAsia_Aden /*name*/,
                                                                                                                    +
                                                                                                                    9489  0x1fa7084a /*zoneId*/,
                                                                                                                    9490  &kZoneContext /*zoneContext*/,
                                                                                                                    9491  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9492  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9492  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    9493 };
                                                                                                                    9494 
                                                                                                                    9495 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9496 // Link name: Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    9497 // Strings (bytes): 7 (originally 17)
                                                                                                                    -
                                                                                                                    9498 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    9499 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    9496 // Link name: Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    +
                                                                                                                    9497 // Strings (bytes): 11 (originally 15)
                                                                                                                    +
                                                                                                                    9498 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    9499 // Memory (32-bit): 31
                                                                                                                    9500 //---------------------------------------------------------------------------
                                                                                                                    9501 
                                                                                                                    -
                                                                                                                    9502 static const char kZoneNameAntarctica_Syowa[] ACE_TIME_PROGMEM = "\x03" "Syowa";
                                                                                                                    +
                                                                                                                    9502 static const char kZoneNameAsia_Ashkhabad[] ACE_TIME_PROGMEM = "\x04" "Ashkhabad";
                                                                                                                    9503 
                                                                                                                    -
                                                                                                                    9504 const basic::ZoneInfo kZoneAntarctica_Syowa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9505  kZoneNameAntarctica_Syowa /*name*/,
                                                                                                                    -
                                                                                                                    9506  0xe330c7e1 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9504 const basic::ZoneInfo kZoneAsia_Ashkhabad ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9505  kZoneNameAsia_Ashkhabad /*name*/,
                                                                                                                    +
                                                                                                                    9506  0x15454f09 /*zoneId*/,
                                                                                                                    9507  &kZoneContext /*zoneContext*/,
                                                                                                                    9508  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9509  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9509  &kZoneAsia_Ashgabat /*eras(info)*/,
                                                                                                                    9510 };
                                                                                                                    9511 
                                                                                                                    9512 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9513 // Link name: Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    9514 // Strings (bytes): 8 (originally 18)
                                                                                                                    -
                                                                                                                    9515 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9516 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9513 // Link name: Asia/Bahrain -> Asia/Qatar
                                                                                                                    +
                                                                                                                    9514 // Strings (bytes): 9 (originally 13)
                                                                                                                    +
                                                                                                                    9515 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    9516 // Memory (32-bit): 29
                                                                                                                    9517 //---------------------------------------------------------------------------
                                                                                                                    9518 
                                                                                                                    -
                                                                                                                    9519 static const char kZoneNameAntarctica_Vostok[] ACE_TIME_PROGMEM = "\x03" "Vostok";
                                                                                                                    +
                                                                                                                    9519 static const char kZoneNameAsia_Bahrain[] ACE_TIME_PROGMEM = "\x04" "Bahrain";
                                                                                                                    9520 
                                                                                                                    -
                                                                                                                    9521 const basic::ZoneInfo kZoneAntarctica_Vostok ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9522  kZoneNameAntarctica_Vostok /*name*/,
                                                                                                                    -
                                                                                                                    9523  0x4f966fd4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9521 const basic::ZoneInfo kZoneAsia_Bahrain ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9522  kZoneNameAsia_Bahrain /*name*/,
                                                                                                                    +
                                                                                                                    9523  0x9d078487 /*zoneId*/,
                                                                                                                    9524  &kZoneContext /*zoneContext*/,
                                                                                                                    9525  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9526  &kZoneAsia_Urumqi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9526  &kZoneAsia_Qatar /*eras(info)*/,
                                                                                                                    9527 };
                                                                                                                    9528 
                                                                                                                    9529 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9530 // Link name: Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    9531 // Strings (bytes): 20 (originally 20)
                                                                                                                    -
                                                                                                                    9532 // Memory (8-bit): 31
                                                                                                                    -
                                                                                                                    9533 // Memory (32-bit): 40
                                                                                                                    +
                                                                                                                    9530 // Link name: Asia/Brunei -> Asia/Kuching
                                                                                                                    +
                                                                                                                    9531 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    9532 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9533 // Memory (32-bit): 28
                                                                                                                    9534 //---------------------------------------------------------------------------
                                                                                                                    9535 
                                                                                                                    -
                                                                                                                    9536 static const char kZoneNameArctic_Longyearbyen[] ACE_TIME_PROGMEM = "Arctic/Longyearbyen";
                                                                                                                    +
                                                                                                                    9536 static const char kZoneNameAsia_Brunei[] ACE_TIME_PROGMEM = "\x04" "Brunei";
                                                                                                                    9537 
                                                                                                                    -
                                                                                                                    9538 const basic::ZoneInfo kZoneArctic_Longyearbyen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9539  kZoneNameArctic_Longyearbyen /*name*/,
                                                                                                                    -
                                                                                                                    9540  0xd23e7859 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9538 const basic::ZoneInfo kZoneAsia_Brunei ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9539  kZoneNameAsia_Brunei /*name*/,
                                                                                                                    +
                                                                                                                    9540  0xa8e595f7 /*zoneId*/,
                                                                                                                    9541  &kZoneContext /*zoneContext*/,
                                                                                                                    9542  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9543  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9543  &kZoneAsia_Kuching /*eras(info)*/,
                                                                                                                    9544 };
                                                                                                                    9545 
                                                                                                                    9546 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9547 // Link name: Asia/Aden -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    9548 // Strings (bytes): 6 (originally 10)
                                                                                                                    -
                                                                                                                    9549 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    9550 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    9547 // Link name: Asia/Calcutta -> Asia/Kolkata
                                                                                                                    +
                                                                                                                    9548 // Strings (bytes): 10 (originally 14)
                                                                                                                    +
                                                                                                                    9549 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    9550 // Memory (32-bit): 30
                                                                                                                    9551 //---------------------------------------------------------------------------
                                                                                                                    9552 
                                                                                                                    -
                                                                                                                    9553 static const char kZoneNameAsia_Aden[] ACE_TIME_PROGMEM = "\x04" "Aden";
                                                                                                                    +
                                                                                                                    9553 static const char kZoneNameAsia_Calcutta[] ACE_TIME_PROGMEM = "\x04" "Calcutta";
                                                                                                                    9554 
                                                                                                                    -
                                                                                                                    9555 const basic::ZoneInfo kZoneAsia_Aden ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9556  kZoneNameAsia_Aden /*name*/,
                                                                                                                    -
                                                                                                                    9557  0x1fa7084a /*zoneId*/,
                                                                                                                    +
                                                                                                                    9555 const basic::ZoneInfo kZoneAsia_Calcutta ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9556  kZoneNameAsia_Calcutta /*name*/,
                                                                                                                    +
                                                                                                                    9557  0x328a44c3 /*zoneId*/,
                                                                                                                    9558  &kZoneContext /*zoneContext*/,
                                                                                                                    9559  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9560  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9560  &kZoneAsia_Kolkata /*eras(info)*/,
                                                                                                                    9561 };
                                                                                                                    9562 
                                                                                                                    9563 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9564 // Link name: Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    +
                                                                                                                    9564 // Link name: Asia/Chongqing -> Asia/Shanghai
                                                                                                                    9565 // Strings (bytes): 11 (originally 15)
                                                                                                                    9566 // Memory (8-bit): 22
                                                                                                                    9567 // Memory (32-bit): 31
                                                                                                                    9568 //---------------------------------------------------------------------------
                                                                                                                    9569 
                                                                                                                    -
                                                                                                                    9570 static const char kZoneNameAsia_Ashkhabad[] ACE_TIME_PROGMEM = "\x04" "Ashkhabad";
                                                                                                                    +
                                                                                                                    9570 static const char kZoneNameAsia_Chongqing[] ACE_TIME_PROGMEM = "\x04" "Chongqing";
                                                                                                                    9571 
                                                                                                                    -
                                                                                                                    9572 const basic::ZoneInfo kZoneAsia_Ashkhabad ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9573  kZoneNameAsia_Ashkhabad /*name*/,
                                                                                                                    -
                                                                                                                    9574  0x15454f09 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9572 const basic::ZoneInfo kZoneAsia_Chongqing ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9573  kZoneNameAsia_Chongqing /*name*/,
                                                                                                                    +
                                                                                                                    9574  0xf937fb90 /*zoneId*/,
                                                                                                                    9575  &kZoneContext /*zoneContext*/,
                                                                                                                    9576  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9577  &kZoneAsia_Ashgabat /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9577  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    9578 };
                                                                                                                    9579 
                                                                                                                    9580 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9581 // Link name: Asia/Bahrain -> Asia/Qatar
                                                                                                                    -
                                                                                                                    9582 // Strings (bytes): 9 (originally 13)
                                                                                                                    -
                                                                                                                    9583 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    9584 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    9581 // Link name: Asia/Chungking -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    9582 // Strings (bytes): 11 (originally 15)
                                                                                                                    +
                                                                                                                    9583 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    9584 // Memory (32-bit): 31
                                                                                                                    9585 //---------------------------------------------------------------------------
                                                                                                                    9586 
                                                                                                                    -
                                                                                                                    9587 static const char kZoneNameAsia_Bahrain[] ACE_TIME_PROGMEM = "\x04" "Bahrain";
                                                                                                                    +
                                                                                                                    9587 static const char kZoneNameAsia_Chungking[] ACE_TIME_PROGMEM = "\x04" "Chungking";
                                                                                                                    9588 
                                                                                                                    -
                                                                                                                    9589 const basic::ZoneInfo kZoneAsia_Bahrain ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9590  kZoneNameAsia_Bahrain /*name*/,
                                                                                                                    -
                                                                                                                    9591  0x9d078487 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9589 const basic::ZoneInfo kZoneAsia_Chungking ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9590  kZoneNameAsia_Chungking /*name*/,
                                                                                                                    +
                                                                                                                    9591  0xc7121dd0 /*zoneId*/,
                                                                                                                    9592  &kZoneContext /*zoneContext*/,
                                                                                                                    9593  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9594  &kZoneAsia_Qatar /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9594  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    9595 };
                                                                                                                    9596 
                                                                                                                    9597 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9598 // Link name: Asia/Brunei -> Asia/Kuching
                                                                                                                    -
                                                                                                                    9599 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    9600 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9601 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9598 // Link name: Asia/Dacca -> Asia/Dhaka
                                                                                                                    +
                                                                                                                    9599 // Strings (bytes): 7 (originally 11)
                                                                                                                    +
                                                                                                                    9600 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    9601 // Memory (32-bit): 27
                                                                                                                    9602 //---------------------------------------------------------------------------
                                                                                                                    9603 
                                                                                                                    -
                                                                                                                    9604 static const char kZoneNameAsia_Brunei[] ACE_TIME_PROGMEM = "\x04" "Brunei";
                                                                                                                    +
                                                                                                                    9604 static const char kZoneNameAsia_Dacca[] ACE_TIME_PROGMEM = "\x04" "Dacca";
                                                                                                                    9605 
                                                                                                                    -
                                                                                                                    9606 const basic::ZoneInfo kZoneAsia_Brunei ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9607  kZoneNameAsia_Brunei /*name*/,
                                                                                                                    -
                                                                                                                    9608  0xa8e595f7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9606 const basic::ZoneInfo kZoneAsia_Dacca ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9607  kZoneNameAsia_Dacca /*name*/,
                                                                                                                    +
                                                                                                                    9608  0x14bcac5e /*zoneId*/,
                                                                                                                    9609  &kZoneContext /*zoneContext*/,
                                                                                                                    9610  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9611  &kZoneAsia_Kuching /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9611  &kZoneAsia_Dhaka /*eras(info)*/,
                                                                                                                    9612 };
                                                                                                                    9613 
                                                                                                                    9614 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9615 // Link name: Asia/Calcutta -> Asia/Kolkata
                                                                                                                    -
                                                                                                                    9616 // Strings (bytes): 10 (originally 14)
                                                                                                                    -
                                                                                                                    9617 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    9618 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    9615 // Link name: Asia/Harbin -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    9616 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    9617 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9618 // Memory (32-bit): 28
                                                                                                                    9619 //---------------------------------------------------------------------------
                                                                                                                    9620 
                                                                                                                    -
                                                                                                                    9621 static const char kZoneNameAsia_Calcutta[] ACE_TIME_PROGMEM = "\x04" "Calcutta";
                                                                                                                    +
                                                                                                                    9621 static const char kZoneNameAsia_Harbin[] ACE_TIME_PROGMEM = "\x04" "Harbin";
                                                                                                                    9622 
                                                                                                                    -
                                                                                                                    9623 const basic::ZoneInfo kZoneAsia_Calcutta ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9624  kZoneNameAsia_Calcutta /*name*/,
                                                                                                                    -
                                                                                                                    9625  0x328a44c3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9623 const basic::ZoneInfo kZoneAsia_Harbin ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9624  kZoneNameAsia_Harbin /*name*/,
                                                                                                                    +
                                                                                                                    9625  0xb5af1186 /*zoneId*/,
                                                                                                                    9626  &kZoneContext /*zoneContext*/,
                                                                                                                    9627  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9628  &kZoneAsia_Kolkata /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9628  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    9629 };
                                                                                                                    9630 
                                                                                                                    9631 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9632 // Link name: Asia/Chongqing -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    9633 // Strings (bytes): 11 (originally 15)
                                                                                                                    -
                                                                                                                    9634 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    9635 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    9632 // Link name: Asia/Kashgar -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    9633 // Strings (bytes): 9 (originally 13)
                                                                                                                    +
                                                                                                                    9634 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    9635 // Memory (32-bit): 29
                                                                                                                    9636 //---------------------------------------------------------------------------
                                                                                                                    9637 
                                                                                                                    -
                                                                                                                    9638 static const char kZoneNameAsia_Chongqing[] ACE_TIME_PROGMEM = "\x04" "Chongqing";
                                                                                                                    +
                                                                                                                    9638 static const char kZoneNameAsia_Kashgar[] ACE_TIME_PROGMEM = "\x04" "Kashgar";
                                                                                                                    9639 
                                                                                                                    -
                                                                                                                    9640 const basic::ZoneInfo kZoneAsia_Chongqing ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9641  kZoneNameAsia_Chongqing /*name*/,
                                                                                                                    -
                                                                                                                    9642  0xf937fb90 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9640 const basic::ZoneInfo kZoneAsia_Kashgar ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9641  kZoneNameAsia_Kashgar /*name*/,
                                                                                                                    +
                                                                                                                    9642  0x52955193 /*zoneId*/,
                                                                                                                    9643  &kZoneContext /*zoneContext*/,
                                                                                                                    9644  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9645  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9645  &kZoneAsia_Urumqi /*eras(info)*/,
                                                                                                                    9646 };
                                                                                                                    9647 
                                                                                                                    9648 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9649 // Link name: Asia/Chungking -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    9650 // Strings (bytes): 11 (originally 15)
                                                                                                                    -
                                                                                                                    9651 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    9652 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    9649 // Link name: Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    +
                                                                                                                    9650 // Strings (bytes): 10 (originally 14)
                                                                                                                    +
                                                                                                                    9651 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    9652 // Memory (32-bit): 30
                                                                                                                    9653 //---------------------------------------------------------------------------
                                                                                                                    9654 
                                                                                                                    -
                                                                                                                    9655 static const char kZoneNameAsia_Chungking[] ACE_TIME_PROGMEM = "\x04" "Chungking";
                                                                                                                    +
                                                                                                                    9655 static const char kZoneNameAsia_Katmandu[] ACE_TIME_PROGMEM = "\x04" "Katmandu";
                                                                                                                    9656 
                                                                                                                    -
                                                                                                                    9657 const basic::ZoneInfo kZoneAsia_Chungking ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9658  kZoneNameAsia_Chungking /*name*/,
                                                                                                                    -
                                                                                                                    9659  0xc7121dd0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9657 const basic::ZoneInfo kZoneAsia_Katmandu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9658  kZoneNameAsia_Katmandu /*name*/,
                                                                                                                    +
                                                                                                                    9659  0xa7ec12c7 /*zoneId*/,
                                                                                                                    9660  &kZoneContext /*zoneContext*/,
                                                                                                                    9661  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9662  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9662  &kZoneAsia_Kathmandu /*eras(info)*/,
                                                                                                                    9663 };
                                                                                                                    9664 
                                                                                                                    9665 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9666 // Link name: Asia/Dacca -> Asia/Dhaka
                                                                                                                    -
                                                                                                                    9667 // Strings (bytes): 7 (originally 11)
                                                                                                                    -
                                                                                                                    9668 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    9669 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    9666 // Link name: Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    +
                                                                                                                    9667 // Strings (bytes): 14 (originally 18)
                                                                                                                    +
                                                                                                                    9668 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    9669 // Memory (32-bit): 34
                                                                                                                    9670 //---------------------------------------------------------------------------
                                                                                                                    9671 
                                                                                                                    -
                                                                                                                    9672 static const char kZoneNameAsia_Dacca[] ACE_TIME_PROGMEM = "\x04" "Dacca";
                                                                                                                    +
                                                                                                                    9672 static const char kZoneNameAsia_Kuala_Lumpur[] ACE_TIME_PROGMEM = "\x04" "Kuala_Lumpur";
                                                                                                                    9673 
                                                                                                                    -
                                                                                                                    9674 const basic::ZoneInfo kZoneAsia_Dacca ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9675  kZoneNameAsia_Dacca /*name*/,
                                                                                                                    -
                                                                                                                    9676  0x14bcac5e /*zoneId*/,
                                                                                                                    +
                                                                                                                    9674 const basic::ZoneInfo kZoneAsia_Kuala_Lumpur ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9675  kZoneNameAsia_Kuala_Lumpur /*name*/,
                                                                                                                    +
                                                                                                                    9676  0x014763c4 /*zoneId*/,
                                                                                                                    9677  &kZoneContext /*zoneContext*/,
                                                                                                                    9678  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9679  &kZoneAsia_Dhaka /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9679  &kZoneAsia_Singapore /*eras(info)*/,
                                                                                                                    9680 };
                                                                                                                    9681 
                                                                                                                    9682 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9683 // Link name: Asia/Harbin -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    9683 // Link name: Asia/Kuwait -> Asia/Riyadh
                                                                                                                    9684 // Strings (bytes): 8 (originally 12)
                                                                                                                    9685 // Memory (8-bit): 19
                                                                                                                    9686 // Memory (32-bit): 28
                                                                                                                    9687 //---------------------------------------------------------------------------
                                                                                                                    9688 
                                                                                                                    -
                                                                                                                    9689 static const char kZoneNameAsia_Harbin[] ACE_TIME_PROGMEM = "\x04" "Harbin";
                                                                                                                    +
                                                                                                                    9689 static const char kZoneNameAsia_Kuwait[] ACE_TIME_PROGMEM = "\x04" "Kuwait";
                                                                                                                    9690 
                                                                                                                    -
                                                                                                                    9691 const basic::ZoneInfo kZoneAsia_Harbin ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9692  kZoneNameAsia_Harbin /*name*/,
                                                                                                                    -
                                                                                                                    9693  0xb5af1186 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9691 const basic::ZoneInfo kZoneAsia_Kuwait ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9692  kZoneNameAsia_Kuwait /*name*/,
                                                                                                                    +
                                                                                                                    9693  0xbe1b2f27 /*zoneId*/,
                                                                                                                    9694  &kZoneContext /*zoneContext*/,
                                                                                                                    9695  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9696  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9696  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    9697 };
                                                                                                                    9698 
                                                                                                                    9699 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9700 // Link name: Asia/Kashgar -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    9701 // Strings (bytes): 9 (originally 13)
                                                                                                                    -
                                                                                                                    9702 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    9703 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    9700 // Link name: Asia/Macao -> Asia/Macau
                                                                                                                    +
                                                                                                                    9701 // Strings (bytes): 7 (originally 11)
                                                                                                                    +
                                                                                                                    9702 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    9703 // Memory (32-bit): 27
                                                                                                                    9704 //---------------------------------------------------------------------------
                                                                                                                    9705 
                                                                                                                    -
                                                                                                                    9706 static const char kZoneNameAsia_Kashgar[] ACE_TIME_PROGMEM = "\x04" "Kashgar";
                                                                                                                    +
                                                                                                                    9706 static const char kZoneNameAsia_Macao[] ACE_TIME_PROGMEM = "\x04" "Macao";
                                                                                                                    9707 
                                                                                                                    -
                                                                                                                    9708 const basic::ZoneInfo kZoneAsia_Kashgar ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9709  kZoneNameAsia_Kashgar /*name*/,
                                                                                                                    -
                                                                                                                    9710  0x52955193 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9708 const basic::ZoneInfo kZoneAsia_Macao ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9709  kZoneNameAsia_Macao /*name*/,
                                                                                                                    +
                                                                                                                    9710  0x155f88b3 /*zoneId*/,
                                                                                                                    9711  &kZoneContext /*zoneContext*/,
                                                                                                                    9712  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9713  &kZoneAsia_Urumqi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9713  &kZoneAsia_Macau /*eras(info)*/,
                                                                                                                    9714 };
                                                                                                                    9715 
                                                                                                                    9716 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9717 // Link name: Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    -
                                                                                                                    9718 // Strings (bytes): 10 (originally 14)
                                                                                                                    -
                                                                                                                    9719 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    9720 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    9717 // Link name: Asia/Muscat -> Asia/Dubai
                                                                                                                    +
                                                                                                                    9718 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    9719 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9720 // Memory (32-bit): 28
                                                                                                                    9721 //---------------------------------------------------------------------------
                                                                                                                    9722 
                                                                                                                    -
                                                                                                                    9723 static const char kZoneNameAsia_Katmandu[] ACE_TIME_PROGMEM = "\x04" "Katmandu";
                                                                                                                    +
                                                                                                                    9723 static const char kZoneNameAsia_Muscat[] ACE_TIME_PROGMEM = "\x04" "Muscat";
                                                                                                                    9724 
                                                                                                                    -
                                                                                                                    9725 const basic::ZoneInfo kZoneAsia_Katmandu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9726  kZoneNameAsia_Katmandu /*name*/,
                                                                                                                    -
                                                                                                                    9727  0xa7ec12c7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9725 const basic::ZoneInfo kZoneAsia_Muscat ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9726  kZoneNameAsia_Muscat /*name*/,
                                                                                                                    +
                                                                                                                    9727  0xc2c3565f /*zoneId*/,
                                                                                                                    9728  &kZoneContext /*zoneContext*/,
                                                                                                                    9729  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9730  &kZoneAsia_Kathmandu /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9730  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    9731 };
                                                                                                                    9732 
                                                                                                                    9733 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9734 // Link name: Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    -
                                                                                                                    9735 // Strings (bytes): 14 (originally 18)
                                                                                                                    -
                                                                                                                    9736 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    9737 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    9734 // Link name: Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    9735 // Strings (bytes): 12 (originally 16)
                                                                                                                    +
                                                                                                                    9736 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    9737 // Memory (32-bit): 32
                                                                                                                    9738 //---------------------------------------------------------------------------
                                                                                                                    9739 
                                                                                                                    -
                                                                                                                    9740 static const char kZoneNameAsia_Kuala_Lumpur[] ACE_TIME_PROGMEM = "\x04" "Kuala_Lumpur";
                                                                                                                    +
                                                                                                                    9740 static const char kZoneNameAsia_Phnom_Penh[] ACE_TIME_PROGMEM = "\x04" "Phnom_Penh";
                                                                                                                    9741 
                                                                                                                    -
                                                                                                                    9742 const basic::ZoneInfo kZoneAsia_Kuala_Lumpur ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9743  kZoneNameAsia_Kuala_Lumpur /*name*/,
                                                                                                                    -
                                                                                                                    9744  0x014763c4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9742 const basic::ZoneInfo kZoneAsia_Phnom_Penh ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9743  kZoneNameAsia_Phnom_Penh /*name*/,
                                                                                                                    +
                                                                                                                    9744  0xc224945e /*zoneId*/,
                                                                                                                    9745  &kZoneContext /*zoneContext*/,
                                                                                                                    9746  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9747  &kZoneAsia_Singapore /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9747  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    9748 };
                                                                                                                    9749 
                                                                                                                    9750 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9751 // Link name: Asia/Kuwait -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    9752 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    9753 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9754 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9751 // Link name: Asia/Rangoon -> Asia/Yangon
                                                                                                                    +
                                                                                                                    9752 // Strings (bytes): 9 (originally 13)
                                                                                                                    +
                                                                                                                    9753 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    9754 // Memory (32-bit): 29
                                                                                                                    9755 //---------------------------------------------------------------------------
                                                                                                                    9756 
                                                                                                                    -
                                                                                                                    9757 static const char kZoneNameAsia_Kuwait[] ACE_TIME_PROGMEM = "\x04" "Kuwait";
                                                                                                                    +
                                                                                                                    9757 static const char kZoneNameAsia_Rangoon[] ACE_TIME_PROGMEM = "\x04" "Rangoon";
                                                                                                                    9758 
                                                                                                                    -
                                                                                                                    9759 const basic::ZoneInfo kZoneAsia_Kuwait ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9760  kZoneNameAsia_Kuwait /*name*/,
                                                                                                                    -
                                                                                                                    9761  0xbe1b2f27 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9759 const basic::ZoneInfo kZoneAsia_Rangoon ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9760  kZoneNameAsia_Rangoon /*name*/,
                                                                                                                    +
                                                                                                                    9761  0x6d1217c6 /*zoneId*/,
                                                                                                                    9762  &kZoneContext /*zoneContext*/,
                                                                                                                    9763  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9764  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9764  &kZoneAsia_Yangon /*eras(info)*/,
                                                                                                                    9765 };
                                                                                                                    9766 
                                                                                                                    9767 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9768 // Link name: Asia/Macao -> Asia/Macau
                                                                                                                    -
                                                                                                                    9769 // Strings (bytes): 7 (originally 11)
                                                                                                                    -
                                                                                                                    9770 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    9771 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    9768 // Link name: Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    9769 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    9770 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9771 // Memory (32-bit): 28
                                                                                                                    9772 //---------------------------------------------------------------------------
                                                                                                                    9773 
                                                                                                                    -
                                                                                                                    9774 static const char kZoneNameAsia_Macao[] ACE_TIME_PROGMEM = "\x04" "Macao";
                                                                                                                    +
                                                                                                                    9774 static const char kZoneNameAsia_Saigon[] ACE_TIME_PROGMEM = "\x04" "Saigon";
                                                                                                                    9775 
                                                                                                                    -
                                                                                                                    9776 const basic::ZoneInfo kZoneAsia_Macao ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9777  kZoneNameAsia_Macao /*name*/,
                                                                                                                    -
                                                                                                                    9778  0x155f88b3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9776 const basic::ZoneInfo kZoneAsia_Saigon ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9777  kZoneNameAsia_Saigon /*name*/,
                                                                                                                    +
                                                                                                                    9778  0xcf52f713 /*zoneId*/,
                                                                                                                    9779  &kZoneContext /*zoneContext*/,
                                                                                                                    9780  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9781  &kZoneAsia_Macau /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9781  &kZoneAsia_Ho_Chi_Minh /*eras(info)*/,
                                                                                                                    9782 };
                                                                                                                    9783 
                                                                                                                    9784 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9785 // Link name: Asia/Muscat -> Asia/Dubai
                                                                                                                    -
                                                                                                                    9786 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    9787 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9788 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9785 // Link name: Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    9786 // Strings (bytes): 10 (originally 14)
                                                                                                                    +
                                                                                                                    9787 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    9788 // Memory (32-bit): 30
                                                                                                                    9789 //---------------------------------------------------------------------------
                                                                                                                    9790 
                                                                                                                    -
                                                                                                                    9791 static const char kZoneNameAsia_Muscat[] ACE_TIME_PROGMEM = "\x04" "Muscat";
                                                                                                                    +
                                                                                                                    9791 static const char kZoneNameAsia_Tel_Aviv[] ACE_TIME_PROGMEM = "\x04" "Tel_Aviv";
                                                                                                                    9792 
                                                                                                                    -
                                                                                                                    9793 const basic::ZoneInfo kZoneAsia_Muscat ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9794  kZoneNameAsia_Muscat /*name*/,
                                                                                                                    -
                                                                                                                    9795  0xc2c3565f /*zoneId*/,
                                                                                                                    +
                                                                                                                    9793 const basic::ZoneInfo kZoneAsia_Tel_Aviv ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9794  kZoneNameAsia_Tel_Aviv /*name*/,
                                                                                                                    +
                                                                                                                    9795  0x166d7c2c /*zoneId*/,
                                                                                                                    9796  &kZoneContext /*zoneContext*/,
                                                                                                                    9797  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9798  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9798  &kZoneAsia_Jerusalem /*eras(info)*/,
                                                                                                                    9799 };
                                                                                                                    9800 
                                                                                                                    9801 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9802 // Link name: Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    9803 // Strings (bytes): 12 (originally 16)
                                                                                                                    -
                                                                                                                    9804 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    9805 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    9802 // Link name: Asia/Thimbu -> Asia/Thimphu
                                                                                                                    +
                                                                                                                    9803 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    9804 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9805 // Memory (32-bit): 28
                                                                                                                    9806 //---------------------------------------------------------------------------
                                                                                                                    9807 
                                                                                                                    -
                                                                                                                    9808 static const char kZoneNameAsia_Phnom_Penh[] ACE_TIME_PROGMEM = "\x04" "Phnom_Penh";
                                                                                                                    +
                                                                                                                    9808 static const char kZoneNameAsia_Thimbu[] ACE_TIME_PROGMEM = "\x04" "Thimbu";
                                                                                                                    9809 
                                                                                                                    -
                                                                                                                    9810 const basic::ZoneInfo kZoneAsia_Phnom_Penh ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9811  kZoneNameAsia_Phnom_Penh /*name*/,
                                                                                                                    -
                                                                                                                    9812  0xc224945e /*zoneId*/,
                                                                                                                    +
                                                                                                                    9810 const basic::ZoneInfo kZoneAsia_Thimbu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9811  kZoneNameAsia_Thimbu /*name*/,
                                                                                                                    +
                                                                                                                    9812  0xd226e31b /*zoneId*/,
                                                                                                                    9813  &kZoneContext /*zoneContext*/,
                                                                                                                    9814  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9815  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9815  &kZoneAsia_Thimphu /*eras(info)*/,
                                                                                                                    9816 };
                                                                                                                    9817 
                                                                                                                    9818 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9819 // Link name: Asia/Rangoon -> Asia/Yangon
                                                                                                                    -
                                                                                                                    9820 // Strings (bytes): 9 (originally 13)
                                                                                                                    -
                                                                                                                    9821 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    9822 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    9819 // Link name: Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    +
                                                                                                                    9820 // Strings (bytes): 15 (originally 19)
                                                                                                                    +
                                                                                                                    9821 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    9822 // Memory (32-bit): 35
                                                                                                                    9823 //---------------------------------------------------------------------------
                                                                                                                    9824 
                                                                                                                    -
                                                                                                                    9825 static const char kZoneNameAsia_Rangoon[] ACE_TIME_PROGMEM = "\x04" "Rangoon";
                                                                                                                    +
                                                                                                                    9825 static const char kZoneNameAsia_Ujung_Pandang[] ACE_TIME_PROGMEM = "\x04" "Ujung_Pandang";
                                                                                                                    9826 
                                                                                                                    -
                                                                                                                    9827 const basic::ZoneInfo kZoneAsia_Rangoon ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9828  kZoneNameAsia_Rangoon /*name*/,
                                                                                                                    -
                                                                                                                    9829  0x6d1217c6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9827 const basic::ZoneInfo kZoneAsia_Ujung_Pandang ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9828  kZoneNameAsia_Ujung_Pandang /*name*/,
                                                                                                                    +
                                                                                                                    9829  0x5d001eb3 /*zoneId*/,
                                                                                                                    9830  &kZoneContext /*zoneContext*/,
                                                                                                                    9831  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9832  &kZoneAsia_Yangon /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9832  &kZoneAsia_Makassar /*eras(info)*/,
                                                                                                                    9833 };
                                                                                                                    9834 
                                                                                                                    9835 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9836 // Link name: Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    9837 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    9838 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9839 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9836 // Link name: Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    9837 // Strings (bytes): 12 (originally 16)
                                                                                                                    +
                                                                                                                    9838 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    9839 // Memory (32-bit): 32
                                                                                                                    9840 //---------------------------------------------------------------------------
                                                                                                                    9841 
                                                                                                                    -
                                                                                                                    9842 static const char kZoneNameAsia_Saigon[] ACE_TIME_PROGMEM = "\x04" "Saigon";
                                                                                                                    +
                                                                                                                    9842 static const char kZoneNameAsia_Ulan_Bator[] ACE_TIME_PROGMEM = "\x04" "Ulan_Bator";
                                                                                                                    9843 
                                                                                                                    -
                                                                                                                    9844 const basic::ZoneInfo kZoneAsia_Saigon ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9845  kZoneNameAsia_Saigon /*name*/,
                                                                                                                    -
                                                                                                                    9846  0xcf52f713 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9844 const basic::ZoneInfo kZoneAsia_Ulan_Bator ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9845  kZoneNameAsia_Ulan_Bator /*name*/,
                                                                                                                    +
                                                                                                                    9846  0x394db4d9 /*zoneId*/,
                                                                                                                    9847  &kZoneContext /*zoneContext*/,
                                                                                                                    9848  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9849  &kZoneAsia_Ho_Chi_Minh /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9849  &kZoneAsia_Ulaanbaatar /*eras(info)*/,
                                                                                                                    9850 };
                                                                                                                    9851 
                                                                                                                    9852 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9853 // Link name: Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    9854 // Strings (bytes): 10 (originally 14)
                                                                                                                    -
                                                                                                                    9855 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    9856 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    9853 // Link name: Asia/Vientiane -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    9854 // Strings (bytes): 11 (originally 15)
                                                                                                                    +
                                                                                                                    9855 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    9856 // Memory (32-bit): 31
                                                                                                                    9857 //---------------------------------------------------------------------------
                                                                                                                    9858 
                                                                                                                    -
                                                                                                                    9859 static const char kZoneNameAsia_Tel_Aviv[] ACE_TIME_PROGMEM = "\x04" "Tel_Aviv";
                                                                                                                    +
                                                                                                                    9859 static const char kZoneNameAsia_Vientiane[] ACE_TIME_PROGMEM = "\x04" "Vientiane";
                                                                                                                    9860 
                                                                                                                    -
                                                                                                                    9861 const basic::ZoneInfo kZoneAsia_Tel_Aviv ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9862  kZoneNameAsia_Tel_Aviv /*name*/,
                                                                                                                    -
                                                                                                                    9863  0x166d7c2c /*zoneId*/,
                                                                                                                    +
                                                                                                                    9861 const basic::ZoneInfo kZoneAsia_Vientiane ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9862  kZoneNameAsia_Vientiane /*name*/,
                                                                                                                    +
                                                                                                                    9863  0x89d68d75 /*zoneId*/,
                                                                                                                    9864  &kZoneContext /*zoneContext*/,
                                                                                                                    9865  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9866  &kZoneAsia_Jerusalem /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9866  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    9867 };
                                                                                                                    9868 
                                                                                                                    9869 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9870 // Link name: Asia/Thimbu -> Asia/Thimphu
                                                                                                                    -
                                                                                                                    9871 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    9870 // Link name: Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    +
                                                                                                                    9871 // Strings (bytes): 8 (originally 16)
                                                                                                                    9872 // Memory (8-bit): 19
                                                                                                                    9873 // Memory (32-bit): 28
                                                                                                                    9874 //---------------------------------------------------------------------------
                                                                                                                    9875 
                                                                                                                    -
                                                                                                                    9876 static const char kZoneNameAsia_Thimbu[] ACE_TIME_PROGMEM = "\x04" "Thimbu";
                                                                                                                    +
                                                                                                                    9876 static const char kZoneNameAtlantic_Faeroe[] ACE_TIME_PROGMEM = "\x05" "Faeroe";
                                                                                                                    9877 
                                                                                                                    -
                                                                                                                    9878 const basic::ZoneInfo kZoneAsia_Thimbu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9879  kZoneNameAsia_Thimbu /*name*/,
                                                                                                                    -
                                                                                                                    9880  0xd226e31b /*zoneId*/,
                                                                                                                    +
                                                                                                                    9878 const basic::ZoneInfo kZoneAtlantic_Faeroe ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9879  kZoneNameAtlantic_Faeroe /*name*/,
                                                                                                                    +
                                                                                                                    9880  0x031ec516 /*zoneId*/,
                                                                                                                    9881  &kZoneContext /*zoneContext*/,
                                                                                                                    9882  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9883  &kZoneAsia_Thimphu /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9883  &kZoneAtlantic_Faroe /*eras(info)*/,
                                                                                                                    9884 };
                                                                                                                    9885 
                                                                                                                    9886 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9887 // Link name: Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    -
                                                                                                                    9888 // Strings (bytes): 15 (originally 19)
                                                                                                                    -
                                                                                                                    9889 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    9890 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    9887 // Link name: Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    9888 // Strings (bytes): 11 (originally 19)
                                                                                                                    +
                                                                                                                    9889 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    9890 // Memory (32-bit): 31
                                                                                                                    9891 //---------------------------------------------------------------------------
                                                                                                                    9892 
                                                                                                                    -
                                                                                                                    9893 static const char kZoneNameAsia_Ujung_Pandang[] ACE_TIME_PROGMEM = "\x04" "Ujung_Pandang";
                                                                                                                    +
                                                                                                                    9893 static const char kZoneNameAtlantic_Jan_Mayen[] ACE_TIME_PROGMEM = "\x05" "Jan_Mayen";
                                                                                                                    9894 
                                                                                                                    -
                                                                                                                    9895 const basic::ZoneInfo kZoneAsia_Ujung_Pandang ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9896  kZoneNameAsia_Ujung_Pandang /*name*/,
                                                                                                                    -
                                                                                                                    9897  0x5d001eb3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9895 const basic::ZoneInfo kZoneAtlantic_Jan_Mayen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9896  kZoneNameAtlantic_Jan_Mayen /*name*/,
                                                                                                                    +
                                                                                                                    9897  0x5a7535b6 /*zoneId*/,
                                                                                                                    9898  &kZoneContext /*zoneContext*/,
                                                                                                                    9899  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9900  &kZoneAsia_Makassar /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9900  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    9901 };
                                                                                                                    9902 
                                                                                                                    9903 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9904 // Link name: Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    9905 // Strings (bytes): 12 (originally 16)
                                                                                                                    -
                                                                                                                    9906 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    9907 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    9904 // Link name: Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    9905 // Strings (bytes): 11 (originally 19)
                                                                                                                    +
                                                                                                                    9906 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    9907 // Memory (32-bit): 31
                                                                                                                    9908 //---------------------------------------------------------------------------
                                                                                                                    9909 
                                                                                                                    -
                                                                                                                    9910 static const char kZoneNameAsia_Ulan_Bator[] ACE_TIME_PROGMEM = "\x04" "Ulan_Bator";
                                                                                                                    +
                                                                                                                    9910 static const char kZoneNameAtlantic_Reykjavik[] ACE_TIME_PROGMEM = "\x05" "Reykjavik";
                                                                                                                    9911 
                                                                                                                    -
                                                                                                                    9912 const basic::ZoneInfo kZoneAsia_Ulan_Bator ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9913  kZoneNameAsia_Ulan_Bator /*name*/,
                                                                                                                    -
                                                                                                                    9914  0x394db4d9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9912 const basic::ZoneInfo kZoneAtlantic_Reykjavik ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9913  kZoneNameAtlantic_Reykjavik /*name*/,
                                                                                                                    +
                                                                                                                    9914  0x1c2b4f74 /*zoneId*/,
                                                                                                                    9915  &kZoneContext /*zoneContext*/,
                                                                                                                    9916  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9917  &kZoneAsia_Ulaanbaatar /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9917  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    9918 };
                                                                                                                    9919 
                                                                                                                    9920 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9921 // Link name: Asia/Vientiane -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    9922 // Strings (bytes): 11 (originally 15)
                                                                                                                    +
                                                                                                                    9921 // Link name: Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    9922 // Strings (bytes): 11 (originally 19)
                                                                                                                    9923 // Memory (8-bit): 22
                                                                                                                    9924 // Memory (32-bit): 31
                                                                                                                    9925 //---------------------------------------------------------------------------
                                                                                                                    9926 
                                                                                                                    -
                                                                                                                    9927 static const char kZoneNameAsia_Vientiane[] ACE_TIME_PROGMEM = "\x04" "Vientiane";
                                                                                                                    +
                                                                                                                    9927 static const char kZoneNameAtlantic_St_Helena[] ACE_TIME_PROGMEM = "\x05" "St_Helena";
                                                                                                                    9928 
                                                                                                                    -
                                                                                                                    9929 const basic::ZoneInfo kZoneAsia_Vientiane ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9930  kZoneNameAsia_Vientiane /*name*/,
                                                                                                                    -
                                                                                                                    9931  0x89d68d75 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9929 const basic::ZoneInfo kZoneAtlantic_St_Helena ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9930  kZoneNameAtlantic_St_Helena /*name*/,
                                                                                                                    +
                                                                                                                    9931  0x451fc5f7 /*zoneId*/,
                                                                                                                    9932  &kZoneContext /*zoneContext*/,
                                                                                                                    9933  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9934  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9934  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    9935 };
                                                                                                                    9936 
                                                                                                                    9937 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9938 // Link name: Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    -
                                                                                                                    9939 // Strings (bytes): 8 (originally 16)
                                                                                                                    -
                                                                                                                    9940 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    9941 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    9938 // Link name: Australia/ACT -> Australia/Sydney
                                                                                                                    +
                                                                                                                    9939 // Strings (bytes): 5 (originally 14)
                                                                                                                    +
                                                                                                                    9940 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    9941 // Memory (32-bit): 25
                                                                                                                    9942 //---------------------------------------------------------------------------
                                                                                                                    9943 
                                                                                                                    -
                                                                                                                    9944 static const char kZoneNameAtlantic_Faeroe[] ACE_TIME_PROGMEM = "\x05" "Faeroe";
                                                                                                                    +
                                                                                                                    9944 static const char kZoneNameAustralia_ACT[] ACE_TIME_PROGMEM = "\x06" "ACT";
                                                                                                                    9945 
                                                                                                                    -
                                                                                                                    9946 const basic::ZoneInfo kZoneAtlantic_Faeroe ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9947  kZoneNameAtlantic_Faeroe /*name*/,
                                                                                                                    -
                                                                                                                    9948  0x031ec516 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9946 const basic::ZoneInfo kZoneAustralia_ACT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9947  kZoneNameAustralia_ACT /*name*/,
                                                                                                                    +
                                                                                                                    9948  0x8a970eb2 /*zoneId*/,
                                                                                                                    9949  &kZoneContext /*zoneContext*/,
                                                                                                                    9950  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9951  &kZoneAtlantic_Faroe /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9951  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    9952 };
                                                                                                                    9953 
                                                                                                                    9954 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9955 // Link name: Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    9956 // Strings (bytes): 11 (originally 19)
                                                                                                                    -
                                                                                                                    9957 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    9958 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    9955 // Link name: Australia/Canberra -> Australia/Sydney
                                                                                                                    +
                                                                                                                    9956 // Strings (bytes): 10 (originally 19)
                                                                                                                    +
                                                                                                                    9957 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    9958 // Memory (32-bit): 30
                                                                                                                    9959 //---------------------------------------------------------------------------
                                                                                                                    9960 
                                                                                                                    -
                                                                                                                    9961 static const char kZoneNameAtlantic_Jan_Mayen[] ACE_TIME_PROGMEM = "\x05" "Jan_Mayen";
                                                                                                                    +
                                                                                                                    9961 static const char kZoneNameAustralia_Canberra[] ACE_TIME_PROGMEM = "\x06" "Canberra";
                                                                                                                    9962 
                                                                                                                    -
                                                                                                                    9963 const basic::ZoneInfo kZoneAtlantic_Jan_Mayen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9964  kZoneNameAtlantic_Jan_Mayen /*name*/,
                                                                                                                    -
                                                                                                                    9965  0x5a7535b6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9963 const basic::ZoneInfo kZoneAustralia_Canberra ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9964  kZoneNameAustralia_Canberra /*name*/,
                                                                                                                    +
                                                                                                                    9965  0x2a09ae58 /*zoneId*/,
                                                                                                                    9966  &kZoneContext /*zoneContext*/,
                                                                                                                    9967  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9968  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9968  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    9969 };
                                                                                                                    9970 
                                                                                                                    9971 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9972 // Link name: Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    9973 // Strings (bytes): 11 (originally 19)
                                                                                                                    -
                                                                                                                    9974 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    9975 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    9972 // Link name: Australia/Currie -> Australia/Hobart
                                                                                                                    +
                                                                                                                    9973 // Strings (bytes): 8 (originally 17)
                                                                                                                    +
                                                                                                                    9974 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    9975 // Memory (32-bit): 28
                                                                                                                    9976 //---------------------------------------------------------------------------
                                                                                                                    9977 
                                                                                                                    -
                                                                                                                    9978 static const char kZoneNameAtlantic_Reykjavik[] ACE_TIME_PROGMEM = "\x05" "Reykjavik";
                                                                                                                    +
                                                                                                                    9978 static const char kZoneNameAustralia_Currie[] ACE_TIME_PROGMEM = "\x06" "Currie";
                                                                                                                    9979 
                                                                                                                    -
                                                                                                                    9980 const basic::ZoneInfo kZoneAtlantic_Reykjavik ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9981  kZoneNameAtlantic_Reykjavik /*name*/,
                                                                                                                    -
                                                                                                                    9982  0x1c2b4f74 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9980 const basic::ZoneInfo kZoneAustralia_Currie ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9981  kZoneNameAustralia_Currie /*name*/,
                                                                                                                    +
                                                                                                                    9982  0x278b6a24 /*zoneId*/,
                                                                                                                    9983  &kZoneContext /*zoneContext*/,
                                                                                                                    9984  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    9985  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    9985  &kZoneAustralia_Hobart /*eras(info)*/,
                                                                                                                    9986 };
                                                                                                                    9987 
                                                                                                                    9988 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    9989 // Link name: Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    9990 // Strings (bytes): 11 (originally 19)
                                                                                                                    -
                                                                                                                    9991 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    9992 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    9989 // Link name: Australia/LHI -> Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    9990 // Strings (bytes): 5 (originally 14)
                                                                                                                    +
                                                                                                                    9991 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    9992 // Memory (32-bit): 25
                                                                                                                    9993 //---------------------------------------------------------------------------
                                                                                                                    9994 
                                                                                                                    -
                                                                                                                    9995 static const char kZoneNameAtlantic_St_Helena[] ACE_TIME_PROGMEM = "\x05" "St_Helena";
                                                                                                                    +
                                                                                                                    9995 static const char kZoneNameAustralia_LHI[] ACE_TIME_PROGMEM = "\x06" "LHI";
                                                                                                                    9996 
                                                                                                                    -
                                                                                                                    9997 const basic::ZoneInfo kZoneAtlantic_St_Helena ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    9998  kZoneNameAtlantic_St_Helena /*name*/,
                                                                                                                    -
                                                                                                                    9999  0x451fc5f7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    9997 const basic::ZoneInfo kZoneAustralia_LHI ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    9998  kZoneNameAustralia_LHI /*name*/,
                                                                                                                    +
                                                                                                                    9999  0x8a973e17 /*zoneId*/,
                                                                                                                    10000  &kZoneContext /*zoneContext*/,
                                                                                                                    10001  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10002  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10002  &kZoneAustralia_Lord_Howe /*eras(info)*/,
                                                                                                                    10003 };
                                                                                                                    10004 
                                                                                                                    10005 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10006 // Link name: Australia/ACT -> Australia/Sydney
                                                                                                                    +
                                                                                                                    10006 // Link name: Australia/NSW -> Australia/Sydney
                                                                                                                    10007 // Strings (bytes): 5 (originally 14)
                                                                                                                    10008 // Memory (8-bit): 16
                                                                                                                    10009 // Memory (32-bit): 25
                                                                                                                    10010 //---------------------------------------------------------------------------
                                                                                                                    10011 
                                                                                                                    -
                                                                                                                    10012 static const char kZoneNameAustralia_ACT[] ACE_TIME_PROGMEM = "\x06" "ACT";
                                                                                                                    +
                                                                                                                    10012 static const char kZoneNameAustralia_NSW[] ACE_TIME_PROGMEM = "\x06" "NSW";
                                                                                                                    10013 
                                                                                                                    -
                                                                                                                    10014 const basic::ZoneInfo kZoneAustralia_ACT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10015  kZoneNameAustralia_ACT /*name*/,
                                                                                                                    -
                                                                                                                    10016  0x8a970eb2 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10014 const basic::ZoneInfo kZoneAustralia_NSW ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10015  kZoneNameAustralia_NSW /*name*/,
                                                                                                                    +
                                                                                                                    10016  0x8a974812 /*zoneId*/,
                                                                                                                    10017  &kZoneContext /*zoneContext*/,
                                                                                                                    10018  0 /*numEras*/,
                                                                                                                    10019  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    10020 };
                                                                                                                    10021 
                                                                                                                    10022 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10023 // Link name: Australia/Canberra -> Australia/Sydney
                                                                                                                    -
                                                                                                                    10024 // Strings (bytes): 10 (originally 19)
                                                                                                                    -
                                                                                                                    10025 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    10026 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    10023 // Link name: Australia/North -> Australia/Darwin
                                                                                                                    +
                                                                                                                    10024 // Strings (bytes): 7 (originally 16)
                                                                                                                    +
                                                                                                                    10025 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    10026 // Memory (32-bit): 27
                                                                                                                    10027 //---------------------------------------------------------------------------
                                                                                                                    10028 
                                                                                                                    -
                                                                                                                    10029 static const char kZoneNameAustralia_Canberra[] ACE_TIME_PROGMEM = "\x06" "Canberra";
                                                                                                                    +
                                                                                                                    10029 static const char kZoneNameAustralia_North[] ACE_TIME_PROGMEM = "\x06" "North";
                                                                                                                    10030 
                                                                                                                    -
                                                                                                                    10031 const basic::ZoneInfo kZoneAustralia_Canberra ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10032  kZoneNameAustralia_Canberra /*name*/,
                                                                                                                    -
                                                                                                                    10033  0x2a09ae58 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10031 const basic::ZoneInfo kZoneAustralia_North ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10032  kZoneNameAustralia_North /*name*/,
                                                                                                                    +
                                                                                                                    10033  0x8d997165 /*zoneId*/,
                                                                                                                    10034  &kZoneContext /*zoneContext*/,
                                                                                                                    10035  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10036  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10036  &kZoneAustralia_Darwin /*eras(info)*/,
                                                                                                                    10037 };
                                                                                                                    10038 
                                                                                                                    10039 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10040 // Link name: Australia/Currie -> Australia/Hobart
                                                                                                                    -
                                                                                                                    10041 // Strings (bytes): 8 (originally 17)
                                                                                                                    -
                                                                                                                    10042 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    10043 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    10040 // Link name: Australia/Queensland -> Australia/Brisbane
                                                                                                                    +
                                                                                                                    10041 // Strings (bytes): 12 (originally 21)
                                                                                                                    +
                                                                                                                    10042 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10043 // Memory (32-bit): 32
                                                                                                                    10044 //---------------------------------------------------------------------------
                                                                                                                    10045 
                                                                                                                    -
                                                                                                                    10046 static const char kZoneNameAustralia_Currie[] ACE_TIME_PROGMEM = "\x06" "Currie";
                                                                                                                    +
                                                                                                                    10046 static const char kZoneNameAustralia_Queensland[] ACE_TIME_PROGMEM = "\x06" "Queensland";
                                                                                                                    10047 
                                                                                                                    -
                                                                                                                    10048 const basic::ZoneInfo kZoneAustralia_Currie ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10049  kZoneNameAustralia_Currie /*name*/,
                                                                                                                    -
                                                                                                                    10050  0x278b6a24 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10048 const basic::ZoneInfo kZoneAustralia_Queensland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10049  kZoneNameAustralia_Queensland /*name*/,
                                                                                                                    +
                                                                                                                    10050  0xd326ed0a /*zoneId*/,
                                                                                                                    10051  &kZoneContext /*zoneContext*/,
                                                                                                                    10052  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10053  &kZoneAustralia_Hobart /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10053  &kZoneAustralia_Brisbane /*eras(info)*/,
                                                                                                                    10054 };
                                                                                                                    10055 
                                                                                                                    10056 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10057 // Link name: Australia/LHI -> Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    10058 // Strings (bytes): 5 (originally 14)
                                                                                                                    -
                                                                                                                    10059 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    10060 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    10057 // Link name: Australia/South -> Australia/Adelaide
                                                                                                                    +
                                                                                                                    10058 // Strings (bytes): 7 (originally 16)
                                                                                                                    +
                                                                                                                    10059 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    10060 // Memory (32-bit): 27
                                                                                                                    10061 //---------------------------------------------------------------------------
                                                                                                                    10062 
                                                                                                                    -
                                                                                                                    10063 static const char kZoneNameAustralia_LHI[] ACE_TIME_PROGMEM = "\x06" "LHI";
                                                                                                                    +
                                                                                                                    10063 static const char kZoneNameAustralia_South[] ACE_TIME_PROGMEM = "\x06" "South";
                                                                                                                    10064 
                                                                                                                    -
                                                                                                                    10065 const basic::ZoneInfo kZoneAustralia_LHI ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10066  kZoneNameAustralia_LHI /*name*/,
                                                                                                                    -
                                                                                                                    10067  0x8a973e17 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10065 const basic::ZoneInfo kZoneAustralia_South ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10066  kZoneNameAustralia_South /*name*/,
                                                                                                                    +
                                                                                                                    10067  0x8df3f8ad /*zoneId*/,
                                                                                                                    10068  &kZoneContext /*zoneContext*/,
                                                                                                                    10069  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10070  &kZoneAustralia_Lord_Howe /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10070  &kZoneAustralia_Adelaide /*eras(info)*/,
                                                                                                                    10071 };
                                                                                                                    10072 
                                                                                                                    10073 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10074 // Link name: Australia/NSW -> Australia/Sydney
                                                                                                                    -
                                                                                                                    10075 // Strings (bytes): 5 (originally 14)
                                                                                                                    -
                                                                                                                    10076 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    10077 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    10074 // Link name: Australia/Tasmania -> Australia/Hobart
                                                                                                                    +
                                                                                                                    10075 // Strings (bytes): 10 (originally 19)
                                                                                                                    +
                                                                                                                    10076 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    10077 // Memory (32-bit): 30
                                                                                                                    10078 //---------------------------------------------------------------------------
                                                                                                                    10079 
                                                                                                                    -
                                                                                                                    10080 static const char kZoneNameAustralia_NSW[] ACE_TIME_PROGMEM = "\x06" "NSW";
                                                                                                                    +
                                                                                                                    10080 static const char kZoneNameAustralia_Tasmania[] ACE_TIME_PROGMEM = "\x06" "Tasmania";
                                                                                                                    10081 
                                                                                                                    -
                                                                                                                    10082 const basic::ZoneInfo kZoneAustralia_NSW ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10083  kZoneNameAustralia_NSW /*name*/,
                                                                                                                    -
                                                                                                                    10084  0x8a974812 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10082 const basic::ZoneInfo kZoneAustralia_Tasmania ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10083  kZoneNameAustralia_Tasmania /*name*/,
                                                                                                                    +
                                                                                                                    10084  0xe6d76648 /*zoneId*/,
                                                                                                                    10085  &kZoneContext /*zoneContext*/,
                                                                                                                    10086  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10087  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10087  &kZoneAustralia_Hobart /*eras(info)*/,
                                                                                                                    10088 };
                                                                                                                    10089 
                                                                                                                    10090 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10091 // Link name: Australia/North -> Australia/Darwin
                                                                                                                    -
                                                                                                                    10092 // Strings (bytes): 7 (originally 16)
                                                                                                                    -
                                                                                                                    10093 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    10094 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    10091 // Link name: Australia/Victoria -> Australia/Melbourne
                                                                                                                    +
                                                                                                                    10092 // Strings (bytes): 10 (originally 19)
                                                                                                                    +
                                                                                                                    10093 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    10094 // Memory (32-bit): 30
                                                                                                                    10095 //---------------------------------------------------------------------------
                                                                                                                    10096 
                                                                                                                    -
                                                                                                                    10097 static const char kZoneNameAustralia_North[] ACE_TIME_PROGMEM = "\x06" "North";
                                                                                                                    +
                                                                                                                    10097 static const char kZoneNameAustralia_Victoria[] ACE_TIME_PROGMEM = "\x06" "Victoria";
                                                                                                                    10098 
                                                                                                                    -
                                                                                                                    10099 const basic::ZoneInfo kZoneAustralia_North ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10100  kZoneNameAustralia_North /*name*/,
                                                                                                                    -
                                                                                                                    10101  0x8d997165 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10099 const basic::ZoneInfo kZoneAustralia_Victoria ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10100  kZoneNameAustralia_Victoria /*name*/,
                                                                                                                    +
                                                                                                                    10101  0x0260d5db /*zoneId*/,
                                                                                                                    10102  &kZoneContext /*zoneContext*/,
                                                                                                                    10103  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10104  &kZoneAustralia_Darwin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10104  &kZoneAustralia_Melbourne /*eras(info)*/,
                                                                                                                    10105 };
                                                                                                                    10106 
                                                                                                                    10107 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10108 // Link name: Australia/Queensland -> Australia/Brisbane
                                                                                                                    -
                                                                                                                    10109 // Strings (bytes): 12 (originally 21)
                                                                                                                    -
                                                                                                                    10110 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    10111 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    10108 // Link name: Australia/West -> Australia/Perth
                                                                                                                    +
                                                                                                                    10109 // Strings (bytes): 6 (originally 15)
                                                                                                                    +
                                                                                                                    10110 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    10111 // Memory (32-bit): 26
                                                                                                                    10112 //---------------------------------------------------------------------------
                                                                                                                    10113 
                                                                                                                    -
                                                                                                                    10114 static const char kZoneNameAustralia_Queensland[] ACE_TIME_PROGMEM = "\x06" "Queensland";
                                                                                                                    +
                                                                                                                    10114 static const char kZoneNameAustralia_West[] ACE_TIME_PROGMEM = "\x06" "West";
                                                                                                                    10115 
                                                                                                                    -
                                                                                                                    10116 const basic::ZoneInfo kZoneAustralia_Queensland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10117  kZoneNameAustralia_Queensland /*name*/,
                                                                                                                    -
                                                                                                                    10118  0xd326ed0a /*zoneId*/,
                                                                                                                    +
                                                                                                                    10116 const basic::ZoneInfo kZoneAustralia_West ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10117  kZoneNameAustralia_West /*name*/,
                                                                                                                    +
                                                                                                                    10118  0xdd858a5d /*zoneId*/,
                                                                                                                    10119  &kZoneContext /*zoneContext*/,
                                                                                                                    10120  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10121  &kZoneAustralia_Brisbane /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10121  &kZoneAustralia_Perth /*eras(info)*/,
                                                                                                                    10122 };
                                                                                                                    10123 
                                                                                                                    10124 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10125 // Link name: Australia/South -> Australia/Adelaide
                                                                                                                    -
                                                                                                                    10126 // Strings (bytes): 7 (originally 16)
                                                                                                                    -
                                                                                                                    10127 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    10128 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    10125 // Link name: Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    10126 // Strings (bytes): 12 (originally 21)
                                                                                                                    +
                                                                                                                    10127 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10128 // Memory (32-bit): 32
                                                                                                                    10129 //---------------------------------------------------------------------------
                                                                                                                    10130 
                                                                                                                    -
                                                                                                                    10131 static const char kZoneNameAustralia_South[] ACE_TIME_PROGMEM = "\x06" "South";
                                                                                                                    +
                                                                                                                    10131 static const char kZoneNameAustralia_Yancowinna[] ACE_TIME_PROGMEM = "\x06" "Yancowinna";
                                                                                                                    10132 
                                                                                                                    -
                                                                                                                    10133 const basic::ZoneInfo kZoneAustralia_South ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10134  kZoneNameAustralia_South /*name*/,
                                                                                                                    -
                                                                                                                    10135  0x8df3f8ad /*zoneId*/,
                                                                                                                    +
                                                                                                                    10133 const basic::ZoneInfo kZoneAustralia_Yancowinna ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10134  kZoneNameAustralia_Yancowinna /*name*/,
                                                                                                                    +
                                                                                                                    10135  0x90bac131 /*zoneId*/,
                                                                                                                    10136  &kZoneContext /*zoneContext*/,
                                                                                                                    10137  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10138  &kZoneAustralia_Adelaide /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10138  &kZoneAustralia_Broken_Hill /*eras(info)*/,
                                                                                                                    10139 };
                                                                                                                    10140 
                                                                                                                    10141 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10142 // Link name: Australia/Tasmania -> Australia/Hobart
                                                                                                                    -
                                                                                                                    10143 // Strings (bytes): 10 (originally 19)
                                                                                                                    -
                                                                                                                    10144 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    10145 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    10142 // Link name: Brazil/East -> America/Sao_Paulo
                                                                                                                    +
                                                                                                                    10143 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    10144 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10145 // Memory (32-bit): 32
                                                                                                                    10146 //---------------------------------------------------------------------------
                                                                                                                    10147 
                                                                                                                    -
                                                                                                                    10148 static const char kZoneNameAustralia_Tasmania[] ACE_TIME_PROGMEM = "\x06" "Tasmania";
                                                                                                                    +
                                                                                                                    10148 static const char kZoneNameBrazil_East[] ACE_TIME_PROGMEM = "Brazil/East";
                                                                                                                    10149 
                                                                                                                    -
                                                                                                                    10150 const basic::ZoneInfo kZoneAustralia_Tasmania ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10151  kZoneNameAustralia_Tasmania /*name*/,
                                                                                                                    -
                                                                                                                    10152  0xe6d76648 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10150 const basic::ZoneInfo kZoneBrazil_East ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10151  kZoneNameBrazil_East /*name*/,
                                                                                                                    +
                                                                                                                    10152  0x669578c5 /*zoneId*/,
                                                                                                                    10153  &kZoneContext /*zoneContext*/,
                                                                                                                    10154  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10155  &kZoneAustralia_Hobart /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10155  &kZoneAmerica_Sao_Paulo /*eras(info)*/,
                                                                                                                    10156 };
                                                                                                                    10157 
                                                                                                                    10158 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10159 // Link name: Australia/Victoria -> Australia/Melbourne
                                                                                                                    -
                                                                                                                    10160 // Strings (bytes): 10 (originally 19)
                                                                                                                    -
                                                                                                                    10161 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    10162 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    10159 // Link name: Brazil/West -> America/Manaus
                                                                                                                    +
                                                                                                                    10160 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    10161 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10162 // Memory (32-bit): 32
                                                                                                                    10163 //---------------------------------------------------------------------------
                                                                                                                    10164 
                                                                                                                    -
                                                                                                                    10165 static const char kZoneNameAustralia_Victoria[] ACE_TIME_PROGMEM = "\x06" "Victoria";
                                                                                                                    +
                                                                                                                    10165 static const char kZoneNameBrazil_West[] ACE_TIME_PROGMEM = "Brazil/West";
                                                                                                                    10166 
                                                                                                                    -
                                                                                                                    10167 const basic::ZoneInfo kZoneAustralia_Victoria ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10168  kZoneNameAustralia_Victoria /*name*/,
                                                                                                                    -
                                                                                                                    10169  0x0260d5db /*zoneId*/,
                                                                                                                    +
                                                                                                                    10167 const basic::ZoneInfo kZoneBrazil_West ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10168  kZoneNameBrazil_West /*name*/,
                                                                                                                    +
                                                                                                                    10169  0x669f689b /*zoneId*/,
                                                                                                                    10170  &kZoneContext /*zoneContext*/,
                                                                                                                    10171  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10172  &kZoneAustralia_Melbourne /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10172  &kZoneAmerica_Manaus /*eras(info)*/,
                                                                                                                    10173 };
                                                                                                                    10174 
                                                                                                                    10175 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10176 // Link name: Australia/West -> Australia/Perth
                                                                                                                    -
                                                                                                                    10177 // Strings (bytes): 6 (originally 15)
                                                                                                                    -
                                                                                                                    10178 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    10179 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    10176 // Link name: Canada/Atlantic -> America/Halifax
                                                                                                                    +
                                                                                                                    10177 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    10178 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    10179 // Memory (32-bit): 30
                                                                                                                    10180 //---------------------------------------------------------------------------
                                                                                                                    10181 
                                                                                                                    -
                                                                                                                    10182 static const char kZoneNameAustralia_West[] ACE_TIME_PROGMEM = "\x06" "West";
                                                                                                                    +
                                                                                                                    10182 static const char kZoneNameCanada_Atlantic[] ACE_TIME_PROGMEM = "\x07" "Atlantic";
                                                                                                                    10183 
                                                                                                                    -
                                                                                                                    10184 const basic::ZoneInfo kZoneAustralia_West ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10185  kZoneNameAustralia_West /*name*/,
                                                                                                                    -
                                                                                                                    10186  0xdd858a5d /*zoneId*/,
                                                                                                                    +
                                                                                                                    10184 const basic::ZoneInfo kZoneCanada_Atlantic ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10185  kZoneNameCanada_Atlantic /*name*/,
                                                                                                                    +
                                                                                                                    10186  0x536b119c /*zoneId*/,
                                                                                                                    10187  &kZoneContext /*zoneContext*/,
                                                                                                                    10188  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10189  &kZoneAustralia_Perth /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10189  &kZoneAmerica_Halifax /*eras(info)*/,
                                                                                                                    10190 };
                                                                                                                    10191 
                                                                                                                    10192 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10193 // Link name: Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    10194 // Strings (bytes): 12 (originally 21)
                                                                                                                    -
                                                                                                                    10195 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    10196 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    10193 // Link name: Canada/Central -> America/Winnipeg
                                                                                                                    +
                                                                                                                    10194 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    10195 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    10196 // Memory (32-bit): 29
                                                                                                                    10197 //---------------------------------------------------------------------------
                                                                                                                    10198 
                                                                                                                    -
                                                                                                                    10199 static const char kZoneNameAustralia_Yancowinna[] ACE_TIME_PROGMEM = "\x06" "Yancowinna";
                                                                                                                    +
                                                                                                                    10199 static const char kZoneNameCanada_Central[] ACE_TIME_PROGMEM = "\x07" "Central";
                                                                                                                    10200 
                                                                                                                    -
                                                                                                                    10201 const basic::ZoneInfo kZoneAustralia_Yancowinna ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10202  kZoneNameAustralia_Yancowinna /*name*/,
                                                                                                                    -
                                                                                                                    10203  0x90bac131 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10201 const basic::ZoneInfo kZoneCanada_Central ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10202  kZoneNameCanada_Central /*name*/,
                                                                                                                    +
                                                                                                                    10203  0x626710f5 /*zoneId*/,
                                                                                                                    10204  &kZoneContext /*zoneContext*/,
                                                                                                                    10205  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10206  &kZoneAustralia_Broken_Hill /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10206  &kZoneAmerica_Winnipeg /*eras(info)*/,
                                                                                                                    10207 };
                                                                                                                    10208 
                                                                                                                    10209 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10210 // Link name: Brazil/East -> America/Sao_Paulo
                                                                                                                    -
                                                                                                                    10211 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    10212 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    10213 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    10210 // Link name: Canada/Eastern -> America/Toronto
                                                                                                                    +
                                                                                                                    10211 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    10212 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    10213 // Memory (32-bit): 29
                                                                                                                    10214 //---------------------------------------------------------------------------
                                                                                                                    10215 
                                                                                                                    -
                                                                                                                    10216 static const char kZoneNameBrazil_East[] ACE_TIME_PROGMEM = "Brazil/East";
                                                                                                                    +
                                                                                                                    10216 static const char kZoneNameCanada_Eastern[] ACE_TIME_PROGMEM = "\x07" "Eastern";
                                                                                                                    10217 
                                                                                                                    -
                                                                                                                    10218 const basic::ZoneInfo kZoneBrazil_East ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10219  kZoneNameBrazil_East /*name*/,
                                                                                                                    -
                                                                                                                    10220  0x669578c5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10218 const basic::ZoneInfo kZoneCanada_Eastern ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10219  kZoneNameCanada_Eastern /*name*/,
                                                                                                                    +
                                                                                                                    10220  0xf3612d5e /*zoneId*/,
                                                                                                                    10221  &kZoneContext /*zoneContext*/,
                                                                                                                    10222  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10223  &kZoneAmerica_Sao_Paulo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10223  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    10224 };
                                                                                                                    10225 
                                                                                                                    10226 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10227 // Link name: Brazil/West -> America/Manaus
                                                                                                                    -
                                                                                                                    10228 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    10229 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    10230 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    10227 // Link name: Canada/Mountain -> America/Edmonton
                                                                                                                    +
                                                                                                                    10228 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    10229 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    10230 // Memory (32-bit): 30
                                                                                                                    10231 //---------------------------------------------------------------------------
                                                                                                                    10232 
                                                                                                                    -
                                                                                                                    10233 static const char kZoneNameBrazil_West[] ACE_TIME_PROGMEM = "Brazil/West";
                                                                                                                    +
                                                                                                                    10233 static const char kZoneNameCanada_Mountain[] ACE_TIME_PROGMEM = "\x07" "Mountain";
                                                                                                                    10234 
                                                                                                                    -
                                                                                                                    10235 const basic::ZoneInfo kZoneBrazil_West ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10236  kZoneNameBrazil_West /*name*/,
                                                                                                                    -
                                                                                                                    10237  0x669f689b /*zoneId*/,
                                                                                                                    +
                                                                                                                    10235 const basic::ZoneInfo kZoneCanada_Mountain ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10236  kZoneNameCanada_Mountain /*name*/,
                                                                                                                    +
                                                                                                                    10237  0xfb8a8217 /*zoneId*/,
                                                                                                                    10238  &kZoneContext /*zoneContext*/,
                                                                                                                    10239  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10240  &kZoneAmerica_Manaus /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10240  &kZoneAmerica_Edmonton /*eras(info)*/,
                                                                                                                    10241 };
                                                                                                                    10242 
                                                                                                                    10243 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10244 // Link name: Canada/Atlantic -> America/Halifax
                                                                                                                    -
                                                                                                                    10245 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    10246 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    10247 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    10244 // Link name: Canada/Pacific -> America/Vancouver
                                                                                                                    +
                                                                                                                    10245 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    10246 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    10247 // Memory (32-bit): 29
                                                                                                                    10248 //---------------------------------------------------------------------------
                                                                                                                    10249 
                                                                                                                    -
                                                                                                                    10250 static const char kZoneNameCanada_Atlantic[] ACE_TIME_PROGMEM = "\x07" "Atlantic";
                                                                                                                    +
                                                                                                                    10250 static const char kZoneNameCanada_Pacific[] ACE_TIME_PROGMEM = "\x07" "Pacific";
                                                                                                                    10251 
                                                                                                                    -
                                                                                                                    10252 const basic::ZoneInfo kZoneCanada_Atlantic ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10253  kZoneNameCanada_Atlantic /*name*/,
                                                                                                                    -
                                                                                                                    10254  0x536b119c /*zoneId*/,
                                                                                                                    +
                                                                                                                    10252 const basic::ZoneInfo kZoneCanada_Pacific ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10253  kZoneNameCanada_Pacific /*name*/,
                                                                                                                    +
                                                                                                                    10254  0x40fa3c7b /*zoneId*/,
                                                                                                                    10255  &kZoneContext /*zoneContext*/,
                                                                                                                    10256  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10257  &kZoneAmerica_Halifax /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10257  &kZoneAmerica_Vancouver /*eras(info)*/,
                                                                                                                    10258 };
                                                                                                                    10259 
                                                                                                                    10260 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10261 // Link name: Canada/Central -> America/Winnipeg
                                                                                                                    -
                                                                                                                    10262 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    10263 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    10264 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    10261 // Link name: Canada/Saskatchewan -> America/Regina
                                                                                                                    +
                                                                                                                    10262 // Strings (bytes): 14 (originally 20)
                                                                                                                    +
                                                                                                                    10263 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    10264 // Memory (32-bit): 34
                                                                                                                    10265 //---------------------------------------------------------------------------
                                                                                                                    10266 
                                                                                                                    -
                                                                                                                    10267 static const char kZoneNameCanada_Central[] ACE_TIME_PROGMEM = "\x07" "Central";
                                                                                                                    +
                                                                                                                    10267 static const char kZoneNameCanada_Saskatchewan[] ACE_TIME_PROGMEM = "\x07" "Saskatchewan";
                                                                                                                    10268 
                                                                                                                    -
                                                                                                                    10269 const basic::ZoneInfo kZoneCanada_Central ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10270  kZoneNameCanada_Central /*name*/,
                                                                                                                    -
                                                                                                                    10271  0x626710f5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10269 const basic::ZoneInfo kZoneCanada_Saskatchewan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10270  kZoneNameCanada_Saskatchewan /*name*/,
                                                                                                                    +
                                                                                                                    10271  0x77311f49 /*zoneId*/,
                                                                                                                    10272  &kZoneContext /*zoneContext*/,
                                                                                                                    10273  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10274  &kZoneAmerica_Winnipeg /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10274  &kZoneAmerica_Regina /*eras(info)*/,
                                                                                                                    10275 };
                                                                                                                    10276 
                                                                                                                    10277 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10278 // Link name: Canada/Eastern -> America/Toronto
                                                                                                                    -
                                                                                                                    10279 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    10280 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    10281 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    10278 // Link name: Chile/Continental -> America/Santiago
                                                                                                                    +
                                                                                                                    10279 // Strings (bytes): 18 (originally 18)
                                                                                                                    +
                                                                                                                    10280 // Memory (8-bit): 29
                                                                                                                    +
                                                                                                                    10281 // Memory (32-bit): 38
                                                                                                                    10282 //---------------------------------------------------------------------------
                                                                                                                    10283 
                                                                                                                    -
                                                                                                                    10284 static const char kZoneNameCanada_Eastern[] ACE_TIME_PROGMEM = "\x07" "Eastern";
                                                                                                                    +
                                                                                                                    10284 static const char kZoneNameChile_Continental[] ACE_TIME_PROGMEM = "Chile/Continental";
                                                                                                                    10285 
                                                                                                                    -
                                                                                                                    10286 const basic::ZoneInfo kZoneCanada_Eastern ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10287  kZoneNameCanada_Eastern /*name*/,
                                                                                                                    -
                                                                                                                    10288  0xf3612d5e /*zoneId*/,
                                                                                                                    +
                                                                                                                    10286 const basic::ZoneInfo kZoneChile_Continental ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10287  kZoneNameChile_Continental /*name*/,
                                                                                                                    +
                                                                                                                    10288  0x7e2bdb18 /*zoneId*/,
                                                                                                                    10289  &kZoneContext /*zoneContext*/,
                                                                                                                    10290  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10291  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10291  &kZoneAmerica_Santiago /*eras(info)*/,
                                                                                                                    10292 };
                                                                                                                    10293 
                                                                                                                    10294 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10295 // Link name: Canada/Mountain -> America/Edmonton
                                                                                                                    -
                                                                                                                    10296 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    10297 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    10298 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    10295 // Link name: Chile/EasterIsland -> Pacific/Easter
                                                                                                                    +
                                                                                                                    10296 // Strings (bytes): 19 (originally 19)
                                                                                                                    +
                                                                                                                    10297 // Memory (8-bit): 30
                                                                                                                    +
                                                                                                                    10298 // Memory (32-bit): 39
                                                                                                                    10299 //---------------------------------------------------------------------------
                                                                                                                    10300 
                                                                                                                    -
                                                                                                                    10301 static const char kZoneNameCanada_Mountain[] ACE_TIME_PROGMEM = "\x07" "Mountain";
                                                                                                                    +
                                                                                                                    10301 static const char kZoneNameChile_EasterIsland[] ACE_TIME_PROGMEM = "Chile/EasterIsland";
                                                                                                                    10302 
                                                                                                                    -
                                                                                                                    10303 const basic::ZoneInfo kZoneCanada_Mountain ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10304  kZoneNameCanada_Mountain /*name*/,
                                                                                                                    -
                                                                                                                    10305  0xfb8a8217 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10303 const basic::ZoneInfo kZoneChile_EasterIsland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10304  kZoneNameChile_EasterIsland /*name*/,
                                                                                                                    +
                                                                                                                    10305  0xb0982af8 /*zoneId*/,
                                                                                                                    10306  &kZoneContext /*zoneContext*/,
                                                                                                                    10307  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10308  &kZoneAmerica_Edmonton /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10308  &kZonePacific_Easter /*eras(info)*/,
                                                                                                                    10309 };
                                                                                                                    10310 
                                                                                                                    10311 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10312 // Link name: Canada/Pacific -> America/Vancouver
                                                                                                                    -
                                                                                                                    10313 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    10314 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    10315 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    10312 // Link name: Cuba -> America/Havana
                                                                                                                    +
                                                                                                                    10313 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    10314 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    10315 // Memory (32-bit): 25
                                                                                                                    10316 //---------------------------------------------------------------------------
                                                                                                                    10317 
                                                                                                                    -
                                                                                                                    10318 static const char kZoneNameCanada_Pacific[] ACE_TIME_PROGMEM = "\x07" "Pacific";
                                                                                                                    +
                                                                                                                    10318 static const char kZoneNameCuba[] ACE_TIME_PROGMEM = "Cuba";
                                                                                                                    10319 
                                                                                                                    -
                                                                                                                    10320 const basic::ZoneInfo kZoneCanada_Pacific ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10321  kZoneNameCanada_Pacific /*name*/,
                                                                                                                    -
                                                                                                                    10322  0x40fa3c7b /*zoneId*/,
                                                                                                                    +
                                                                                                                    10320 const basic::ZoneInfo kZoneCuba ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10321  kZoneNameCuba /*name*/,
                                                                                                                    +
                                                                                                                    10322  0x7c83cba0 /*zoneId*/,
                                                                                                                    10323  &kZoneContext /*zoneContext*/,
                                                                                                                    10324  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10325  &kZoneAmerica_Vancouver /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10325  &kZoneAmerica_Havana /*eras(info)*/,
                                                                                                                    10326 };
                                                                                                                    10327 
                                                                                                                    10328 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10329 // Link name: Canada/Saskatchewan -> America/Regina
                                                                                                                    -
                                                                                                                    10330 // Strings (bytes): 14 (originally 20)
                                                                                                                    -
                                                                                                                    10331 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    10332 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    10329 // Link name: Eire -> Europe/Dublin
                                                                                                                    +
                                                                                                                    10330 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    10331 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    10332 // Memory (32-bit): 25
                                                                                                                    10333 //---------------------------------------------------------------------------
                                                                                                                    10334 
                                                                                                                    -
                                                                                                                    10335 static const char kZoneNameCanada_Saskatchewan[] ACE_TIME_PROGMEM = "\x07" "Saskatchewan";
                                                                                                                    +
                                                                                                                    10335 static const char kZoneNameEire[] ACE_TIME_PROGMEM = "Eire";
                                                                                                                    10336 
                                                                                                                    -
                                                                                                                    10337 const basic::ZoneInfo kZoneCanada_Saskatchewan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10338  kZoneNameCanada_Saskatchewan /*name*/,
                                                                                                                    -
                                                                                                                    10339  0x77311f49 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10337 const basic::ZoneInfo kZoneEire ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10338  kZoneNameEire /*name*/,
                                                                                                                    +
                                                                                                                    10339  0x7c84b36a /*zoneId*/,
                                                                                                                    10340  &kZoneContext /*zoneContext*/,
                                                                                                                    10341  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10342  &kZoneAmerica_Regina /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10342  &kZoneEurope_Dublin /*eras(info)*/,
                                                                                                                    10343 };
                                                                                                                    10344 
                                                                                                                    10345 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10346 // Link name: Chile/Continental -> America/Santiago
                                                                                                                    -
                                                                                                                    10347 // Strings (bytes): 18 (originally 18)
                                                                                                                    -
                                                                                                                    10348 // Memory (8-bit): 29
                                                                                                                    -
                                                                                                                    10349 // Memory (32-bit): 38
                                                                                                                    +
                                                                                                                    10346 // Link name: Etc/GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    10347 // Strings (bytes): 7 (originally 10)
                                                                                                                    +
                                                                                                                    10348 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    10349 // Memory (32-bit): 27
                                                                                                                    10350 //---------------------------------------------------------------------------
                                                                                                                    10351 
                                                                                                                    -
                                                                                                                    10352 static const char kZoneNameChile_Continental[] ACE_TIME_PROGMEM = "Chile/Continental";
                                                                                                                    +
                                                                                                                    10352 static const char kZoneNameEtc_GMT_PLUS_0[] ACE_TIME_PROGMEM = "\x08" "GMT+0";
                                                                                                                    10353 
                                                                                                                    -
                                                                                                                    10354 const basic::ZoneInfo kZoneChile_Continental ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10355  kZoneNameChile_Continental /*name*/,
                                                                                                                    -
                                                                                                                    10356  0x7e2bdb18 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10354 const basic::ZoneInfo kZoneEtc_GMT_PLUS_0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10355  kZoneNameEtc_GMT_PLUS_0 /*name*/,
                                                                                                                    +
                                                                                                                    10356  0x9d13da13 /*zoneId*/,
                                                                                                                    10357  &kZoneContext /*zoneContext*/,
                                                                                                                    10358  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10359  &kZoneAmerica_Santiago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10359  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    10360 };
                                                                                                                    10361 
                                                                                                                    10362 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10363 // Link name: Chile/EasterIsland -> Pacific/Easter
                                                                                                                    -
                                                                                                                    10364 // Strings (bytes): 19 (originally 19)
                                                                                                                    -
                                                                                                                    10365 // Memory (8-bit): 30
                                                                                                                    -
                                                                                                                    10366 // Memory (32-bit): 39
                                                                                                                    +
                                                                                                                    10363 // Link name: Etc/GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    10364 // Strings (bytes): 7 (originally 10)
                                                                                                                    +
                                                                                                                    10365 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    10366 // Memory (32-bit): 27
                                                                                                                    10367 //---------------------------------------------------------------------------
                                                                                                                    10368 
                                                                                                                    -
                                                                                                                    10369 static const char kZoneNameChile_EasterIsland[] ACE_TIME_PROGMEM = "Chile/EasterIsland";
                                                                                                                    +
                                                                                                                    10369 static const char kZoneNameEtc_GMT_0[] ACE_TIME_PROGMEM = "\x08" "GMT-0";
                                                                                                                    10370 
                                                                                                                    -
                                                                                                                    10371 const basic::ZoneInfo kZoneChile_EasterIsland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10372  kZoneNameChile_EasterIsland /*name*/,
                                                                                                                    -
                                                                                                                    10373  0xb0982af8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10371 const basic::ZoneInfo kZoneEtc_GMT_0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10372  kZoneNameEtc_GMT_0 /*name*/,
                                                                                                                    +
                                                                                                                    10373  0x9d13da55 /*zoneId*/,
                                                                                                                    10374  &kZoneContext /*zoneContext*/,
                                                                                                                    10375  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10376  &kZonePacific_Easter /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10376  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    10377 };
                                                                                                                    10378 
                                                                                                                    10379 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10380 // Link name: Cuba -> America/Havana
                                                                                                                    -
                                                                                                                    10381 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    10382 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    10383 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    10380 // Link name: Etc/GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    10381 // Strings (bytes): 6 (originally 9)
                                                                                                                    +
                                                                                                                    10382 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    10383 // Memory (32-bit): 26
                                                                                                                    10384 //---------------------------------------------------------------------------
                                                                                                                    10385 
                                                                                                                    -
                                                                                                                    10386 static const char kZoneNameCuba[] ACE_TIME_PROGMEM = "Cuba";
                                                                                                                    +
                                                                                                                    10386 static const char kZoneNameEtc_GMT0[] ACE_TIME_PROGMEM = "\x08" "GMT0";
                                                                                                                    10387 
                                                                                                                    -
                                                                                                                    10388 const basic::ZoneInfo kZoneCuba ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10389  kZoneNameCuba /*name*/,
                                                                                                                    -
                                                                                                                    10390  0x7c83cba0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10388 const basic::ZoneInfo kZoneEtc_GMT0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10389  kZoneNameEtc_GMT0 /*name*/,
                                                                                                                    +
                                                                                                                    10390  0xf53ea988 /*zoneId*/,
                                                                                                                    10391  &kZoneContext /*zoneContext*/,
                                                                                                                    10392  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10393  &kZoneAmerica_Havana /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10393  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    10394 };
                                                                                                                    10395 
                                                                                                                    10396 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10397 // Link name: Eire -> Europe/Dublin
                                                                                                                    -
                                                                                                                    10398 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    10399 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    10400 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    10397 // Link name: Etc/Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    10398 // Strings (bytes): 11 (originally 14)
                                                                                                                    +
                                                                                                                    10399 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    10400 // Memory (32-bit): 31
                                                                                                                    10401 //---------------------------------------------------------------------------
                                                                                                                    10402 
                                                                                                                    -
                                                                                                                    10403 static const char kZoneNameEire[] ACE_TIME_PROGMEM = "Eire";
                                                                                                                    +
                                                                                                                    10403 static const char kZoneNameEtc_Greenwich[] ACE_TIME_PROGMEM = "\x08" "Greenwich";
                                                                                                                    10404 
                                                                                                                    -
                                                                                                                    10405 const basic::ZoneInfo kZoneEire ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10406  kZoneNameEire /*name*/,
                                                                                                                    -
                                                                                                                    10407  0x7c84b36a /*zoneId*/,
                                                                                                                    +
                                                                                                                    10405 const basic::ZoneInfo kZoneEtc_Greenwich ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10406  kZoneNameEtc_Greenwich /*name*/,
                                                                                                                    +
                                                                                                                    10407  0x26daa98c /*zoneId*/,
                                                                                                                    10408  &kZoneContext /*zoneContext*/,
                                                                                                                    10409  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10410  &kZoneEurope_Dublin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10410  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    10411 };
                                                                                                                    10412 
                                                                                                                    10413 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10414 // Link name: Etc/GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    10415 // Strings (bytes): 7 (originally 10)
                                                                                                                    -
                                                                                                                    10416 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    10417 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    10414 // Link name: Etc/UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    10415 // Strings (bytes): 5 (originally 8)
                                                                                                                    +
                                                                                                                    10416 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    10417 // Memory (32-bit): 25
                                                                                                                    10418 //---------------------------------------------------------------------------
                                                                                                                    10419 
                                                                                                                    -
                                                                                                                    10420 static const char kZoneNameEtc_GMT_PLUS_0[] ACE_TIME_PROGMEM = "\x08" "GMT+0";
                                                                                                                    +
                                                                                                                    10420 static const char kZoneNameEtc_UCT[] ACE_TIME_PROGMEM = "\x08" "UCT";
                                                                                                                    10421 
                                                                                                                    -
                                                                                                                    10422 const basic::ZoneInfo kZoneEtc_GMT_PLUS_0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10423  kZoneNameEtc_GMT_PLUS_0 /*name*/,
                                                                                                                    -
                                                                                                                    10424  0x9d13da13 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10422 const basic::ZoneInfo kZoneEtc_UCT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10423  kZoneNameEtc_UCT /*name*/,
                                                                                                                    +
                                                                                                                    10424  0xd8e3189c /*zoneId*/,
                                                                                                                    10425  &kZoneContext /*zoneContext*/,
                                                                                                                    10426  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10427  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10427  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    10428 };
                                                                                                                    10429 
                                                                                                                    10430 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10431 // Link name: Etc/GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    10432 // Strings (bytes): 7 (originally 10)
                                                                                                                    -
                                                                                                                    10433 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    10434 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    10431 // Link name: Etc/Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    10432 // Strings (bytes): 11 (originally 14)
                                                                                                                    +
                                                                                                                    10433 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    10434 // Memory (32-bit): 31
                                                                                                                    10435 //---------------------------------------------------------------------------
                                                                                                                    10436 
                                                                                                                    -
                                                                                                                    10437 static const char kZoneNameEtc_GMT_0[] ACE_TIME_PROGMEM = "\x08" "GMT-0";
                                                                                                                    +
                                                                                                                    10437 static const char kZoneNameEtc_Universal[] ACE_TIME_PROGMEM = "\x08" "Universal";
                                                                                                                    10438 
                                                                                                                    -
                                                                                                                    10439 const basic::ZoneInfo kZoneEtc_GMT_0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10440  kZoneNameEtc_GMT_0 /*name*/,
                                                                                                                    -
                                                                                                                    10441  0x9d13da55 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10439 const basic::ZoneInfo kZoneEtc_Universal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10440  kZoneNameEtc_Universal /*name*/,
                                                                                                                    +
                                                                                                                    10441  0x2f8cb9a9 /*zoneId*/,
                                                                                                                    10442  &kZoneContext /*zoneContext*/,
                                                                                                                    10443  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10444  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10444  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    10445 };
                                                                                                                    10446 
                                                                                                                    10447 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10448 // Link name: Etc/GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    10448 // Link name: Etc/Zulu -> Etc/UTC
                                                                                                                    10449 // Strings (bytes): 6 (originally 9)
                                                                                                                    10450 // Memory (8-bit): 17
                                                                                                                    10451 // Memory (32-bit): 26
                                                                                                                    10452 //---------------------------------------------------------------------------
                                                                                                                    10453 
                                                                                                                    -
                                                                                                                    10454 static const char kZoneNameEtc_GMT0[] ACE_TIME_PROGMEM = "\x08" "GMT0";
                                                                                                                    +
                                                                                                                    10454 static const char kZoneNameEtc_Zulu[] ACE_TIME_PROGMEM = "\x08" "Zulu";
                                                                                                                    10455 
                                                                                                                    -
                                                                                                                    10456 const basic::ZoneInfo kZoneEtc_GMT0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10457  kZoneNameEtc_GMT0 /*name*/,
                                                                                                                    -
                                                                                                                    10458  0xf53ea988 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10456 const basic::ZoneInfo kZoneEtc_Zulu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10457  kZoneNameEtc_Zulu /*name*/,
                                                                                                                    +
                                                                                                                    10458  0xf549c240 /*zoneId*/,
                                                                                                                    10459  &kZoneContext /*zoneContext*/,
                                                                                                                    10460  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10461  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10461  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    10462 };
                                                                                                                    10463 
                                                                                                                    10464 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10465 // Link name: Etc/Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    10466 // Strings (bytes): 11 (originally 14)
                                                                                                                    +
                                                                                                                    10465 // Link name: Europe/Amsterdam -> Europe/Brussels
                                                                                                                    +
                                                                                                                    10466 // Strings (bytes): 11 (originally 17)
                                                                                                                    10467 // Memory (8-bit): 22
                                                                                                                    10468 // Memory (32-bit): 31
                                                                                                                    10469 //---------------------------------------------------------------------------
                                                                                                                    10470 
                                                                                                                    -
                                                                                                                    10471 static const char kZoneNameEtc_Greenwich[] ACE_TIME_PROGMEM = "\x08" "Greenwich";
                                                                                                                    +
                                                                                                                    10471 static const char kZoneNameEurope_Amsterdam[] ACE_TIME_PROGMEM = "\x09" "Amsterdam";
                                                                                                                    10472 
                                                                                                                    -
                                                                                                                    10473 const basic::ZoneInfo kZoneEtc_Greenwich ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10474  kZoneNameEtc_Greenwich /*name*/,
                                                                                                                    -
                                                                                                                    10475  0x26daa98c /*zoneId*/,
                                                                                                                    +
                                                                                                                    10473 const basic::ZoneInfo kZoneEurope_Amsterdam ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10474  kZoneNameEurope_Amsterdam /*name*/,
                                                                                                                    +
                                                                                                                    10475  0x109395c2 /*zoneId*/,
                                                                                                                    10476  &kZoneContext /*zoneContext*/,
                                                                                                                    10477  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10478  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10478  &kZoneEurope_Brussels /*eras(info)*/,
                                                                                                                    10479 };
                                                                                                                    10480 
                                                                                                                    10481 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10482 // Link name: Etc/UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    10483 // Strings (bytes): 5 (originally 8)
                                                                                                                    -
                                                                                                                    10484 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    10485 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    10482 // Link name: Europe/Belfast -> Europe/London
                                                                                                                    +
                                                                                                                    10483 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    10484 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    10485 // Memory (32-bit): 29
                                                                                                                    10486 //---------------------------------------------------------------------------
                                                                                                                    10487 
                                                                                                                    -
                                                                                                                    10488 static const char kZoneNameEtc_UCT[] ACE_TIME_PROGMEM = "\x08" "UCT";
                                                                                                                    +
                                                                                                                    10488 static const char kZoneNameEurope_Belfast[] ACE_TIME_PROGMEM = "\x09" "Belfast";
                                                                                                                    10489 
                                                                                                                    -
                                                                                                                    10490 const basic::ZoneInfo kZoneEtc_UCT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10491  kZoneNameEtc_UCT /*name*/,
                                                                                                                    -
                                                                                                                    10492  0xd8e3189c /*zoneId*/,
                                                                                                                    +
                                                                                                                    10490 const basic::ZoneInfo kZoneEurope_Belfast ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10491  kZoneNameEurope_Belfast /*name*/,
                                                                                                                    +
                                                                                                                    10492  0xd07dd1e5 /*zoneId*/,
                                                                                                                    10493  &kZoneContext /*zoneContext*/,
                                                                                                                    10494  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10495  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10495  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    10496 };
                                                                                                                    10497 
                                                                                                                    10498 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10499 // Link name: Etc/Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    10500 // Strings (bytes): 11 (originally 14)
                                                                                                                    -
                                                                                                                    10501 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    10502 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    10499 // Link name: Europe/Bratislava -> Europe/Prague
                                                                                                                    +
                                                                                                                    10500 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    10501 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10502 // Memory (32-bit): 32
                                                                                                                    10503 //---------------------------------------------------------------------------
                                                                                                                    10504 
                                                                                                                    -
                                                                                                                    10505 static const char kZoneNameEtc_Universal[] ACE_TIME_PROGMEM = "\x08" "Universal";
                                                                                                                    +
                                                                                                                    10505 static const char kZoneNameEurope_Bratislava[] ACE_TIME_PROGMEM = "\x09" "Bratislava";
                                                                                                                    10506 
                                                                                                                    -
                                                                                                                    10507 const basic::ZoneInfo kZoneEtc_Universal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10508  kZoneNameEtc_Universal /*name*/,
                                                                                                                    -
                                                                                                                    10509  0x2f8cb9a9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10507 const basic::ZoneInfo kZoneEurope_Bratislava ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10508  kZoneNameEurope_Bratislava /*name*/,
                                                                                                                    +
                                                                                                                    10509  0xda493bed /*zoneId*/,
                                                                                                                    10510  &kZoneContext /*zoneContext*/,
                                                                                                                    10511  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10512  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10512  &kZoneEurope_Prague /*eras(info)*/,
                                                                                                                    10513 };
                                                                                                                    10514 
                                                                                                                    10515 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10516 // Link name: Etc/Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    10517 // Strings (bytes): 6 (originally 9)
                                                                                                                    -
                                                                                                                    10518 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    10519 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    10516 // Link name: Europe/Busingen -> Europe/Zurich
                                                                                                                    +
                                                                                                                    10517 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    10518 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    10519 // Memory (32-bit): 30
                                                                                                                    10520 //---------------------------------------------------------------------------
                                                                                                                    10521 
                                                                                                                    -
                                                                                                                    10522 static const char kZoneNameEtc_Zulu[] ACE_TIME_PROGMEM = "\x08" "Zulu";
                                                                                                                    +
                                                                                                                    10522 static const char kZoneNameEurope_Busingen[] ACE_TIME_PROGMEM = "\x09" "Busingen";
                                                                                                                    10523 
                                                                                                                    -
                                                                                                                    10524 const basic::ZoneInfo kZoneEtc_Zulu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10525  kZoneNameEtc_Zulu /*name*/,
                                                                                                                    -
                                                                                                                    10526  0xf549c240 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10524 const basic::ZoneInfo kZoneEurope_Busingen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10525  kZoneNameEurope_Busingen /*name*/,
                                                                                                                    +
                                                                                                                    10526  0xc06d2cdf /*zoneId*/,
                                                                                                                    10527  &kZoneContext /*zoneContext*/,
                                                                                                                    10528  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10529  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10529  &kZoneEurope_Zurich /*eras(info)*/,
                                                                                                                    10530 };
                                                                                                                    10531 
                                                                                                                    10532 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10533 // Link name: Europe/Amsterdam -> Europe/Brussels
                                                                                                                    -
                                                                                                                    10534 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    10535 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    10536 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    10533 // Link name: Europe/Copenhagen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    10534 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    10535 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10536 // Memory (32-bit): 32
                                                                                                                    10537 //---------------------------------------------------------------------------
                                                                                                                    10538 
                                                                                                                    -
                                                                                                                    10539 static const char kZoneNameEurope_Amsterdam[] ACE_TIME_PROGMEM = "\x09" "Amsterdam";
                                                                                                                    +
                                                                                                                    10539 static const char kZoneNameEurope_Copenhagen[] ACE_TIME_PROGMEM = "\x09" "Copenhagen";
                                                                                                                    10540 
                                                                                                                    -
                                                                                                                    10541 const basic::ZoneInfo kZoneEurope_Amsterdam ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10542  kZoneNameEurope_Amsterdam /*name*/,
                                                                                                                    -
                                                                                                                    10543  0x109395c2 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10541 const basic::ZoneInfo kZoneEurope_Copenhagen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10542  kZoneNameEurope_Copenhagen /*name*/,
                                                                                                                    +
                                                                                                                    10543  0xe0ed30bc /*zoneId*/,
                                                                                                                    10544  &kZoneContext /*zoneContext*/,
                                                                                                                    10545  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10546  &kZoneEurope_Brussels /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10546  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    10547 };
                                                                                                                    10548 
                                                                                                                    10549 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10550 // Link name: Europe/Belfast -> Europe/London
                                                                                                                    -
                                                                                                                    10551 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    10552 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    10553 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    10550 // Link name: Europe/Guernsey -> Europe/London
                                                                                                                    +
                                                                                                                    10551 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    10552 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    10553 // Memory (32-bit): 30
                                                                                                                    10554 //---------------------------------------------------------------------------
                                                                                                                    10555 
                                                                                                                    -
                                                                                                                    10556 static const char kZoneNameEurope_Belfast[] ACE_TIME_PROGMEM = "\x09" "Belfast";
                                                                                                                    +
                                                                                                                    10556 static const char kZoneNameEurope_Guernsey[] ACE_TIME_PROGMEM = "\x09" "Guernsey";
                                                                                                                    10557 
                                                                                                                    -
                                                                                                                    10558 const basic::ZoneInfo kZoneEurope_Belfast ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10559  kZoneNameEurope_Belfast /*name*/,
                                                                                                                    -
                                                                                                                    10560  0xd07dd1e5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10558 const basic::ZoneInfo kZoneEurope_Guernsey ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10559  kZoneNameEurope_Guernsey /*name*/,
                                                                                                                    +
                                                                                                                    10560  0x3db12c16 /*zoneId*/,
                                                                                                                    10561  &kZoneContext /*zoneContext*/,
                                                                                                                    10562  0 /*numEras*/,
                                                                                                                    10563  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    10564 };
                                                                                                                    10565 
                                                                                                                    10566 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10567 // Link name: Europe/Bratislava -> Europe/Prague
                                                                                                                    -
                                                                                                                    10568 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    10569 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    10570 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    10567 // Link name: Europe/Isle_of_Man -> Europe/London
                                                                                                                    +
                                                                                                                    10568 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    10569 // Memory (8-bit): 24
                                                                                                                    +
                                                                                                                    10570 // Memory (32-bit): 33
                                                                                                                    10571 //---------------------------------------------------------------------------
                                                                                                                    10572 
                                                                                                                    -
                                                                                                                    10573 static const char kZoneNameEurope_Bratislava[] ACE_TIME_PROGMEM = "\x09" "Bratislava";
                                                                                                                    +
                                                                                                                    10573 static const char kZoneNameEurope_Isle_of_Man[] ACE_TIME_PROGMEM = "\x09" "Isle_of_Man";
                                                                                                                    10574 
                                                                                                                    -
                                                                                                                    10575 const basic::ZoneInfo kZoneEurope_Bratislava ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10576  kZoneNameEurope_Bratislava /*name*/,
                                                                                                                    -
                                                                                                                    10577  0xda493bed /*zoneId*/,
                                                                                                                    +
                                                                                                                    10575 const basic::ZoneInfo kZoneEurope_Isle_of_Man ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10576  kZoneNameEurope_Isle_of_Man /*name*/,
                                                                                                                    +
                                                                                                                    10577  0xeaf84580 /*zoneId*/,
                                                                                                                    10578  &kZoneContext /*zoneContext*/,
                                                                                                                    10579  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10580  &kZoneEurope_Prague /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10580  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    10581 };
                                                                                                                    10582 
                                                                                                                    10583 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10584 // Link name: Europe/Busingen -> Europe/Zurich
                                                                                                                    -
                                                                                                                    10585 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    10586 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    10587 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    10584 // Link name: Europe/Jersey -> Europe/London
                                                                                                                    +
                                                                                                                    10585 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    10586 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    10587 // Memory (32-bit): 28
                                                                                                                    10588 //---------------------------------------------------------------------------
                                                                                                                    10589 
                                                                                                                    -
                                                                                                                    10590 static const char kZoneNameEurope_Busingen[] ACE_TIME_PROGMEM = "\x09" "Busingen";
                                                                                                                    +
                                                                                                                    10590 static const char kZoneNameEurope_Jersey[] ACE_TIME_PROGMEM = "\x09" "Jersey";
                                                                                                                    10591 
                                                                                                                    -
                                                                                                                    10592 const basic::ZoneInfo kZoneEurope_Busingen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10593  kZoneNameEurope_Busingen /*name*/,
                                                                                                                    -
                                                                                                                    10594  0xc06d2cdf /*zoneId*/,
                                                                                                                    +
                                                                                                                    10592 const basic::ZoneInfo kZoneEurope_Jersey ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10593  kZoneNameEurope_Jersey /*name*/,
                                                                                                                    +
                                                                                                                    10594  0x570dae76 /*zoneId*/,
                                                                                                                    10595  &kZoneContext /*zoneContext*/,
                                                                                                                    10596  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10597  &kZoneEurope_Zurich /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10597  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    10598 };
                                                                                                                    10599 
                                                                                                                    10600 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10601 // Link name: Europe/Copenhagen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    10602 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    10603 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    10604 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    10601 // Link name: Europe/Kiev -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    10602 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    10603 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    10604 // Memory (32-bit): 26
                                                                                                                    10605 //---------------------------------------------------------------------------
                                                                                                                    10606 
                                                                                                                    -
                                                                                                                    10607 static const char kZoneNameEurope_Copenhagen[] ACE_TIME_PROGMEM = "\x09" "Copenhagen";
                                                                                                                    +
                                                                                                                    10607 static const char kZoneNameEurope_Kiev[] ACE_TIME_PROGMEM = "\x09" "Kiev";
                                                                                                                    10608 
                                                                                                                    -
                                                                                                                    10609 const basic::ZoneInfo kZoneEurope_Copenhagen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10610  kZoneNameEurope_Copenhagen /*name*/,
                                                                                                                    -
                                                                                                                    10611  0xe0ed30bc /*zoneId*/,
                                                                                                                    +
                                                                                                                    10609 const basic::ZoneInfo kZoneEurope_Kiev ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10610  kZoneNameEurope_Kiev /*name*/,
                                                                                                                    +
                                                                                                                    10611  0xa2c19eb3 /*zoneId*/,
                                                                                                                    10612  &kZoneContext /*zoneContext*/,
                                                                                                                    10613  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10614  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10614  &kZoneEurope_Kyiv /*eras(info)*/,
                                                                                                                    10615 };
                                                                                                                    10616 
                                                                                                                    10617 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10618 // Link name: Europe/Guernsey -> Europe/London
                                                                                                                    -
                                                                                                                    10619 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    10620 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    10621 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    10618 // Link name: Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    10619 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    10620 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    10621 // Memory (32-bit): 31
                                                                                                                    10622 //---------------------------------------------------------------------------
                                                                                                                    10623 
                                                                                                                    -
                                                                                                                    10624 static const char kZoneNameEurope_Guernsey[] ACE_TIME_PROGMEM = "\x09" "Guernsey";
                                                                                                                    +
                                                                                                                    10624 static const char kZoneNameEurope_Ljubljana[] ACE_TIME_PROGMEM = "\x09" "Ljubljana";
                                                                                                                    10625 
                                                                                                                    -
                                                                                                                    10626 const basic::ZoneInfo kZoneEurope_Guernsey ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10627  kZoneNameEurope_Guernsey /*name*/,
                                                                                                                    -
                                                                                                                    10628  0x3db12c16 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10626 const basic::ZoneInfo kZoneEurope_Ljubljana ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10627  kZoneNameEurope_Ljubljana /*name*/,
                                                                                                                    +
                                                                                                                    10628  0xbd98cdb7 /*zoneId*/,
                                                                                                                    10629  &kZoneContext /*zoneContext*/,
                                                                                                                    10630  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10631  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10631  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    10632 };
                                                                                                                    10633 
                                                                                                                    10634 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10635 // Link name: Europe/Isle_of_Man -> Europe/London
                                                                                                                    -
                                                                                                                    10636 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    10637 // Memory (8-bit): 24
                                                                                                                    -
                                                                                                                    10638 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    10635 // Link name: Europe/Luxembourg -> Europe/Brussels
                                                                                                                    +
                                                                                                                    10636 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    10637 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10638 // Memory (32-bit): 32
                                                                                                                    10639 //---------------------------------------------------------------------------
                                                                                                                    10640 
                                                                                                                    -
                                                                                                                    10641 static const char kZoneNameEurope_Isle_of_Man[] ACE_TIME_PROGMEM = "\x09" "Isle_of_Man";
                                                                                                                    +
                                                                                                                    10641 static const char kZoneNameEurope_Luxembourg[] ACE_TIME_PROGMEM = "\x09" "Luxembourg";
                                                                                                                    10642 
                                                                                                                    -
                                                                                                                    10643 const basic::ZoneInfo kZoneEurope_Isle_of_Man ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10644  kZoneNameEurope_Isle_of_Man /*name*/,
                                                                                                                    -
                                                                                                                    10645  0xeaf84580 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10643 const basic::ZoneInfo kZoneEurope_Luxembourg ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10644  kZoneNameEurope_Luxembourg /*name*/,
                                                                                                                    +
                                                                                                                    10645  0x1f8bc6ce /*zoneId*/,
                                                                                                                    10646  &kZoneContext /*zoneContext*/,
                                                                                                                    10647  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10648  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10648  &kZoneEurope_Brussels /*eras(info)*/,
                                                                                                                    10649 };
                                                                                                                    10650 
                                                                                                                    10651 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10652 // Link name: Europe/Jersey -> Europe/London
                                                                                                                    -
                                                                                                                    10653 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    10654 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    10655 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    10652 // Link name: Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    +
                                                                                                                    10653 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    10654 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    10655 // Memory (32-bit): 31
                                                                                                                    10656 //---------------------------------------------------------------------------
                                                                                                                    10657 
                                                                                                                    -
                                                                                                                    10658 static const char kZoneNameEurope_Jersey[] ACE_TIME_PROGMEM = "\x09" "Jersey";
                                                                                                                    +
                                                                                                                    10658 static const char kZoneNameEurope_Mariehamn[] ACE_TIME_PROGMEM = "\x09" "Mariehamn";
                                                                                                                    10659 
                                                                                                                    -
                                                                                                                    10660 const basic::ZoneInfo kZoneEurope_Jersey ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10661  kZoneNameEurope_Jersey /*name*/,
                                                                                                                    -
                                                                                                                    10662  0x570dae76 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10660 const basic::ZoneInfo kZoneEurope_Mariehamn ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10661  kZoneNameEurope_Mariehamn /*name*/,
                                                                                                                    +
                                                                                                                    10662  0x0caa6496 /*zoneId*/,
                                                                                                                    10663  &kZoneContext /*zoneContext*/,
                                                                                                                    10664  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10665  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10665  &kZoneEurope_Helsinki /*eras(info)*/,
                                                                                                                    10666 };
                                                                                                                    10667 
                                                                                                                    10668 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10669 // Link name: Europe/Kiev -> Europe/Kyiv
                                                                                                                    -
                                                                                                                    10670 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    10671 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    10672 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    10669 // Link name: Europe/Monaco -> Europe/Paris
                                                                                                                    +
                                                                                                                    10670 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    10671 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    10672 // Memory (32-bit): 28
                                                                                                                    10673 //---------------------------------------------------------------------------
                                                                                                                    10674 
                                                                                                                    -
                                                                                                                    10675 static const char kZoneNameEurope_Kiev[] ACE_TIME_PROGMEM = "\x09" "Kiev";
                                                                                                                    +
                                                                                                                    10675 static const char kZoneNameEurope_Monaco[] ACE_TIME_PROGMEM = "\x09" "Monaco";
                                                                                                                    10676 
                                                                                                                    -
                                                                                                                    10677 const basic::ZoneInfo kZoneEurope_Kiev ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10678  kZoneNameEurope_Kiev /*name*/,
                                                                                                                    -
                                                                                                                    10679  0xa2c19eb3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10677 const basic::ZoneInfo kZoneEurope_Monaco ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10678  kZoneNameEurope_Monaco /*name*/,
                                                                                                                    +
                                                                                                                    10679  0x5ebf9f01 /*zoneId*/,
                                                                                                                    10680  &kZoneContext /*zoneContext*/,
                                                                                                                    10681  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10682  &kZoneEurope_Kyiv /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10682  &kZoneEurope_Paris /*eras(info)*/,
                                                                                                                    10683 };
                                                                                                                    10684 
                                                                                                                    10685 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10686 // Link name: Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    10687 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    10688 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    10689 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    10686 // Link name: Europe/Nicosia -> Asia/Nicosia
                                                                                                                    +
                                                                                                                    10687 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    10688 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    10689 // Memory (32-bit): 29
                                                                                                                    10690 //---------------------------------------------------------------------------
                                                                                                                    10691 
                                                                                                                    -
                                                                                                                    10692 static const char kZoneNameEurope_Ljubljana[] ACE_TIME_PROGMEM = "\x09" "Ljubljana";
                                                                                                                    +
                                                                                                                    10692 static const char kZoneNameEurope_Nicosia[] ACE_TIME_PROGMEM = "\x09" "Nicosia";
                                                                                                                    10693 
                                                                                                                    -
                                                                                                                    10694 const basic::ZoneInfo kZoneEurope_Ljubljana ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10695  kZoneNameEurope_Ljubljana /*name*/,
                                                                                                                    -
                                                                                                                    10696  0xbd98cdb7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10694 const basic::ZoneInfo kZoneEurope_Nicosia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10695  kZoneNameEurope_Nicosia /*name*/,
                                                                                                                    +
                                                                                                                    10696  0x74efab8a /*zoneId*/,
                                                                                                                    10697  &kZoneContext /*zoneContext*/,
                                                                                                                    10698  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10699  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10699  &kZoneAsia_Nicosia /*eras(info)*/,
                                                                                                                    10700 };
                                                                                                                    10701 
                                                                                                                    10702 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10703 // Link name: Europe/Luxembourg -> Europe/Brussels
                                                                                                                    -
                                                                                                                    10704 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    10705 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    10706 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    10703 // Link name: Europe/Oslo -> Europe/Berlin
                                                                                                                    +
                                                                                                                    10704 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    10705 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    10706 // Memory (32-bit): 26
                                                                                                                    10707 //---------------------------------------------------------------------------
                                                                                                                    10708 
                                                                                                                    -
                                                                                                                    10709 static const char kZoneNameEurope_Luxembourg[] ACE_TIME_PROGMEM = "\x09" "Luxembourg";
                                                                                                                    +
                                                                                                                    10709 static const char kZoneNameEurope_Oslo[] ACE_TIME_PROGMEM = "\x09" "Oslo";
                                                                                                                    10710 
                                                                                                                    -
                                                                                                                    10711 const basic::ZoneInfo kZoneEurope_Luxembourg ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10712  kZoneNameEurope_Luxembourg /*name*/,
                                                                                                                    -
                                                                                                                    10713  0x1f8bc6ce /*zoneId*/,
                                                                                                                    +
                                                                                                                    10711 const basic::ZoneInfo kZoneEurope_Oslo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10712  kZoneNameEurope_Oslo /*name*/,
                                                                                                                    +
                                                                                                                    10713  0xa2c3fba1 /*zoneId*/,
                                                                                                                    10714  &kZoneContext /*zoneContext*/,
                                                                                                                    10715  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10716  &kZoneEurope_Brussels /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10716  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    10717 };
                                                                                                                    10718 
                                                                                                                    10719 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10720 // Link name: Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    +
                                                                                                                    10720 // Link name: Europe/Podgorica -> Europe/Belgrade
                                                                                                                    10721 // Strings (bytes): 11 (originally 17)
                                                                                                                    10722 // Memory (8-bit): 22
                                                                                                                    10723 // Memory (32-bit): 31
                                                                                                                    10724 //---------------------------------------------------------------------------
                                                                                                                    10725 
                                                                                                                    -
                                                                                                                    10726 static const char kZoneNameEurope_Mariehamn[] ACE_TIME_PROGMEM = "\x09" "Mariehamn";
                                                                                                                    +
                                                                                                                    10726 static const char kZoneNameEurope_Podgorica[] ACE_TIME_PROGMEM = "\x09" "Podgorica";
                                                                                                                    10727 
                                                                                                                    -
                                                                                                                    10728 const basic::ZoneInfo kZoneEurope_Mariehamn ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10729  kZoneNameEurope_Mariehamn /*name*/,
                                                                                                                    -
                                                                                                                    10730  0x0caa6496 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10728 const basic::ZoneInfo kZoneEurope_Podgorica ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10729  kZoneNameEurope_Podgorica /*name*/,
                                                                                                                    +
                                                                                                                    10730  0x1c1a499c /*zoneId*/,
                                                                                                                    10731  &kZoneContext /*zoneContext*/,
                                                                                                                    10732  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10733  &kZoneEurope_Helsinki /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10733  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    10734 };
                                                                                                                    10735 
                                                                                                                    10736 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10737 // Link name: Europe/Monaco -> Europe/Paris
                                                                                                                    -
                                                                                                                    10738 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    10739 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    10740 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    10737 // Link name: Europe/San_Marino -> Europe/Rome
                                                                                                                    +
                                                                                                                    10738 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    10739 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10740 // Memory (32-bit): 32
                                                                                                                    10741 //---------------------------------------------------------------------------
                                                                                                                    10742 
                                                                                                                    -
                                                                                                                    10743 static const char kZoneNameEurope_Monaco[] ACE_TIME_PROGMEM = "\x09" "Monaco";
                                                                                                                    +
                                                                                                                    10743 static const char kZoneNameEurope_San_Marino[] ACE_TIME_PROGMEM = "\x09" "San_Marino";
                                                                                                                    10744 
                                                                                                                    -
                                                                                                                    10745 const basic::ZoneInfo kZoneEurope_Monaco ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10746  kZoneNameEurope_Monaco /*name*/,
                                                                                                                    -
                                                                                                                    10747  0x5ebf9f01 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10745 const basic::ZoneInfo kZoneEurope_San_Marino ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10746  kZoneNameEurope_San_Marino /*name*/,
                                                                                                                    +
                                                                                                                    10747  0xcef7724b /*zoneId*/,
                                                                                                                    10748  &kZoneContext /*zoneContext*/,
                                                                                                                    10749  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10750  &kZoneEurope_Paris /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10750  &kZoneEurope_Rome /*eras(info)*/,
                                                                                                                    10751 };
                                                                                                                    10752 
                                                                                                                    10753 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10754 // Link name: Europe/Nicosia -> Asia/Nicosia
                                                                                                                    -
                                                                                                                    10755 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    10756 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    10757 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    10754 // Link name: Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    10755 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    10756 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    10757 // Memory (32-bit): 30
                                                                                                                    10758 //---------------------------------------------------------------------------
                                                                                                                    10759 
                                                                                                                    -
                                                                                                                    10760 static const char kZoneNameEurope_Nicosia[] ACE_TIME_PROGMEM = "\x09" "Nicosia";
                                                                                                                    +
                                                                                                                    10760 static const char kZoneNameEurope_Sarajevo[] ACE_TIME_PROGMEM = "\x09" "Sarajevo";
                                                                                                                    10761 
                                                                                                                    -
                                                                                                                    10762 const basic::ZoneInfo kZoneEurope_Nicosia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10763  kZoneNameEurope_Nicosia /*name*/,
                                                                                                                    -
                                                                                                                    10764  0x74efab8a /*zoneId*/,
                                                                                                                    +
                                                                                                                    10762 const basic::ZoneInfo kZoneEurope_Sarajevo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10763  kZoneNameEurope_Sarajevo /*name*/,
                                                                                                                    +
                                                                                                                    10764  0x6a576c3f /*zoneId*/,
                                                                                                                    10765  &kZoneContext /*zoneContext*/,
                                                                                                                    10766  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10767  &kZoneAsia_Nicosia /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10767  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    10768 };
                                                                                                                    10769 
                                                                                                                    10770 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10771 // Link name: Europe/Oslo -> Europe/Berlin
                                                                                                                    -
                                                                                                                    10772 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    10773 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    10774 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    10771 // Link name: Europe/Skopje -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    10772 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    10773 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    10774 // Memory (32-bit): 28
                                                                                                                    10775 //---------------------------------------------------------------------------
                                                                                                                    10776 
                                                                                                                    -
                                                                                                                    10777 static const char kZoneNameEurope_Oslo[] ACE_TIME_PROGMEM = "\x09" "Oslo";
                                                                                                                    +
                                                                                                                    10777 static const char kZoneNameEurope_Skopje[] ACE_TIME_PROGMEM = "\x09" "Skopje";
                                                                                                                    10778 
                                                                                                                    -
                                                                                                                    10779 const basic::ZoneInfo kZoneEurope_Oslo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10780  kZoneNameEurope_Oslo /*name*/,
                                                                                                                    -
                                                                                                                    10781  0xa2c3fba1 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10779 const basic::ZoneInfo kZoneEurope_Skopje ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10780  kZoneNameEurope_Skopje /*name*/,
                                                                                                                    +
                                                                                                                    10781  0x6c76fdd0 /*zoneId*/,
                                                                                                                    10782  &kZoneContext /*zoneContext*/,
                                                                                                                    10783  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10784  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10784  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    10785 };
                                                                                                                    10786 
                                                                                                                    10787 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10788 // Link name: Europe/Podgorica -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    10788 // Link name: Europe/Stockholm -> Europe/Berlin
                                                                                                                    10789 // Strings (bytes): 11 (originally 17)
                                                                                                                    10790 // Memory (8-bit): 22
                                                                                                                    10791 // Memory (32-bit): 31
                                                                                                                    10792 //---------------------------------------------------------------------------
                                                                                                                    10793 
                                                                                                                    -
                                                                                                                    10794 static const char kZoneNameEurope_Podgorica[] ACE_TIME_PROGMEM = "\x09" "Podgorica";
                                                                                                                    +
                                                                                                                    10794 static const char kZoneNameEurope_Stockholm[] ACE_TIME_PROGMEM = "\x09" "Stockholm";
                                                                                                                    10795 
                                                                                                                    -
                                                                                                                    10796 const basic::ZoneInfo kZoneEurope_Podgorica ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10797  kZoneNameEurope_Podgorica /*name*/,
                                                                                                                    -
                                                                                                                    10798  0x1c1a499c /*zoneId*/,
                                                                                                                    +
                                                                                                                    10796 const basic::ZoneInfo kZoneEurope_Stockholm ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10797  kZoneNameEurope_Stockholm /*name*/,
                                                                                                                    +
                                                                                                                    10798  0x5bf6fbb8 /*zoneId*/,
                                                                                                                    10799  &kZoneContext /*zoneContext*/,
                                                                                                                    10800  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10801  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10801  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    10802 };
                                                                                                                    10803 
                                                                                                                    10804 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10805 // Link name: Europe/San_Marino -> Europe/Rome
                                                                                                                    -
                                                                                                                    10806 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    10807 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    10808 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    10805 // Link name: Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    +
                                                                                                                    10806 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    10807 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    10808 // Memory (32-bit): 30
                                                                                                                    10809 //---------------------------------------------------------------------------
                                                                                                                    10810 
                                                                                                                    -
                                                                                                                    10811 static const char kZoneNameEurope_San_Marino[] ACE_TIME_PROGMEM = "\x09" "San_Marino";
                                                                                                                    +
                                                                                                                    10811 static const char kZoneNameEurope_Tiraspol[] ACE_TIME_PROGMEM = "\x09" "Tiraspol";
                                                                                                                    10812 
                                                                                                                    -
                                                                                                                    10813 const basic::ZoneInfo kZoneEurope_San_Marino ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10814  kZoneNameEurope_San_Marino /*name*/,
                                                                                                                    -
                                                                                                                    10815  0xcef7724b /*zoneId*/,
                                                                                                                    +
                                                                                                                    10813 const basic::ZoneInfo kZoneEurope_Tiraspol ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10814  kZoneNameEurope_Tiraspol /*name*/,
                                                                                                                    +
                                                                                                                    10815  0xbe704472 /*zoneId*/,
                                                                                                                    10816  &kZoneContext /*zoneContext*/,
                                                                                                                    10817  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10818  &kZoneEurope_Rome /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10818  &kZoneEurope_Chisinau /*eras(info)*/,
                                                                                                                    10819 };
                                                                                                                    10820 
                                                                                                                    10821 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10822 // Link name: Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    10822 // Link name: Europe/Uzhgorod -> Europe/Kyiv
                                                                                                                    10823 // Strings (bytes): 10 (originally 16)
                                                                                                                    10824 // Memory (8-bit): 21
                                                                                                                    10825 // Memory (32-bit): 30
                                                                                                                    10826 //---------------------------------------------------------------------------
                                                                                                                    10827 
                                                                                                                    -
                                                                                                                    10828 static const char kZoneNameEurope_Sarajevo[] ACE_TIME_PROGMEM = "\x09" "Sarajevo";
                                                                                                                    +
                                                                                                                    10828 static const char kZoneNameEurope_Uzhgorod[] ACE_TIME_PROGMEM = "\x09" "Uzhgorod";
                                                                                                                    10829 
                                                                                                                    -
                                                                                                                    10830 const basic::ZoneInfo kZoneEurope_Sarajevo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10831  kZoneNameEurope_Sarajevo /*name*/,
                                                                                                                    -
                                                                                                                    10832  0x6a576c3f /*zoneId*/,
                                                                                                                    +
                                                                                                                    10830 const basic::ZoneInfo kZoneEurope_Uzhgorod ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10831  kZoneNameEurope_Uzhgorod /*name*/,
                                                                                                                    +
                                                                                                                    10832  0xb066f5d6 /*zoneId*/,
                                                                                                                    10833  &kZoneContext /*zoneContext*/,
                                                                                                                    10834  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10835  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10835  &kZoneEurope_Kyiv /*eras(info)*/,
                                                                                                                    10836 };
                                                                                                                    10837 
                                                                                                                    10838 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10839 // Link name: Europe/Skopje -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    10840 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    10841 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    10842 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    10839 // Link name: Europe/Vaduz -> Europe/Zurich
                                                                                                                    +
                                                                                                                    10840 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    10841 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    10842 // Memory (32-bit): 27
                                                                                                                    10843 //---------------------------------------------------------------------------
                                                                                                                    10844 
                                                                                                                    -
                                                                                                                    10845 static const char kZoneNameEurope_Skopje[] ACE_TIME_PROGMEM = "\x09" "Skopje";
                                                                                                                    +
                                                                                                                    10845 static const char kZoneNameEurope_Vaduz[] ACE_TIME_PROGMEM = "\x09" "Vaduz";
                                                                                                                    10846 
                                                                                                                    -
                                                                                                                    10847 const basic::ZoneInfo kZoneEurope_Skopje ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10848  kZoneNameEurope_Skopje /*name*/,
                                                                                                                    -
                                                                                                                    10849  0x6c76fdd0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10847 const basic::ZoneInfo kZoneEurope_Vaduz ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10848  kZoneNameEurope_Vaduz /*name*/,
                                                                                                                    +
                                                                                                                    10849  0xfbb81bae /*zoneId*/,
                                                                                                                    10850  &kZoneContext /*zoneContext*/,
                                                                                                                    10851  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10852  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10852  &kZoneEurope_Zurich /*eras(info)*/,
                                                                                                                    10853 };
                                                                                                                    10854 
                                                                                                                    10855 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10856 // Link name: Europe/Stockholm -> Europe/Berlin
                                                                                                                    -
                                                                                                                    10857 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    10858 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    10859 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    10856 // Link name: Europe/Vatican -> Europe/Rome
                                                                                                                    +
                                                                                                                    10857 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    10858 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    10859 // Memory (32-bit): 29
                                                                                                                    10860 //---------------------------------------------------------------------------
                                                                                                                    10861 
                                                                                                                    -
                                                                                                                    10862 static const char kZoneNameEurope_Stockholm[] ACE_TIME_PROGMEM = "\x09" "Stockholm";
                                                                                                                    +
                                                                                                                    10862 static const char kZoneNameEurope_Vatican[] ACE_TIME_PROGMEM = "\x09" "Vatican";
                                                                                                                    10863 
                                                                                                                    -
                                                                                                                    10864 const basic::ZoneInfo kZoneEurope_Stockholm ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10865  kZoneNameEurope_Stockholm /*name*/,
                                                                                                                    -
                                                                                                                    10866  0x5bf6fbb8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10864 const basic::ZoneInfo kZoneEurope_Vatican ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10865  kZoneNameEurope_Vatican /*name*/,
                                                                                                                    +
                                                                                                                    10866  0xcb485dca /*zoneId*/,
                                                                                                                    10867  &kZoneContext /*zoneContext*/,
                                                                                                                    10868  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10869  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10869  &kZoneEurope_Rome /*eras(info)*/,
                                                                                                                    10870 };
                                                                                                                    10871 
                                                                                                                    10872 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10873 // Link name: Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    -
                                                                                                                    10874 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    10875 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    10876 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    10873 // Link name: Europe/Zagreb -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    10874 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    10875 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    10876 // Memory (32-bit): 28
                                                                                                                    10877 //---------------------------------------------------------------------------
                                                                                                                    10878 
                                                                                                                    -
                                                                                                                    10879 static const char kZoneNameEurope_Tiraspol[] ACE_TIME_PROGMEM = "\x09" "Tiraspol";
                                                                                                                    +
                                                                                                                    10879 static const char kZoneNameEurope_Zagreb[] ACE_TIME_PROGMEM = "\x09" "Zagreb";
                                                                                                                    10880 
                                                                                                                    -
                                                                                                                    10881 const basic::ZoneInfo kZoneEurope_Tiraspol ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10882  kZoneNameEurope_Tiraspol /*name*/,
                                                                                                                    -
                                                                                                                    10883  0xbe704472 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10881 const basic::ZoneInfo kZoneEurope_Zagreb ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10882  kZoneNameEurope_Zagreb /*name*/,
                                                                                                                    +
                                                                                                                    10883  0x7c11c9ff /*zoneId*/,
                                                                                                                    10884  &kZoneContext /*zoneContext*/,
                                                                                                                    10885  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10886  &kZoneEurope_Chisinau /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10886  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    10887 };
                                                                                                                    10888 
                                                                                                                    10889 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10890 // Link name: Europe/Vaduz -> Europe/Zurich
                                                                                                                    -
                                                                                                                    10891 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    10892 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    10893 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    10890 // Link name: Europe/Zaporozhye -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    10891 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    10892 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    10893 // Memory (32-bit): 32
                                                                                                                    10894 //---------------------------------------------------------------------------
                                                                                                                    10895 
                                                                                                                    -
                                                                                                                    10896 static const char kZoneNameEurope_Vaduz[] ACE_TIME_PROGMEM = "\x09" "Vaduz";
                                                                                                                    +
                                                                                                                    10896 static const char kZoneNameEurope_Zaporozhye[] ACE_TIME_PROGMEM = "\x09" "Zaporozhye";
                                                                                                                    10897 
                                                                                                                    -
                                                                                                                    10898 const basic::ZoneInfo kZoneEurope_Vaduz ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10899  kZoneNameEurope_Vaduz /*name*/,
                                                                                                                    -
                                                                                                                    10900  0xfbb81bae /*zoneId*/,
                                                                                                                    +
                                                                                                                    10898 const basic::ZoneInfo kZoneEurope_Zaporozhye ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10899  kZoneNameEurope_Zaporozhye /*name*/,
                                                                                                                    +
                                                                                                                    10900  0xeab9767f /*zoneId*/,
                                                                                                                    10901  &kZoneContext /*zoneContext*/,
                                                                                                                    10902  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10903  &kZoneEurope_Zurich /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10903  &kZoneEurope_Kyiv /*eras(info)*/,
                                                                                                                    10904 };
                                                                                                                    10905 
                                                                                                                    10906 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10907 // Link name: Europe/Vatican -> Europe/Rome
                                                                                                                    -
                                                                                                                    10908 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    10909 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    10910 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    10907 // Link name: GB -> Europe/London
                                                                                                                    +
                                                                                                                    10908 // Strings (bytes): 3 (originally 3)
                                                                                                                    +
                                                                                                                    10909 // Memory (8-bit): 14
                                                                                                                    +
                                                                                                                    10910 // Memory (32-bit): 23
                                                                                                                    10911 //---------------------------------------------------------------------------
                                                                                                                    10912 
                                                                                                                    -
                                                                                                                    10913 static const char kZoneNameEurope_Vatican[] ACE_TIME_PROGMEM = "\x09" "Vatican";
                                                                                                                    +
                                                                                                                    10913 static const char kZoneNameGB[] ACE_TIME_PROGMEM = "GB";
                                                                                                                    10914 
                                                                                                                    -
                                                                                                                    10915 const basic::ZoneInfo kZoneEurope_Vatican ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10916  kZoneNameEurope_Vatican /*name*/,
                                                                                                                    -
                                                                                                                    10917  0xcb485dca /*zoneId*/,
                                                                                                                    +
                                                                                                                    10915 const basic::ZoneInfo kZoneGB ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10916  kZoneNameGB /*name*/,
                                                                                                                    +
                                                                                                                    10917  0x005973ae /*zoneId*/,
                                                                                                                    10918  &kZoneContext /*zoneContext*/,
                                                                                                                    10919  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10920  &kZoneEurope_Rome /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10920  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    10921 };
                                                                                                                    10922 
                                                                                                                    10923 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10924 // Link name: Europe/Zagreb -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    10925 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    10924 // Link name: GB-Eire -> Europe/London
                                                                                                                    +
                                                                                                                    10925 // Strings (bytes): 8 (originally 8)
                                                                                                                    10926 // Memory (8-bit): 19
                                                                                                                    10927 // Memory (32-bit): 28
                                                                                                                    10928 //---------------------------------------------------------------------------
                                                                                                                    10929 
                                                                                                                    -
                                                                                                                    10930 static const char kZoneNameEurope_Zagreb[] ACE_TIME_PROGMEM = "\x09" "Zagreb";
                                                                                                                    +
                                                                                                                    10930 static const char kZoneNameGB_Eire[] ACE_TIME_PROGMEM = "GB-Eire";
                                                                                                                    10931 
                                                                                                                    -
                                                                                                                    10932 const basic::ZoneInfo kZoneEurope_Zagreb ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10933  kZoneNameEurope_Zagreb /*name*/,
                                                                                                                    -
                                                                                                                    10934  0x7c11c9ff /*zoneId*/,
                                                                                                                    +
                                                                                                                    10932 const basic::ZoneInfo kZoneGB_Eire ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10933  kZoneNameGB_Eire /*name*/,
                                                                                                                    +
                                                                                                                    10934  0xfa70e300 /*zoneId*/,
                                                                                                                    10935  &kZoneContext /*zoneContext*/,
                                                                                                                    10936  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10937  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10937  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    10938 };
                                                                                                                    10939 
                                                                                                                    10940 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10941 // Link name: GB -> Europe/London
                                                                                                                    -
                                                                                                                    10942 // Strings (bytes): 3 (originally 3)
                                                                                                                    -
                                                                                                                    10943 // Memory (8-bit): 14
                                                                                                                    -
                                                                                                                    10944 // Memory (32-bit): 23
                                                                                                                    +
                                                                                                                    10941 // Link name: GMT -> Etc/GMT
                                                                                                                    +
                                                                                                                    10942 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    10943 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    10944 // Memory (32-bit): 24
                                                                                                                    10945 //---------------------------------------------------------------------------
                                                                                                                    10946 
                                                                                                                    -
                                                                                                                    10947 static const char kZoneNameGB[] ACE_TIME_PROGMEM = "GB";
                                                                                                                    +
                                                                                                                    10947 static const char kZoneNameGMT[] ACE_TIME_PROGMEM = "GMT";
                                                                                                                    10948 
                                                                                                                    -
                                                                                                                    10949 const basic::ZoneInfo kZoneGB ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10950  kZoneNameGB /*name*/,
                                                                                                                    -
                                                                                                                    10951  0x005973ae /*zoneId*/,
                                                                                                                    +
                                                                                                                    10949 const basic::ZoneInfo kZoneGMT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10950  kZoneNameGMT /*name*/,
                                                                                                                    +
                                                                                                                    10951  0x0b87eb2d /*zoneId*/,
                                                                                                                    10952  &kZoneContext /*zoneContext*/,
                                                                                                                    10953  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10954  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10954  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    10955 };
                                                                                                                    10956 
                                                                                                                    10957 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10958 // Link name: GB-Eire -> Europe/London
                                                                                                                    -
                                                                                                                    10959 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    10960 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    10961 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    10958 // Link name: GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    10959 // Strings (bytes): 6 (originally 6)
                                                                                                                    +
                                                                                                                    10960 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    10961 // Memory (32-bit): 26
                                                                                                                    10962 //---------------------------------------------------------------------------
                                                                                                                    10963 
                                                                                                                    -
                                                                                                                    10964 static const char kZoneNameGB_Eire[] ACE_TIME_PROGMEM = "GB-Eire";
                                                                                                                    +
                                                                                                                    10964 static const char kZoneNameGMT_PLUS_0[] ACE_TIME_PROGMEM = "GMT+0";
                                                                                                                    10965 
                                                                                                                    -
                                                                                                                    10966 const basic::ZoneInfo kZoneGB_Eire ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10967  kZoneNameGB_Eire /*name*/,
                                                                                                                    -
                                                                                                                    10968  0xfa70e300 /*zoneId*/,
                                                                                                                    +
                                                                                                                    10966 const basic::ZoneInfo kZoneGMT_PLUS_0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10967  kZoneNameGMT_PLUS_0 /*name*/,
                                                                                                                    +
                                                                                                                    10968  0x0d2f7028 /*zoneId*/,
                                                                                                                    10969  &kZoneContext /*zoneContext*/,
                                                                                                                    10970  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    10971  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    10971  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    10972 };
                                                                                                                    10973 
                                                                                                                    10974 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10975 // Link name: GMT -> Etc/GMT
                                                                                                                    -
                                                                                                                    10976 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    10977 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    10978 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    10975 // Link name: GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    10976 // Strings (bytes): 6 (originally 6)
                                                                                                                    +
                                                                                                                    10977 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    10978 // Memory (32-bit): 26
                                                                                                                    10979 //---------------------------------------------------------------------------
                                                                                                                    10980 
                                                                                                                    -
                                                                                                                    10981 static const char kZoneNameGMT[] ACE_TIME_PROGMEM = "GMT";
                                                                                                                    +
                                                                                                                    10981 static const char kZoneNameGMT_0[] ACE_TIME_PROGMEM = "GMT-0";
                                                                                                                    10982 
                                                                                                                    -
                                                                                                                    10983 const basic::ZoneInfo kZoneGMT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    10984  kZoneNameGMT /*name*/,
                                                                                                                    -
                                                                                                                    10985  0x0b87eb2d /*zoneId*/,
                                                                                                                    +
                                                                                                                    10983 const basic::ZoneInfo kZoneGMT_0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    10984  kZoneNameGMT_0 /*name*/,
                                                                                                                    +
                                                                                                                    10985  0x0d2f706a /*zoneId*/,
                                                                                                                    10986  &kZoneContext /*zoneContext*/,
                                                                                                                    10987  0 /*numEras*/,
                                                                                                                    10988  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    10989 };
                                                                                                                    10990 
                                                                                                                    10991 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    10992 // Link name: GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    10993 // Strings (bytes): 6 (originally 6)
                                                                                                                    -
                                                                                                                    10994 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    10995 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    10992 // Link name: GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    10993 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    10994 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    10995 // Memory (32-bit): 25
                                                                                                                    10996 //---------------------------------------------------------------------------
                                                                                                                    10997 
                                                                                                                    -
                                                                                                                    10998 static const char kZoneNameGMT_PLUS_0[] ACE_TIME_PROGMEM = "GMT+0";
                                                                                                                    +
                                                                                                                    10998 static const char kZoneNameGMT0[] ACE_TIME_PROGMEM = "GMT0";
                                                                                                                    10999 
                                                                                                                    -
                                                                                                                    11000 const basic::ZoneInfo kZoneGMT_PLUS_0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11001  kZoneNameGMT_PLUS_0 /*name*/,
                                                                                                                    -
                                                                                                                    11002  0x0d2f7028 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11000 const basic::ZoneInfo kZoneGMT0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11001  kZoneNameGMT0 /*name*/,
                                                                                                                    +
                                                                                                                    11002  0x7c8550fd /*zoneId*/,
                                                                                                                    11003  &kZoneContext /*zoneContext*/,
                                                                                                                    11004  0 /*numEras*/,
                                                                                                                    11005  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    11006 };
                                                                                                                    11007 
                                                                                                                    11008 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11009 // Link name: GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    11010 // Strings (bytes): 6 (originally 6)
                                                                                                                    -
                                                                                                                    11011 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    11012 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    11009 // Link name: Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    11010 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    11011 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    11012 // Memory (32-bit): 30
                                                                                                                    11013 //---------------------------------------------------------------------------
                                                                                                                    11014 
                                                                                                                    -
                                                                                                                    11015 static const char kZoneNameGMT_0[] ACE_TIME_PROGMEM = "GMT-0";
                                                                                                                    +
                                                                                                                    11015 static const char kZoneNameGreenwich[] ACE_TIME_PROGMEM = "Greenwich";
                                                                                                                    11016 
                                                                                                                    -
                                                                                                                    11017 const basic::ZoneInfo kZoneGMT_0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11018  kZoneNameGMT_0 /*name*/,
                                                                                                                    -
                                                                                                                    11019  0x0d2f706a /*zoneId*/,
                                                                                                                    +
                                                                                                                    11017 const basic::ZoneInfo kZoneGreenwich ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11018  kZoneNameGreenwich /*name*/,
                                                                                                                    +
                                                                                                                    11019  0xc84d4221 /*zoneId*/,
                                                                                                                    11020  &kZoneContext /*zoneContext*/,
                                                                                                                    11021  0 /*numEras*/,
                                                                                                                    11022  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    11023 };
                                                                                                                    11024 
                                                                                                                    11025 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11026 // Link name: GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    11027 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    11028 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    11029 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    11026 // Link name: Hongkong -> Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    11027 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    11028 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    11029 // Memory (32-bit): 29
                                                                                                                    11030 //---------------------------------------------------------------------------
                                                                                                                    11031 
                                                                                                                    -
                                                                                                                    11032 static const char kZoneNameGMT0[] ACE_TIME_PROGMEM = "GMT0";
                                                                                                                    +
                                                                                                                    11032 static const char kZoneNameHongkong[] ACE_TIME_PROGMEM = "Hongkong";
                                                                                                                    11033 
                                                                                                                    -
                                                                                                                    11034 const basic::ZoneInfo kZoneGMT0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11035  kZoneNameGMT0 /*name*/,
                                                                                                                    -
                                                                                                                    11036  0x7c8550fd /*zoneId*/,
                                                                                                                    +
                                                                                                                    11034 const basic::ZoneInfo kZoneHongkong ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11035  kZoneNameHongkong /*name*/,
                                                                                                                    +
                                                                                                                    11036  0x56d36560 /*zoneId*/,
                                                                                                                    11037  &kZoneContext /*zoneContext*/,
                                                                                                                    11038  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11039  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11039  &kZoneAsia_Hong_Kong /*eras(info)*/,
                                                                                                                    11040 };
                                                                                                                    11041 
                                                                                                                    11042 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11043 // Link name: Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    11044 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    11045 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    11046 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    11043 // Link name: Iceland -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    11044 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    11045 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    11046 // Memory (32-bit): 28
                                                                                                                    11047 //---------------------------------------------------------------------------
                                                                                                                    11048 
                                                                                                                    -
                                                                                                                    11049 static const char kZoneNameGreenwich[] ACE_TIME_PROGMEM = "Greenwich";
                                                                                                                    +
                                                                                                                    11049 static const char kZoneNameIceland[] ACE_TIME_PROGMEM = "Iceland";
                                                                                                                    11050 
                                                                                                                    -
                                                                                                                    11051 const basic::ZoneInfo kZoneGreenwich ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11052  kZoneNameGreenwich /*name*/,
                                                                                                                    -
                                                                                                                    11053  0xc84d4221 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11051 const basic::ZoneInfo kZoneIceland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11052  kZoneNameIceland /*name*/,
                                                                                                                    +
                                                                                                                    11053  0xe56a35b5 /*zoneId*/,
                                                                                                                    11054  &kZoneContext /*zoneContext*/,
                                                                                                                    11055  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11056  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11056  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    11057 };
                                                                                                                    11058 
                                                                                                                    11059 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11060 // Link name: Hongkong -> Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    11061 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    11062 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    11063 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    11060 // Link name: Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    11061 // Strings (bytes): 14 (originally 20)
                                                                                                                    +
                                                                                                                    11062 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    11063 // Memory (32-bit): 34
                                                                                                                    11064 //---------------------------------------------------------------------------
                                                                                                                    11065 
                                                                                                                    -
                                                                                                                    11066 static const char kZoneNameHongkong[] ACE_TIME_PROGMEM = "Hongkong";
                                                                                                                    +
                                                                                                                    11066 static const char kZoneNameIndian_Antananarivo[] ACE_TIME_PROGMEM = "\x0a" "Antananarivo";
                                                                                                                    11067 
                                                                                                                    -
                                                                                                                    11068 const basic::ZoneInfo kZoneHongkong ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11069  kZoneNameHongkong /*name*/,
                                                                                                                    -
                                                                                                                    11070  0x56d36560 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11068 const basic::ZoneInfo kZoneIndian_Antananarivo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11069  kZoneNameIndian_Antananarivo /*name*/,
                                                                                                                    +
                                                                                                                    11070  0x9ebf5289 /*zoneId*/,
                                                                                                                    11071  &kZoneContext /*zoneContext*/,
                                                                                                                    11072  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11073  &kZoneAsia_Hong_Kong /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11073  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    11074 };
                                                                                                                    11075 
                                                                                                                    11076 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11077 // Link name: Iceland -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    11078 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    11079 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    11080 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    11077 // Link name: Indian/Christmas -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    11078 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    11079 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    11080 // Memory (32-bit): 31
                                                                                                                    11081 //---------------------------------------------------------------------------
                                                                                                                    11082 
                                                                                                                    -
                                                                                                                    11083 static const char kZoneNameIceland[] ACE_TIME_PROGMEM = "Iceland";
                                                                                                                    +
                                                                                                                    11083 static const char kZoneNameIndian_Christmas[] ACE_TIME_PROGMEM = "\x0a" "Christmas";
                                                                                                                    11084 
                                                                                                                    -
                                                                                                                    11085 const basic::ZoneInfo kZoneIceland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11086  kZoneNameIceland /*name*/,
                                                                                                                    -
                                                                                                                    11087  0xe56a35b5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11085 const basic::ZoneInfo kZoneIndian_Christmas ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11086  kZoneNameIndian_Christmas /*name*/,
                                                                                                                    +
                                                                                                                    11087  0x68c207d5 /*zoneId*/,
                                                                                                                    11088  &kZoneContext /*zoneContext*/,
                                                                                                                    11089  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11090  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11090  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    11091 };
                                                                                                                    11092 
                                                                                                                    11093 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11094 // Link name: Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    11095 // Strings (bytes): 14 (originally 20)
                                                                                                                    -
                                                                                                                    11096 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    11097 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    11094 // Link name: Indian/Cocos -> Asia/Yangon
                                                                                                                    +
                                                                                                                    11095 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    11096 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    11097 // Memory (32-bit): 27
                                                                                                                    11098 //---------------------------------------------------------------------------
                                                                                                                    11099 
                                                                                                                    -
                                                                                                                    11100 static const char kZoneNameIndian_Antananarivo[] ACE_TIME_PROGMEM = "\x0a" "Antananarivo";
                                                                                                                    +
                                                                                                                    11100 static const char kZoneNameIndian_Cocos[] ACE_TIME_PROGMEM = "\x0a" "Cocos";
                                                                                                                    11101 
                                                                                                                    -
                                                                                                                    11102 const basic::ZoneInfo kZoneIndian_Antananarivo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11103  kZoneNameIndian_Antananarivo /*name*/,
                                                                                                                    -
                                                                                                                    11104  0x9ebf5289 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11102 const basic::ZoneInfo kZoneIndian_Cocos ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11103  kZoneNameIndian_Cocos /*name*/,
                                                                                                                    +
                                                                                                                    11104  0x021e86de /*zoneId*/,
                                                                                                                    11105  &kZoneContext /*zoneContext*/,
                                                                                                                    11106  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11107  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11107  &kZoneAsia_Yangon /*eras(info)*/,
                                                                                                                    11108 };
                                                                                                                    11109 
                                                                                                                    11110 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11111 // Link name: Indian/Christmas -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    11112 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    11113 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    11114 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    11111 // Link name: Indian/Comoro -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    11112 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    11113 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    11114 // Memory (32-bit): 28
                                                                                                                    11115 //---------------------------------------------------------------------------
                                                                                                                    11116 
                                                                                                                    -
                                                                                                                    11117 static const char kZoneNameIndian_Christmas[] ACE_TIME_PROGMEM = "\x0a" "Christmas";
                                                                                                                    +
                                                                                                                    11117 static const char kZoneNameIndian_Comoro[] ACE_TIME_PROGMEM = "\x0a" "Comoro";
                                                                                                                    11118 
                                                                                                                    -
                                                                                                                    11119 const basic::ZoneInfo kZoneIndian_Christmas ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11120  kZoneNameIndian_Christmas /*name*/,
                                                                                                                    -
                                                                                                                    11121  0x68c207d5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11119 const basic::ZoneInfo kZoneIndian_Comoro ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11120  kZoneNameIndian_Comoro /*name*/,
                                                                                                                    +
                                                                                                                    11121  0x45f4deb6 /*zoneId*/,
                                                                                                                    11122  &kZoneContext /*zoneContext*/,
                                                                                                                    11123  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11124  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11124  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    11125 };
                                                                                                                    11126 
                                                                                                                    11127 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11128 // Link name: Indian/Cocos -> Asia/Yangon
                                                                                                                    -
                                                                                                                    11129 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    11130 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    11131 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    11128 // Link name: Indian/Kerguelen -> Indian/Maldives
                                                                                                                    +
                                                                                                                    11129 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    11130 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    11131 // Memory (32-bit): 31
                                                                                                                    11132 //---------------------------------------------------------------------------
                                                                                                                    11133 
                                                                                                                    -
                                                                                                                    11134 static const char kZoneNameIndian_Cocos[] ACE_TIME_PROGMEM = "\x0a" "Cocos";
                                                                                                                    +
                                                                                                                    11134 static const char kZoneNameIndian_Kerguelen[] ACE_TIME_PROGMEM = "\x0a" "Kerguelen";
                                                                                                                    11135 
                                                                                                                    -
                                                                                                                    11136 const basic::ZoneInfo kZoneIndian_Cocos ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11137  kZoneNameIndian_Cocos /*name*/,
                                                                                                                    -
                                                                                                                    11138  0x021e86de /*zoneId*/,
                                                                                                                    +
                                                                                                                    11136 const basic::ZoneInfo kZoneIndian_Kerguelen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11137  kZoneNameIndian_Kerguelen /*name*/,
                                                                                                                    +
                                                                                                                    11138  0x4351b389 /*zoneId*/,
                                                                                                                    11139  &kZoneContext /*zoneContext*/,
                                                                                                                    11140  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11141  &kZoneAsia_Yangon /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11141  &kZoneIndian_Maldives /*eras(info)*/,
                                                                                                                    11142 };
                                                                                                                    11143 
                                                                                                                    11144 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11145 // Link name: Indian/Comoro -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    11146 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    11147 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    11148 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    11145 // Link name: Indian/Mahe -> Asia/Dubai
                                                                                                                    +
                                                                                                                    11146 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    11147 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    11148 // Memory (32-bit): 26
                                                                                                                    11149 //---------------------------------------------------------------------------
                                                                                                                    11150 
                                                                                                                    -
                                                                                                                    11151 static const char kZoneNameIndian_Comoro[] ACE_TIME_PROGMEM = "\x0a" "Comoro";
                                                                                                                    +
                                                                                                                    11151 static const char kZoneNameIndian_Mahe[] ACE_TIME_PROGMEM = "\x0a" "Mahe";
                                                                                                                    11152 
                                                                                                                    -
                                                                                                                    11153 const basic::ZoneInfo kZoneIndian_Comoro ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11154  kZoneNameIndian_Comoro /*name*/,
                                                                                                                    -
                                                                                                                    11155  0x45f4deb6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11153 const basic::ZoneInfo kZoneIndian_Mahe ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11154  kZoneNameIndian_Mahe /*name*/,
                                                                                                                    +
                                                                                                                    11155  0x45e725e2 /*zoneId*/,
                                                                                                                    11156  &kZoneContext /*zoneContext*/,
                                                                                                                    11157  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11158  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11158  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    11159 };
                                                                                                                    11160 
                                                                                                                    11161 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11162 // Link name: Indian/Kerguelen -> Indian/Maldives
                                                                                                                    -
                                                                                                                    11163 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    11164 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    11165 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    11162 // Link name: Indian/Mayotte -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    11163 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    11164 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    11165 // Memory (32-bit): 29
                                                                                                                    11166 //---------------------------------------------------------------------------
                                                                                                                    11167 
                                                                                                                    -
                                                                                                                    11168 static const char kZoneNameIndian_Kerguelen[] ACE_TIME_PROGMEM = "\x0a" "Kerguelen";
                                                                                                                    +
                                                                                                                    11168 static const char kZoneNameIndian_Mayotte[] ACE_TIME_PROGMEM = "\x0a" "Mayotte";
                                                                                                                    11169 
                                                                                                                    -
                                                                                                                    11170 const basic::ZoneInfo kZoneIndian_Kerguelen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11171  kZoneNameIndian_Kerguelen /*name*/,
                                                                                                                    -
                                                                                                                    11172  0x4351b389 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11170 const basic::ZoneInfo kZoneIndian_Mayotte ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11171  kZoneNameIndian_Mayotte /*name*/,
                                                                                                                    +
                                                                                                                    11172  0xe6880bca /*zoneId*/,
                                                                                                                    11173  &kZoneContext /*zoneContext*/,
                                                                                                                    11174  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11175  &kZoneIndian_Maldives /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11175  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    11176 };
                                                                                                                    11177 
                                                                                                                    11178 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11179 // Link name: Indian/Mahe -> Asia/Dubai
                                                                                                                    -
                                                                                                                    11180 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    11181 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    11182 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    11179 // Link name: Indian/Reunion -> Asia/Dubai
                                                                                                                    +
                                                                                                                    11180 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    11181 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    11182 // Memory (32-bit): 29
                                                                                                                    11183 //---------------------------------------------------------------------------
                                                                                                                    11184 
                                                                                                                    -
                                                                                                                    11185 static const char kZoneNameIndian_Mahe[] ACE_TIME_PROGMEM = "\x0a" "Mahe";
                                                                                                                    +
                                                                                                                    11185 static const char kZoneNameIndian_Reunion[] ACE_TIME_PROGMEM = "\x0a" "Reunion";
                                                                                                                    11186 
                                                                                                                    -
                                                                                                                    11187 const basic::ZoneInfo kZoneIndian_Mahe ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11188  kZoneNameIndian_Mahe /*name*/,
                                                                                                                    -
                                                                                                                    11189  0x45e725e2 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11187 const basic::ZoneInfo kZoneIndian_Reunion ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11188  kZoneNameIndian_Reunion /*name*/,
                                                                                                                    +
                                                                                                                    11189  0x7076c047 /*zoneId*/,
                                                                                                                    11190  &kZoneContext /*zoneContext*/,
                                                                                                                    11191  0 /*numEras*/,
                                                                                                                    11192  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    11193 };
                                                                                                                    11194 
                                                                                                                    11195 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11196 // Link name: Indian/Mayotte -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    11197 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    11198 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    11199 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    11196 // Link name: Iran -> Asia/Tehran
                                                                                                                    +
                                                                                                                    11197 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    11198 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    11199 // Memory (32-bit): 25
                                                                                                                    11200 //---------------------------------------------------------------------------
                                                                                                                    11201 
                                                                                                                    -
                                                                                                                    11202 static const char kZoneNameIndian_Mayotte[] ACE_TIME_PROGMEM = "\x0a" "Mayotte";
                                                                                                                    +
                                                                                                                    11202 static const char kZoneNameIran[] ACE_TIME_PROGMEM = "Iran";
                                                                                                                    11203 
                                                                                                                    -
                                                                                                                    11204 const basic::ZoneInfo kZoneIndian_Mayotte ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11205  kZoneNameIndian_Mayotte /*name*/,
                                                                                                                    -
                                                                                                                    11206  0xe6880bca /*zoneId*/,
                                                                                                                    +
                                                                                                                    11204 const basic::ZoneInfo kZoneIran ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11205  kZoneNameIran /*name*/,
                                                                                                                    +
                                                                                                                    11206  0x7c87090f /*zoneId*/,
                                                                                                                    11207  &kZoneContext /*zoneContext*/,
                                                                                                                    11208  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11209  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11209  &kZoneAsia_Tehran /*eras(info)*/,
                                                                                                                    11210 };
                                                                                                                    11211 
                                                                                                                    11212 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11213 // Link name: Indian/Reunion -> Asia/Dubai
                                                                                                                    -
                                                                                                                    11214 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    11215 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    11216 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    11213 // Link name: Israel -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    11214 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    11215 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    11216 // Memory (32-bit): 27
                                                                                                                    11217 //---------------------------------------------------------------------------
                                                                                                                    11218 
                                                                                                                    -
                                                                                                                    11219 static const char kZoneNameIndian_Reunion[] ACE_TIME_PROGMEM = "\x0a" "Reunion";
                                                                                                                    +
                                                                                                                    11219 static const char kZoneNameIsrael[] ACE_TIME_PROGMEM = "Israel";
                                                                                                                    11220 
                                                                                                                    -
                                                                                                                    11221 const basic::ZoneInfo kZoneIndian_Reunion ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11222  kZoneNameIndian_Reunion /*name*/,
                                                                                                                    -
                                                                                                                    11223  0x7076c047 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11221 const basic::ZoneInfo kZoneIsrael ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11222  kZoneNameIsrael /*name*/,
                                                                                                                    +
                                                                                                                    11223  0xba88c9e5 /*zoneId*/,
                                                                                                                    11224  &kZoneContext /*zoneContext*/,
                                                                                                                    11225  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11226  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11226  &kZoneAsia_Jerusalem /*eras(info)*/,
                                                                                                                    11227 };
                                                                                                                    11228 
                                                                                                                    11229 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11230 // Link name: Iran -> Asia/Tehran
                                                                                                                    -
                                                                                                                    11231 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    11232 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    11233 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    11230 // Link name: Jamaica -> America/Jamaica
                                                                                                                    +
                                                                                                                    11231 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    11232 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    11233 // Memory (32-bit): 28
                                                                                                                    11234 //---------------------------------------------------------------------------
                                                                                                                    11235 
                                                                                                                    -
                                                                                                                    11236 static const char kZoneNameIran[] ACE_TIME_PROGMEM = "Iran";
                                                                                                                    +
                                                                                                                    11236 static const char kZoneNameJamaica[] ACE_TIME_PROGMEM = "Jamaica";
                                                                                                                    11237 
                                                                                                                    -
                                                                                                                    11238 const basic::ZoneInfo kZoneIran ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11239  kZoneNameIran /*name*/,
                                                                                                                    -
                                                                                                                    11240  0x7c87090f /*zoneId*/,
                                                                                                                    +
                                                                                                                    11238 const basic::ZoneInfo kZoneJamaica ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11239  kZoneNameJamaica /*name*/,
                                                                                                                    +
                                                                                                                    11240  0x2e44fdab /*zoneId*/,
                                                                                                                    11241  &kZoneContext /*zoneContext*/,
                                                                                                                    11242  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11243  &kZoneAsia_Tehran /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11243  &kZoneAmerica_Jamaica /*eras(info)*/,
                                                                                                                    11244 };
                                                                                                                    11245 
                                                                                                                    11246 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11247 // Link name: Israel -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    11248 // Strings (bytes): 7 (originally 7)
                                                                                                                    -
                                                                                                                    11249 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    11250 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    11247 // Link name: Japan -> Asia/Tokyo
                                                                                                                    +
                                                                                                                    11248 // Strings (bytes): 6 (originally 6)
                                                                                                                    +
                                                                                                                    11249 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    11250 // Memory (32-bit): 26
                                                                                                                    11251 //---------------------------------------------------------------------------
                                                                                                                    11252 
                                                                                                                    -
                                                                                                                    11253 static const char kZoneNameIsrael[] ACE_TIME_PROGMEM = "Israel";
                                                                                                                    +
                                                                                                                    11253 static const char kZoneNameJapan[] ACE_TIME_PROGMEM = "Japan";
                                                                                                                    11254 
                                                                                                                    -
                                                                                                                    11255 const basic::ZoneInfo kZoneIsrael ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11256  kZoneNameIsrael /*name*/,
                                                                                                                    -
                                                                                                                    11257  0xba88c9e5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11255 const basic::ZoneInfo kZoneJapan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11256  kZoneNameJapan /*name*/,
                                                                                                                    +
                                                                                                                    11257  0x0d712f8f /*zoneId*/,
                                                                                                                    11258  &kZoneContext /*zoneContext*/,
                                                                                                                    11259  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11260  &kZoneAsia_Jerusalem /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11260  &kZoneAsia_Tokyo /*eras(info)*/,
                                                                                                                    11261 };
                                                                                                                    11262 
                                                                                                                    11263 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11264 // Link name: Jamaica -> America/Jamaica
                                                                                                                    -
                                                                                                                    11265 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    11266 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    11267 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    11264 // Link name: Kwajalein -> Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    11265 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    11266 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    11267 // Memory (32-bit): 30
                                                                                                                    11268 //---------------------------------------------------------------------------
                                                                                                                    11269 
                                                                                                                    -
                                                                                                                    11270 static const char kZoneNameJamaica[] ACE_TIME_PROGMEM = "Jamaica";
                                                                                                                    +
                                                                                                                    11270 static const char kZoneNameKwajalein[] ACE_TIME_PROGMEM = "Kwajalein";
                                                                                                                    11271 
                                                                                                                    -
                                                                                                                    11272 const basic::ZoneInfo kZoneJamaica ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11273  kZoneNameJamaica /*name*/,
                                                                                                                    -
                                                                                                                    11274  0x2e44fdab /*zoneId*/,
                                                                                                                    +
                                                                                                                    11272 const basic::ZoneInfo kZoneKwajalein ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11273  kZoneNameKwajalein /*name*/,
                                                                                                                    +
                                                                                                                    11274  0x0e57afbb /*zoneId*/,
                                                                                                                    11275  &kZoneContext /*zoneContext*/,
                                                                                                                    11276  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11277  &kZoneAmerica_Jamaica /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11277  &kZonePacific_Kwajalein /*eras(info)*/,
                                                                                                                    11278 };
                                                                                                                    11279 
                                                                                                                    11280 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11281 // Link name: Japan -> Asia/Tokyo
                                                                                                                    -
                                                                                                                    11282 // Strings (bytes): 6 (originally 6)
                                                                                                                    -
                                                                                                                    11283 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    11284 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    11281 // Link name: Mexico/BajaSur -> America/Mazatlan
                                                                                                                    +
                                                                                                                    11282 // Strings (bytes): 15 (originally 15)
                                                                                                                    +
                                                                                                                    11283 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    11284 // Memory (32-bit): 35
                                                                                                                    11285 //---------------------------------------------------------------------------
                                                                                                                    11286 
                                                                                                                    -
                                                                                                                    11287 static const char kZoneNameJapan[] ACE_TIME_PROGMEM = "Japan";
                                                                                                                    +
                                                                                                                    11287 static const char kZoneNameMexico_BajaSur[] ACE_TIME_PROGMEM = "Mexico/BajaSur";
                                                                                                                    11288 
                                                                                                                    -
                                                                                                                    11289 const basic::ZoneInfo kZoneJapan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11290  kZoneNameJapan /*name*/,
                                                                                                                    -
                                                                                                                    11291  0x0d712f8f /*zoneId*/,
                                                                                                                    +
                                                                                                                    11289 const basic::ZoneInfo kZoneMexico_BajaSur ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11290  kZoneNameMexico_BajaSur /*name*/,
                                                                                                                    +
                                                                                                                    11291  0x08ee3641 /*zoneId*/,
                                                                                                                    11292  &kZoneContext /*zoneContext*/,
                                                                                                                    11293  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11294  &kZoneAsia_Tokyo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11294  &kZoneAmerica_Mazatlan /*eras(info)*/,
                                                                                                                    11295 };
                                                                                                                    11296 
                                                                                                                    11297 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11298 // Link name: Kwajalein -> Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    11299 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    11300 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    11301 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    11298 // Link name: NZ -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    11299 // Strings (bytes): 3 (originally 3)
                                                                                                                    +
                                                                                                                    11300 // Memory (8-bit): 14
                                                                                                                    +
                                                                                                                    11301 // Memory (32-bit): 23
                                                                                                                    11302 //---------------------------------------------------------------------------
                                                                                                                    11303 
                                                                                                                    -
                                                                                                                    11304 static const char kZoneNameKwajalein[] ACE_TIME_PROGMEM = "Kwajalein";
                                                                                                                    +
                                                                                                                    11304 static const char kZoneNameNZ[] ACE_TIME_PROGMEM = "NZ";
                                                                                                                    11305 
                                                                                                                    -
                                                                                                                    11306 const basic::ZoneInfo kZoneKwajalein ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11307  kZoneNameKwajalein /*name*/,
                                                                                                                    -
                                                                                                                    11308  0x0e57afbb /*zoneId*/,
                                                                                                                    +
                                                                                                                    11306 const basic::ZoneInfo kZoneNZ ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11307  kZoneNameNZ /*name*/,
                                                                                                                    +
                                                                                                                    11308  0x005974ad /*zoneId*/,
                                                                                                                    11309  &kZoneContext /*zoneContext*/,
                                                                                                                    11310  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11311  &kZonePacific_Kwajalein /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11311  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    11312 };
                                                                                                                    11313 
                                                                                                                    11314 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11315 // Link name: Mexico/BajaSur -> America/Mazatlan
                                                                                                                    -
                                                                                                                    11316 // Strings (bytes): 15 (originally 15)
                                                                                                                    -
                                                                                                                    11317 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    11318 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    11315 // Link name: NZ-CHAT -> Pacific/Chatham
                                                                                                                    +
                                                                                                                    11316 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    11317 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    11318 // Memory (32-bit): 28
                                                                                                                    11319 //---------------------------------------------------------------------------
                                                                                                                    11320 
                                                                                                                    -
                                                                                                                    11321 static const char kZoneNameMexico_BajaSur[] ACE_TIME_PROGMEM = "Mexico/BajaSur";
                                                                                                                    +
                                                                                                                    11321 static const char kZoneNameNZ_CHAT[] ACE_TIME_PROGMEM = "NZ-CHAT";
                                                                                                                    11322 
                                                                                                                    -
                                                                                                                    11323 const basic::ZoneInfo kZoneMexico_BajaSur ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11324  kZoneNameMexico_BajaSur /*name*/,
                                                                                                                    -
                                                                                                                    11325  0x08ee3641 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11323 const basic::ZoneInfo kZoneNZ_CHAT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11324  kZoneNameNZ_CHAT /*name*/,
                                                                                                                    +
                                                                                                                    11325  0x4d42afda /*zoneId*/,
                                                                                                                    11326  &kZoneContext /*zoneContext*/,
                                                                                                                    11327  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11328  &kZoneAmerica_Mazatlan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11328  &kZonePacific_Chatham /*eras(info)*/,
                                                                                                                    11329 };
                                                                                                                    11330 
                                                                                                                    11331 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11332 // Link name: NZ -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    11333 // Strings (bytes): 3 (originally 3)
                                                                                                                    -
                                                                                                                    11334 // Memory (8-bit): 14
                                                                                                                    -
                                                                                                                    11335 // Memory (32-bit): 23
                                                                                                                    +
                                                                                                                    11332 // Link name: Navajo -> America/Denver
                                                                                                                    +
                                                                                                                    11333 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    11334 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    11335 // Memory (32-bit): 27
                                                                                                                    11336 //---------------------------------------------------------------------------
                                                                                                                    11337 
                                                                                                                    -
                                                                                                                    11338 static const char kZoneNameNZ[] ACE_TIME_PROGMEM = "NZ";
                                                                                                                    +
                                                                                                                    11338 static const char kZoneNameNavajo[] ACE_TIME_PROGMEM = "Navajo";
                                                                                                                    11339 
                                                                                                                    -
                                                                                                                    11340 const basic::ZoneInfo kZoneNZ ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11341  kZoneNameNZ /*name*/,
                                                                                                                    -
                                                                                                                    11342  0x005974ad /*zoneId*/,
                                                                                                                    +
                                                                                                                    11340 const basic::ZoneInfo kZoneNavajo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11341  kZoneNameNavajo /*name*/,
                                                                                                                    +
                                                                                                                    11342  0xc4ef0e24 /*zoneId*/,
                                                                                                                    11343  &kZoneContext /*zoneContext*/,
                                                                                                                    11344  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11345  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11345  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    11346 };
                                                                                                                    11347 
                                                                                                                    11348 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11349 // Link name: NZ-CHAT -> Pacific/Chatham
                                                                                                                    -
                                                                                                                    11350 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    11351 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    11352 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    11349 // Link name: PRC -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    11350 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    11351 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    11352 // Memory (32-bit): 24
                                                                                                                    11353 //---------------------------------------------------------------------------
                                                                                                                    11354 
                                                                                                                    -
                                                                                                                    11355 static const char kZoneNameNZ_CHAT[] ACE_TIME_PROGMEM = "NZ-CHAT";
                                                                                                                    +
                                                                                                                    11355 static const char kZoneNamePRC[] ACE_TIME_PROGMEM = "PRC";
                                                                                                                    11356 
                                                                                                                    -
                                                                                                                    11357 const basic::ZoneInfo kZoneNZ_CHAT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11358  kZoneNameNZ_CHAT /*name*/,
                                                                                                                    -
                                                                                                                    11359  0x4d42afda /*zoneId*/,
                                                                                                                    +
                                                                                                                    11357 const basic::ZoneInfo kZonePRC ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11358  kZoneNamePRC /*name*/,
                                                                                                                    +
                                                                                                                    11359  0x0b88120a /*zoneId*/,
                                                                                                                    11360  &kZoneContext /*zoneContext*/,
                                                                                                                    11361  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11362  &kZonePacific_Chatham /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11362  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    11363 };
                                                                                                                    11364 
                                                                                                                    11365 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11366 // Link name: Navajo -> America/Denver
                                                                                                                    -
                                                                                                                    11367 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    11366 // Link name: Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    11367 // Strings (bytes): 7 (originally 14)
                                                                                                                    11368 // Memory (8-bit): 18
                                                                                                                    11369 // Memory (32-bit): 27
                                                                                                                    11370 //---------------------------------------------------------------------------
                                                                                                                    11371 
                                                                                                                    -
                                                                                                                    11372 static const char kZoneNameNavajo[] ACE_TIME_PROGMEM = "Navajo";
                                                                                                                    +
                                                                                                                    11372 static const char kZoneNamePacific_Chuuk[] ACE_TIME_PROGMEM = "\x0b" "Chuuk";
                                                                                                                    11373 
                                                                                                                    -
                                                                                                                    11374 const basic::ZoneInfo kZoneNavajo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11375  kZoneNameNavajo /*name*/,
                                                                                                                    -
                                                                                                                    11376  0xc4ef0e24 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11374 const basic::ZoneInfo kZonePacific_Chuuk ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11375  kZoneNamePacific_Chuuk /*name*/,
                                                                                                                    +
                                                                                                                    11376  0x8a090b23 /*zoneId*/,
                                                                                                                    11377  &kZoneContext /*zoneContext*/,
                                                                                                                    11378  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11379  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11379  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    11380 };
                                                                                                                    11381 
                                                                                                                    11382 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11383 // Link name: PRC -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    11384 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    11385 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    11386 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    11383 // Link name: Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    +
                                                                                                                    11384 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    11385 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    11386 // Memory (32-bit): 31
                                                                                                                    11387 //---------------------------------------------------------------------------
                                                                                                                    11388 
                                                                                                                    -
                                                                                                                    11389 static const char kZoneNamePRC[] ACE_TIME_PROGMEM = "PRC";
                                                                                                                    +
                                                                                                                    11389 static const char kZoneNamePacific_Enderbury[] ACE_TIME_PROGMEM = "\x0b" "Enderbury";
                                                                                                                    11390 
                                                                                                                    -
                                                                                                                    11391 const basic::ZoneInfo kZonePRC ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11392  kZoneNamePRC /*name*/,
                                                                                                                    -
                                                                                                                    11393  0x0b88120a /*zoneId*/,
                                                                                                                    +
                                                                                                                    11391 const basic::ZoneInfo kZonePacific_Enderbury ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11392  kZoneNamePacific_Enderbury /*name*/,
                                                                                                                    +
                                                                                                                    11393  0x61599a93 /*zoneId*/,
                                                                                                                    11394  &kZoneContext /*zoneContext*/,
                                                                                                                    11395  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11396  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11396  &kZonePacific_Kanton /*eras(info)*/,
                                                                                                                    11397 };
                                                                                                                    11398 
                                                                                                                    11399 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11400 // Link name: Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    11401 // Strings (bytes): 7 (originally 14)
                                                                                                                    -
                                                                                                                    11402 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    11403 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    11400 // Link name: Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    11401 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    11402 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    11403 // Memory (32-bit): 30
                                                                                                                    11404 //---------------------------------------------------------------------------
                                                                                                                    11405 
                                                                                                                    -
                                                                                                                    11406 static const char kZoneNamePacific_Chuuk[] ACE_TIME_PROGMEM = "\x0b" "Chuuk";
                                                                                                                    +
                                                                                                                    11406 static const char kZoneNamePacific_Funafuti[] ACE_TIME_PROGMEM = "\x0b" "Funafuti";
                                                                                                                    11407 
                                                                                                                    -
                                                                                                                    11408 const basic::ZoneInfo kZonePacific_Chuuk ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11409  kZoneNamePacific_Chuuk /*name*/,
                                                                                                                    -
                                                                                                                    11410  0x8a090b23 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11408 const basic::ZoneInfo kZonePacific_Funafuti ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11409  kZoneNamePacific_Funafuti /*name*/,
                                                                                                                    +
                                                                                                                    11410  0xdb402d65 /*zoneId*/,
                                                                                                                    11411  &kZoneContext /*zoneContext*/,
                                                                                                                    11412  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11413  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11413  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    11414 };
                                                                                                                    11415 
                                                                                                                    11416 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11417 // Link name: Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    -
                                                                                                                    11418 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    11419 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    11420 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    11417 // Link name: Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    11418 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    11419 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    11420 // Memory (32-bit): 30
                                                                                                                    11421 //---------------------------------------------------------------------------
                                                                                                                    11422 
                                                                                                                    -
                                                                                                                    11423 static const char kZoneNamePacific_Enderbury[] ACE_TIME_PROGMEM = "\x0b" "Enderbury";
                                                                                                                    +
                                                                                                                    11423 static const char kZoneNamePacific_Johnston[] ACE_TIME_PROGMEM = "\x0b" "Johnston";
                                                                                                                    11424 
                                                                                                                    -
                                                                                                                    11425 const basic::ZoneInfo kZonePacific_Enderbury ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11426  kZoneNamePacific_Enderbury /*name*/,
                                                                                                                    -
                                                                                                                    11427  0x61599a93 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11425 const basic::ZoneInfo kZonePacific_Johnston ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11426  kZoneNamePacific_Johnston /*name*/,
                                                                                                                    +
                                                                                                                    11427  0xb15d7b36 /*zoneId*/,
                                                                                                                    11428  &kZoneContext /*zoneContext*/,
                                                                                                                    11429  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11430  &kZonePacific_Kanton /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11430  &kZonePacific_Honolulu /*eras(info)*/,
                                                                                                                    11431 };
                                                                                                                    11432 
                                                                                                                    11433 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11434 // Link name: Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    11435 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    11436 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    11437 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    11434 // Link name: Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    11435 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    11436 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    11437 // Memory (32-bit): 28
                                                                                                                    11438 //---------------------------------------------------------------------------
                                                                                                                    11439 
                                                                                                                    -
                                                                                                                    11440 static const char kZoneNamePacific_Funafuti[] ACE_TIME_PROGMEM = "\x0b" "Funafuti";
                                                                                                                    +
                                                                                                                    11440 static const char kZoneNamePacific_Majuro[] ACE_TIME_PROGMEM = "\x0b" "Majuro";
                                                                                                                    11441 
                                                                                                                    -
                                                                                                                    11442 const basic::ZoneInfo kZonePacific_Funafuti ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11443  kZoneNamePacific_Funafuti /*name*/,
                                                                                                                    -
                                                                                                                    11444  0xdb402d65 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11442 const basic::ZoneInfo kZonePacific_Majuro ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11443  kZoneNamePacific_Majuro /*name*/,
                                                                                                                    +
                                                                                                                    11444  0xe1f95371 /*zoneId*/,
                                                                                                                    11445  &kZoneContext /*zoneContext*/,
                                                                                                                    11446  0 /*numEras*/,
                                                                                                                    11447  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    11448 };
                                                                                                                    11449 
                                                                                                                    11450 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11451 // Link name: Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    11452 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    11453 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    11454 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    11451 // Link name: Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    11452 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    11453 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    11454 // Memory (32-bit): 28
                                                                                                                    11455 //---------------------------------------------------------------------------
                                                                                                                    11456 
                                                                                                                    -
                                                                                                                    11457 static const char kZoneNamePacific_Johnston[] ACE_TIME_PROGMEM = "\x0b" "Johnston";
                                                                                                                    +
                                                                                                                    11457 static const char kZoneNamePacific_Midway[] ACE_TIME_PROGMEM = "\x0b" "Midway";
                                                                                                                    11458 
                                                                                                                    -
                                                                                                                    11459 const basic::ZoneInfo kZonePacific_Johnston ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11460  kZoneNamePacific_Johnston /*name*/,
                                                                                                                    -
                                                                                                                    11461  0xb15d7b36 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11459 const basic::ZoneInfo kZonePacific_Midway ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11460  kZoneNamePacific_Midway /*name*/,
                                                                                                                    +
                                                                                                                    11461  0xe286d38e /*zoneId*/,
                                                                                                                    11462  &kZoneContext /*zoneContext*/,
                                                                                                                    11463  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11464  &kZonePacific_Honolulu /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11464  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    11465 };
                                                                                                                    11466 
                                                                                                                    11467 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11468 // Link name: Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    11469 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    11470 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    11471 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    11468 // Link name: Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    11469 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    11470 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    11471 // Memory (32-bit): 29
                                                                                                                    11472 //---------------------------------------------------------------------------
                                                                                                                    11473 
                                                                                                                    -
                                                                                                                    11474 static const char kZoneNamePacific_Majuro[] ACE_TIME_PROGMEM = "\x0b" "Majuro";
                                                                                                                    +
                                                                                                                    11474 static const char kZoneNamePacific_Pohnpei[] ACE_TIME_PROGMEM = "\x0b" "Pohnpei";
                                                                                                                    11475 
                                                                                                                    -
                                                                                                                    11476 const basic::ZoneInfo kZonePacific_Majuro ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11477  kZoneNamePacific_Majuro /*name*/,
                                                                                                                    -
                                                                                                                    11478  0xe1f95371 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11476 const basic::ZoneInfo kZonePacific_Pohnpei ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11477  kZoneNamePacific_Pohnpei /*name*/,
                                                                                                                    +
                                                                                                                    11478  0x28929f96 /*zoneId*/,
                                                                                                                    11479  &kZoneContext /*zoneContext*/,
                                                                                                                    11480  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11481  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11481  &kZonePacific_Guadalcanal /*eras(info)*/,
                                                                                                                    11482 };
                                                                                                                    11483 
                                                                                                                    11484 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11485 // Link name: Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    11485 // Link name: Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    11486 // Strings (bytes): 8 (originally 15)
                                                                                                                    11487 // Memory (8-bit): 19
                                                                                                                    11488 // Memory (32-bit): 28
                                                                                                                    11489 //---------------------------------------------------------------------------
                                                                                                                    11490 
                                                                                                                    -
                                                                                                                    11491 static const char kZoneNamePacific_Midway[] ACE_TIME_PROGMEM = "\x0b" "Midway";
                                                                                                                    +
                                                                                                                    11491 static const char kZoneNamePacific_Ponape[] ACE_TIME_PROGMEM = "\x0b" "Ponape";
                                                                                                                    11492 
                                                                                                                    -
                                                                                                                    11493 const basic::ZoneInfo kZonePacific_Midway ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11494  kZoneNamePacific_Midway /*name*/,
                                                                                                                    -
                                                                                                                    11495  0xe286d38e /*zoneId*/,
                                                                                                                    +
                                                                                                                    11493 const basic::ZoneInfo kZonePacific_Ponape ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11494  kZoneNamePacific_Ponape /*name*/,
                                                                                                                    +
                                                                                                                    11495  0xe9f80086 /*zoneId*/,
                                                                                                                    11496  &kZoneContext /*zoneContext*/,
                                                                                                                    11497  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11498  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11498  &kZonePacific_Guadalcanal /*eras(info)*/,
                                                                                                                    11499 };
                                                                                                                    11500 
                                                                                                                    11501 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11502 // Link name: Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    11503 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    11504 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    11505 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    11502 // Link name: Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    11503 // Strings (bytes): 7 (originally 14)
                                                                                                                    +
                                                                                                                    11504 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    11505 // Memory (32-bit): 27
                                                                                                                    11506 //---------------------------------------------------------------------------
                                                                                                                    11507 
                                                                                                                    -
                                                                                                                    11508 static const char kZoneNamePacific_Pohnpei[] ACE_TIME_PROGMEM = "\x0b" "Pohnpei";
                                                                                                                    +
                                                                                                                    11508 static const char kZoneNamePacific_Samoa[] ACE_TIME_PROGMEM = "\x0b" "Samoa";
                                                                                                                    11509 
                                                                                                                    -
                                                                                                                    11510 const basic::ZoneInfo kZonePacific_Pohnpei ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11511  kZoneNamePacific_Pohnpei /*name*/,
                                                                                                                    -
                                                                                                                    11512  0x28929f96 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11510 const basic::ZoneInfo kZonePacific_Samoa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11511  kZoneNamePacific_Samoa /*name*/,
                                                                                                                    +
                                                                                                                    11512  0x8b2699b4 /*zoneId*/,
                                                                                                                    11513  &kZoneContext /*zoneContext*/,
                                                                                                                    11514  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11515  &kZonePacific_Guadalcanal /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11515  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    11516 };
                                                                                                                    11517 
                                                                                                                    11518 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11519 // Link name: Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    11520 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    11521 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    11522 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    11519 // Link name: Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    11520 // Strings (bytes): 6 (originally 13)
                                                                                                                    +
                                                                                                                    11521 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    11522 // Memory (32-bit): 26
                                                                                                                    11523 //---------------------------------------------------------------------------
                                                                                                                    11524 
                                                                                                                    -
                                                                                                                    11525 static const char kZoneNamePacific_Ponape[] ACE_TIME_PROGMEM = "\x0b" "Ponape";
                                                                                                                    +
                                                                                                                    11525 static const char kZoneNamePacific_Truk[] ACE_TIME_PROGMEM = "\x0b" "Truk";
                                                                                                                    11526 
                                                                                                                    -
                                                                                                                    11527 const basic::ZoneInfo kZonePacific_Ponape ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11528  kZoneNamePacific_Ponape /*name*/,
                                                                                                                    -
                                                                                                                    11529  0xe9f80086 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11527 const basic::ZoneInfo kZonePacific_Truk ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11528  kZoneNamePacific_Truk /*name*/,
                                                                                                                    +
                                                                                                                    11529  0x234010a9 /*zoneId*/,
                                                                                                                    11530  &kZoneContext /*zoneContext*/,
                                                                                                                    11531  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11532  &kZonePacific_Guadalcanal /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11532  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    11533 };
                                                                                                                    11534 
                                                                                                                    11535 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11536 // Link name: Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    11537 // Strings (bytes): 7 (originally 14)
                                                                                                                    -
                                                                                                                    11538 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    11539 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    11536 // Link name: Pacific/Wake -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    11537 // Strings (bytes): 6 (originally 13)
                                                                                                                    +
                                                                                                                    11538 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    11539 // Memory (32-bit): 26
                                                                                                                    11540 //---------------------------------------------------------------------------
                                                                                                                    11541 
                                                                                                                    -
                                                                                                                    11542 static const char kZoneNamePacific_Samoa[] ACE_TIME_PROGMEM = "\x0b" "Samoa";
                                                                                                                    +
                                                                                                                    11542 static const char kZoneNamePacific_Wake[] ACE_TIME_PROGMEM = "\x0b" "Wake";
                                                                                                                    11543 
                                                                                                                    -
                                                                                                                    11544 const basic::ZoneInfo kZonePacific_Samoa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11545  kZoneNamePacific_Samoa /*name*/,
                                                                                                                    -
                                                                                                                    11546  0x8b2699b4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11544 const basic::ZoneInfo kZonePacific_Wake ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11545  kZoneNamePacific_Wake /*name*/,
                                                                                                                    +
                                                                                                                    11546  0x23416c2b /*zoneId*/,
                                                                                                                    11547  &kZoneContext /*zoneContext*/,
                                                                                                                    11548  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11549  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11549  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    11550 };
                                                                                                                    11551 
                                                                                                                    11552 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11553 // Link name: Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    11554 // Strings (bytes): 6 (originally 13)
                                                                                                                    -
                                                                                                                    11555 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    11556 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    11553 // Link name: Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    11554 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    11555 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    11556 // Memory (32-bit): 28
                                                                                                                    11557 //---------------------------------------------------------------------------
                                                                                                                    11558 
                                                                                                                    -
                                                                                                                    11559 static const char kZoneNamePacific_Truk[] ACE_TIME_PROGMEM = "\x0b" "Truk";
                                                                                                                    +
                                                                                                                    11559 static const char kZoneNamePacific_Wallis[] ACE_TIME_PROGMEM = "\x0b" "Wallis";
                                                                                                                    11560 
                                                                                                                    -
                                                                                                                    11561 const basic::ZoneInfo kZonePacific_Truk ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11562  kZoneNamePacific_Truk /*name*/,
                                                                                                                    -
                                                                                                                    11563  0x234010a9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11561 const basic::ZoneInfo kZonePacific_Wallis ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11562  kZoneNamePacific_Wallis /*name*/,
                                                                                                                    +
                                                                                                                    11563  0xf94ddb0f /*zoneId*/,
                                                                                                                    11564  &kZoneContext /*zoneContext*/,
                                                                                                                    11565  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11566  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11566  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    11567 };
                                                                                                                    11568 
                                                                                                                    11569 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11570 // Link name: Pacific/Wake -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    11571 // Strings (bytes): 6 (originally 13)
                                                                                                                    -
                                                                                                                    11572 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    11573 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    11570 // Link name: Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    11571 // Strings (bytes): 5 (originally 12)
                                                                                                                    +
                                                                                                                    11572 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    11573 // Memory (32-bit): 25
                                                                                                                    11574 //---------------------------------------------------------------------------
                                                                                                                    11575 
                                                                                                                    -
                                                                                                                    11576 static const char kZoneNamePacific_Wake[] ACE_TIME_PROGMEM = "\x0b" "Wake";
                                                                                                                    +
                                                                                                                    11576 static const char kZoneNamePacific_Yap[] ACE_TIME_PROGMEM = "\x0b" "Yap";
                                                                                                                    11577 
                                                                                                                    -
                                                                                                                    11578 const basic::ZoneInfo kZonePacific_Wake ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11579  kZoneNamePacific_Wake /*name*/,
                                                                                                                    -
                                                                                                                    11580  0x23416c2b /*zoneId*/,
                                                                                                                    +
                                                                                                                    11578 const basic::ZoneInfo kZonePacific_Yap ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11579  kZoneNamePacific_Yap /*name*/,
                                                                                                                    +
                                                                                                                    11580  0xbb40138d /*zoneId*/,
                                                                                                                    11581  &kZoneContext /*zoneContext*/,
                                                                                                                    11582  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11583  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11583  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    11584 };
                                                                                                                    11585 
                                                                                                                    11586 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11587 // Link name: Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    11588 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    11589 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    11590 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    11587 // Link name: Poland -> Europe/Warsaw
                                                                                                                    +
                                                                                                                    11588 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    11589 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    11590 // Memory (32-bit): 27
                                                                                                                    11591 //---------------------------------------------------------------------------
                                                                                                                    11592 
                                                                                                                    -
                                                                                                                    11593 static const char kZoneNamePacific_Wallis[] ACE_TIME_PROGMEM = "\x0b" "Wallis";
                                                                                                                    +
                                                                                                                    11593 static const char kZoneNamePoland[] ACE_TIME_PROGMEM = "Poland";
                                                                                                                    11594 
                                                                                                                    -
                                                                                                                    11595 const basic::ZoneInfo kZonePacific_Wallis ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11596  kZoneNamePacific_Wallis /*name*/,
                                                                                                                    -
                                                                                                                    11597  0xf94ddb0f /*zoneId*/,
                                                                                                                    +
                                                                                                                    11595 const basic::ZoneInfo kZonePoland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11596  kZoneNamePoland /*name*/,
                                                                                                                    +
                                                                                                                    11597  0xca913b23 /*zoneId*/,
                                                                                                                    11598  &kZoneContext /*zoneContext*/,
                                                                                                                    11599  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11600  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11600  &kZoneEurope_Warsaw /*eras(info)*/,
                                                                                                                    11601 };
                                                                                                                    11602 
                                                                                                                    11603 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11604 // Link name: Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    11605 // Strings (bytes): 5 (originally 12)
                                                                                                                    -
                                                                                                                    11606 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    11607 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    11604 // Link name: Portugal -> Europe/Lisbon
                                                                                                                    +
                                                                                                                    11605 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    11606 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    11607 // Memory (32-bit): 29
                                                                                                                    11608 //---------------------------------------------------------------------------
                                                                                                                    11609 
                                                                                                                    -
                                                                                                                    11610 static const char kZoneNamePacific_Yap[] ACE_TIME_PROGMEM = "\x0b" "Yap";
                                                                                                                    +
                                                                                                                    11610 static const char kZoneNamePortugal[] ACE_TIME_PROGMEM = "Portugal";
                                                                                                                    11611 
                                                                                                                    -
                                                                                                                    11612 const basic::ZoneInfo kZonePacific_Yap ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11613  kZoneNamePacific_Yap /*name*/,
                                                                                                                    -
                                                                                                                    11614  0xbb40138d /*zoneId*/,
                                                                                                                    +
                                                                                                                    11612 const basic::ZoneInfo kZonePortugal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11613  kZoneNamePortugal /*name*/,
                                                                                                                    +
                                                                                                                    11614  0xc3274593 /*zoneId*/,
                                                                                                                    11615  &kZoneContext /*zoneContext*/,
                                                                                                                    11616  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11617  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11617  &kZoneEurope_Lisbon /*eras(info)*/,
                                                                                                                    11618 };
                                                                                                                    11619 
                                                                                                                    11620 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11621 // Link name: Poland -> Europe/Warsaw
                                                                                                                    -
                                                                                                                    11622 // Strings (bytes): 7 (originally 7)
                                                                                                                    -
                                                                                                                    11623 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    11624 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    11621 // Link name: ROC -> Asia/Taipei
                                                                                                                    +
                                                                                                                    11622 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    11623 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    11624 // Memory (32-bit): 24
                                                                                                                    11625 //---------------------------------------------------------------------------
                                                                                                                    11626 
                                                                                                                    -
                                                                                                                    11627 static const char kZoneNamePoland[] ACE_TIME_PROGMEM = "Poland";
                                                                                                                    +
                                                                                                                    11627 static const char kZoneNameROC[] ACE_TIME_PROGMEM = "ROC";
                                                                                                                    11628 
                                                                                                                    -
                                                                                                                    11629 const basic::ZoneInfo kZonePoland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11630  kZoneNamePoland /*name*/,
                                                                                                                    -
                                                                                                                    11631  0xca913b23 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11629 const basic::ZoneInfo kZoneROC ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11630  kZoneNameROC /*name*/,
                                                                                                                    +
                                                                                                                    11631  0x0b881a29 /*zoneId*/,
                                                                                                                    11632  &kZoneContext /*zoneContext*/,
                                                                                                                    11633  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11634  &kZoneEurope_Warsaw /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11634  &kZoneAsia_Taipei /*eras(info)*/,
                                                                                                                    11635 };
                                                                                                                    11636 
                                                                                                                    11637 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11638 // Link name: Portugal -> Europe/Lisbon
                                                                                                                    -
                                                                                                                    11639 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    11640 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    11641 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    11638 // Link name: ROK -> Asia/Seoul
                                                                                                                    +
                                                                                                                    11639 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    11640 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    11641 // Memory (32-bit): 24
                                                                                                                    11642 //---------------------------------------------------------------------------
                                                                                                                    11643 
                                                                                                                    -
                                                                                                                    11644 static const char kZoneNamePortugal[] ACE_TIME_PROGMEM = "Portugal";
                                                                                                                    +
                                                                                                                    11644 static const char kZoneNameROK[] ACE_TIME_PROGMEM = "ROK";
                                                                                                                    11645 
                                                                                                                    -
                                                                                                                    11646 const basic::ZoneInfo kZonePortugal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11647  kZoneNamePortugal /*name*/,
                                                                                                                    -
                                                                                                                    11648  0xc3274593 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11646 const basic::ZoneInfo kZoneROK ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11647  kZoneNameROK /*name*/,
                                                                                                                    +
                                                                                                                    11648  0x0b881a31 /*zoneId*/,
                                                                                                                    11649  &kZoneContext /*zoneContext*/,
                                                                                                                    11650  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11651  &kZoneEurope_Lisbon /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11651  &kZoneAsia_Seoul /*eras(info)*/,
                                                                                                                    11652 };
                                                                                                                    11653 
                                                                                                                    11654 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11655 // Link name: ROC -> Asia/Taipei
                                                                                                                    -
                                                                                                                    11656 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    11657 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    11658 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    11655 // Link name: Singapore -> Asia/Singapore
                                                                                                                    +
                                                                                                                    11656 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    11657 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    11658 // Memory (32-bit): 30
                                                                                                                    11659 //---------------------------------------------------------------------------
                                                                                                                    11660 
                                                                                                                    -
                                                                                                                    11661 static const char kZoneNameROC[] ACE_TIME_PROGMEM = "ROC";
                                                                                                                    +
                                                                                                                    11661 static const char kZoneNameSingapore[] ACE_TIME_PROGMEM = "Singapore";
                                                                                                                    11662 
                                                                                                                    -
                                                                                                                    11663 const basic::ZoneInfo kZoneROC ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11664  kZoneNameROC /*name*/,
                                                                                                                    -
                                                                                                                    11665  0x0b881a29 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11663 const basic::ZoneInfo kZoneSingapore ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11664  kZoneNameSingapore /*name*/,
                                                                                                                    +
                                                                                                                    11665  0xa8598c8d /*zoneId*/,
                                                                                                                    11666  &kZoneContext /*zoneContext*/,
                                                                                                                    11667  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11668  &kZoneAsia_Taipei /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11668  &kZoneAsia_Singapore /*eras(info)*/,
                                                                                                                    11669 };
                                                                                                                    11670 
                                                                                                                    11671 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11672 // Link name: ROK -> Asia/Seoul
                                                                                                                    +
                                                                                                                    11672 // Link name: UCT -> Etc/UTC
                                                                                                                    11673 // Strings (bytes): 4 (originally 4)
                                                                                                                    11674 // Memory (8-bit): 15
                                                                                                                    11675 // Memory (32-bit): 24
                                                                                                                    11676 //---------------------------------------------------------------------------
                                                                                                                    11677 
                                                                                                                    -
                                                                                                                    11678 static const char kZoneNameROK[] ACE_TIME_PROGMEM = "ROK";
                                                                                                                    +
                                                                                                                    11678 static const char kZoneNameUCT[] ACE_TIME_PROGMEM = "UCT";
                                                                                                                    11679 
                                                                                                                    -
                                                                                                                    11680 const basic::ZoneInfo kZoneROK ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11681  kZoneNameROK /*name*/,
                                                                                                                    -
                                                                                                                    11682  0x0b881a31 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11680 const basic::ZoneInfo kZoneUCT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11681  kZoneNameUCT /*name*/,
                                                                                                                    +
                                                                                                                    11682  0x0b882571 /*zoneId*/,
                                                                                                                    11683  &kZoneContext /*zoneContext*/,
                                                                                                                    11684  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11685  &kZoneAsia_Seoul /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11685  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    11686 };
                                                                                                                    11687 
                                                                                                                    11688 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11689 // Link name: Singapore -> Asia/Singapore
                                                                                                                    +
                                                                                                                    11689 // Link name: US/Alaska -> America/Anchorage
                                                                                                                    11690 // Strings (bytes): 10 (originally 10)
                                                                                                                    11691 // Memory (8-bit): 21
                                                                                                                    11692 // Memory (32-bit): 30
                                                                                                                    11693 //---------------------------------------------------------------------------
                                                                                                                    11694 
                                                                                                                    -
                                                                                                                    11695 static const char kZoneNameSingapore[] ACE_TIME_PROGMEM = "Singapore";
                                                                                                                    +
                                                                                                                    11695 static const char kZoneNameUS_Alaska[] ACE_TIME_PROGMEM = "US/Alaska";
                                                                                                                    11696 
                                                                                                                    -
                                                                                                                    11697 const basic::ZoneInfo kZoneSingapore ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11698  kZoneNameSingapore /*name*/,
                                                                                                                    -
                                                                                                                    11699  0xa8598c8d /*zoneId*/,
                                                                                                                    +
                                                                                                                    11697 const basic::ZoneInfo kZoneUS_Alaska ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11698  kZoneNameUS_Alaska /*name*/,
                                                                                                                    +
                                                                                                                    11699  0xfa300bc9 /*zoneId*/,
                                                                                                                    11700  &kZoneContext /*zoneContext*/,
                                                                                                                    11701  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11702  &kZoneAsia_Singapore /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11702  &kZoneAmerica_Anchorage /*eras(info)*/,
                                                                                                                    11703 };
                                                                                                                    11704 
                                                                                                                    11705 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11706 // Link name: UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    11707 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    11708 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    11709 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    11706 // Link name: US/Aleutian -> America/Adak
                                                                                                                    +
                                                                                                                    11707 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    11708 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    11709 // Memory (32-bit): 32
                                                                                                                    11710 //---------------------------------------------------------------------------
                                                                                                                    11711 
                                                                                                                    -
                                                                                                                    11712 static const char kZoneNameUCT[] ACE_TIME_PROGMEM = "UCT";
                                                                                                                    +
                                                                                                                    11712 static const char kZoneNameUS_Aleutian[] ACE_TIME_PROGMEM = "US/Aleutian";
                                                                                                                    11713 
                                                                                                                    -
                                                                                                                    11714 const basic::ZoneInfo kZoneUCT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11715  kZoneNameUCT /*name*/,
                                                                                                                    -
                                                                                                                    11716  0x0b882571 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11714 const basic::ZoneInfo kZoneUS_Aleutian ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11715  kZoneNameUS_Aleutian /*name*/,
                                                                                                                    +
                                                                                                                    11716  0x4fe013ef /*zoneId*/,
                                                                                                                    11717  &kZoneContext /*zoneContext*/,
                                                                                                                    11718  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11719  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11719  &kZoneAmerica_Adak /*eras(info)*/,
                                                                                                                    11720 };
                                                                                                                    11721 
                                                                                                                    11722 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11723 // Link name: US/Alaska -> America/Anchorage
                                                                                                                    -
                                                                                                                    11724 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    11725 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    11726 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    11723 // Link name: US/Arizona -> America/Phoenix
                                                                                                                    +
                                                                                                                    11724 // Strings (bytes): 11 (originally 11)
                                                                                                                    +
                                                                                                                    11725 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    11726 // Memory (32-bit): 31
                                                                                                                    11727 //---------------------------------------------------------------------------
                                                                                                                    11728 
                                                                                                                    -
                                                                                                                    11729 static const char kZoneNameUS_Alaska[] ACE_TIME_PROGMEM = "US/Alaska";
                                                                                                                    +
                                                                                                                    11729 static const char kZoneNameUS_Arizona[] ACE_TIME_PROGMEM = "US/Arizona";
                                                                                                                    11730 
                                                                                                                    -
                                                                                                                    11731 const basic::ZoneInfo kZoneUS_Alaska ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11732  kZoneNameUS_Alaska /*name*/,
                                                                                                                    -
                                                                                                                    11733  0xfa300bc9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11731 const basic::ZoneInfo kZoneUS_Arizona ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11732  kZoneNameUS_Arizona /*name*/,
                                                                                                                    +
                                                                                                                    11733  0x4ec52670 /*zoneId*/,
                                                                                                                    11734  &kZoneContext /*zoneContext*/,
                                                                                                                    11735  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11736  &kZoneAmerica_Anchorage /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11736  &kZoneAmerica_Phoenix /*eras(info)*/,
                                                                                                                    11737 };
                                                                                                                    11738 
                                                                                                                    11739 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11740 // Link name: US/Aleutian -> America/Adak
                                                                                                                    -
                                                                                                                    11741 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    11742 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    11743 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    11740 // Link name: US/Central -> America/Chicago
                                                                                                                    +
                                                                                                                    11741 // Strings (bytes): 11 (originally 11)
                                                                                                                    +
                                                                                                                    11742 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    11743 // Memory (32-bit): 31
                                                                                                                    11744 //---------------------------------------------------------------------------
                                                                                                                    11745 
                                                                                                                    -
                                                                                                                    11746 static const char kZoneNameUS_Aleutian[] ACE_TIME_PROGMEM = "US/Aleutian";
                                                                                                                    +
                                                                                                                    11746 static const char kZoneNameUS_Central[] ACE_TIME_PROGMEM = "US/Central";
                                                                                                                    11747 
                                                                                                                    -
                                                                                                                    11748 const basic::ZoneInfo kZoneUS_Aleutian ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11749  kZoneNameUS_Aleutian /*name*/,
                                                                                                                    -
                                                                                                                    11750  0x4fe013ef /*zoneId*/,
                                                                                                                    +
                                                                                                                    11748 const basic::ZoneInfo kZoneUS_Central ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11749  kZoneNameUS_Central /*name*/,
                                                                                                                    +
                                                                                                                    11750  0xcabdcb25 /*zoneId*/,
                                                                                                                    11751  &kZoneContext /*zoneContext*/,
                                                                                                                    11752  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11753  &kZoneAmerica_Adak /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11753  &kZoneAmerica_Chicago /*eras(info)*/,
                                                                                                                    11754 };
                                                                                                                    11755 
                                                                                                                    11756 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11757 // Link name: US/Arizona -> America/Phoenix
                                                                                                                    -
                                                                                                                    11758 // Strings (bytes): 11 (originally 11)
                                                                                                                    -
                                                                                                                    11759 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    11760 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    11757 // Link name: US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    11758 // Strings (bytes): 16 (originally 16)
                                                                                                                    +
                                                                                                                    11759 // Memory (8-bit): 27
                                                                                                                    +
                                                                                                                    11760 // Memory (32-bit): 36
                                                                                                                    11761 //---------------------------------------------------------------------------
                                                                                                                    11762 
                                                                                                                    -
                                                                                                                    11763 static const char kZoneNameUS_Arizona[] ACE_TIME_PROGMEM = "US/Arizona";
                                                                                                                    +
                                                                                                                    11763 static const char kZoneNameUS_East_Indiana[] ACE_TIME_PROGMEM = "US/East-Indiana";
                                                                                                                    11764 
                                                                                                                    -
                                                                                                                    11765 const basic::ZoneInfo kZoneUS_Arizona ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11766  kZoneNameUS_Arizona /*name*/,
                                                                                                                    -
                                                                                                                    11767  0x4ec52670 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11765 const basic::ZoneInfo kZoneUS_East_Indiana ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11766  kZoneNameUS_East_Indiana /*name*/,
                                                                                                                    +
                                                                                                                    11767  0x6dcf558a /*zoneId*/,
                                                                                                                    11768  &kZoneContext /*zoneContext*/,
                                                                                                                    11769  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11770  &kZoneAmerica_Phoenix /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11770  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    11771 };
                                                                                                                    11772 
                                                                                                                    11773 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11774 // Link name: US/Central -> America/Chicago
                                                                                                                    +
                                                                                                                    11774 // Link name: US/Eastern -> America/New_York
                                                                                                                    11775 // Strings (bytes): 11 (originally 11)
                                                                                                                    11776 // Memory (8-bit): 22
                                                                                                                    11777 // Memory (32-bit): 31
                                                                                                                    11778 //---------------------------------------------------------------------------
                                                                                                                    11779 
                                                                                                                    -
                                                                                                                    11780 static const char kZoneNameUS_Central[] ACE_TIME_PROGMEM = "US/Central";
                                                                                                                    +
                                                                                                                    11780 static const char kZoneNameUS_Eastern[] ACE_TIME_PROGMEM = "US/Eastern";
                                                                                                                    11781 
                                                                                                                    -
                                                                                                                    11782 const basic::ZoneInfo kZoneUS_Central ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11783  kZoneNameUS_Central /*name*/,
                                                                                                                    -
                                                                                                                    11784  0xcabdcb25 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11782 const basic::ZoneInfo kZoneUS_Eastern ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11783  kZoneNameUS_Eastern /*name*/,
                                                                                                                    +
                                                                                                                    11784  0x5bb7e78e /*zoneId*/,
                                                                                                                    11785  &kZoneContext /*zoneContext*/,
                                                                                                                    11786  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11787  &kZoneAmerica_Chicago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11787  &kZoneAmerica_New_York /*eras(info)*/,
                                                                                                                    11788 };
                                                                                                                    11789 
                                                                                                                    11790 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11791 // Link name: US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    11792 // Strings (bytes): 16 (originally 16)
                                                                                                                    -
                                                                                                                    11793 // Memory (8-bit): 27
                                                                                                                    -
                                                                                                                    11794 // Memory (32-bit): 36
                                                                                                                    +
                                                                                                                    11791 // Link name: US/Hawaii -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    11792 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    11793 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    11794 // Memory (32-bit): 30
                                                                                                                    11795 //---------------------------------------------------------------------------
                                                                                                                    11796 
                                                                                                                    -
                                                                                                                    11797 static const char kZoneNameUS_East_Indiana[] ACE_TIME_PROGMEM = "US/East-Indiana";
                                                                                                                    +
                                                                                                                    11797 static const char kZoneNameUS_Hawaii[] ACE_TIME_PROGMEM = "US/Hawaii";
                                                                                                                    11798 
                                                                                                                    -
                                                                                                                    11799 const basic::ZoneInfo kZoneUS_East_Indiana ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11800  kZoneNameUS_East_Indiana /*name*/,
                                                                                                                    -
                                                                                                                    11801  0x6dcf558a /*zoneId*/,
                                                                                                                    +
                                                                                                                    11799 const basic::ZoneInfo kZoneUS_Hawaii ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11800  kZoneNameUS_Hawaii /*name*/,
                                                                                                                    +
                                                                                                                    11801  0x09c8de2f /*zoneId*/,
                                                                                                                    11802  &kZoneContext /*zoneContext*/,
                                                                                                                    11803  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11804  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11804  &kZonePacific_Honolulu /*eras(info)*/,
                                                                                                                    11805 };
                                                                                                                    11806 
                                                                                                                    11807 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11808 // Link name: US/Eastern -> America/New_York
                                                                                                                    -
                                                                                                                    11809 // Strings (bytes): 11 (originally 11)
                                                                                                                    -
                                                                                                                    11810 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    11811 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    11808 // Link name: US/Michigan -> America/Detroit
                                                                                                                    +
                                                                                                                    11809 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    11810 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    11811 // Memory (32-bit): 32
                                                                                                                    11812 //---------------------------------------------------------------------------
                                                                                                                    11813 
                                                                                                                    -
                                                                                                                    11814 static const char kZoneNameUS_Eastern[] ACE_TIME_PROGMEM = "US/Eastern";
                                                                                                                    +
                                                                                                                    11814 static const char kZoneNameUS_Michigan[] ACE_TIME_PROGMEM = "US/Michigan";
                                                                                                                    11815 
                                                                                                                    -
                                                                                                                    11816 const basic::ZoneInfo kZoneUS_Eastern ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11817  kZoneNameUS_Eastern /*name*/,
                                                                                                                    -
                                                                                                                    11818  0x5bb7e78e /*zoneId*/,
                                                                                                                    +
                                                                                                                    11816 const basic::ZoneInfo kZoneUS_Michigan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11817  kZoneNameUS_Michigan /*name*/,
                                                                                                                    +
                                                                                                                    11818  0x766bb7bc /*zoneId*/,
                                                                                                                    11819  &kZoneContext /*zoneContext*/,
                                                                                                                    11820  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11821  &kZoneAmerica_New_York /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11821  &kZoneAmerica_Detroit /*eras(info)*/,
                                                                                                                    11822 };
                                                                                                                    11823 
                                                                                                                    11824 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11825 // Link name: US/Hawaii -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    11826 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    11827 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    11828 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    11825 // Link name: US/Mountain -> America/Denver
                                                                                                                    +
                                                                                                                    11826 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    11827 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    11828 // Memory (32-bit): 32
                                                                                                                    11829 //---------------------------------------------------------------------------
                                                                                                                    11830 
                                                                                                                    -
                                                                                                                    11831 static const char kZoneNameUS_Hawaii[] ACE_TIME_PROGMEM = "US/Hawaii";
                                                                                                                    +
                                                                                                                    11831 static const char kZoneNameUS_Mountain[] ACE_TIME_PROGMEM = "US/Mountain";
                                                                                                                    11832 
                                                                                                                    -
                                                                                                                    11833 const basic::ZoneInfo kZoneUS_Hawaii ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11834  kZoneNameUS_Hawaii /*name*/,
                                                                                                                    -
                                                                                                                    11835  0x09c8de2f /*zoneId*/,
                                                                                                                    +
                                                                                                                    11833 const basic::ZoneInfo kZoneUS_Mountain ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11834  kZoneNameUS_Mountain /*name*/,
                                                                                                                    +
                                                                                                                    11835  0x6eb88247 /*zoneId*/,
                                                                                                                    11836  &kZoneContext /*zoneContext*/,
                                                                                                                    11837  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11838  &kZonePacific_Honolulu /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11838  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    11839 };
                                                                                                                    11840 
                                                                                                                    11841 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11842 // Link name: US/Michigan -> America/Detroit
                                                                                                                    -
                                                                                                                    11843 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    11844 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    11845 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    11842 // Link name: US/Pacific -> America/Los_Angeles
                                                                                                                    +
                                                                                                                    11843 // Strings (bytes): 11 (originally 11)
                                                                                                                    +
                                                                                                                    11844 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    11845 // Memory (32-bit): 31
                                                                                                                    11846 //---------------------------------------------------------------------------
                                                                                                                    11847 
                                                                                                                    -
                                                                                                                    11848 static const char kZoneNameUS_Michigan[] ACE_TIME_PROGMEM = "US/Michigan";
                                                                                                                    +
                                                                                                                    11848 static const char kZoneNameUS_Pacific[] ACE_TIME_PROGMEM = "US/Pacific";
                                                                                                                    11849 
                                                                                                                    -
                                                                                                                    11850 const basic::ZoneInfo kZoneUS_Michigan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11851  kZoneNameUS_Michigan /*name*/,
                                                                                                                    -
                                                                                                                    11852  0x766bb7bc /*zoneId*/,
                                                                                                                    +
                                                                                                                    11850 const basic::ZoneInfo kZoneUS_Pacific ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11851  kZoneNameUS_Pacific /*name*/,
                                                                                                                    +
                                                                                                                    11852  0xa950f6ab /*zoneId*/,
                                                                                                                    11853  &kZoneContext /*zoneContext*/,
                                                                                                                    11854  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11855  &kZoneAmerica_Detroit /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11855  &kZoneAmerica_Los_Angeles /*eras(info)*/,
                                                                                                                    11856 };
                                                                                                                    11857 
                                                                                                                    11858 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11859 // Link name: US/Mountain -> America/Denver
                                                                                                                    -
                                                                                                                    11860 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    11861 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    11862 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    11859 // Link name: US/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    11860 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    11861 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    11862 // Memory (32-bit): 29
                                                                                                                    11863 //---------------------------------------------------------------------------
                                                                                                                    11864 
                                                                                                                    -
                                                                                                                    11865 static const char kZoneNameUS_Mountain[] ACE_TIME_PROGMEM = "US/Mountain";
                                                                                                                    +
                                                                                                                    11865 static const char kZoneNameUS_Samoa[] ACE_TIME_PROGMEM = "US/Samoa";
                                                                                                                    11866 
                                                                                                                    -
                                                                                                                    11867 const basic::ZoneInfo kZoneUS_Mountain ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11868  kZoneNameUS_Mountain /*name*/,
                                                                                                                    -
                                                                                                                    11869  0x6eb88247 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11867 const basic::ZoneInfo kZoneUS_Samoa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11868  kZoneNameUS_Samoa /*name*/,
                                                                                                                    +
                                                                                                                    11869  0x566821cd /*zoneId*/,
                                                                                                                    11870  &kZoneContext /*zoneContext*/,
                                                                                                                    11871  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11872  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11872  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    11873 };
                                                                                                                    11874 
                                                                                                                    11875 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11876 // Link name: US/Pacific -> America/Los_Angeles
                                                                                                                    -
                                                                                                                    11877 // Strings (bytes): 11 (originally 11)
                                                                                                                    -
                                                                                                                    11878 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    11879 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    11876 // Link name: UTC -> Etc/UTC
                                                                                                                    +
                                                                                                                    11877 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    11878 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    11879 // Memory (32-bit): 24
                                                                                                                    11880 //---------------------------------------------------------------------------
                                                                                                                    11881 
                                                                                                                    -
                                                                                                                    11882 static const char kZoneNameUS_Pacific[] ACE_TIME_PROGMEM = "US/Pacific";
                                                                                                                    +
                                                                                                                    11882 static const char kZoneNameUTC[] ACE_TIME_PROGMEM = "UTC";
                                                                                                                    11883 
                                                                                                                    -
                                                                                                                    11884 const basic::ZoneInfo kZoneUS_Pacific ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11885  kZoneNameUS_Pacific /*name*/,
                                                                                                                    -
                                                                                                                    11886  0xa950f6ab /*zoneId*/,
                                                                                                                    +
                                                                                                                    11884 const basic::ZoneInfo kZoneUTC ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11885  kZoneNameUTC /*name*/,
                                                                                                                    +
                                                                                                                    11886  0x0b882791 /*zoneId*/,
                                                                                                                    11887  &kZoneContext /*zoneContext*/,
                                                                                                                    11888  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11889  &kZoneAmerica_Los_Angeles /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11889  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    11890 };
                                                                                                                    11891 
                                                                                                                    11892 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11893 // Link name: US/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    11894 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    11895 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    11896 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    11893 // Link name: Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    11894 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    11895 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    11896 // Memory (32-bit): 30
                                                                                                                    11897 //---------------------------------------------------------------------------
                                                                                                                    11898 
                                                                                                                    -
                                                                                                                    11899 static const char kZoneNameUS_Samoa[] ACE_TIME_PROGMEM = "US/Samoa";
                                                                                                                    +
                                                                                                                    11899 static const char kZoneNameUniversal[] ACE_TIME_PROGMEM = "Universal";
                                                                                                                    11900 
                                                                                                                    -
                                                                                                                    11901 const basic::ZoneInfo kZoneUS_Samoa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11902  kZoneNameUS_Samoa /*name*/,
                                                                                                                    -
                                                                                                                    11903  0x566821cd /*zoneId*/,
                                                                                                                    +
                                                                                                                    11901 const basic::ZoneInfo kZoneUniversal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11902  kZoneNameUniversal /*name*/,
                                                                                                                    +
                                                                                                                    11903  0xd0ff523e /*zoneId*/,
                                                                                                                    11904  &kZoneContext /*zoneContext*/,
                                                                                                                    11905  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11906  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    11906  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    11907 };
                                                                                                                    11908 
                                                                                                                    11909 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11910 // Link name: UTC -> Etc/UTC
                                                                                                                    -
                                                                                                                    11911 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    11912 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    11913 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    11910 // Link name: Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    11911 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    11912 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    11913 // Memory (32-bit): 25
                                                                                                                    11914 //---------------------------------------------------------------------------
                                                                                                                    11915 
                                                                                                                    -
                                                                                                                    11916 static const char kZoneNameUTC[] ACE_TIME_PROGMEM = "UTC";
                                                                                                                    +
                                                                                                                    11916 static const char kZoneNameZulu[] ACE_TIME_PROGMEM = "Zulu";
                                                                                                                    11917 
                                                                                                                    -
                                                                                                                    11918 const basic::ZoneInfo kZoneUTC ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11919  kZoneNameUTC /*name*/,
                                                                                                                    -
                                                                                                                    11920  0x0b882791 /*zoneId*/,
                                                                                                                    +
                                                                                                                    11918 const basic::ZoneInfo kZoneZulu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    11919  kZoneNameZulu /*name*/,
                                                                                                                    +
                                                                                                                    11920  0x7c9069b5 /*zoneId*/,
                                                                                                                    11921  &kZoneContext /*zoneContext*/,
                                                                                                                    11922  0 /*numEras*/,
                                                                                                                    11923  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    11924 };
                                                                                                                    11925 
                                                                                                                    -
                                                                                                                    11926 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11927 // Link name: Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    11928 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    11929 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    11930 // Memory (32-bit): 30
                                                                                                                    -
                                                                                                                    11931 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11932 
                                                                                                                    -
                                                                                                                    11933 static const char kZoneNameUniversal[] ACE_TIME_PROGMEM = "Universal";
                                                                                                                    -
                                                                                                                    11934 
                                                                                                                    -
                                                                                                                    11935 const basic::ZoneInfo kZoneUniversal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11936  kZoneNameUniversal /*name*/,
                                                                                                                    -
                                                                                                                    11937  0xd0ff523e /*zoneId*/,
                                                                                                                    -
                                                                                                                    11938  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    11939  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11940  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    -
                                                                                                                    11941 };
                                                                                                                    -
                                                                                                                    11942 
                                                                                                                    -
                                                                                                                    11943 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11944 // Link name: Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    11945 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    11946 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    11947 // Memory (32-bit): 25
                                                                                                                    -
                                                                                                                    11948 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    11949 
                                                                                                                    -
                                                                                                                    11950 static const char kZoneNameZulu[] ACE_TIME_PROGMEM = "Zulu";
                                                                                                                    -
                                                                                                                    11951 
                                                                                                                    -
                                                                                                                    11952 const basic::ZoneInfo kZoneZulu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    11953  kZoneNameZulu /*name*/,
                                                                                                                    -
                                                                                                                    11954  0x7c9069b5 /*zoneId*/,
                                                                                                                    -
                                                                                                                    11955  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    11956  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    11957  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    -
                                                                                                                    11958 };
                                                                                                                    -
                                                                                                                    11959 
                                                                                                                    -
                                                                                                                    11960 
                                                                                                                    -
                                                                                                                    11961 }
                                                                                                                    -
                                                                                                                    11962 }
                                                                                                                    +
                                                                                                                    11926 
                                                                                                                    +
                                                                                                                    11927 }
                                                                                                                    +
                                                                                                                    11928 }
                                                                                                                    +
                                                                                                                    Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
                                                                                                                    - diff --git a/docs/html/zone__infos_8h_source.html b/docs/html/zonedb_2zone__infos_8h_source.html similarity index 96% rename from docs/html/zone__infos_8h_source.html rename to docs/html/zonedb_2zone__infos_8h_source.html index 1e6803745..621036503 100644 --- a/docs/html/zone__infos_8h_source.html +++ b/docs/html/zonedb_2zone__infos_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedb/zone_infos.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope basic
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // DO NOT EDIT
                                                                                                                    28 
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    45 extern const internal::ZoneContext kZoneContext;
                                                                                                                    46 
                                                                                                                    47 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    48 // Supported zones: 237
                                                                                                                    +
                                                                                                                    48 // Supported zones: 235
                                                                                                                    49 //---------------------------------------------------------------------------
                                                                                                                    50 
                                                                                                                    51 extern const basic::ZoneInfo kZoneAfrica_Abidjan; // Africa/Abidjan
                                                                                                                    @@ -319,666 +319,666 @@
                                                                                                                    246 extern const basic::ZoneInfo kZoneEurope_Rome; // Europe/Rome
                                                                                                                    247 extern const basic::ZoneInfo kZoneEurope_Sofia; // Europe/Sofia
                                                                                                                    248 extern const basic::ZoneInfo kZoneEurope_Tirane; // Europe/Tirane
                                                                                                                    -
                                                                                                                    249 extern const basic::ZoneInfo kZoneEurope_Uzhgorod; // Europe/Uzhgorod
                                                                                                                    -
                                                                                                                    250 extern const basic::ZoneInfo kZoneEurope_Vienna; // Europe/Vienna
                                                                                                                    -
                                                                                                                    251 extern const basic::ZoneInfo kZoneEurope_Warsaw; // Europe/Warsaw
                                                                                                                    -
                                                                                                                    252 extern const basic::ZoneInfo kZoneEurope_Zaporozhye; // Europe/Zaporozhye
                                                                                                                    -
                                                                                                                    253 extern const basic::ZoneInfo kZoneEurope_Zurich; // Europe/Zurich
                                                                                                                    -
                                                                                                                    254 extern const basic::ZoneInfo kZoneHST; // HST
                                                                                                                    -
                                                                                                                    255 extern const basic::ZoneInfo kZoneIndian_Chagos; // Indian/Chagos
                                                                                                                    -
                                                                                                                    256 extern const basic::ZoneInfo kZoneIndian_Maldives; // Indian/Maldives
                                                                                                                    -
                                                                                                                    257 extern const basic::ZoneInfo kZoneIndian_Mauritius; // Indian/Mauritius
                                                                                                                    -
                                                                                                                    258 extern const basic::ZoneInfo kZoneMET; // MET
                                                                                                                    -
                                                                                                                    259 extern const basic::ZoneInfo kZoneMST; // MST
                                                                                                                    -
                                                                                                                    260 extern const basic::ZoneInfo kZoneMST7MDT; // MST7MDT
                                                                                                                    -
                                                                                                                    261 extern const basic::ZoneInfo kZonePST8PDT; // PST8PDT
                                                                                                                    -
                                                                                                                    262 extern const basic::ZoneInfo kZonePacific_Auckland; // Pacific/Auckland
                                                                                                                    -
                                                                                                                    263 extern const basic::ZoneInfo kZonePacific_Chatham; // Pacific/Chatham
                                                                                                                    -
                                                                                                                    264 extern const basic::ZoneInfo kZonePacific_Easter; // Pacific/Easter
                                                                                                                    -
                                                                                                                    265 extern const basic::ZoneInfo kZonePacific_Efate; // Pacific/Efate
                                                                                                                    -
                                                                                                                    266 extern const basic::ZoneInfo kZonePacific_Fiji; // Pacific/Fiji
                                                                                                                    -
                                                                                                                    267 extern const basic::ZoneInfo kZonePacific_Galapagos; // Pacific/Galapagos
                                                                                                                    -
                                                                                                                    268 extern const basic::ZoneInfo kZonePacific_Gambier; // Pacific/Gambier
                                                                                                                    -
                                                                                                                    269 extern const basic::ZoneInfo kZonePacific_Guadalcanal; // Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    270 extern const basic::ZoneInfo kZonePacific_Honolulu; // Pacific/Honolulu
                                                                                                                    -
                                                                                                                    271 extern const basic::ZoneInfo kZonePacific_Kanton; // Pacific/Kanton
                                                                                                                    -
                                                                                                                    272 extern const basic::ZoneInfo kZonePacific_Kiritimati; // Pacific/Kiritimati
                                                                                                                    -
                                                                                                                    273 extern const basic::ZoneInfo kZonePacific_Kosrae; // Pacific/Kosrae
                                                                                                                    -
                                                                                                                    274 extern const basic::ZoneInfo kZonePacific_Kwajalein; // Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    275 extern const basic::ZoneInfo kZonePacific_Marquesas; // Pacific/Marquesas
                                                                                                                    -
                                                                                                                    276 extern const basic::ZoneInfo kZonePacific_Nauru; // Pacific/Nauru
                                                                                                                    -
                                                                                                                    277 extern const basic::ZoneInfo kZonePacific_Niue; // Pacific/Niue
                                                                                                                    -
                                                                                                                    278 extern const basic::ZoneInfo kZonePacific_Noumea; // Pacific/Noumea
                                                                                                                    -
                                                                                                                    279 extern const basic::ZoneInfo kZonePacific_Pago_Pago; // Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    280 extern const basic::ZoneInfo kZonePacific_Palau; // Pacific/Palau
                                                                                                                    -
                                                                                                                    281 extern const basic::ZoneInfo kZonePacific_Pitcairn; // Pacific/Pitcairn
                                                                                                                    -
                                                                                                                    282 extern const basic::ZoneInfo kZonePacific_Port_Moresby; // Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    283 extern const basic::ZoneInfo kZonePacific_Rarotonga; // Pacific/Rarotonga
                                                                                                                    -
                                                                                                                    284 extern const basic::ZoneInfo kZonePacific_Tahiti; // Pacific/Tahiti
                                                                                                                    -
                                                                                                                    285 extern const basic::ZoneInfo kZonePacific_Tarawa; // Pacific/Tarawa
                                                                                                                    -
                                                                                                                    286 extern const basic::ZoneInfo kZonePacific_Tongatapu; // Pacific/Tongatapu
                                                                                                                    -
                                                                                                                    287 extern const basic::ZoneInfo kZoneWET; // WET
                                                                                                                    -
                                                                                                                    288 
                                                                                                                    +
                                                                                                                    249 extern const basic::ZoneInfo kZoneEurope_Vienna; // Europe/Vienna
                                                                                                                    +
                                                                                                                    250 extern const basic::ZoneInfo kZoneEurope_Warsaw; // Europe/Warsaw
                                                                                                                    +
                                                                                                                    251 extern const basic::ZoneInfo kZoneEurope_Zurich; // Europe/Zurich
                                                                                                                    +
                                                                                                                    252 extern const basic::ZoneInfo kZoneHST; // HST
                                                                                                                    +
                                                                                                                    253 extern const basic::ZoneInfo kZoneIndian_Chagos; // Indian/Chagos
                                                                                                                    +
                                                                                                                    254 extern const basic::ZoneInfo kZoneIndian_Maldives; // Indian/Maldives
                                                                                                                    +
                                                                                                                    255 extern const basic::ZoneInfo kZoneIndian_Mauritius; // Indian/Mauritius
                                                                                                                    +
                                                                                                                    256 extern const basic::ZoneInfo kZoneMET; // MET
                                                                                                                    +
                                                                                                                    257 extern const basic::ZoneInfo kZoneMST; // MST
                                                                                                                    +
                                                                                                                    258 extern const basic::ZoneInfo kZoneMST7MDT; // MST7MDT
                                                                                                                    +
                                                                                                                    259 extern const basic::ZoneInfo kZonePST8PDT; // PST8PDT
                                                                                                                    +
                                                                                                                    260 extern const basic::ZoneInfo kZonePacific_Auckland; // Pacific/Auckland
                                                                                                                    +
                                                                                                                    261 extern const basic::ZoneInfo kZonePacific_Chatham; // Pacific/Chatham
                                                                                                                    +
                                                                                                                    262 extern const basic::ZoneInfo kZonePacific_Easter; // Pacific/Easter
                                                                                                                    +
                                                                                                                    263 extern const basic::ZoneInfo kZonePacific_Efate; // Pacific/Efate
                                                                                                                    +
                                                                                                                    264 extern const basic::ZoneInfo kZonePacific_Fiji; // Pacific/Fiji
                                                                                                                    +
                                                                                                                    265 extern const basic::ZoneInfo kZonePacific_Galapagos; // Pacific/Galapagos
                                                                                                                    +
                                                                                                                    266 extern const basic::ZoneInfo kZonePacific_Gambier; // Pacific/Gambier
                                                                                                                    +
                                                                                                                    267 extern const basic::ZoneInfo kZonePacific_Guadalcanal; // Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    268 extern const basic::ZoneInfo kZonePacific_Honolulu; // Pacific/Honolulu
                                                                                                                    +
                                                                                                                    269 extern const basic::ZoneInfo kZonePacific_Kanton; // Pacific/Kanton
                                                                                                                    +
                                                                                                                    270 extern const basic::ZoneInfo kZonePacific_Kiritimati; // Pacific/Kiritimati
                                                                                                                    +
                                                                                                                    271 extern const basic::ZoneInfo kZonePacific_Kosrae; // Pacific/Kosrae
                                                                                                                    +
                                                                                                                    272 extern const basic::ZoneInfo kZonePacific_Kwajalein; // Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    273 extern const basic::ZoneInfo kZonePacific_Marquesas; // Pacific/Marquesas
                                                                                                                    +
                                                                                                                    274 extern const basic::ZoneInfo kZonePacific_Nauru; // Pacific/Nauru
                                                                                                                    +
                                                                                                                    275 extern const basic::ZoneInfo kZonePacific_Niue; // Pacific/Niue
                                                                                                                    +
                                                                                                                    276 extern const basic::ZoneInfo kZonePacific_Noumea; // Pacific/Noumea
                                                                                                                    +
                                                                                                                    277 extern const basic::ZoneInfo kZonePacific_Pago_Pago; // Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    278 extern const basic::ZoneInfo kZonePacific_Palau; // Pacific/Palau
                                                                                                                    +
                                                                                                                    279 extern const basic::ZoneInfo kZonePacific_Pitcairn; // Pacific/Pitcairn
                                                                                                                    +
                                                                                                                    280 extern const basic::ZoneInfo kZonePacific_Port_Moresby; // Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    281 extern const basic::ZoneInfo kZonePacific_Rarotonga; // Pacific/Rarotonga
                                                                                                                    +
                                                                                                                    282 extern const basic::ZoneInfo kZonePacific_Tahiti; // Pacific/Tahiti
                                                                                                                    +
                                                                                                                    283 extern const basic::ZoneInfo kZonePacific_Tarawa; // Pacific/Tarawa
                                                                                                                    +
                                                                                                                    284 extern const basic::ZoneInfo kZonePacific_Tongatapu; // Pacific/Tongatapu
                                                                                                                    +
                                                                                                                    285 extern const basic::ZoneInfo kZoneWET; // WET
                                                                                                                    +
                                                                                                                    286 
                                                                                                                    +
                                                                                                                    287 
                                                                                                                    +
                                                                                                                    288 // Zone Ids
                                                                                                                    289 
                                                                                                                    -
                                                                                                                    290 // Zone Ids
                                                                                                                    -
                                                                                                                    291 
                                                                                                                    -
                                                                                                                    292 const uint32_t kZoneIdAfrica_Abidjan = 0xc21305a3; // Africa/Abidjan
                                                                                                                    -
                                                                                                                    293 const uint32_t kZoneIdAfrica_Algiers = 0xd94515c1; // Africa/Algiers
                                                                                                                    -
                                                                                                                    294 const uint32_t kZoneIdAfrica_Bissau = 0x75564141; // Africa/Bissau
                                                                                                                    -
                                                                                                                    295 const uint32_t kZoneIdAfrica_Ceuta = 0x77fb46ec; // Africa/Ceuta
                                                                                                                    -
                                                                                                                    296 const uint32_t kZoneIdAfrica_Johannesburg = 0xd5d157a0; // Africa/Johannesburg
                                                                                                                    -
                                                                                                                    297 const uint32_t kZoneIdAfrica_Lagos = 0x789bb5d0; // Africa/Lagos
                                                                                                                    -
                                                                                                                    298 const uint32_t kZoneIdAfrica_Maputo = 0x8e6ca1f0; // Africa/Maputo
                                                                                                                    -
                                                                                                                    299 const uint32_t kZoneIdAfrica_Monrovia = 0x0ce90385; // Africa/Monrovia
                                                                                                                    -
                                                                                                                    300 const uint32_t kZoneIdAfrica_Nairobi = 0xa87ab57e; // Africa/Nairobi
                                                                                                                    -
                                                                                                                    301 const uint32_t kZoneIdAfrica_Ndjamena = 0x9fe09898; // Africa/Ndjamena
                                                                                                                    -
                                                                                                                    302 const uint32_t kZoneIdAfrica_Tunis = 0x79378e6d; // Africa/Tunis
                                                                                                                    -
                                                                                                                    303 const uint32_t kZoneIdAmerica_Adak = 0x97fe49d7; // America/Adak
                                                                                                                    -
                                                                                                                    304 const uint32_t kZoneIdAmerica_Anchorage = 0x5a79260e; // America/Anchorage
                                                                                                                    -
                                                                                                                    305 const uint32_t kZoneIdAmerica_Asuncion = 0x50ec79a6; // America/Asuncion
                                                                                                                    -
                                                                                                                    306 const uint32_t kZoneIdAmerica_Barbados = 0xcbbc3b04; // America/Barbados
                                                                                                                    -
                                                                                                                    307 const uint32_t kZoneIdAmerica_Belem = 0x97da580b; // America/Belem
                                                                                                                    -
                                                                                                                    308 const uint32_t kZoneIdAmerica_Bogota = 0x93d7bc62; // America/Bogota
                                                                                                                    -
                                                                                                                    309 const uint32_t kZoneIdAmerica_Boise = 0x97dfc8d8; // America/Boise
                                                                                                                    -
                                                                                                                    310 const uint32_t kZoneIdAmerica_Campo_Grande = 0xfec3e7a6; // America/Campo_Grande
                                                                                                                    -
                                                                                                                    311 const uint32_t kZoneIdAmerica_Cayenne = 0x3c617269; // America/Cayenne
                                                                                                                    -
                                                                                                                    312 const uint32_t kZoneIdAmerica_Chicago = 0x4b92b5d4; // America/Chicago
                                                                                                                    -
                                                                                                                    313 const uint32_t kZoneIdAmerica_Chihuahua = 0x8827d776; // America/Chihuahua
                                                                                                                    -
                                                                                                                    314 const uint32_t kZoneIdAmerica_Costa_Rica = 0x63ff66be; // America/Costa_Rica
                                                                                                                    -
                                                                                                                    315 const uint32_t kZoneIdAmerica_Danmarkshavn = 0xf554d204; // America/Danmarkshavn
                                                                                                                    -
                                                                                                                    316 const uint32_t kZoneIdAmerica_Dawson_Creek = 0x6cf24e5b; // America/Dawson_Creek
                                                                                                                    -
                                                                                                                    317 const uint32_t kZoneIdAmerica_Denver = 0x97d10b2a; // America/Denver
                                                                                                                    -
                                                                                                                    318 const uint32_t kZoneIdAmerica_Detroit = 0x925cfbc1; // America/Detroit
                                                                                                                    -
                                                                                                                    319 const uint32_t kZoneIdAmerica_Edmonton = 0x6cb9484a; // America/Edmonton
                                                                                                                    -
                                                                                                                    320 const uint32_t kZoneIdAmerica_El_Salvador = 0x752ad652; // America/El_Salvador
                                                                                                                    -
                                                                                                                    321 const uint32_t kZoneIdAmerica_Glace_Bay = 0x9681f8dd; // America/Glace_Bay
                                                                                                                    -
                                                                                                                    322 const uint32_t kZoneIdAmerica_Guatemala = 0x0c8259f7; // America/Guatemala
                                                                                                                    -
                                                                                                                    323 const uint32_t kZoneIdAmerica_Guayaquil = 0x17e64958; // America/Guayaquil
                                                                                                                    -
                                                                                                                    324 const uint32_t kZoneIdAmerica_Guyana = 0x9ff7bd0b; // America/Guyana
                                                                                                                    -
                                                                                                                    325 const uint32_t kZoneIdAmerica_Halifax = 0xbc5b7183; // America/Halifax
                                                                                                                    -
                                                                                                                    326 const uint32_t kZoneIdAmerica_Havana = 0xa0e15675; // America/Havana
                                                                                                                    -
                                                                                                                    327 const uint32_t kZoneIdAmerica_Hermosillo = 0x065d21c4; // America/Hermosillo
                                                                                                                    -
                                                                                                                    328 const uint32_t kZoneIdAmerica_Indiana_Indianapolis = 0x28a669a4; // America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    329 const uint32_t kZoneIdAmerica_Indiana_Marengo = 0x2feeee72; // America/Indiana/Marengo
                                                                                                                    -
                                                                                                                    330 const uint32_t kZoneIdAmerica_Indiana_Vevay = 0x10aca054; // America/Indiana/Vevay
                                                                                                                    -
                                                                                                                    331 const uint32_t kZoneIdAmerica_Inuvik = 0xa42189fc; // America/Inuvik
                                                                                                                    -
                                                                                                                    332 const uint32_t kZoneIdAmerica_Jamaica = 0x565dad6c; // America/Jamaica
                                                                                                                    -
                                                                                                                    333 const uint32_t kZoneIdAmerica_Juneau = 0xa6f13e2e; // America/Juneau
                                                                                                                    -
                                                                                                                    334 const uint32_t kZoneIdAmerica_Kentucky_Louisville = 0x1a21024b; // America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    335 const uint32_t kZoneIdAmerica_La_Paz = 0xaa29125d; // America/La_Paz
                                                                                                                    -
                                                                                                                    336 const uint32_t kZoneIdAmerica_Lima = 0x980468c9; // America/Lima
                                                                                                                    -
                                                                                                                    337 const uint32_t kZoneIdAmerica_Los_Angeles = 0xb7f7e8f2; // America/Los_Angeles
                                                                                                                    -
                                                                                                                    338 const uint32_t kZoneIdAmerica_Managua = 0x3d5e7600; // America/Managua
                                                                                                                    -
                                                                                                                    339 const uint32_t kZoneIdAmerica_Manaus = 0xac86bf8b; // America/Manaus
                                                                                                                    -
                                                                                                                    340 const uint32_t kZoneIdAmerica_Martinique = 0x551e84c5; // America/Martinique
                                                                                                                    -
                                                                                                                    341 const uint32_t kZoneIdAmerica_Matamoros = 0xdd1b0259; // America/Matamoros
                                                                                                                    -
                                                                                                                    342 const uint32_t kZoneIdAmerica_Mazatlan = 0x0532189e; // America/Mazatlan
                                                                                                                    -
                                                                                                                    343 const uint32_t kZoneIdAmerica_Menominee = 0xe0e9c583; // America/Menominee
                                                                                                                    -
                                                                                                                    344 const uint32_t kZoneIdAmerica_Merida = 0xacd172d8; // America/Merida
                                                                                                                    -
                                                                                                                    345 const uint32_t kZoneIdAmerica_Miquelon = 0x59674330; // America/Miquelon
                                                                                                                    -
                                                                                                                    346 const uint32_t kZoneIdAmerica_Moncton = 0x5e07fe24; // America/Moncton
                                                                                                                    -
                                                                                                                    347 const uint32_t kZoneIdAmerica_Monterrey = 0x269a1deb; // America/Monterrey
                                                                                                                    -
                                                                                                                    348 const uint32_t kZoneIdAmerica_Montevideo = 0xfa214780; // America/Montevideo
                                                                                                                    -
                                                                                                                    349 const uint32_t kZoneIdAmerica_New_York = 0x1e2a7654; // America/New_York
                                                                                                                    -
                                                                                                                    350 const uint32_t kZoneIdAmerica_Nipigon = 0x9d2a8b1a; // America/Nipigon
                                                                                                                    -
                                                                                                                    351 const uint32_t kZoneIdAmerica_Nome = 0x98059b15; // America/Nome
                                                                                                                    -
                                                                                                                    352 const uint32_t kZoneIdAmerica_North_Dakota_Center = 0x9da42814; // America/North_Dakota/Center
                                                                                                                    -
                                                                                                                    353 const uint32_t kZoneIdAmerica_Nuuk = 0x9805b5a9; // America/Nuuk
                                                                                                                    -
                                                                                                                    354 const uint32_t kZoneIdAmerica_Ojinaga = 0xebfde83f; // America/Ojinaga
                                                                                                                    -
                                                                                                                    355 const uint32_t kZoneIdAmerica_Panama = 0xb3863854; // America/Panama
                                                                                                                    -
                                                                                                                    356 const uint32_t kZoneIdAmerica_Paramaribo = 0xb319e4c4; // America/Paramaribo
                                                                                                                    -
                                                                                                                    357 const uint32_t kZoneIdAmerica_Phoenix = 0x34b5af01; // America/Phoenix
                                                                                                                    -
                                                                                                                    358 const uint32_t kZoneIdAmerica_Port_au_Prince = 0x8e4a7bdc; // America/Port-au-Prince
                                                                                                                    -
                                                                                                                    359 const uint32_t kZoneIdAmerica_Porto_Velho = 0x6b1aac77; // America/Porto_Velho
                                                                                                                    -
                                                                                                                    360 const uint32_t kZoneIdAmerica_Puerto_Rico = 0x6752ca31; // America/Puerto_Rico
                                                                                                                    -
                                                                                                                    361 const uint32_t kZoneIdAmerica_Rainy_River = 0x9cd58a10; // America/Rainy_River
                                                                                                                    -
                                                                                                                    362 const uint32_t kZoneIdAmerica_Regina = 0xb875371c; // America/Regina
                                                                                                                    -
                                                                                                                    363 const uint32_t kZoneIdAmerica_Santiago = 0x7410c9bc; // America/Santiago
                                                                                                                    -
                                                                                                                    364 const uint32_t kZoneIdAmerica_Sao_Paulo = 0x1063bfc9; // America/Sao_Paulo
                                                                                                                    -
                                                                                                                    365 const uint32_t kZoneIdAmerica_Scoresbysund = 0x123f8d2a; // America/Scoresbysund
                                                                                                                    -
                                                                                                                    366 const uint32_t kZoneIdAmerica_Sitka = 0x99104ce2; // America/Sitka
                                                                                                                    -
                                                                                                                    367 const uint32_t kZoneIdAmerica_Swift_Current = 0xdef98e55; // America/Swift_Current
                                                                                                                    -
                                                                                                                    368 const uint32_t kZoneIdAmerica_Tegucigalpa = 0xbfd6fd4c; // America/Tegucigalpa
                                                                                                                    -
                                                                                                                    369 const uint32_t kZoneIdAmerica_Thule = 0x9921dd68; // America/Thule
                                                                                                                    -
                                                                                                                    370 const uint32_t kZoneIdAmerica_Thunder_Bay = 0xf962e71b; // America/Thunder_Bay
                                                                                                                    -
                                                                                                                    371 const uint32_t kZoneIdAmerica_Toronto = 0x792e851b; // America/Toronto
                                                                                                                    -
                                                                                                                    372 const uint32_t kZoneIdAmerica_Vancouver = 0x2c6f6b1f; // America/Vancouver
                                                                                                                    -
                                                                                                                    373 const uint32_t kZoneIdAmerica_Winnipeg = 0x8c7dafc7; // America/Winnipeg
                                                                                                                    -
                                                                                                                    374 const uint32_t kZoneIdAmerica_Yakutat = 0xd8ee31e9; // America/Yakutat
                                                                                                                    -
                                                                                                                    375 const uint32_t kZoneIdAmerica_Yellowknife = 0x0f76c76f; // America/Yellowknife
                                                                                                                    -
                                                                                                                    376 const uint32_t kZoneIdAntarctica_Rothera = 0x0e86d203; // Antarctica/Rothera
                                                                                                                    -
                                                                                                                    377 const uint32_t kZoneIdAsia_Amman = 0x148d21bc; // Asia/Amman
                                                                                                                    -
                                                                                                                    378 const uint32_t kZoneIdAsia_Ashgabat = 0xba87598d; // Asia/Ashgabat
                                                                                                                    -
                                                                                                                    379 const uint32_t kZoneIdAsia_Baghdad = 0x9ceffbed; // Asia/Baghdad
                                                                                                                    -
                                                                                                                    380 const uint32_t kZoneIdAsia_Baku = 0x1fa788b5; // Asia/Baku
                                                                                                                    -
                                                                                                                    381 const uint32_t kZoneIdAsia_Bangkok = 0x9d6e3aaf; // Asia/Bangkok
                                                                                                                    -
                                                                                                                    382 const uint32_t kZoneIdAsia_Beirut = 0xa7f3d5fd; // Asia/Beirut
                                                                                                                    -
                                                                                                                    383 const uint32_t kZoneIdAsia_Damascus = 0x20fbb063; // Asia/Damascus
                                                                                                                    -
                                                                                                                    384 const uint32_t kZoneIdAsia_Dhaka = 0x14c07b8b; // Asia/Dhaka
                                                                                                                    -
                                                                                                                    385 const uint32_t kZoneIdAsia_Dubai = 0x14c79f77; // Asia/Dubai
                                                                                                                    -
                                                                                                                    386 const uint32_t kZoneIdAsia_Dushanbe = 0x32fc5c3c; // Asia/Dushanbe
                                                                                                                    -
                                                                                                                    387 const uint32_t kZoneIdAsia_Ho_Chi_Minh = 0x20f2d127; // Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    388 const uint32_t kZoneIdAsia_Hong_Kong = 0x577f28ac; // Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    389 const uint32_t kZoneIdAsia_Hovd = 0x1fab0fe3; // Asia/Hovd
                                                                                                                    -
                                                                                                                    390 const uint32_t kZoneIdAsia_Jakarta = 0x0506ab50; // Asia/Jakarta
                                                                                                                    -
                                                                                                                    391 const uint32_t kZoneIdAsia_Jayapura = 0xc6833c2f; // Asia/Jayapura
                                                                                                                    -
                                                                                                                    392 const uint32_t kZoneIdAsia_Jerusalem = 0x5becd23a; // Asia/Jerusalem
                                                                                                                    -
                                                                                                                    393 const uint32_t kZoneIdAsia_Kabul = 0x153b5601; // Asia/Kabul
                                                                                                                    -
                                                                                                                    394 const uint32_t kZoneIdAsia_Karachi = 0x527f5245; // Asia/Karachi
                                                                                                                    -
                                                                                                                    395 const uint32_t kZoneIdAsia_Kathmandu = 0x9a96ce6f; // Asia/Kathmandu
                                                                                                                    -
                                                                                                                    396 const uint32_t kZoneIdAsia_Kolkata = 0x72c06cd9; // Asia/Kolkata
                                                                                                                    -
                                                                                                                    397 const uint32_t kZoneIdAsia_Kuching = 0x801b003b; // Asia/Kuching
                                                                                                                    -
                                                                                                                    398 const uint32_t kZoneIdAsia_Macau = 0x155f88b9; // Asia/Macau
                                                                                                                    -
                                                                                                                    399 const uint32_t kZoneIdAsia_Makassar = 0x6aa21c85; // Asia/Makassar
                                                                                                                    -
                                                                                                                    400 const uint32_t kZoneIdAsia_Manila = 0xc156c944; // Asia/Manila
                                                                                                                    -
                                                                                                                    401 const uint32_t kZoneIdAsia_Nicosia = 0x4b0fcf78; // Asia/Nicosia
                                                                                                                    -
                                                                                                                    402 const uint32_t kZoneIdAsia_Pontianak = 0x1a76c057; // Asia/Pontianak
                                                                                                                    -
                                                                                                                    403 const uint32_t kZoneIdAsia_Qatar = 0x15a8330b; // Asia/Qatar
                                                                                                                    -
                                                                                                                    404 const uint32_t kZoneIdAsia_Riyadh = 0xcd973d93; // Asia/Riyadh
                                                                                                                    -
                                                                                                                    405 const uint32_t kZoneIdAsia_Samarkand = 0x13ae5104; // Asia/Samarkand
                                                                                                                    -
                                                                                                                    406 const uint32_t kZoneIdAsia_Seoul = 0x15ce82da; // Asia/Seoul
                                                                                                                    -
                                                                                                                    407 const uint32_t kZoneIdAsia_Shanghai = 0xf895a7f5; // Asia/Shanghai
                                                                                                                    -
                                                                                                                    408 const uint32_t kZoneIdAsia_Singapore = 0xcf8581fa; // Asia/Singapore
                                                                                                                    -
                                                                                                                    409 const uint32_t kZoneIdAsia_Taipei = 0xd1a844ae; // Asia/Taipei
                                                                                                                    -
                                                                                                                    410 const uint32_t kZoneIdAsia_Tashkent = 0xf3924254; // Asia/Tashkent
                                                                                                                    -
                                                                                                                    411 const uint32_t kZoneIdAsia_Tehran = 0xd1f02254; // Asia/Tehran
                                                                                                                    -
                                                                                                                    412 const uint32_t kZoneIdAsia_Thimphu = 0x170380d1; // Asia/Thimphu
                                                                                                                    -
                                                                                                                    413 const uint32_t kZoneIdAsia_Tokyo = 0x15e606a8; // Asia/Tokyo
                                                                                                                    -
                                                                                                                    414 const uint32_t kZoneIdAsia_Ulaanbaatar = 0x30f0cc4e; // Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    415 const uint32_t kZoneIdAsia_Urumqi = 0xd5379735; // Asia/Urumqi
                                                                                                                    -
                                                                                                                    416 const uint32_t kZoneIdAsia_Yangon = 0xdd54a8be; // Asia/Yangon
                                                                                                                    -
                                                                                                                    417 const uint32_t kZoneIdAsia_Yerevan = 0x9185c8cc; // Asia/Yerevan
                                                                                                                    -
                                                                                                                    418 const uint32_t kZoneIdAtlantic_Azores = 0xf93ed918; // Atlantic/Azores
                                                                                                                    -
                                                                                                                    419 const uint32_t kZoneIdAtlantic_Bermuda = 0x3d4bb1c4; // Atlantic/Bermuda
                                                                                                                    -
                                                                                                                    420 const uint32_t kZoneIdAtlantic_Canary = 0xfc23f2c2; // Atlantic/Canary
                                                                                                                    -
                                                                                                                    421 const uint32_t kZoneIdAtlantic_Cape_Verde = 0x5c5e1772; // Atlantic/Cape_Verde
                                                                                                                    -
                                                                                                                    422 const uint32_t kZoneIdAtlantic_Faroe = 0xe110a971; // Atlantic/Faroe
                                                                                                                    -
                                                                                                                    423 const uint32_t kZoneIdAtlantic_Madeira = 0x81b5c037; // Atlantic/Madeira
                                                                                                                    -
                                                                                                                    424 const uint32_t kZoneIdAtlantic_South_Georgia = 0x33013174; // Atlantic/South_Georgia
                                                                                                                    -
                                                                                                                    425 const uint32_t kZoneIdAustralia_Adelaide = 0x2428e8a3; // Australia/Adelaide
                                                                                                                    -
                                                                                                                    426 const uint32_t kZoneIdAustralia_Brisbane = 0x4fedc9c0; // Australia/Brisbane
                                                                                                                    -
                                                                                                                    427 const uint32_t kZoneIdAustralia_Broken_Hill = 0xb06eada3; // Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    428 const uint32_t kZoneIdAustralia_Darwin = 0x2876bdff; // Australia/Darwin
                                                                                                                    -
                                                                                                                    429 const uint32_t kZoneIdAustralia_Eucla = 0x8cf99e44; // Australia/Eucla
                                                                                                                    -
                                                                                                                    430 const uint32_t kZoneIdAustralia_Hobart = 0x32bf951a; // Australia/Hobart
                                                                                                                    -
                                                                                                                    431 const uint32_t kZoneIdAustralia_Lindeman = 0xe05029e2; // Australia/Lindeman
                                                                                                                    -
                                                                                                                    432 const uint32_t kZoneIdAustralia_Lord_Howe = 0xa748b67d; // Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    433 const uint32_t kZoneIdAustralia_Melbourne = 0x0fe559a3; // Australia/Melbourne
                                                                                                                    -
                                                                                                                    434 const uint32_t kZoneIdAustralia_Perth = 0x8db8269d; // Australia/Perth
                                                                                                                    -
                                                                                                                    435 const uint32_t kZoneIdAustralia_Sydney = 0x4d1e9776; // Australia/Sydney
                                                                                                                    -
                                                                                                                    436 const uint32_t kZoneIdCET = 0x0b87d921; // CET
                                                                                                                    -
                                                                                                                    437 const uint32_t kZoneIdCST6CDT = 0xf0e87d00; // CST6CDT
                                                                                                                    -
                                                                                                                    438 const uint32_t kZoneIdEET = 0x0b87e1a3; // EET
                                                                                                                    -
                                                                                                                    439 const uint32_t kZoneIdEST = 0x0b87e371; // EST
                                                                                                                    -
                                                                                                                    440 const uint32_t kZoneIdEST5EDT = 0x8adc72a3; // EST5EDT
                                                                                                                    -
                                                                                                                    441 const uint32_t kZoneIdEtc_GMT = 0xd8e2de58; // Etc/GMT
                                                                                                                    -
                                                                                                                    442 const uint32_t kZoneIdEtc_GMT_PLUS_1 = 0x9d13da14; // Etc/GMT+1
                                                                                                                    -
                                                                                                                    443 const uint32_t kZoneIdEtc_GMT_PLUS_10 = 0x3f8f1cc4; // Etc/GMT+10
                                                                                                                    -
                                                                                                                    444 const uint32_t kZoneIdEtc_GMT_PLUS_11 = 0x3f8f1cc5; // Etc/GMT+11
                                                                                                                    -
                                                                                                                    445 const uint32_t kZoneIdEtc_GMT_PLUS_12 = 0x3f8f1cc6; // Etc/GMT+12
                                                                                                                    -
                                                                                                                    446 const uint32_t kZoneIdEtc_GMT_PLUS_2 = 0x9d13da15; // Etc/GMT+2
                                                                                                                    -
                                                                                                                    447 const uint32_t kZoneIdEtc_GMT_PLUS_3 = 0x9d13da16; // Etc/GMT+3
                                                                                                                    -
                                                                                                                    448 const uint32_t kZoneIdEtc_GMT_PLUS_4 = 0x9d13da17; // Etc/GMT+4
                                                                                                                    -
                                                                                                                    449 const uint32_t kZoneIdEtc_GMT_PLUS_5 = 0x9d13da18; // Etc/GMT+5
                                                                                                                    -
                                                                                                                    450 const uint32_t kZoneIdEtc_GMT_PLUS_6 = 0x9d13da19; // Etc/GMT+6
                                                                                                                    -
                                                                                                                    451 const uint32_t kZoneIdEtc_GMT_PLUS_7 = 0x9d13da1a; // Etc/GMT+7
                                                                                                                    -
                                                                                                                    452 const uint32_t kZoneIdEtc_GMT_PLUS_8 = 0x9d13da1b; // Etc/GMT+8
                                                                                                                    -
                                                                                                                    453 const uint32_t kZoneIdEtc_GMT_PLUS_9 = 0x9d13da1c; // Etc/GMT+9
                                                                                                                    -
                                                                                                                    454 const uint32_t kZoneIdEtc_GMT_1 = 0x9d13da56; // Etc/GMT-1
                                                                                                                    -
                                                                                                                    455 const uint32_t kZoneIdEtc_GMT_10 = 0x3f8f2546; // Etc/GMT-10
                                                                                                                    -
                                                                                                                    456 const uint32_t kZoneIdEtc_GMT_11 = 0x3f8f2547; // Etc/GMT-11
                                                                                                                    -
                                                                                                                    457 const uint32_t kZoneIdEtc_GMT_12 = 0x3f8f2548; // Etc/GMT-12
                                                                                                                    -
                                                                                                                    458 const uint32_t kZoneIdEtc_GMT_13 = 0x3f8f2549; // Etc/GMT-13
                                                                                                                    -
                                                                                                                    459 const uint32_t kZoneIdEtc_GMT_14 = 0x3f8f254a; // Etc/GMT-14
                                                                                                                    -
                                                                                                                    460 const uint32_t kZoneIdEtc_GMT_2 = 0x9d13da57; // Etc/GMT-2
                                                                                                                    -
                                                                                                                    461 const uint32_t kZoneIdEtc_GMT_3 = 0x9d13da58; // Etc/GMT-3
                                                                                                                    -
                                                                                                                    462 const uint32_t kZoneIdEtc_GMT_4 = 0x9d13da59; // Etc/GMT-4
                                                                                                                    -
                                                                                                                    463 const uint32_t kZoneIdEtc_GMT_5 = 0x9d13da5a; // Etc/GMT-5
                                                                                                                    -
                                                                                                                    464 const uint32_t kZoneIdEtc_GMT_6 = 0x9d13da5b; // Etc/GMT-6
                                                                                                                    -
                                                                                                                    465 const uint32_t kZoneIdEtc_GMT_7 = 0x9d13da5c; // Etc/GMT-7
                                                                                                                    -
                                                                                                                    466 const uint32_t kZoneIdEtc_GMT_8 = 0x9d13da5d; // Etc/GMT-8
                                                                                                                    -
                                                                                                                    467 const uint32_t kZoneIdEtc_GMT_9 = 0x9d13da5e; // Etc/GMT-9
                                                                                                                    -
                                                                                                                    468 const uint32_t kZoneIdEtc_UTC = 0xd8e31abc; // Etc/UTC
                                                                                                                    -
                                                                                                                    469 const uint32_t kZoneIdEurope_Andorra = 0x97f6764b; // Europe/Andorra
                                                                                                                    -
                                                                                                                    470 const uint32_t kZoneIdEurope_Athens = 0x4318fa27; // Europe/Athens
                                                                                                                    -
                                                                                                                    471 const uint32_t kZoneIdEurope_Belgrade = 0xe0532b3a; // Europe/Belgrade
                                                                                                                    -
                                                                                                                    472 const uint32_t kZoneIdEurope_Berlin = 0x44644c20; // Europe/Berlin
                                                                                                                    -
                                                                                                                    473 const uint32_t kZoneIdEurope_Brussels = 0xdee07337; // Europe/Brussels
                                                                                                                    -
                                                                                                                    474 const uint32_t kZoneIdEurope_Bucharest = 0xfb349ec5; // Europe/Bucharest
                                                                                                                    -
                                                                                                                    475 const uint32_t kZoneIdEurope_Budapest = 0x9ce0197c; // Europe/Budapest
                                                                                                                    -
                                                                                                                    476 const uint32_t kZoneIdEurope_Chisinau = 0xad58aa18; // Europe/Chisinau
                                                                                                                    -
                                                                                                                    477 const uint32_t kZoneIdEurope_Dublin = 0x4a275f62; // Europe/Dublin
                                                                                                                    -
                                                                                                                    478 const uint32_t kZoneIdEurope_Gibraltar = 0xf8e325fc; // Europe/Gibraltar
                                                                                                                    -
                                                                                                                    479 const uint32_t kZoneIdEurope_Helsinki = 0x6ab2975b; // Europe/Helsinki
                                                                                                                    -
                                                                                                                    480 const uint32_t kZoneIdEurope_Kyiv = 0xa2c1e347; // Europe/Kyiv
                                                                                                                    -
                                                                                                                    481 const uint32_t kZoneIdEurope_Lisbon = 0x5c00a70b; // Europe/Lisbon
                                                                                                                    -
                                                                                                                    482 const uint32_t kZoneIdEurope_London = 0x5c6a84ae; // Europe/London
                                                                                                                    -
                                                                                                                    483 const uint32_t kZoneIdEurope_Madrid = 0x5dbd1535; // Europe/Madrid
                                                                                                                    -
                                                                                                                    484 const uint32_t kZoneIdEurope_Malta = 0xfb1560f3; // Europe/Malta
                                                                                                                    -
                                                                                                                    485 const uint32_t kZoneIdEurope_Paris = 0xfb4bc2a3; // Europe/Paris
                                                                                                                    -
                                                                                                                    486 const uint32_t kZoneIdEurope_Prague = 0x65ee5d48; // Europe/Prague
                                                                                                                    -
                                                                                                                    487 const uint32_t kZoneIdEurope_Rome = 0xa2c58fd7; // Europe/Rome
                                                                                                                    -
                                                                                                                    488 const uint32_t kZoneIdEurope_Sofia = 0xfb898656; // Europe/Sofia
                                                                                                                    -
                                                                                                                    489 const uint32_t kZoneIdEurope_Tirane = 0x6ea95b47; // Europe/Tirane
                                                                                                                    -
                                                                                                                    490 const uint32_t kZoneIdEurope_Uzhgorod = 0xb066f5d6; // Europe/Uzhgorod
                                                                                                                    -
                                                                                                                    491 const uint32_t kZoneIdEurope_Vienna = 0x734cc2e5; // Europe/Vienna
                                                                                                                    -
                                                                                                                    492 const uint32_t kZoneIdEurope_Warsaw = 0x75185c19; // Europe/Warsaw
                                                                                                                    -
                                                                                                                    493 const uint32_t kZoneIdEurope_Zaporozhye = 0xeab9767f; // Europe/Zaporozhye
                                                                                                                    -
                                                                                                                    494 const uint32_t kZoneIdEurope_Zurich = 0x7d8195b9; // Europe/Zurich
                                                                                                                    -
                                                                                                                    495 const uint32_t kZoneIdHST = 0x0b87f034; // HST
                                                                                                                    -
                                                                                                                    496 const uint32_t kZoneIdIndian_Chagos = 0x456f7c3c; // Indian/Chagos
                                                                                                                    -
                                                                                                                    497 const uint32_t kZoneIdIndian_Maldives = 0x9869681c; // Indian/Maldives
                                                                                                                    -
                                                                                                                    498 const uint32_t kZoneIdIndian_Mauritius = 0x7b09c02a; // Indian/Mauritius
                                                                                                                    -
                                                                                                                    499 const uint32_t kZoneIdMET = 0x0b8803ab; // MET
                                                                                                                    -
                                                                                                                    500 const uint32_t kZoneIdMST = 0x0b880579; // MST
                                                                                                                    -
                                                                                                                    501 const uint32_t kZoneIdMST7MDT = 0xf2af9375; // MST7MDT
                                                                                                                    -
                                                                                                                    502 const uint32_t kZoneIdPST8PDT = 0xd99ee2dc; // PST8PDT
                                                                                                                    -
                                                                                                                    503 const uint32_t kZoneIdPacific_Auckland = 0x25062f86; // Pacific/Auckland
                                                                                                                    -
                                                                                                                    504 const uint32_t kZoneIdPacific_Chatham = 0x2f0de999; // Pacific/Chatham
                                                                                                                    -
                                                                                                                    505 const uint32_t kZoneIdPacific_Easter = 0xcf54f7e7; // Pacific/Easter
                                                                                                                    -
                                                                                                                    506 const uint32_t kZoneIdPacific_Efate = 0x8a2bce28; // Pacific/Efate
                                                                                                                    -
                                                                                                                    507 const uint32_t kZoneIdPacific_Fiji = 0x23383ba5; // Pacific/Fiji
                                                                                                                    -
                                                                                                                    508 const uint32_t kZoneIdPacific_Galapagos = 0xa952f752; // Pacific/Galapagos
                                                                                                                    -
                                                                                                                    509 const uint32_t kZoneIdPacific_Gambier = 0x53720c3a; // Pacific/Gambier
                                                                                                                    -
                                                                                                                    510 const uint32_t kZoneIdPacific_Guadalcanal = 0xf4dd25f0; // Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    511 const uint32_t kZoneIdPacific_Honolulu = 0xe6e70af9; // Pacific/Honolulu
                                                                                                                    -
                                                                                                                    512 const uint32_t kZoneIdPacific_Kanton = 0xdd512f0e; // Pacific/Kanton
                                                                                                                    -
                                                                                                                    513 const uint32_t kZoneIdPacific_Kiritimati = 0x8305073a; // Pacific/Kiritimati
                                                                                                                    -
                                                                                                                    514 const uint32_t kZoneIdPacific_Kosrae = 0xde5139a8; // Pacific/Kosrae
                                                                                                                    -
                                                                                                                    515 const uint32_t kZoneIdPacific_Kwajalein = 0x8e216759; // Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    516 const uint32_t kZoneIdPacific_Marquesas = 0x57ca7135; // Pacific/Marquesas
                                                                                                                    -
                                                                                                                    517 const uint32_t kZoneIdPacific_Nauru = 0x8acc41ae; // Pacific/Nauru
                                                                                                                    -
                                                                                                                    518 const uint32_t kZoneIdPacific_Niue = 0x233ca014; // Pacific/Niue
                                                                                                                    -
                                                                                                                    519 const uint32_t kZoneIdPacific_Noumea = 0xe551b788; // Pacific/Noumea
                                                                                                                    -
                                                                                                                    520 const uint32_t kZoneIdPacific_Pago_Pago = 0x603aebd0; // Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    521 const uint32_t kZoneIdPacific_Palau = 0x8af04a36; // Pacific/Palau
                                                                                                                    -
                                                                                                                    522 const uint32_t kZoneIdPacific_Pitcairn = 0x8837d8bd; // Pacific/Pitcairn
                                                                                                                    -
                                                                                                                    523 const uint32_t kZoneIdPacific_Port_Moresby = 0xa7ba7f68; // Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    524 const uint32_t kZoneIdPacific_Rarotonga = 0x9981a3b0; // Pacific/Rarotonga
                                                                                                                    -
                                                                                                                    525 const uint32_t kZoneIdPacific_Tahiti = 0xf24c2446; // Pacific/Tahiti
                                                                                                                    -
                                                                                                                    526 const uint32_t kZoneIdPacific_Tarawa = 0xf2517e63; // Pacific/Tarawa
                                                                                                                    -
                                                                                                                    527 const uint32_t kZoneIdPacific_Tongatapu = 0x262ca836; // Pacific/Tongatapu
                                                                                                                    -
                                                                                                                    528 const uint32_t kZoneIdWET = 0x0b882e35; // WET
                                                                                                                    -
                                                                                                                    529 
                                                                                                                    +
                                                                                                                    290 const uint32_t kZoneIdAfrica_Abidjan = 0xc21305a3; // Africa/Abidjan
                                                                                                                    +
                                                                                                                    291 const uint32_t kZoneIdAfrica_Algiers = 0xd94515c1; // Africa/Algiers
                                                                                                                    +
                                                                                                                    292 const uint32_t kZoneIdAfrica_Bissau = 0x75564141; // Africa/Bissau
                                                                                                                    +
                                                                                                                    293 const uint32_t kZoneIdAfrica_Ceuta = 0x77fb46ec; // Africa/Ceuta
                                                                                                                    +
                                                                                                                    294 const uint32_t kZoneIdAfrica_Johannesburg = 0xd5d157a0; // Africa/Johannesburg
                                                                                                                    +
                                                                                                                    295 const uint32_t kZoneIdAfrica_Lagos = 0x789bb5d0; // Africa/Lagos
                                                                                                                    +
                                                                                                                    296 const uint32_t kZoneIdAfrica_Maputo = 0x8e6ca1f0; // Africa/Maputo
                                                                                                                    +
                                                                                                                    297 const uint32_t kZoneIdAfrica_Monrovia = 0x0ce90385; // Africa/Monrovia
                                                                                                                    +
                                                                                                                    298 const uint32_t kZoneIdAfrica_Nairobi = 0xa87ab57e; // Africa/Nairobi
                                                                                                                    +
                                                                                                                    299 const uint32_t kZoneIdAfrica_Ndjamena = 0x9fe09898; // Africa/Ndjamena
                                                                                                                    +
                                                                                                                    300 const uint32_t kZoneIdAfrica_Tunis = 0x79378e6d; // Africa/Tunis
                                                                                                                    +
                                                                                                                    301 const uint32_t kZoneIdAmerica_Adak = 0x97fe49d7; // America/Adak
                                                                                                                    +
                                                                                                                    302 const uint32_t kZoneIdAmerica_Anchorage = 0x5a79260e; // America/Anchorage
                                                                                                                    +
                                                                                                                    303 const uint32_t kZoneIdAmerica_Asuncion = 0x50ec79a6; // America/Asuncion
                                                                                                                    +
                                                                                                                    304 const uint32_t kZoneIdAmerica_Barbados = 0xcbbc3b04; // America/Barbados
                                                                                                                    +
                                                                                                                    305 const uint32_t kZoneIdAmerica_Belem = 0x97da580b; // America/Belem
                                                                                                                    +
                                                                                                                    306 const uint32_t kZoneIdAmerica_Bogota = 0x93d7bc62; // America/Bogota
                                                                                                                    +
                                                                                                                    307 const uint32_t kZoneIdAmerica_Boise = 0x97dfc8d8; // America/Boise
                                                                                                                    +
                                                                                                                    308 const uint32_t kZoneIdAmerica_Campo_Grande = 0xfec3e7a6; // America/Campo_Grande
                                                                                                                    +
                                                                                                                    309 const uint32_t kZoneIdAmerica_Cayenne = 0x3c617269; // America/Cayenne
                                                                                                                    +
                                                                                                                    310 const uint32_t kZoneIdAmerica_Chicago = 0x4b92b5d4; // America/Chicago
                                                                                                                    +
                                                                                                                    311 const uint32_t kZoneIdAmerica_Chihuahua = 0x8827d776; // America/Chihuahua
                                                                                                                    +
                                                                                                                    312 const uint32_t kZoneIdAmerica_Costa_Rica = 0x63ff66be; // America/Costa_Rica
                                                                                                                    +
                                                                                                                    313 const uint32_t kZoneIdAmerica_Danmarkshavn = 0xf554d204; // America/Danmarkshavn
                                                                                                                    +
                                                                                                                    314 const uint32_t kZoneIdAmerica_Dawson_Creek = 0x6cf24e5b; // America/Dawson_Creek
                                                                                                                    +
                                                                                                                    315 const uint32_t kZoneIdAmerica_Denver = 0x97d10b2a; // America/Denver
                                                                                                                    +
                                                                                                                    316 const uint32_t kZoneIdAmerica_Detroit = 0x925cfbc1; // America/Detroit
                                                                                                                    +
                                                                                                                    317 const uint32_t kZoneIdAmerica_Edmonton = 0x6cb9484a; // America/Edmonton
                                                                                                                    +
                                                                                                                    318 const uint32_t kZoneIdAmerica_El_Salvador = 0x752ad652; // America/El_Salvador
                                                                                                                    +
                                                                                                                    319 const uint32_t kZoneIdAmerica_Glace_Bay = 0x9681f8dd; // America/Glace_Bay
                                                                                                                    +
                                                                                                                    320 const uint32_t kZoneIdAmerica_Guatemala = 0x0c8259f7; // America/Guatemala
                                                                                                                    +
                                                                                                                    321 const uint32_t kZoneIdAmerica_Guayaquil = 0x17e64958; // America/Guayaquil
                                                                                                                    +
                                                                                                                    322 const uint32_t kZoneIdAmerica_Guyana = 0x9ff7bd0b; // America/Guyana
                                                                                                                    +
                                                                                                                    323 const uint32_t kZoneIdAmerica_Halifax = 0xbc5b7183; // America/Halifax
                                                                                                                    +
                                                                                                                    324 const uint32_t kZoneIdAmerica_Havana = 0xa0e15675; // America/Havana
                                                                                                                    +
                                                                                                                    325 const uint32_t kZoneIdAmerica_Hermosillo = 0x065d21c4; // America/Hermosillo
                                                                                                                    +
                                                                                                                    326 const uint32_t kZoneIdAmerica_Indiana_Indianapolis = 0x28a669a4; // America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    327 const uint32_t kZoneIdAmerica_Indiana_Marengo = 0x2feeee72; // America/Indiana/Marengo
                                                                                                                    +
                                                                                                                    328 const uint32_t kZoneIdAmerica_Indiana_Vevay = 0x10aca054; // America/Indiana/Vevay
                                                                                                                    +
                                                                                                                    329 const uint32_t kZoneIdAmerica_Inuvik = 0xa42189fc; // America/Inuvik
                                                                                                                    +
                                                                                                                    330 const uint32_t kZoneIdAmerica_Jamaica = 0x565dad6c; // America/Jamaica
                                                                                                                    +
                                                                                                                    331 const uint32_t kZoneIdAmerica_Juneau = 0xa6f13e2e; // America/Juneau
                                                                                                                    +
                                                                                                                    332 const uint32_t kZoneIdAmerica_Kentucky_Louisville = 0x1a21024b; // America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    333 const uint32_t kZoneIdAmerica_La_Paz = 0xaa29125d; // America/La_Paz
                                                                                                                    +
                                                                                                                    334 const uint32_t kZoneIdAmerica_Lima = 0x980468c9; // America/Lima
                                                                                                                    +
                                                                                                                    335 const uint32_t kZoneIdAmerica_Los_Angeles = 0xb7f7e8f2; // America/Los_Angeles
                                                                                                                    +
                                                                                                                    336 const uint32_t kZoneIdAmerica_Managua = 0x3d5e7600; // America/Managua
                                                                                                                    +
                                                                                                                    337 const uint32_t kZoneIdAmerica_Manaus = 0xac86bf8b; // America/Manaus
                                                                                                                    +
                                                                                                                    338 const uint32_t kZoneIdAmerica_Martinique = 0x551e84c5; // America/Martinique
                                                                                                                    +
                                                                                                                    339 const uint32_t kZoneIdAmerica_Matamoros = 0xdd1b0259; // America/Matamoros
                                                                                                                    +
                                                                                                                    340 const uint32_t kZoneIdAmerica_Mazatlan = 0x0532189e; // America/Mazatlan
                                                                                                                    +
                                                                                                                    341 const uint32_t kZoneIdAmerica_Menominee = 0xe0e9c583; // America/Menominee
                                                                                                                    +
                                                                                                                    342 const uint32_t kZoneIdAmerica_Merida = 0xacd172d8; // America/Merida
                                                                                                                    +
                                                                                                                    343 const uint32_t kZoneIdAmerica_Miquelon = 0x59674330; // America/Miquelon
                                                                                                                    +
                                                                                                                    344 const uint32_t kZoneIdAmerica_Moncton = 0x5e07fe24; // America/Moncton
                                                                                                                    +
                                                                                                                    345 const uint32_t kZoneIdAmerica_Monterrey = 0x269a1deb; // America/Monterrey
                                                                                                                    +
                                                                                                                    346 const uint32_t kZoneIdAmerica_Montevideo = 0xfa214780; // America/Montevideo
                                                                                                                    +
                                                                                                                    347 const uint32_t kZoneIdAmerica_New_York = 0x1e2a7654; // America/New_York
                                                                                                                    +
                                                                                                                    348 const uint32_t kZoneIdAmerica_Nipigon = 0x9d2a8b1a; // America/Nipigon
                                                                                                                    +
                                                                                                                    349 const uint32_t kZoneIdAmerica_Nome = 0x98059b15; // America/Nome
                                                                                                                    +
                                                                                                                    350 const uint32_t kZoneIdAmerica_North_Dakota_Center = 0x9da42814; // America/North_Dakota/Center
                                                                                                                    +
                                                                                                                    351 const uint32_t kZoneIdAmerica_Nuuk = 0x9805b5a9; // America/Nuuk
                                                                                                                    +
                                                                                                                    352 const uint32_t kZoneIdAmerica_Ojinaga = 0xebfde83f; // America/Ojinaga
                                                                                                                    +
                                                                                                                    353 const uint32_t kZoneIdAmerica_Panama = 0xb3863854; // America/Panama
                                                                                                                    +
                                                                                                                    354 const uint32_t kZoneIdAmerica_Paramaribo = 0xb319e4c4; // America/Paramaribo
                                                                                                                    +
                                                                                                                    355 const uint32_t kZoneIdAmerica_Phoenix = 0x34b5af01; // America/Phoenix
                                                                                                                    +
                                                                                                                    356 const uint32_t kZoneIdAmerica_Port_au_Prince = 0x8e4a7bdc; // America/Port-au-Prince
                                                                                                                    +
                                                                                                                    357 const uint32_t kZoneIdAmerica_Porto_Velho = 0x6b1aac77; // America/Porto_Velho
                                                                                                                    +
                                                                                                                    358 const uint32_t kZoneIdAmerica_Puerto_Rico = 0x6752ca31; // America/Puerto_Rico
                                                                                                                    +
                                                                                                                    359 const uint32_t kZoneIdAmerica_Rainy_River = 0x9cd58a10; // America/Rainy_River
                                                                                                                    +
                                                                                                                    360 const uint32_t kZoneIdAmerica_Regina = 0xb875371c; // America/Regina
                                                                                                                    +
                                                                                                                    361 const uint32_t kZoneIdAmerica_Santiago = 0x7410c9bc; // America/Santiago
                                                                                                                    +
                                                                                                                    362 const uint32_t kZoneIdAmerica_Sao_Paulo = 0x1063bfc9; // America/Sao_Paulo
                                                                                                                    +
                                                                                                                    363 const uint32_t kZoneIdAmerica_Scoresbysund = 0x123f8d2a; // America/Scoresbysund
                                                                                                                    +
                                                                                                                    364 const uint32_t kZoneIdAmerica_Sitka = 0x99104ce2; // America/Sitka
                                                                                                                    +
                                                                                                                    365 const uint32_t kZoneIdAmerica_Swift_Current = 0xdef98e55; // America/Swift_Current
                                                                                                                    +
                                                                                                                    366 const uint32_t kZoneIdAmerica_Tegucigalpa = 0xbfd6fd4c; // America/Tegucigalpa
                                                                                                                    +
                                                                                                                    367 const uint32_t kZoneIdAmerica_Thule = 0x9921dd68; // America/Thule
                                                                                                                    +
                                                                                                                    368 const uint32_t kZoneIdAmerica_Thunder_Bay = 0xf962e71b; // America/Thunder_Bay
                                                                                                                    +
                                                                                                                    369 const uint32_t kZoneIdAmerica_Toronto = 0x792e851b; // America/Toronto
                                                                                                                    +
                                                                                                                    370 const uint32_t kZoneIdAmerica_Vancouver = 0x2c6f6b1f; // America/Vancouver
                                                                                                                    +
                                                                                                                    371 const uint32_t kZoneIdAmerica_Winnipeg = 0x8c7dafc7; // America/Winnipeg
                                                                                                                    +
                                                                                                                    372 const uint32_t kZoneIdAmerica_Yakutat = 0xd8ee31e9; // America/Yakutat
                                                                                                                    +
                                                                                                                    373 const uint32_t kZoneIdAmerica_Yellowknife = 0x0f76c76f; // America/Yellowknife
                                                                                                                    +
                                                                                                                    374 const uint32_t kZoneIdAntarctica_Rothera = 0x0e86d203; // Antarctica/Rothera
                                                                                                                    +
                                                                                                                    375 const uint32_t kZoneIdAsia_Amman = 0x148d21bc; // Asia/Amman
                                                                                                                    +
                                                                                                                    376 const uint32_t kZoneIdAsia_Ashgabat = 0xba87598d; // Asia/Ashgabat
                                                                                                                    +
                                                                                                                    377 const uint32_t kZoneIdAsia_Baghdad = 0x9ceffbed; // Asia/Baghdad
                                                                                                                    +
                                                                                                                    378 const uint32_t kZoneIdAsia_Baku = 0x1fa788b5; // Asia/Baku
                                                                                                                    +
                                                                                                                    379 const uint32_t kZoneIdAsia_Bangkok = 0x9d6e3aaf; // Asia/Bangkok
                                                                                                                    +
                                                                                                                    380 const uint32_t kZoneIdAsia_Beirut = 0xa7f3d5fd; // Asia/Beirut
                                                                                                                    +
                                                                                                                    381 const uint32_t kZoneIdAsia_Damascus = 0x20fbb063; // Asia/Damascus
                                                                                                                    +
                                                                                                                    382 const uint32_t kZoneIdAsia_Dhaka = 0x14c07b8b; // Asia/Dhaka
                                                                                                                    +
                                                                                                                    383 const uint32_t kZoneIdAsia_Dubai = 0x14c79f77; // Asia/Dubai
                                                                                                                    +
                                                                                                                    384 const uint32_t kZoneIdAsia_Dushanbe = 0x32fc5c3c; // Asia/Dushanbe
                                                                                                                    +
                                                                                                                    385 const uint32_t kZoneIdAsia_Ho_Chi_Minh = 0x20f2d127; // Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    386 const uint32_t kZoneIdAsia_Hong_Kong = 0x577f28ac; // Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    387 const uint32_t kZoneIdAsia_Hovd = 0x1fab0fe3; // Asia/Hovd
                                                                                                                    +
                                                                                                                    388 const uint32_t kZoneIdAsia_Jakarta = 0x0506ab50; // Asia/Jakarta
                                                                                                                    +
                                                                                                                    389 const uint32_t kZoneIdAsia_Jayapura = 0xc6833c2f; // Asia/Jayapura
                                                                                                                    +
                                                                                                                    390 const uint32_t kZoneIdAsia_Jerusalem = 0x5becd23a; // Asia/Jerusalem
                                                                                                                    +
                                                                                                                    391 const uint32_t kZoneIdAsia_Kabul = 0x153b5601; // Asia/Kabul
                                                                                                                    +
                                                                                                                    392 const uint32_t kZoneIdAsia_Karachi = 0x527f5245; // Asia/Karachi
                                                                                                                    +
                                                                                                                    393 const uint32_t kZoneIdAsia_Kathmandu = 0x9a96ce6f; // Asia/Kathmandu
                                                                                                                    +
                                                                                                                    394 const uint32_t kZoneIdAsia_Kolkata = 0x72c06cd9; // Asia/Kolkata
                                                                                                                    +
                                                                                                                    395 const uint32_t kZoneIdAsia_Kuching = 0x801b003b; // Asia/Kuching
                                                                                                                    +
                                                                                                                    396 const uint32_t kZoneIdAsia_Macau = 0x155f88b9; // Asia/Macau
                                                                                                                    +
                                                                                                                    397 const uint32_t kZoneIdAsia_Makassar = 0x6aa21c85; // Asia/Makassar
                                                                                                                    +
                                                                                                                    398 const uint32_t kZoneIdAsia_Manila = 0xc156c944; // Asia/Manila
                                                                                                                    +
                                                                                                                    399 const uint32_t kZoneIdAsia_Nicosia = 0x4b0fcf78; // Asia/Nicosia
                                                                                                                    +
                                                                                                                    400 const uint32_t kZoneIdAsia_Pontianak = 0x1a76c057; // Asia/Pontianak
                                                                                                                    +
                                                                                                                    401 const uint32_t kZoneIdAsia_Qatar = 0x15a8330b; // Asia/Qatar
                                                                                                                    +
                                                                                                                    402 const uint32_t kZoneIdAsia_Riyadh = 0xcd973d93; // Asia/Riyadh
                                                                                                                    +
                                                                                                                    403 const uint32_t kZoneIdAsia_Samarkand = 0x13ae5104; // Asia/Samarkand
                                                                                                                    +
                                                                                                                    404 const uint32_t kZoneIdAsia_Seoul = 0x15ce82da; // Asia/Seoul
                                                                                                                    +
                                                                                                                    405 const uint32_t kZoneIdAsia_Shanghai = 0xf895a7f5; // Asia/Shanghai
                                                                                                                    +
                                                                                                                    406 const uint32_t kZoneIdAsia_Singapore = 0xcf8581fa; // Asia/Singapore
                                                                                                                    +
                                                                                                                    407 const uint32_t kZoneIdAsia_Taipei = 0xd1a844ae; // Asia/Taipei
                                                                                                                    +
                                                                                                                    408 const uint32_t kZoneIdAsia_Tashkent = 0xf3924254; // Asia/Tashkent
                                                                                                                    +
                                                                                                                    409 const uint32_t kZoneIdAsia_Tehran = 0xd1f02254; // Asia/Tehran
                                                                                                                    +
                                                                                                                    410 const uint32_t kZoneIdAsia_Thimphu = 0x170380d1; // Asia/Thimphu
                                                                                                                    +
                                                                                                                    411 const uint32_t kZoneIdAsia_Tokyo = 0x15e606a8; // Asia/Tokyo
                                                                                                                    +
                                                                                                                    412 const uint32_t kZoneIdAsia_Ulaanbaatar = 0x30f0cc4e; // Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    413 const uint32_t kZoneIdAsia_Urumqi = 0xd5379735; // Asia/Urumqi
                                                                                                                    +
                                                                                                                    414 const uint32_t kZoneIdAsia_Yangon = 0xdd54a8be; // Asia/Yangon
                                                                                                                    +
                                                                                                                    415 const uint32_t kZoneIdAsia_Yerevan = 0x9185c8cc; // Asia/Yerevan
                                                                                                                    +
                                                                                                                    416 const uint32_t kZoneIdAtlantic_Azores = 0xf93ed918; // Atlantic/Azores
                                                                                                                    +
                                                                                                                    417 const uint32_t kZoneIdAtlantic_Bermuda = 0x3d4bb1c4; // Atlantic/Bermuda
                                                                                                                    +
                                                                                                                    418 const uint32_t kZoneIdAtlantic_Canary = 0xfc23f2c2; // Atlantic/Canary
                                                                                                                    +
                                                                                                                    419 const uint32_t kZoneIdAtlantic_Cape_Verde = 0x5c5e1772; // Atlantic/Cape_Verde
                                                                                                                    +
                                                                                                                    420 const uint32_t kZoneIdAtlantic_Faroe = 0xe110a971; // Atlantic/Faroe
                                                                                                                    +
                                                                                                                    421 const uint32_t kZoneIdAtlantic_Madeira = 0x81b5c037; // Atlantic/Madeira
                                                                                                                    +
                                                                                                                    422 const uint32_t kZoneIdAtlantic_South_Georgia = 0x33013174; // Atlantic/South_Georgia
                                                                                                                    +
                                                                                                                    423 const uint32_t kZoneIdAustralia_Adelaide = 0x2428e8a3; // Australia/Adelaide
                                                                                                                    +
                                                                                                                    424 const uint32_t kZoneIdAustralia_Brisbane = 0x4fedc9c0; // Australia/Brisbane
                                                                                                                    +
                                                                                                                    425 const uint32_t kZoneIdAustralia_Broken_Hill = 0xb06eada3; // Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    426 const uint32_t kZoneIdAustralia_Darwin = 0x2876bdff; // Australia/Darwin
                                                                                                                    +
                                                                                                                    427 const uint32_t kZoneIdAustralia_Eucla = 0x8cf99e44; // Australia/Eucla
                                                                                                                    +
                                                                                                                    428 const uint32_t kZoneIdAustralia_Hobart = 0x32bf951a; // Australia/Hobart
                                                                                                                    +
                                                                                                                    429 const uint32_t kZoneIdAustralia_Lindeman = 0xe05029e2; // Australia/Lindeman
                                                                                                                    +
                                                                                                                    430 const uint32_t kZoneIdAustralia_Lord_Howe = 0xa748b67d; // Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    431 const uint32_t kZoneIdAustralia_Melbourne = 0x0fe559a3; // Australia/Melbourne
                                                                                                                    +
                                                                                                                    432 const uint32_t kZoneIdAustralia_Perth = 0x8db8269d; // Australia/Perth
                                                                                                                    +
                                                                                                                    433 const uint32_t kZoneIdAustralia_Sydney = 0x4d1e9776; // Australia/Sydney
                                                                                                                    +
                                                                                                                    434 const uint32_t kZoneIdCET = 0x0b87d921; // CET
                                                                                                                    +
                                                                                                                    435 const uint32_t kZoneIdCST6CDT = 0xf0e87d00; // CST6CDT
                                                                                                                    +
                                                                                                                    436 const uint32_t kZoneIdEET = 0x0b87e1a3; // EET
                                                                                                                    +
                                                                                                                    437 const uint32_t kZoneIdEST = 0x0b87e371; // EST
                                                                                                                    +
                                                                                                                    438 const uint32_t kZoneIdEST5EDT = 0x8adc72a3; // EST5EDT
                                                                                                                    +
                                                                                                                    439 const uint32_t kZoneIdEtc_GMT = 0xd8e2de58; // Etc/GMT
                                                                                                                    +
                                                                                                                    440 const uint32_t kZoneIdEtc_GMT_PLUS_1 = 0x9d13da14; // Etc/GMT+1
                                                                                                                    +
                                                                                                                    441 const uint32_t kZoneIdEtc_GMT_PLUS_10 = 0x3f8f1cc4; // Etc/GMT+10
                                                                                                                    +
                                                                                                                    442 const uint32_t kZoneIdEtc_GMT_PLUS_11 = 0x3f8f1cc5; // Etc/GMT+11
                                                                                                                    +
                                                                                                                    443 const uint32_t kZoneIdEtc_GMT_PLUS_12 = 0x3f8f1cc6; // Etc/GMT+12
                                                                                                                    +
                                                                                                                    444 const uint32_t kZoneIdEtc_GMT_PLUS_2 = 0x9d13da15; // Etc/GMT+2
                                                                                                                    +
                                                                                                                    445 const uint32_t kZoneIdEtc_GMT_PLUS_3 = 0x9d13da16; // Etc/GMT+3
                                                                                                                    +
                                                                                                                    446 const uint32_t kZoneIdEtc_GMT_PLUS_4 = 0x9d13da17; // Etc/GMT+4
                                                                                                                    +
                                                                                                                    447 const uint32_t kZoneIdEtc_GMT_PLUS_5 = 0x9d13da18; // Etc/GMT+5
                                                                                                                    +
                                                                                                                    448 const uint32_t kZoneIdEtc_GMT_PLUS_6 = 0x9d13da19; // Etc/GMT+6
                                                                                                                    +
                                                                                                                    449 const uint32_t kZoneIdEtc_GMT_PLUS_7 = 0x9d13da1a; // Etc/GMT+7
                                                                                                                    +
                                                                                                                    450 const uint32_t kZoneIdEtc_GMT_PLUS_8 = 0x9d13da1b; // Etc/GMT+8
                                                                                                                    +
                                                                                                                    451 const uint32_t kZoneIdEtc_GMT_PLUS_9 = 0x9d13da1c; // Etc/GMT+9
                                                                                                                    +
                                                                                                                    452 const uint32_t kZoneIdEtc_GMT_1 = 0x9d13da56; // Etc/GMT-1
                                                                                                                    +
                                                                                                                    453 const uint32_t kZoneIdEtc_GMT_10 = 0x3f8f2546; // Etc/GMT-10
                                                                                                                    +
                                                                                                                    454 const uint32_t kZoneIdEtc_GMT_11 = 0x3f8f2547; // Etc/GMT-11
                                                                                                                    +
                                                                                                                    455 const uint32_t kZoneIdEtc_GMT_12 = 0x3f8f2548; // Etc/GMT-12
                                                                                                                    +
                                                                                                                    456 const uint32_t kZoneIdEtc_GMT_13 = 0x3f8f2549; // Etc/GMT-13
                                                                                                                    +
                                                                                                                    457 const uint32_t kZoneIdEtc_GMT_14 = 0x3f8f254a; // Etc/GMT-14
                                                                                                                    +
                                                                                                                    458 const uint32_t kZoneIdEtc_GMT_2 = 0x9d13da57; // Etc/GMT-2
                                                                                                                    +
                                                                                                                    459 const uint32_t kZoneIdEtc_GMT_3 = 0x9d13da58; // Etc/GMT-3
                                                                                                                    +
                                                                                                                    460 const uint32_t kZoneIdEtc_GMT_4 = 0x9d13da59; // Etc/GMT-4
                                                                                                                    +
                                                                                                                    461 const uint32_t kZoneIdEtc_GMT_5 = 0x9d13da5a; // Etc/GMT-5
                                                                                                                    +
                                                                                                                    462 const uint32_t kZoneIdEtc_GMT_6 = 0x9d13da5b; // Etc/GMT-6
                                                                                                                    +
                                                                                                                    463 const uint32_t kZoneIdEtc_GMT_7 = 0x9d13da5c; // Etc/GMT-7
                                                                                                                    +
                                                                                                                    464 const uint32_t kZoneIdEtc_GMT_8 = 0x9d13da5d; // Etc/GMT-8
                                                                                                                    +
                                                                                                                    465 const uint32_t kZoneIdEtc_GMT_9 = 0x9d13da5e; // Etc/GMT-9
                                                                                                                    +
                                                                                                                    466 const uint32_t kZoneIdEtc_UTC = 0xd8e31abc; // Etc/UTC
                                                                                                                    +
                                                                                                                    467 const uint32_t kZoneIdEurope_Andorra = 0x97f6764b; // Europe/Andorra
                                                                                                                    +
                                                                                                                    468 const uint32_t kZoneIdEurope_Athens = 0x4318fa27; // Europe/Athens
                                                                                                                    +
                                                                                                                    469 const uint32_t kZoneIdEurope_Belgrade = 0xe0532b3a; // Europe/Belgrade
                                                                                                                    +
                                                                                                                    470 const uint32_t kZoneIdEurope_Berlin = 0x44644c20; // Europe/Berlin
                                                                                                                    +
                                                                                                                    471 const uint32_t kZoneIdEurope_Brussels = 0xdee07337; // Europe/Brussels
                                                                                                                    +
                                                                                                                    472 const uint32_t kZoneIdEurope_Bucharest = 0xfb349ec5; // Europe/Bucharest
                                                                                                                    +
                                                                                                                    473 const uint32_t kZoneIdEurope_Budapest = 0x9ce0197c; // Europe/Budapest
                                                                                                                    +
                                                                                                                    474 const uint32_t kZoneIdEurope_Chisinau = 0xad58aa18; // Europe/Chisinau
                                                                                                                    +
                                                                                                                    475 const uint32_t kZoneIdEurope_Dublin = 0x4a275f62; // Europe/Dublin
                                                                                                                    +
                                                                                                                    476 const uint32_t kZoneIdEurope_Gibraltar = 0xf8e325fc; // Europe/Gibraltar
                                                                                                                    +
                                                                                                                    477 const uint32_t kZoneIdEurope_Helsinki = 0x6ab2975b; // Europe/Helsinki
                                                                                                                    +
                                                                                                                    478 const uint32_t kZoneIdEurope_Kyiv = 0xa2c1e347; // Europe/Kyiv
                                                                                                                    +
                                                                                                                    479 const uint32_t kZoneIdEurope_Lisbon = 0x5c00a70b; // Europe/Lisbon
                                                                                                                    +
                                                                                                                    480 const uint32_t kZoneIdEurope_London = 0x5c6a84ae; // Europe/London
                                                                                                                    +
                                                                                                                    481 const uint32_t kZoneIdEurope_Madrid = 0x5dbd1535; // Europe/Madrid
                                                                                                                    +
                                                                                                                    482 const uint32_t kZoneIdEurope_Malta = 0xfb1560f3; // Europe/Malta
                                                                                                                    +
                                                                                                                    483 const uint32_t kZoneIdEurope_Paris = 0xfb4bc2a3; // Europe/Paris
                                                                                                                    +
                                                                                                                    484 const uint32_t kZoneIdEurope_Prague = 0x65ee5d48; // Europe/Prague
                                                                                                                    +
                                                                                                                    485 const uint32_t kZoneIdEurope_Rome = 0xa2c58fd7; // Europe/Rome
                                                                                                                    +
                                                                                                                    486 const uint32_t kZoneIdEurope_Sofia = 0xfb898656; // Europe/Sofia
                                                                                                                    +
                                                                                                                    487 const uint32_t kZoneIdEurope_Tirane = 0x6ea95b47; // Europe/Tirane
                                                                                                                    +
                                                                                                                    488 const uint32_t kZoneIdEurope_Vienna = 0x734cc2e5; // Europe/Vienna
                                                                                                                    +
                                                                                                                    489 const uint32_t kZoneIdEurope_Warsaw = 0x75185c19; // Europe/Warsaw
                                                                                                                    +
                                                                                                                    490 const uint32_t kZoneIdEurope_Zurich = 0x7d8195b9; // Europe/Zurich
                                                                                                                    +
                                                                                                                    491 const uint32_t kZoneIdHST = 0x0b87f034; // HST
                                                                                                                    +
                                                                                                                    492 const uint32_t kZoneIdIndian_Chagos = 0x456f7c3c; // Indian/Chagos
                                                                                                                    +
                                                                                                                    493 const uint32_t kZoneIdIndian_Maldives = 0x9869681c; // Indian/Maldives
                                                                                                                    +
                                                                                                                    494 const uint32_t kZoneIdIndian_Mauritius = 0x7b09c02a; // Indian/Mauritius
                                                                                                                    +
                                                                                                                    495 const uint32_t kZoneIdMET = 0x0b8803ab; // MET
                                                                                                                    +
                                                                                                                    496 const uint32_t kZoneIdMST = 0x0b880579; // MST
                                                                                                                    +
                                                                                                                    497 const uint32_t kZoneIdMST7MDT = 0xf2af9375; // MST7MDT
                                                                                                                    +
                                                                                                                    498 const uint32_t kZoneIdPST8PDT = 0xd99ee2dc; // PST8PDT
                                                                                                                    +
                                                                                                                    499 const uint32_t kZoneIdPacific_Auckland = 0x25062f86; // Pacific/Auckland
                                                                                                                    +
                                                                                                                    500 const uint32_t kZoneIdPacific_Chatham = 0x2f0de999; // Pacific/Chatham
                                                                                                                    +
                                                                                                                    501 const uint32_t kZoneIdPacific_Easter = 0xcf54f7e7; // Pacific/Easter
                                                                                                                    +
                                                                                                                    502 const uint32_t kZoneIdPacific_Efate = 0x8a2bce28; // Pacific/Efate
                                                                                                                    +
                                                                                                                    503 const uint32_t kZoneIdPacific_Fiji = 0x23383ba5; // Pacific/Fiji
                                                                                                                    +
                                                                                                                    504 const uint32_t kZoneIdPacific_Galapagos = 0xa952f752; // Pacific/Galapagos
                                                                                                                    +
                                                                                                                    505 const uint32_t kZoneIdPacific_Gambier = 0x53720c3a; // Pacific/Gambier
                                                                                                                    +
                                                                                                                    506 const uint32_t kZoneIdPacific_Guadalcanal = 0xf4dd25f0; // Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    507 const uint32_t kZoneIdPacific_Honolulu = 0xe6e70af9; // Pacific/Honolulu
                                                                                                                    +
                                                                                                                    508 const uint32_t kZoneIdPacific_Kanton = 0xdd512f0e; // Pacific/Kanton
                                                                                                                    +
                                                                                                                    509 const uint32_t kZoneIdPacific_Kiritimati = 0x8305073a; // Pacific/Kiritimati
                                                                                                                    +
                                                                                                                    510 const uint32_t kZoneIdPacific_Kosrae = 0xde5139a8; // Pacific/Kosrae
                                                                                                                    +
                                                                                                                    511 const uint32_t kZoneIdPacific_Kwajalein = 0x8e216759; // Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    512 const uint32_t kZoneIdPacific_Marquesas = 0x57ca7135; // Pacific/Marquesas
                                                                                                                    +
                                                                                                                    513 const uint32_t kZoneIdPacific_Nauru = 0x8acc41ae; // Pacific/Nauru
                                                                                                                    +
                                                                                                                    514 const uint32_t kZoneIdPacific_Niue = 0x233ca014; // Pacific/Niue
                                                                                                                    +
                                                                                                                    515 const uint32_t kZoneIdPacific_Noumea = 0xe551b788; // Pacific/Noumea
                                                                                                                    +
                                                                                                                    516 const uint32_t kZoneIdPacific_Pago_Pago = 0x603aebd0; // Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    517 const uint32_t kZoneIdPacific_Palau = 0x8af04a36; // Pacific/Palau
                                                                                                                    +
                                                                                                                    518 const uint32_t kZoneIdPacific_Pitcairn = 0x8837d8bd; // Pacific/Pitcairn
                                                                                                                    +
                                                                                                                    519 const uint32_t kZoneIdPacific_Port_Moresby = 0xa7ba7f68; // Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    520 const uint32_t kZoneIdPacific_Rarotonga = 0x9981a3b0; // Pacific/Rarotonga
                                                                                                                    +
                                                                                                                    521 const uint32_t kZoneIdPacific_Tahiti = 0xf24c2446; // Pacific/Tahiti
                                                                                                                    +
                                                                                                                    522 const uint32_t kZoneIdPacific_Tarawa = 0xf2517e63; // Pacific/Tarawa
                                                                                                                    +
                                                                                                                    523 const uint32_t kZoneIdPacific_Tongatapu = 0x262ca836; // Pacific/Tongatapu
                                                                                                                    +
                                                                                                                    524 const uint32_t kZoneIdWET = 0x0b882e35; // WET
                                                                                                                    +
                                                                                                                    525 
                                                                                                                    +
                                                                                                                    526 
                                                                                                                    +
                                                                                                                    527 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    528 // Supported links: 217
                                                                                                                    +
                                                                                                                    529 //---------------------------------------------------------------------------
                                                                                                                    530 
                                                                                                                    -
                                                                                                                    531 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    532 // Supported links: 215
                                                                                                                    -
                                                                                                                    533 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    534 
                                                                                                                    -
                                                                                                                    535 extern const basic::ZoneInfo kZoneAfrica_Accra; // Africa/Accra -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    536 extern const basic::ZoneInfo kZoneAfrica_Addis_Ababa; // Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    537 extern const basic::ZoneInfo kZoneAfrica_Asmara; // Africa/Asmara -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    538 extern const basic::ZoneInfo kZoneAfrica_Asmera; // Africa/Asmera -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    539 extern const basic::ZoneInfo kZoneAfrica_Bamako; // Africa/Bamako -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    540 extern const basic::ZoneInfo kZoneAfrica_Bangui; // Africa/Bangui -> Africa/Lagos
                                                                                                                    -
                                                                                                                    541 extern const basic::ZoneInfo kZoneAfrica_Banjul; // Africa/Banjul -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    542 extern const basic::ZoneInfo kZoneAfrica_Blantyre; // Africa/Blantyre -> Africa/Maputo
                                                                                                                    -
                                                                                                                    543 extern const basic::ZoneInfo kZoneAfrica_Brazzaville; // Africa/Brazzaville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    544 extern const basic::ZoneInfo kZoneAfrica_Bujumbura; // Africa/Bujumbura -> Africa/Maputo
                                                                                                                    -
                                                                                                                    545 extern const basic::ZoneInfo kZoneAfrica_Conakry; // Africa/Conakry -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    546 extern const basic::ZoneInfo kZoneAfrica_Dakar; // Africa/Dakar -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    547 extern const basic::ZoneInfo kZoneAfrica_Dar_es_Salaam; // Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    548 extern const basic::ZoneInfo kZoneAfrica_Djibouti; // Africa/Djibouti -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    549 extern const basic::ZoneInfo kZoneAfrica_Douala; // Africa/Douala -> Africa/Lagos
                                                                                                                    -
                                                                                                                    550 extern const basic::ZoneInfo kZoneAfrica_Freetown; // Africa/Freetown -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    551 extern const basic::ZoneInfo kZoneAfrica_Gaborone; // Africa/Gaborone -> Africa/Maputo
                                                                                                                    -
                                                                                                                    552 extern const basic::ZoneInfo kZoneAfrica_Harare; // Africa/Harare -> Africa/Maputo
                                                                                                                    -
                                                                                                                    553 extern const basic::ZoneInfo kZoneAfrica_Kampala; // Africa/Kampala -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    554 extern const basic::ZoneInfo kZoneAfrica_Kigali; // Africa/Kigali -> Africa/Maputo
                                                                                                                    -
                                                                                                                    555 extern const basic::ZoneInfo kZoneAfrica_Kinshasa; // Africa/Kinshasa -> Africa/Lagos
                                                                                                                    -
                                                                                                                    556 extern const basic::ZoneInfo kZoneAfrica_Libreville; // Africa/Libreville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    557 extern const basic::ZoneInfo kZoneAfrica_Lome; // Africa/Lome -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    558 extern const basic::ZoneInfo kZoneAfrica_Luanda; // Africa/Luanda -> Africa/Lagos
                                                                                                                    -
                                                                                                                    559 extern const basic::ZoneInfo kZoneAfrica_Lubumbashi; // Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    -
                                                                                                                    560 extern const basic::ZoneInfo kZoneAfrica_Lusaka; // Africa/Lusaka -> Africa/Maputo
                                                                                                                    -
                                                                                                                    561 extern const basic::ZoneInfo kZoneAfrica_Malabo; // Africa/Malabo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    562 extern const basic::ZoneInfo kZoneAfrica_Maseru; // Africa/Maseru -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    563 extern const basic::ZoneInfo kZoneAfrica_Mbabane; // Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    564 extern const basic::ZoneInfo kZoneAfrica_Mogadishu; // Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    565 extern const basic::ZoneInfo kZoneAfrica_Niamey; // Africa/Niamey -> Africa/Lagos
                                                                                                                    -
                                                                                                                    566 extern const basic::ZoneInfo kZoneAfrica_Nouakchott; // Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    567 extern const basic::ZoneInfo kZoneAfrica_Ouagadougou; // Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    568 extern const basic::ZoneInfo kZoneAfrica_Porto_Novo; // Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    569 extern const basic::ZoneInfo kZoneAfrica_Timbuktu; // Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    570 extern const basic::ZoneInfo kZoneAmerica_Anguilla; // America/Anguilla -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    571 extern const basic::ZoneInfo kZoneAmerica_Antigua; // America/Antigua -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    572 extern const basic::ZoneInfo kZoneAmerica_Aruba; // America/Aruba -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    573 extern const basic::ZoneInfo kZoneAmerica_Atikokan; // America/Atikokan -> America/Panama
                                                                                                                    -
                                                                                                                    574 extern const basic::ZoneInfo kZoneAmerica_Atka; // America/Atka -> America/Adak
                                                                                                                    -
                                                                                                                    575 extern const basic::ZoneInfo kZoneAmerica_Blanc_Sablon; // America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    576 extern const basic::ZoneInfo kZoneAmerica_Cayman; // America/Cayman -> America/Panama
                                                                                                                    -
                                                                                                                    577 extern const basic::ZoneInfo kZoneAmerica_Coral_Harbour; // America/Coral_Harbour -> America/Panama
                                                                                                                    -
                                                                                                                    578 extern const basic::ZoneInfo kZoneAmerica_Creston; // America/Creston -> America/Phoenix
                                                                                                                    -
                                                                                                                    579 extern const basic::ZoneInfo kZoneAmerica_Curacao; // America/Curacao -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    580 extern const basic::ZoneInfo kZoneAmerica_Dominica; // America/Dominica -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    581 extern const basic::ZoneInfo kZoneAmerica_Fort_Wayne; // America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    582 extern const basic::ZoneInfo kZoneAmerica_Godthab; // America/Godthab -> America/Nuuk
                                                                                                                    -
                                                                                                                    583 extern const basic::ZoneInfo kZoneAmerica_Grenada; // America/Grenada -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    584 extern const basic::ZoneInfo kZoneAmerica_Guadeloupe; // America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    585 extern const basic::ZoneInfo kZoneAmerica_Indianapolis; // America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    586 extern const basic::ZoneInfo kZoneAmerica_Kralendijk; // America/Kralendijk -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    587 extern const basic::ZoneInfo kZoneAmerica_Louisville; // America/Louisville -> America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    588 extern const basic::ZoneInfo kZoneAmerica_Lower_Princes; // America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    589 extern const basic::ZoneInfo kZoneAmerica_Marigot; // America/Marigot -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    590 extern const basic::ZoneInfo kZoneAmerica_Montreal; // America/Montreal -> America/Toronto
                                                                                                                    -
                                                                                                                    591 extern const basic::ZoneInfo kZoneAmerica_Montserrat; // America/Montserrat -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    592 extern const basic::ZoneInfo kZoneAmerica_Nassau; // America/Nassau -> America/Toronto
                                                                                                                    -
                                                                                                                    593 extern const basic::ZoneInfo kZoneAmerica_Port_of_Spain; // America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    594 extern const basic::ZoneInfo kZoneAmerica_Shiprock; // America/Shiprock -> America/Denver
                                                                                                                    -
                                                                                                                    595 extern const basic::ZoneInfo kZoneAmerica_St_Barthelemy; // America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    596 extern const basic::ZoneInfo kZoneAmerica_St_Kitts; // America/St_Kitts -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    597 extern const basic::ZoneInfo kZoneAmerica_St_Lucia; // America/St_Lucia -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    598 extern const basic::ZoneInfo kZoneAmerica_St_Thomas; // America/St_Thomas -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    599 extern const basic::ZoneInfo kZoneAmerica_St_Vincent; // America/St_Vincent -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    600 extern const basic::ZoneInfo kZoneAmerica_Tortola; // America/Tortola -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    601 extern const basic::ZoneInfo kZoneAmerica_Virgin; // America/Virgin -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    602 extern const basic::ZoneInfo kZoneAntarctica_DumontDUrville; // Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    603 extern const basic::ZoneInfo kZoneAntarctica_McMurdo; // Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    604 extern const basic::ZoneInfo kZoneAntarctica_South_Pole; // Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    605 extern const basic::ZoneInfo kZoneAntarctica_Syowa; // Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    606 extern const basic::ZoneInfo kZoneAntarctica_Vostok; // Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    607 extern const basic::ZoneInfo kZoneArctic_Longyearbyen; // Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    608 extern const basic::ZoneInfo kZoneAsia_Aden; // Asia/Aden -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    609 extern const basic::ZoneInfo kZoneAsia_Ashkhabad; // Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    -
                                                                                                                    610 extern const basic::ZoneInfo kZoneAsia_Bahrain; // Asia/Bahrain -> Asia/Qatar
                                                                                                                    -
                                                                                                                    611 extern const basic::ZoneInfo kZoneAsia_Brunei; // Asia/Brunei -> Asia/Kuching
                                                                                                                    -
                                                                                                                    612 extern const basic::ZoneInfo kZoneAsia_Calcutta; // Asia/Calcutta -> Asia/Kolkata
                                                                                                                    -
                                                                                                                    613 extern const basic::ZoneInfo kZoneAsia_Chongqing; // Asia/Chongqing -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    614 extern const basic::ZoneInfo kZoneAsia_Chungking; // Asia/Chungking -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    615 extern const basic::ZoneInfo kZoneAsia_Dacca; // Asia/Dacca -> Asia/Dhaka
                                                                                                                    -
                                                                                                                    616 extern const basic::ZoneInfo kZoneAsia_Harbin; // Asia/Harbin -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    617 extern const basic::ZoneInfo kZoneAsia_Kashgar; // Asia/Kashgar -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    618 extern const basic::ZoneInfo kZoneAsia_Katmandu; // Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    -
                                                                                                                    619 extern const basic::ZoneInfo kZoneAsia_Kuala_Lumpur; // Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    -
                                                                                                                    620 extern const basic::ZoneInfo kZoneAsia_Kuwait; // Asia/Kuwait -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    621 extern const basic::ZoneInfo kZoneAsia_Macao; // Asia/Macao -> Asia/Macau
                                                                                                                    -
                                                                                                                    622 extern const basic::ZoneInfo kZoneAsia_Muscat; // Asia/Muscat -> Asia/Dubai
                                                                                                                    -
                                                                                                                    623 extern const basic::ZoneInfo kZoneAsia_Phnom_Penh; // Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    624 extern const basic::ZoneInfo kZoneAsia_Rangoon; // Asia/Rangoon -> Asia/Yangon
                                                                                                                    -
                                                                                                                    625 extern const basic::ZoneInfo kZoneAsia_Saigon; // Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    626 extern const basic::ZoneInfo kZoneAsia_Tel_Aviv; // Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    627 extern const basic::ZoneInfo kZoneAsia_Thimbu; // Asia/Thimbu -> Asia/Thimphu
                                                                                                                    -
                                                                                                                    628 extern const basic::ZoneInfo kZoneAsia_Ujung_Pandang; // Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    -
                                                                                                                    629 extern const basic::ZoneInfo kZoneAsia_Ulan_Bator; // Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    630 extern const basic::ZoneInfo kZoneAsia_Vientiane; // Asia/Vientiane -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    631 extern const basic::ZoneInfo kZoneAtlantic_Faeroe; // Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    -
                                                                                                                    632 extern const basic::ZoneInfo kZoneAtlantic_Jan_Mayen; // Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    633 extern const basic::ZoneInfo kZoneAtlantic_Reykjavik; // Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    634 extern const basic::ZoneInfo kZoneAtlantic_St_Helena; // Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    635 extern const basic::ZoneInfo kZoneAustralia_ACT; // Australia/ACT -> Australia/Sydney
                                                                                                                    -
                                                                                                                    636 extern const basic::ZoneInfo kZoneAustralia_Canberra; // Australia/Canberra -> Australia/Sydney
                                                                                                                    -
                                                                                                                    637 extern const basic::ZoneInfo kZoneAustralia_Currie; // Australia/Currie -> Australia/Hobart
                                                                                                                    -
                                                                                                                    638 extern const basic::ZoneInfo kZoneAustralia_LHI; // Australia/LHI -> Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    639 extern const basic::ZoneInfo kZoneAustralia_NSW; // Australia/NSW -> Australia/Sydney
                                                                                                                    -
                                                                                                                    640 extern const basic::ZoneInfo kZoneAustralia_North; // Australia/North -> Australia/Darwin
                                                                                                                    -
                                                                                                                    641 extern const basic::ZoneInfo kZoneAustralia_Queensland; // Australia/Queensland -> Australia/Brisbane
                                                                                                                    -
                                                                                                                    642 extern const basic::ZoneInfo kZoneAustralia_South; // Australia/South -> Australia/Adelaide
                                                                                                                    -
                                                                                                                    643 extern const basic::ZoneInfo kZoneAustralia_Tasmania; // Australia/Tasmania -> Australia/Hobart
                                                                                                                    -
                                                                                                                    644 extern const basic::ZoneInfo kZoneAustralia_Victoria; // Australia/Victoria -> Australia/Melbourne
                                                                                                                    -
                                                                                                                    645 extern const basic::ZoneInfo kZoneAustralia_West; // Australia/West -> Australia/Perth
                                                                                                                    -
                                                                                                                    646 extern const basic::ZoneInfo kZoneAustralia_Yancowinna; // Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    647 extern const basic::ZoneInfo kZoneBrazil_East; // Brazil/East -> America/Sao_Paulo
                                                                                                                    -
                                                                                                                    648 extern const basic::ZoneInfo kZoneBrazil_West; // Brazil/West -> America/Manaus
                                                                                                                    -
                                                                                                                    649 extern const basic::ZoneInfo kZoneCanada_Atlantic; // Canada/Atlantic -> America/Halifax
                                                                                                                    -
                                                                                                                    650 extern const basic::ZoneInfo kZoneCanada_Central; // Canada/Central -> America/Winnipeg
                                                                                                                    -
                                                                                                                    651 extern const basic::ZoneInfo kZoneCanada_Eastern; // Canada/Eastern -> America/Toronto
                                                                                                                    -
                                                                                                                    652 extern const basic::ZoneInfo kZoneCanada_Mountain; // Canada/Mountain -> America/Edmonton
                                                                                                                    -
                                                                                                                    653 extern const basic::ZoneInfo kZoneCanada_Pacific; // Canada/Pacific -> America/Vancouver
                                                                                                                    -
                                                                                                                    654 extern const basic::ZoneInfo kZoneCanada_Saskatchewan; // Canada/Saskatchewan -> America/Regina
                                                                                                                    -
                                                                                                                    655 extern const basic::ZoneInfo kZoneChile_Continental; // Chile/Continental -> America/Santiago
                                                                                                                    -
                                                                                                                    656 extern const basic::ZoneInfo kZoneChile_EasterIsland; // Chile/EasterIsland -> Pacific/Easter
                                                                                                                    -
                                                                                                                    657 extern const basic::ZoneInfo kZoneCuba; // Cuba -> America/Havana
                                                                                                                    -
                                                                                                                    658 extern const basic::ZoneInfo kZoneEire; // Eire -> Europe/Dublin
                                                                                                                    -
                                                                                                                    659 extern const basic::ZoneInfo kZoneEtc_GMT_PLUS_0; // Etc/GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    660 extern const basic::ZoneInfo kZoneEtc_GMT_0; // Etc/GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    661 extern const basic::ZoneInfo kZoneEtc_GMT0; // Etc/GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    662 extern const basic::ZoneInfo kZoneEtc_Greenwich; // Etc/Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    663 extern const basic::ZoneInfo kZoneEtc_UCT; // Etc/UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    664 extern const basic::ZoneInfo kZoneEtc_Universal; // Etc/Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    665 extern const basic::ZoneInfo kZoneEtc_Zulu; // Etc/Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    666 extern const basic::ZoneInfo kZoneEurope_Amsterdam; // Europe/Amsterdam -> Europe/Brussels
                                                                                                                    -
                                                                                                                    667 extern const basic::ZoneInfo kZoneEurope_Belfast; // Europe/Belfast -> Europe/London
                                                                                                                    -
                                                                                                                    668 extern const basic::ZoneInfo kZoneEurope_Bratislava; // Europe/Bratislava -> Europe/Prague
                                                                                                                    -
                                                                                                                    669 extern const basic::ZoneInfo kZoneEurope_Busingen; // Europe/Busingen -> Europe/Zurich
                                                                                                                    -
                                                                                                                    670 extern const basic::ZoneInfo kZoneEurope_Copenhagen; // Europe/Copenhagen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    671 extern const basic::ZoneInfo kZoneEurope_Guernsey; // Europe/Guernsey -> Europe/London
                                                                                                                    -
                                                                                                                    672 extern const basic::ZoneInfo kZoneEurope_Isle_of_Man; // Europe/Isle_of_Man -> Europe/London
                                                                                                                    -
                                                                                                                    673 extern const basic::ZoneInfo kZoneEurope_Jersey; // Europe/Jersey -> Europe/London
                                                                                                                    -
                                                                                                                    674 extern const basic::ZoneInfo kZoneEurope_Kiev; // Europe/Kiev -> Europe/Kyiv
                                                                                                                    -
                                                                                                                    675 extern const basic::ZoneInfo kZoneEurope_Ljubljana; // Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    676 extern const basic::ZoneInfo kZoneEurope_Luxembourg; // Europe/Luxembourg -> Europe/Brussels
                                                                                                                    -
                                                                                                                    677 extern const basic::ZoneInfo kZoneEurope_Mariehamn; // Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    -
                                                                                                                    678 extern const basic::ZoneInfo kZoneEurope_Monaco; // Europe/Monaco -> Europe/Paris
                                                                                                                    -
                                                                                                                    679 extern const basic::ZoneInfo kZoneEurope_Nicosia; // Europe/Nicosia -> Asia/Nicosia
                                                                                                                    -
                                                                                                                    680 extern const basic::ZoneInfo kZoneEurope_Oslo; // Europe/Oslo -> Europe/Berlin
                                                                                                                    -
                                                                                                                    681 extern const basic::ZoneInfo kZoneEurope_Podgorica; // Europe/Podgorica -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    682 extern const basic::ZoneInfo kZoneEurope_San_Marino; // Europe/San_Marino -> Europe/Rome
                                                                                                                    -
                                                                                                                    683 extern const basic::ZoneInfo kZoneEurope_Sarajevo; // Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    684 extern const basic::ZoneInfo kZoneEurope_Skopje; // Europe/Skopje -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    685 extern const basic::ZoneInfo kZoneEurope_Stockholm; // Europe/Stockholm -> Europe/Berlin
                                                                                                                    -
                                                                                                                    686 extern const basic::ZoneInfo kZoneEurope_Tiraspol; // Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    -
                                                                                                                    687 extern const basic::ZoneInfo kZoneEurope_Vaduz; // Europe/Vaduz -> Europe/Zurich
                                                                                                                    -
                                                                                                                    688 extern const basic::ZoneInfo kZoneEurope_Vatican; // Europe/Vatican -> Europe/Rome
                                                                                                                    -
                                                                                                                    689 extern const basic::ZoneInfo kZoneEurope_Zagreb; // Europe/Zagreb -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    690 extern const basic::ZoneInfo kZoneGB; // GB -> Europe/London
                                                                                                                    -
                                                                                                                    691 extern const basic::ZoneInfo kZoneGB_Eire; // GB-Eire -> Europe/London
                                                                                                                    -
                                                                                                                    692 extern const basic::ZoneInfo kZoneGMT; // GMT -> Etc/GMT
                                                                                                                    -
                                                                                                                    693 extern const basic::ZoneInfo kZoneGMT_PLUS_0; // GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    694 extern const basic::ZoneInfo kZoneGMT_0; // GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    695 extern const basic::ZoneInfo kZoneGMT0; // GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    696 extern const basic::ZoneInfo kZoneGreenwich; // Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    697 extern const basic::ZoneInfo kZoneHongkong; // Hongkong -> Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    698 extern const basic::ZoneInfo kZoneIceland; // Iceland -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    699 extern const basic::ZoneInfo kZoneIndian_Antananarivo; // Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    700 extern const basic::ZoneInfo kZoneIndian_Christmas; // Indian/Christmas -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    701 extern const basic::ZoneInfo kZoneIndian_Cocos; // Indian/Cocos -> Asia/Yangon
                                                                                                                    -
                                                                                                                    702 extern const basic::ZoneInfo kZoneIndian_Comoro; // Indian/Comoro -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    703 extern const basic::ZoneInfo kZoneIndian_Kerguelen; // Indian/Kerguelen -> Indian/Maldives
                                                                                                                    -
                                                                                                                    704 extern const basic::ZoneInfo kZoneIndian_Mahe; // Indian/Mahe -> Asia/Dubai
                                                                                                                    -
                                                                                                                    705 extern const basic::ZoneInfo kZoneIndian_Mayotte; // Indian/Mayotte -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    706 extern const basic::ZoneInfo kZoneIndian_Reunion; // Indian/Reunion -> Asia/Dubai
                                                                                                                    -
                                                                                                                    707 extern const basic::ZoneInfo kZoneIran; // Iran -> Asia/Tehran
                                                                                                                    -
                                                                                                                    708 extern const basic::ZoneInfo kZoneIsrael; // Israel -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    709 extern const basic::ZoneInfo kZoneJamaica; // Jamaica -> America/Jamaica
                                                                                                                    -
                                                                                                                    710 extern const basic::ZoneInfo kZoneJapan; // Japan -> Asia/Tokyo
                                                                                                                    -
                                                                                                                    711 extern const basic::ZoneInfo kZoneKwajalein; // Kwajalein -> Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    712 extern const basic::ZoneInfo kZoneMexico_BajaSur; // Mexico/BajaSur -> America/Mazatlan
                                                                                                                    -
                                                                                                                    713 extern const basic::ZoneInfo kZoneNZ; // NZ -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    714 extern const basic::ZoneInfo kZoneNZ_CHAT; // NZ-CHAT -> Pacific/Chatham
                                                                                                                    -
                                                                                                                    715 extern const basic::ZoneInfo kZoneNavajo; // Navajo -> America/Denver
                                                                                                                    -
                                                                                                                    716 extern const basic::ZoneInfo kZonePRC; // PRC -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    717 extern const basic::ZoneInfo kZonePacific_Chuuk; // Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    718 extern const basic::ZoneInfo kZonePacific_Enderbury; // Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    -
                                                                                                                    719 extern const basic::ZoneInfo kZonePacific_Funafuti; // Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    720 extern const basic::ZoneInfo kZonePacific_Johnston; // Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    721 extern const basic::ZoneInfo kZonePacific_Majuro; // Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    722 extern const basic::ZoneInfo kZonePacific_Midway; // Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    723 extern const basic::ZoneInfo kZonePacific_Pohnpei; // Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    724 extern const basic::ZoneInfo kZonePacific_Ponape; // Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    725 extern const basic::ZoneInfo kZonePacific_Samoa; // Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    726 extern const basic::ZoneInfo kZonePacific_Truk; // Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    727 extern const basic::ZoneInfo kZonePacific_Wake; // Pacific/Wake -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    728 extern const basic::ZoneInfo kZonePacific_Wallis; // Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    729 extern const basic::ZoneInfo kZonePacific_Yap; // Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    730 extern const basic::ZoneInfo kZonePoland; // Poland -> Europe/Warsaw
                                                                                                                    -
                                                                                                                    731 extern const basic::ZoneInfo kZonePortugal; // Portugal -> Europe/Lisbon
                                                                                                                    -
                                                                                                                    732 extern const basic::ZoneInfo kZoneROC; // ROC -> Asia/Taipei
                                                                                                                    -
                                                                                                                    733 extern const basic::ZoneInfo kZoneROK; // ROK -> Asia/Seoul
                                                                                                                    -
                                                                                                                    734 extern const basic::ZoneInfo kZoneSingapore; // Singapore -> Asia/Singapore
                                                                                                                    -
                                                                                                                    735 extern const basic::ZoneInfo kZoneUCT; // UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    736 extern const basic::ZoneInfo kZoneUS_Alaska; // US/Alaska -> America/Anchorage
                                                                                                                    -
                                                                                                                    737 extern const basic::ZoneInfo kZoneUS_Aleutian; // US/Aleutian -> America/Adak
                                                                                                                    -
                                                                                                                    738 extern const basic::ZoneInfo kZoneUS_Arizona; // US/Arizona -> America/Phoenix
                                                                                                                    -
                                                                                                                    739 extern const basic::ZoneInfo kZoneUS_Central; // US/Central -> America/Chicago
                                                                                                                    -
                                                                                                                    740 extern const basic::ZoneInfo kZoneUS_East_Indiana; // US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    741 extern const basic::ZoneInfo kZoneUS_Eastern; // US/Eastern -> America/New_York
                                                                                                                    -
                                                                                                                    742 extern const basic::ZoneInfo kZoneUS_Hawaii; // US/Hawaii -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    743 extern const basic::ZoneInfo kZoneUS_Michigan; // US/Michigan -> America/Detroit
                                                                                                                    -
                                                                                                                    744 extern const basic::ZoneInfo kZoneUS_Mountain; // US/Mountain -> America/Denver
                                                                                                                    -
                                                                                                                    745 extern const basic::ZoneInfo kZoneUS_Pacific; // US/Pacific -> America/Los_Angeles
                                                                                                                    -
                                                                                                                    746 extern const basic::ZoneInfo kZoneUS_Samoa; // US/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    747 extern const basic::ZoneInfo kZoneUTC; // UTC -> Etc/UTC
                                                                                                                    -
                                                                                                                    748 extern const basic::ZoneInfo kZoneUniversal; // Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    749 extern const basic::ZoneInfo kZoneZulu; // Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    750 
                                                                                                                    +
                                                                                                                    531 extern const basic::ZoneInfo kZoneAfrica_Accra; // Africa/Accra -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    532 extern const basic::ZoneInfo kZoneAfrica_Addis_Ababa; // Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    533 extern const basic::ZoneInfo kZoneAfrica_Asmara; // Africa/Asmara -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    534 extern const basic::ZoneInfo kZoneAfrica_Asmera; // Africa/Asmera -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    535 extern const basic::ZoneInfo kZoneAfrica_Bamako; // Africa/Bamako -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    536 extern const basic::ZoneInfo kZoneAfrica_Bangui; // Africa/Bangui -> Africa/Lagos
                                                                                                                    +
                                                                                                                    537 extern const basic::ZoneInfo kZoneAfrica_Banjul; // Africa/Banjul -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    538 extern const basic::ZoneInfo kZoneAfrica_Blantyre; // Africa/Blantyre -> Africa/Maputo
                                                                                                                    +
                                                                                                                    539 extern const basic::ZoneInfo kZoneAfrica_Brazzaville; // Africa/Brazzaville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    540 extern const basic::ZoneInfo kZoneAfrica_Bujumbura; // Africa/Bujumbura -> Africa/Maputo
                                                                                                                    +
                                                                                                                    541 extern const basic::ZoneInfo kZoneAfrica_Conakry; // Africa/Conakry -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    542 extern const basic::ZoneInfo kZoneAfrica_Dakar; // Africa/Dakar -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    543 extern const basic::ZoneInfo kZoneAfrica_Dar_es_Salaam; // Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    544 extern const basic::ZoneInfo kZoneAfrica_Djibouti; // Africa/Djibouti -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    545 extern const basic::ZoneInfo kZoneAfrica_Douala; // Africa/Douala -> Africa/Lagos
                                                                                                                    +
                                                                                                                    546 extern const basic::ZoneInfo kZoneAfrica_Freetown; // Africa/Freetown -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    547 extern const basic::ZoneInfo kZoneAfrica_Gaborone; // Africa/Gaborone -> Africa/Maputo
                                                                                                                    +
                                                                                                                    548 extern const basic::ZoneInfo kZoneAfrica_Harare; // Africa/Harare -> Africa/Maputo
                                                                                                                    +
                                                                                                                    549 extern const basic::ZoneInfo kZoneAfrica_Kampala; // Africa/Kampala -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    550 extern const basic::ZoneInfo kZoneAfrica_Kigali; // Africa/Kigali -> Africa/Maputo
                                                                                                                    +
                                                                                                                    551 extern const basic::ZoneInfo kZoneAfrica_Kinshasa; // Africa/Kinshasa -> Africa/Lagos
                                                                                                                    +
                                                                                                                    552 extern const basic::ZoneInfo kZoneAfrica_Libreville; // Africa/Libreville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    553 extern const basic::ZoneInfo kZoneAfrica_Lome; // Africa/Lome -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    554 extern const basic::ZoneInfo kZoneAfrica_Luanda; // Africa/Luanda -> Africa/Lagos
                                                                                                                    +
                                                                                                                    555 extern const basic::ZoneInfo kZoneAfrica_Lubumbashi; // Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    +
                                                                                                                    556 extern const basic::ZoneInfo kZoneAfrica_Lusaka; // Africa/Lusaka -> Africa/Maputo
                                                                                                                    +
                                                                                                                    557 extern const basic::ZoneInfo kZoneAfrica_Malabo; // Africa/Malabo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    558 extern const basic::ZoneInfo kZoneAfrica_Maseru; // Africa/Maseru -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    559 extern const basic::ZoneInfo kZoneAfrica_Mbabane; // Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    560 extern const basic::ZoneInfo kZoneAfrica_Mogadishu; // Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    561 extern const basic::ZoneInfo kZoneAfrica_Niamey; // Africa/Niamey -> Africa/Lagos
                                                                                                                    +
                                                                                                                    562 extern const basic::ZoneInfo kZoneAfrica_Nouakchott; // Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    563 extern const basic::ZoneInfo kZoneAfrica_Ouagadougou; // Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    564 extern const basic::ZoneInfo kZoneAfrica_Porto_Novo; // Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    565 extern const basic::ZoneInfo kZoneAfrica_Timbuktu; // Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    566 extern const basic::ZoneInfo kZoneAmerica_Anguilla; // America/Anguilla -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    567 extern const basic::ZoneInfo kZoneAmerica_Antigua; // America/Antigua -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    568 extern const basic::ZoneInfo kZoneAmerica_Aruba; // America/Aruba -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    569 extern const basic::ZoneInfo kZoneAmerica_Atikokan; // America/Atikokan -> America/Panama
                                                                                                                    +
                                                                                                                    570 extern const basic::ZoneInfo kZoneAmerica_Atka; // America/Atka -> America/Adak
                                                                                                                    +
                                                                                                                    571 extern const basic::ZoneInfo kZoneAmerica_Blanc_Sablon; // America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    572 extern const basic::ZoneInfo kZoneAmerica_Cayman; // America/Cayman -> America/Panama
                                                                                                                    +
                                                                                                                    573 extern const basic::ZoneInfo kZoneAmerica_Coral_Harbour; // America/Coral_Harbour -> America/Panama
                                                                                                                    +
                                                                                                                    574 extern const basic::ZoneInfo kZoneAmerica_Creston; // America/Creston -> America/Phoenix
                                                                                                                    +
                                                                                                                    575 extern const basic::ZoneInfo kZoneAmerica_Curacao; // America/Curacao -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    576 extern const basic::ZoneInfo kZoneAmerica_Dominica; // America/Dominica -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    577 extern const basic::ZoneInfo kZoneAmerica_Fort_Wayne; // America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    578 extern const basic::ZoneInfo kZoneAmerica_Godthab; // America/Godthab -> America/Nuuk
                                                                                                                    +
                                                                                                                    579 extern const basic::ZoneInfo kZoneAmerica_Grenada; // America/Grenada -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    580 extern const basic::ZoneInfo kZoneAmerica_Guadeloupe; // America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    581 extern const basic::ZoneInfo kZoneAmerica_Indianapolis; // America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    582 extern const basic::ZoneInfo kZoneAmerica_Kralendijk; // America/Kralendijk -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    583 extern const basic::ZoneInfo kZoneAmerica_Louisville; // America/Louisville -> America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    584 extern const basic::ZoneInfo kZoneAmerica_Lower_Princes; // America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    585 extern const basic::ZoneInfo kZoneAmerica_Marigot; // America/Marigot -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    586 extern const basic::ZoneInfo kZoneAmerica_Montreal; // America/Montreal -> America/Toronto
                                                                                                                    +
                                                                                                                    587 extern const basic::ZoneInfo kZoneAmerica_Montserrat; // America/Montserrat -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    588 extern const basic::ZoneInfo kZoneAmerica_Nassau; // America/Nassau -> America/Toronto
                                                                                                                    +
                                                                                                                    589 extern const basic::ZoneInfo kZoneAmerica_Port_of_Spain; // America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    590 extern const basic::ZoneInfo kZoneAmerica_Shiprock; // America/Shiprock -> America/Denver
                                                                                                                    +
                                                                                                                    591 extern const basic::ZoneInfo kZoneAmerica_St_Barthelemy; // America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    592 extern const basic::ZoneInfo kZoneAmerica_St_Kitts; // America/St_Kitts -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    593 extern const basic::ZoneInfo kZoneAmerica_St_Lucia; // America/St_Lucia -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    594 extern const basic::ZoneInfo kZoneAmerica_St_Thomas; // America/St_Thomas -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    595 extern const basic::ZoneInfo kZoneAmerica_St_Vincent; // America/St_Vincent -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    596 extern const basic::ZoneInfo kZoneAmerica_Tortola; // America/Tortola -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    597 extern const basic::ZoneInfo kZoneAmerica_Virgin; // America/Virgin -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    598 extern const basic::ZoneInfo kZoneAntarctica_DumontDUrville; // Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    599 extern const basic::ZoneInfo kZoneAntarctica_McMurdo; // Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    600 extern const basic::ZoneInfo kZoneAntarctica_South_Pole; // Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    601 extern const basic::ZoneInfo kZoneAntarctica_Syowa; // Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    602 extern const basic::ZoneInfo kZoneAntarctica_Vostok; // Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    603 extern const basic::ZoneInfo kZoneArctic_Longyearbyen; // Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    604 extern const basic::ZoneInfo kZoneAsia_Aden; // Asia/Aden -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    605 extern const basic::ZoneInfo kZoneAsia_Ashkhabad; // Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    +
                                                                                                                    606 extern const basic::ZoneInfo kZoneAsia_Bahrain; // Asia/Bahrain -> Asia/Qatar
                                                                                                                    +
                                                                                                                    607 extern const basic::ZoneInfo kZoneAsia_Brunei; // Asia/Brunei -> Asia/Kuching
                                                                                                                    +
                                                                                                                    608 extern const basic::ZoneInfo kZoneAsia_Calcutta; // Asia/Calcutta -> Asia/Kolkata
                                                                                                                    +
                                                                                                                    609 extern const basic::ZoneInfo kZoneAsia_Chongqing; // Asia/Chongqing -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    610 extern const basic::ZoneInfo kZoneAsia_Chungking; // Asia/Chungking -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    611 extern const basic::ZoneInfo kZoneAsia_Dacca; // Asia/Dacca -> Asia/Dhaka
                                                                                                                    +
                                                                                                                    612 extern const basic::ZoneInfo kZoneAsia_Harbin; // Asia/Harbin -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    613 extern const basic::ZoneInfo kZoneAsia_Kashgar; // Asia/Kashgar -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    614 extern const basic::ZoneInfo kZoneAsia_Katmandu; // Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    +
                                                                                                                    615 extern const basic::ZoneInfo kZoneAsia_Kuala_Lumpur; // Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    +
                                                                                                                    616 extern const basic::ZoneInfo kZoneAsia_Kuwait; // Asia/Kuwait -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    617 extern const basic::ZoneInfo kZoneAsia_Macao; // Asia/Macao -> Asia/Macau
                                                                                                                    +
                                                                                                                    618 extern const basic::ZoneInfo kZoneAsia_Muscat; // Asia/Muscat -> Asia/Dubai
                                                                                                                    +
                                                                                                                    619 extern const basic::ZoneInfo kZoneAsia_Phnom_Penh; // Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    620 extern const basic::ZoneInfo kZoneAsia_Rangoon; // Asia/Rangoon -> Asia/Yangon
                                                                                                                    +
                                                                                                                    621 extern const basic::ZoneInfo kZoneAsia_Saigon; // Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    622 extern const basic::ZoneInfo kZoneAsia_Tel_Aviv; // Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    623 extern const basic::ZoneInfo kZoneAsia_Thimbu; // Asia/Thimbu -> Asia/Thimphu
                                                                                                                    +
                                                                                                                    624 extern const basic::ZoneInfo kZoneAsia_Ujung_Pandang; // Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    +
                                                                                                                    625 extern const basic::ZoneInfo kZoneAsia_Ulan_Bator; // Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    626 extern const basic::ZoneInfo kZoneAsia_Vientiane; // Asia/Vientiane -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    627 extern const basic::ZoneInfo kZoneAtlantic_Faeroe; // Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    +
                                                                                                                    628 extern const basic::ZoneInfo kZoneAtlantic_Jan_Mayen; // Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    629 extern const basic::ZoneInfo kZoneAtlantic_Reykjavik; // Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    630 extern const basic::ZoneInfo kZoneAtlantic_St_Helena; // Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    631 extern const basic::ZoneInfo kZoneAustralia_ACT; // Australia/ACT -> Australia/Sydney
                                                                                                                    +
                                                                                                                    632 extern const basic::ZoneInfo kZoneAustralia_Canberra; // Australia/Canberra -> Australia/Sydney
                                                                                                                    +
                                                                                                                    633 extern const basic::ZoneInfo kZoneAustralia_Currie; // Australia/Currie -> Australia/Hobart
                                                                                                                    +
                                                                                                                    634 extern const basic::ZoneInfo kZoneAustralia_LHI; // Australia/LHI -> Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    635 extern const basic::ZoneInfo kZoneAustralia_NSW; // Australia/NSW -> Australia/Sydney
                                                                                                                    +
                                                                                                                    636 extern const basic::ZoneInfo kZoneAustralia_North; // Australia/North -> Australia/Darwin
                                                                                                                    +
                                                                                                                    637 extern const basic::ZoneInfo kZoneAustralia_Queensland; // Australia/Queensland -> Australia/Brisbane
                                                                                                                    +
                                                                                                                    638 extern const basic::ZoneInfo kZoneAustralia_South; // Australia/South -> Australia/Adelaide
                                                                                                                    +
                                                                                                                    639 extern const basic::ZoneInfo kZoneAustralia_Tasmania; // Australia/Tasmania -> Australia/Hobart
                                                                                                                    +
                                                                                                                    640 extern const basic::ZoneInfo kZoneAustralia_Victoria; // Australia/Victoria -> Australia/Melbourne
                                                                                                                    +
                                                                                                                    641 extern const basic::ZoneInfo kZoneAustralia_West; // Australia/West -> Australia/Perth
                                                                                                                    +
                                                                                                                    642 extern const basic::ZoneInfo kZoneAustralia_Yancowinna; // Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    643 extern const basic::ZoneInfo kZoneBrazil_East; // Brazil/East -> America/Sao_Paulo
                                                                                                                    +
                                                                                                                    644 extern const basic::ZoneInfo kZoneBrazil_West; // Brazil/West -> America/Manaus
                                                                                                                    +
                                                                                                                    645 extern const basic::ZoneInfo kZoneCanada_Atlantic; // Canada/Atlantic -> America/Halifax
                                                                                                                    +
                                                                                                                    646 extern const basic::ZoneInfo kZoneCanada_Central; // Canada/Central -> America/Winnipeg
                                                                                                                    +
                                                                                                                    647 extern const basic::ZoneInfo kZoneCanada_Eastern; // Canada/Eastern -> America/Toronto
                                                                                                                    +
                                                                                                                    648 extern const basic::ZoneInfo kZoneCanada_Mountain; // Canada/Mountain -> America/Edmonton
                                                                                                                    +
                                                                                                                    649 extern const basic::ZoneInfo kZoneCanada_Pacific; // Canada/Pacific -> America/Vancouver
                                                                                                                    +
                                                                                                                    650 extern const basic::ZoneInfo kZoneCanada_Saskatchewan; // Canada/Saskatchewan -> America/Regina
                                                                                                                    +
                                                                                                                    651 extern const basic::ZoneInfo kZoneChile_Continental; // Chile/Continental -> America/Santiago
                                                                                                                    +
                                                                                                                    652 extern const basic::ZoneInfo kZoneChile_EasterIsland; // Chile/EasterIsland -> Pacific/Easter
                                                                                                                    +
                                                                                                                    653 extern const basic::ZoneInfo kZoneCuba; // Cuba -> America/Havana
                                                                                                                    +
                                                                                                                    654 extern const basic::ZoneInfo kZoneEire; // Eire -> Europe/Dublin
                                                                                                                    +
                                                                                                                    655 extern const basic::ZoneInfo kZoneEtc_GMT_PLUS_0; // Etc/GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    656 extern const basic::ZoneInfo kZoneEtc_GMT_0; // Etc/GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    657 extern const basic::ZoneInfo kZoneEtc_GMT0; // Etc/GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    658 extern const basic::ZoneInfo kZoneEtc_Greenwich; // Etc/Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    659 extern const basic::ZoneInfo kZoneEtc_UCT; // Etc/UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    660 extern const basic::ZoneInfo kZoneEtc_Universal; // Etc/Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    661 extern const basic::ZoneInfo kZoneEtc_Zulu; // Etc/Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    662 extern const basic::ZoneInfo kZoneEurope_Amsterdam; // Europe/Amsterdam -> Europe/Brussels
                                                                                                                    +
                                                                                                                    663 extern const basic::ZoneInfo kZoneEurope_Belfast; // Europe/Belfast -> Europe/London
                                                                                                                    +
                                                                                                                    664 extern const basic::ZoneInfo kZoneEurope_Bratislava; // Europe/Bratislava -> Europe/Prague
                                                                                                                    +
                                                                                                                    665 extern const basic::ZoneInfo kZoneEurope_Busingen; // Europe/Busingen -> Europe/Zurich
                                                                                                                    +
                                                                                                                    666 extern const basic::ZoneInfo kZoneEurope_Copenhagen; // Europe/Copenhagen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    667 extern const basic::ZoneInfo kZoneEurope_Guernsey; // Europe/Guernsey -> Europe/London
                                                                                                                    +
                                                                                                                    668 extern const basic::ZoneInfo kZoneEurope_Isle_of_Man; // Europe/Isle_of_Man -> Europe/London
                                                                                                                    +
                                                                                                                    669 extern const basic::ZoneInfo kZoneEurope_Jersey; // Europe/Jersey -> Europe/London
                                                                                                                    +
                                                                                                                    670 extern const basic::ZoneInfo kZoneEurope_Kiev; // Europe/Kiev -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    671 extern const basic::ZoneInfo kZoneEurope_Ljubljana; // Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    672 extern const basic::ZoneInfo kZoneEurope_Luxembourg; // Europe/Luxembourg -> Europe/Brussels
                                                                                                                    +
                                                                                                                    673 extern const basic::ZoneInfo kZoneEurope_Mariehamn; // Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    +
                                                                                                                    674 extern const basic::ZoneInfo kZoneEurope_Monaco; // Europe/Monaco -> Europe/Paris
                                                                                                                    +
                                                                                                                    675 extern const basic::ZoneInfo kZoneEurope_Nicosia; // Europe/Nicosia -> Asia/Nicosia
                                                                                                                    +
                                                                                                                    676 extern const basic::ZoneInfo kZoneEurope_Oslo; // Europe/Oslo -> Europe/Berlin
                                                                                                                    +
                                                                                                                    677 extern const basic::ZoneInfo kZoneEurope_Podgorica; // Europe/Podgorica -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    678 extern const basic::ZoneInfo kZoneEurope_San_Marino; // Europe/San_Marino -> Europe/Rome
                                                                                                                    +
                                                                                                                    679 extern const basic::ZoneInfo kZoneEurope_Sarajevo; // Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    680 extern const basic::ZoneInfo kZoneEurope_Skopje; // Europe/Skopje -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    681 extern const basic::ZoneInfo kZoneEurope_Stockholm; // Europe/Stockholm -> Europe/Berlin
                                                                                                                    +
                                                                                                                    682 extern const basic::ZoneInfo kZoneEurope_Tiraspol; // Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    +
                                                                                                                    683 extern const basic::ZoneInfo kZoneEurope_Uzhgorod; // Europe/Uzhgorod -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    684 extern const basic::ZoneInfo kZoneEurope_Vaduz; // Europe/Vaduz -> Europe/Zurich
                                                                                                                    +
                                                                                                                    685 extern const basic::ZoneInfo kZoneEurope_Vatican; // Europe/Vatican -> Europe/Rome
                                                                                                                    +
                                                                                                                    686 extern const basic::ZoneInfo kZoneEurope_Zagreb; // Europe/Zagreb -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    687 extern const basic::ZoneInfo kZoneEurope_Zaporozhye; // Europe/Zaporozhye -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    688 extern const basic::ZoneInfo kZoneGB; // GB -> Europe/London
                                                                                                                    +
                                                                                                                    689 extern const basic::ZoneInfo kZoneGB_Eire; // GB-Eire -> Europe/London
                                                                                                                    +
                                                                                                                    690 extern const basic::ZoneInfo kZoneGMT; // GMT -> Etc/GMT
                                                                                                                    +
                                                                                                                    691 extern const basic::ZoneInfo kZoneGMT_PLUS_0; // GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    692 extern const basic::ZoneInfo kZoneGMT_0; // GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    693 extern const basic::ZoneInfo kZoneGMT0; // GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    694 extern const basic::ZoneInfo kZoneGreenwich; // Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    695 extern const basic::ZoneInfo kZoneHongkong; // Hongkong -> Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    696 extern const basic::ZoneInfo kZoneIceland; // Iceland -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    697 extern const basic::ZoneInfo kZoneIndian_Antananarivo; // Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    698 extern const basic::ZoneInfo kZoneIndian_Christmas; // Indian/Christmas -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    699 extern const basic::ZoneInfo kZoneIndian_Cocos; // Indian/Cocos -> Asia/Yangon
                                                                                                                    +
                                                                                                                    700 extern const basic::ZoneInfo kZoneIndian_Comoro; // Indian/Comoro -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    701 extern const basic::ZoneInfo kZoneIndian_Kerguelen; // Indian/Kerguelen -> Indian/Maldives
                                                                                                                    +
                                                                                                                    702 extern const basic::ZoneInfo kZoneIndian_Mahe; // Indian/Mahe -> Asia/Dubai
                                                                                                                    +
                                                                                                                    703 extern const basic::ZoneInfo kZoneIndian_Mayotte; // Indian/Mayotte -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    704 extern const basic::ZoneInfo kZoneIndian_Reunion; // Indian/Reunion -> Asia/Dubai
                                                                                                                    +
                                                                                                                    705 extern const basic::ZoneInfo kZoneIran; // Iran -> Asia/Tehran
                                                                                                                    +
                                                                                                                    706 extern const basic::ZoneInfo kZoneIsrael; // Israel -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    707 extern const basic::ZoneInfo kZoneJamaica; // Jamaica -> America/Jamaica
                                                                                                                    +
                                                                                                                    708 extern const basic::ZoneInfo kZoneJapan; // Japan -> Asia/Tokyo
                                                                                                                    +
                                                                                                                    709 extern const basic::ZoneInfo kZoneKwajalein; // Kwajalein -> Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    710 extern const basic::ZoneInfo kZoneMexico_BajaSur; // Mexico/BajaSur -> America/Mazatlan
                                                                                                                    +
                                                                                                                    711 extern const basic::ZoneInfo kZoneNZ; // NZ -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    712 extern const basic::ZoneInfo kZoneNZ_CHAT; // NZ-CHAT -> Pacific/Chatham
                                                                                                                    +
                                                                                                                    713 extern const basic::ZoneInfo kZoneNavajo; // Navajo -> America/Denver
                                                                                                                    +
                                                                                                                    714 extern const basic::ZoneInfo kZonePRC; // PRC -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    715 extern const basic::ZoneInfo kZonePacific_Chuuk; // Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    716 extern const basic::ZoneInfo kZonePacific_Enderbury; // Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    +
                                                                                                                    717 extern const basic::ZoneInfo kZonePacific_Funafuti; // Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    718 extern const basic::ZoneInfo kZonePacific_Johnston; // Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    719 extern const basic::ZoneInfo kZonePacific_Majuro; // Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    720 extern const basic::ZoneInfo kZonePacific_Midway; // Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    721 extern const basic::ZoneInfo kZonePacific_Pohnpei; // Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    722 extern const basic::ZoneInfo kZonePacific_Ponape; // Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    723 extern const basic::ZoneInfo kZonePacific_Samoa; // Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    724 extern const basic::ZoneInfo kZonePacific_Truk; // Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    725 extern const basic::ZoneInfo kZonePacific_Wake; // Pacific/Wake -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    726 extern const basic::ZoneInfo kZonePacific_Wallis; // Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    727 extern const basic::ZoneInfo kZonePacific_Yap; // Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    728 extern const basic::ZoneInfo kZonePoland; // Poland -> Europe/Warsaw
                                                                                                                    +
                                                                                                                    729 extern const basic::ZoneInfo kZonePortugal; // Portugal -> Europe/Lisbon
                                                                                                                    +
                                                                                                                    730 extern const basic::ZoneInfo kZoneROC; // ROC -> Asia/Taipei
                                                                                                                    +
                                                                                                                    731 extern const basic::ZoneInfo kZoneROK; // ROK -> Asia/Seoul
                                                                                                                    +
                                                                                                                    732 extern const basic::ZoneInfo kZoneSingapore; // Singapore -> Asia/Singapore
                                                                                                                    +
                                                                                                                    733 extern const basic::ZoneInfo kZoneUCT; // UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    734 extern const basic::ZoneInfo kZoneUS_Alaska; // US/Alaska -> America/Anchorage
                                                                                                                    +
                                                                                                                    735 extern const basic::ZoneInfo kZoneUS_Aleutian; // US/Aleutian -> America/Adak
                                                                                                                    +
                                                                                                                    736 extern const basic::ZoneInfo kZoneUS_Arizona; // US/Arizona -> America/Phoenix
                                                                                                                    +
                                                                                                                    737 extern const basic::ZoneInfo kZoneUS_Central; // US/Central -> America/Chicago
                                                                                                                    +
                                                                                                                    738 extern const basic::ZoneInfo kZoneUS_East_Indiana; // US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    739 extern const basic::ZoneInfo kZoneUS_Eastern; // US/Eastern -> America/New_York
                                                                                                                    +
                                                                                                                    740 extern const basic::ZoneInfo kZoneUS_Hawaii; // US/Hawaii -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    741 extern const basic::ZoneInfo kZoneUS_Michigan; // US/Michigan -> America/Detroit
                                                                                                                    +
                                                                                                                    742 extern const basic::ZoneInfo kZoneUS_Mountain; // US/Mountain -> America/Denver
                                                                                                                    +
                                                                                                                    743 extern const basic::ZoneInfo kZoneUS_Pacific; // US/Pacific -> America/Los_Angeles
                                                                                                                    +
                                                                                                                    744 extern const basic::ZoneInfo kZoneUS_Samoa; // US/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    745 extern const basic::ZoneInfo kZoneUTC; // UTC -> Etc/UTC
                                                                                                                    +
                                                                                                                    746 extern const basic::ZoneInfo kZoneUniversal; // Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    747 extern const basic::ZoneInfo kZoneZulu; // Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    748 
                                                                                                                    +
                                                                                                                    749 
                                                                                                                    +
                                                                                                                    750 // Zone Ids
                                                                                                                    751 
                                                                                                                    -
                                                                                                                    752 // Zone Ids
                                                                                                                    -
                                                                                                                    753 
                                                                                                                    -
                                                                                                                    754 const uint32_t kZoneIdAfrica_Accra = 0x77d5b054; // Africa/Accra
                                                                                                                    -
                                                                                                                    755 const uint32_t kZoneIdAfrica_Addis_Ababa = 0x05ae1e65; // Africa/Addis_Ababa
                                                                                                                    -
                                                                                                                    756 const uint32_t kZoneIdAfrica_Asmara = 0x73b278ef; // Africa/Asmara
                                                                                                                    -
                                                                                                                    757 const uint32_t kZoneIdAfrica_Asmera = 0x73b289f3; // Africa/Asmera
                                                                                                                    -
                                                                                                                    758 const uint32_t kZoneIdAfrica_Bamako = 0x74c1e7a5; // Africa/Bamako
                                                                                                                    -
                                                                                                                    759 const uint32_t kZoneIdAfrica_Bangui = 0x74c28ed0; // Africa/Bangui
                                                                                                                    -
                                                                                                                    760 const uint32_t kZoneIdAfrica_Banjul = 0x74c29b96; // Africa/Banjul
                                                                                                                    -
                                                                                                                    761 const uint32_t kZoneIdAfrica_Blantyre = 0xe08d813b; // Africa/Blantyre
                                                                                                                    -
                                                                                                                    762 const uint32_t kZoneIdAfrica_Brazzaville = 0x39cda760; // Africa/Brazzaville
                                                                                                                    -
                                                                                                                    763 const uint32_t kZoneIdAfrica_Bujumbura = 0x05232a47; // Africa/Bujumbura
                                                                                                                    -
                                                                                                                    764 const uint32_t kZoneIdAfrica_Conakry = 0x7ab36b31; // Africa/Conakry
                                                                                                                    -
                                                                                                                    765 const uint32_t kZoneIdAfrica_Dakar = 0x780b00fd; // Africa/Dakar
                                                                                                                    -
                                                                                                                    766 const uint32_t kZoneIdAfrica_Dar_es_Salaam = 0xa04c47b6; // Africa/Dar_es_Salaam
                                                                                                                    -
                                                                                                                    767 const uint32_t kZoneIdAfrica_Djibouti = 0x30ea01d4; // Africa/Djibouti
                                                                                                                    -
                                                                                                                    768 const uint32_t kZoneIdAfrica_Douala = 0x7a6df310; // Africa/Douala
                                                                                                                    -
                                                                                                                    769 const uint32_t kZoneIdAfrica_Freetown = 0x6823dd64; // Africa/Freetown
                                                                                                                    -
                                                                                                                    770 const uint32_t kZoneIdAfrica_Gaborone = 0x317c0aa7; // Africa/Gaborone
                                                                                                                    -
                                                                                                                    771 const uint32_t kZoneIdAfrica_Harare = 0x82c39a2d; // Africa/Harare
                                                                                                                    -
                                                                                                                    772 const uint32_t kZoneIdAfrica_Kampala = 0xc1d30e31; // Africa/Kampala
                                                                                                                    -
                                                                                                                    773 const uint32_t kZoneIdAfrica_Kigali = 0x8a4dcf2b; // Africa/Kigali
                                                                                                                    -
                                                                                                                    774 const uint32_t kZoneIdAfrica_Kinshasa = 0x6695d70c; // Africa/Kinshasa
                                                                                                                    -
                                                                                                                    775 const uint32_t kZoneIdAfrica_Libreville = 0x01d96de4; // Africa/Libreville
                                                                                                                    -
                                                                                                                    776 const uint32_t kZoneIdAfrica_Lome = 0xd51c3a07; // Africa/Lome
                                                                                                                    -
                                                                                                                    777 const uint32_t kZoneIdAfrica_Luanda = 0x8d7909cf; // Africa/Luanda
                                                                                                                    -
                                                                                                                    778 const uint32_t kZoneIdAfrica_Lubumbashi = 0x6fd88566; // Africa/Lubumbashi
                                                                                                                    -
                                                                                                                    779 const uint32_t kZoneIdAfrica_Lusaka = 0x8d82b23b; // Africa/Lusaka
                                                                                                                    -
                                                                                                                    780 const uint32_t kZoneIdAfrica_Malabo = 0x8e6a1906; // Africa/Malabo
                                                                                                                    -
                                                                                                                    781 const uint32_t kZoneIdAfrica_Maseru = 0x8e6e02c7; // Africa/Maseru
                                                                                                                    -
                                                                                                                    782 const uint32_t kZoneIdAfrica_Mbabane = 0x5d3bdd40; // Africa/Mbabane
                                                                                                                    -
                                                                                                                    783 const uint32_t kZoneIdAfrica_Mogadishu = 0x66bc159b; // Africa/Mogadishu
                                                                                                                    -
                                                                                                                    784 const uint32_t kZoneIdAfrica_Niamey = 0x914a30fd; // Africa/Niamey
                                                                                                                    -
                                                                                                                    785 const uint32_t kZoneIdAfrica_Nouakchott = 0x3dc49dba; // Africa/Nouakchott
                                                                                                                    -
                                                                                                                    786 const uint32_t kZoneIdAfrica_Ouagadougou = 0x04d7219a; // Africa/Ouagadougou
                                                                                                                    -
                                                                                                                    787 const uint32_t kZoneIdAfrica_Porto_Novo = 0x3d1bf95d; // Africa/Porto-Novo
                                                                                                                    -
                                                                                                                    788 const uint32_t kZoneIdAfrica_Timbuktu = 0xb164d56f; // Africa/Timbuktu
                                                                                                                    -
                                                                                                                    789 const uint32_t kZoneIdAmerica_Anguilla = 0xafe31333; // America/Anguilla
                                                                                                                    -
                                                                                                                    790 const uint32_t kZoneIdAmerica_Antigua = 0xc067a32f; // America/Antigua
                                                                                                                    -
                                                                                                                    791 const uint32_t kZoneIdAmerica_Aruba = 0x97cf8651; // America/Aruba
                                                                                                                    -
                                                                                                                    792 const uint32_t kZoneIdAmerica_Atikokan = 0x81b92098; // America/Atikokan
                                                                                                                    -
                                                                                                                    793 const uint32_t kZoneIdAmerica_Atka = 0x97fe8f27; // America/Atka
                                                                                                                    -
                                                                                                                    794 const uint32_t kZoneIdAmerica_Blanc_Sablon = 0x6e299892; // America/Blanc-Sablon
                                                                                                                    -
                                                                                                                    795 const uint32_t kZoneIdAmerica_Cayman = 0x953961df; // America/Cayman
                                                                                                                    -
                                                                                                                    796 const uint32_t kZoneIdAmerica_Coral_Harbour = 0xabcb7569; // America/Coral_Harbour
                                                                                                                    -
                                                                                                                    797 const uint32_t kZoneIdAmerica_Creston = 0x62a70204; // America/Creston
                                                                                                                    -
                                                                                                                    798 const uint32_t kZoneIdAmerica_Curacao = 0x6a879184; // America/Curacao
                                                                                                                    -
                                                                                                                    799 const uint32_t kZoneIdAmerica_Dominica = 0xcecb4c4a; // America/Dominica
                                                                                                                    -
                                                                                                                    800 const uint32_t kZoneIdAmerica_Fort_Wayne = 0x7eaaaf24; // America/Fort_Wayne
                                                                                                                    -
                                                                                                                    801 const uint32_t kZoneIdAmerica_Godthab = 0x8f7eba1f; // America/Godthab
                                                                                                                    -
                                                                                                                    802 const uint32_t kZoneIdAmerica_Grenada = 0x968ce4d8; // America/Grenada
                                                                                                                    -
                                                                                                                    803 const uint32_t kZoneIdAmerica_Guadeloupe = 0xcd1f8a31; // America/Guadeloupe
                                                                                                                    -
                                                                                                                    804 const uint32_t kZoneIdAmerica_Indianapolis = 0x6a009ae1; // America/Indianapolis
                                                                                                                    -
                                                                                                                    805 const uint32_t kZoneIdAmerica_Kralendijk = 0xe7c456c5; // America/Kralendijk
                                                                                                                    -
                                                                                                                    806 const uint32_t kZoneIdAmerica_Louisville = 0x3dcb47ee; // America/Louisville
                                                                                                                    -
                                                                                                                    807 const uint32_t kZoneIdAmerica_Lower_Princes = 0x6ae45b62; // America/Lower_Princes
                                                                                                                    -
                                                                                                                    808 const uint32_t kZoneIdAmerica_Marigot = 0x3dab3a59; // America/Marigot
                                                                                                                    -
                                                                                                                    809 const uint32_t kZoneIdAmerica_Montreal = 0x203a1ea8; // America/Montreal
                                                                                                                    -
                                                                                                                    810 const uint32_t kZoneIdAmerica_Montserrat = 0x199b0a35; // America/Montserrat
                                                                                                                    -
                                                                                                                    811 const uint32_t kZoneIdAmerica_Nassau = 0xaedef011; // America/Nassau
                                                                                                                    -
                                                                                                                    812 const uint32_t kZoneIdAmerica_Port_of_Spain = 0xd8b28d59; // America/Port_of_Spain
                                                                                                                    -
                                                                                                                    813 const uint32_t kZoneIdAmerica_Shiprock = 0x82fb7049; // America/Shiprock
                                                                                                                    -
                                                                                                                    814 const uint32_t kZoneIdAmerica_St_Barthelemy = 0x054e6a79; // America/St_Barthelemy
                                                                                                                    -
                                                                                                                    815 const uint32_t kZoneIdAmerica_St_Kitts = 0x04c0507b; // America/St_Kitts
                                                                                                                    -
                                                                                                                    816 const uint32_t kZoneIdAmerica_St_Lucia = 0x04d8b3ba; // America/St_Lucia
                                                                                                                    -
                                                                                                                    817 const uint32_t kZoneIdAmerica_St_Thomas = 0xb1b3d778; // America/St_Thomas
                                                                                                                    -
                                                                                                                    818 const uint32_t kZoneIdAmerica_St_Vincent = 0x8460e523; // America/St_Vincent
                                                                                                                    -
                                                                                                                    819 const uint32_t kZoneIdAmerica_Tortola = 0x7931462b; // America/Tortola
                                                                                                                    -
                                                                                                                    820 const uint32_t kZoneIdAmerica_Virgin = 0xc2183ab5; // America/Virgin
                                                                                                                    -
                                                                                                                    821 const uint32_t kZoneIdAntarctica_DumontDUrville = 0x5a3c656c; // Antarctica/DumontDUrville
                                                                                                                    -
                                                                                                                    822 const uint32_t kZoneIdAntarctica_McMurdo = 0x6eeb5585; // Antarctica/McMurdo
                                                                                                                    -
                                                                                                                    823 const uint32_t kZoneIdAntarctica_South_Pole = 0xcd96b290; // Antarctica/South_Pole
                                                                                                                    -
                                                                                                                    824 const uint32_t kZoneIdAntarctica_Syowa = 0xe330c7e1; // Antarctica/Syowa
                                                                                                                    -
                                                                                                                    825 const uint32_t kZoneIdAntarctica_Vostok = 0x4f966fd4; // Antarctica/Vostok
                                                                                                                    -
                                                                                                                    826 const uint32_t kZoneIdArctic_Longyearbyen = 0xd23e7859; // Arctic/Longyearbyen
                                                                                                                    -
                                                                                                                    827 const uint32_t kZoneIdAsia_Aden = 0x1fa7084a; // Asia/Aden
                                                                                                                    -
                                                                                                                    828 const uint32_t kZoneIdAsia_Ashkhabad = 0x15454f09; // Asia/Ashkhabad
                                                                                                                    -
                                                                                                                    829 const uint32_t kZoneIdAsia_Bahrain = 0x9d078487; // Asia/Bahrain
                                                                                                                    -
                                                                                                                    830 const uint32_t kZoneIdAsia_Brunei = 0xa8e595f7; // Asia/Brunei
                                                                                                                    -
                                                                                                                    831 const uint32_t kZoneIdAsia_Calcutta = 0x328a44c3; // Asia/Calcutta
                                                                                                                    -
                                                                                                                    832 const uint32_t kZoneIdAsia_Chongqing = 0xf937fb90; // Asia/Chongqing
                                                                                                                    -
                                                                                                                    833 const uint32_t kZoneIdAsia_Chungking = 0xc7121dd0; // Asia/Chungking
                                                                                                                    -
                                                                                                                    834 const uint32_t kZoneIdAsia_Dacca = 0x14bcac5e; // Asia/Dacca
                                                                                                                    -
                                                                                                                    835 const uint32_t kZoneIdAsia_Harbin = 0xb5af1186; // Asia/Harbin
                                                                                                                    -
                                                                                                                    836 const uint32_t kZoneIdAsia_Kashgar = 0x52955193; // Asia/Kashgar
                                                                                                                    -
                                                                                                                    837 const uint32_t kZoneIdAsia_Katmandu = 0xa7ec12c7; // Asia/Katmandu
                                                                                                                    -
                                                                                                                    838 const uint32_t kZoneIdAsia_Kuala_Lumpur = 0x014763c4; // Asia/Kuala_Lumpur
                                                                                                                    -
                                                                                                                    839 const uint32_t kZoneIdAsia_Kuwait = 0xbe1b2f27; // Asia/Kuwait
                                                                                                                    -
                                                                                                                    840 const uint32_t kZoneIdAsia_Macao = 0x155f88b3; // Asia/Macao
                                                                                                                    -
                                                                                                                    841 const uint32_t kZoneIdAsia_Muscat = 0xc2c3565f; // Asia/Muscat
                                                                                                                    -
                                                                                                                    842 const uint32_t kZoneIdAsia_Phnom_Penh = 0xc224945e; // Asia/Phnom_Penh
                                                                                                                    -
                                                                                                                    843 const uint32_t kZoneIdAsia_Rangoon = 0x6d1217c6; // Asia/Rangoon
                                                                                                                    -
                                                                                                                    844 const uint32_t kZoneIdAsia_Saigon = 0xcf52f713; // Asia/Saigon
                                                                                                                    -
                                                                                                                    845 const uint32_t kZoneIdAsia_Tel_Aviv = 0x166d7c2c; // Asia/Tel_Aviv
                                                                                                                    -
                                                                                                                    846 const uint32_t kZoneIdAsia_Thimbu = 0xd226e31b; // Asia/Thimbu
                                                                                                                    -
                                                                                                                    847 const uint32_t kZoneIdAsia_Ujung_Pandang = 0x5d001eb3; // Asia/Ujung_Pandang
                                                                                                                    -
                                                                                                                    848 const uint32_t kZoneIdAsia_Ulan_Bator = 0x394db4d9; // Asia/Ulan_Bator
                                                                                                                    -
                                                                                                                    849 const uint32_t kZoneIdAsia_Vientiane = 0x89d68d75; // Asia/Vientiane
                                                                                                                    -
                                                                                                                    850 const uint32_t kZoneIdAtlantic_Faeroe = 0x031ec516; // Atlantic/Faeroe
                                                                                                                    -
                                                                                                                    851 const uint32_t kZoneIdAtlantic_Jan_Mayen = 0x5a7535b6; // Atlantic/Jan_Mayen
                                                                                                                    -
                                                                                                                    852 const uint32_t kZoneIdAtlantic_Reykjavik = 0x1c2b4f74; // Atlantic/Reykjavik
                                                                                                                    -
                                                                                                                    853 const uint32_t kZoneIdAtlantic_St_Helena = 0x451fc5f7; // Atlantic/St_Helena
                                                                                                                    -
                                                                                                                    854 const uint32_t kZoneIdAustralia_ACT = 0x8a970eb2; // Australia/ACT
                                                                                                                    -
                                                                                                                    855 const uint32_t kZoneIdAustralia_Canberra = 0x2a09ae58; // Australia/Canberra
                                                                                                                    -
                                                                                                                    856 const uint32_t kZoneIdAustralia_Currie = 0x278b6a24; // Australia/Currie
                                                                                                                    -
                                                                                                                    857 const uint32_t kZoneIdAustralia_LHI = 0x8a973e17; // Australia/LHI
                                                                                                                    -
                                                                                                                    858 const uint32_t kZoneIdAustralia_NSW = 0x8a974812; // Australia/NSW
                                                                                                                    -
                                                                                                                    859 const uint32_t kZoneIdAustralia_North = 0x8d997165; // Australia/North
                                                                                                                    -
                                                                                                                    860 const uint32_t kZoneIdAustralia_Queensland = 0xd326ed0a; // Australia/Queensland
                                                                                                                    -
                                                                                                                    861 const uint32_t kZoneIdAustralia_South = 0x8df3f8ad; // Australia/South
                                                                                                                    -
                                                                                                                    862 const uint32_t kZoneIdAustralia_Tasmania = 0xe6d76648; // Australia/Tasmania
                                                                                                                    -
                                                                                                                    863 const uint32_t kZoneIdAustralia_Victoria = 0x0260d5db; // Australia/Victoria
                                                                                                                    -
                                                                                                                    864 const uint32_t kZoneIdAustralia_West = 0xdd858a5d; // Australia/West
                                                                                                                    -
                                                                                                                    865 const uint32_t kZoneIdAustralia_Yancowinna = 0x90bac131; // Australia/Yancowinna
                                                                                                                    -
                                                                                                                    866 const uint32_t kZoneIdBrazil_East = 0x669578c5; // Brazil/East
                                                                                                                    -
                                                                                                                    867 const uint32_t kZoneIdBrazil_West = 0x669f689b; // Brazil/West
                                                                                                                    -
                                                                                                                    868 const uint32_t kZoneIdCanada_Atlantic = 0x536b119c; // Canada/Atlantic
                                                                                                                    -
                                                                                                                    869 const uint32_t kZoneIdCanada_Central = 0x626710f5; // Canada/Central
                                                                                                                    -
                                                                                                                    870 const uint32_t kZoneIdCanada_Eastern = 0xf3612d5e; // Canada/Eastern
                                                                                                                    -
                                                                                                                    871 const uint32_t kZoneIdCanada_Mountain = 0xfb8a8217; // Canada/Mountain
                                                                                                                    -
                                                                                                                    872 const uint32_t kZoneIdCanada_Pacific = 0x40fa3c7b; // Canada/Pacific
                                                                                                                    -
                                                                                                                    873 const uint32_t kZoneIdCanada_Saskatchewan = 0x77311f49; // Canada/Saskatchewan
                                                                                                                    -
                                                                                                                    874 const uint32_t kZoneIdChile_Continental = 0x7e2bdb18; // Chile/Continental
                                                                                                                    -
                                                                                                                    875 const uint32_t kZoneIdChile_EasterIsland = 0xb0982af8; // Chile/EasterIsland
                                                                                                                    -
                                                                                                                    876 const uint32_t kZoneIdCuba = 0x7c83cba0; // Cuba
                                                                                                                    -
                                                                                                                    877 const uint32_t kZoneIdEire = 0x7c84b36a; // Eire
                                                                                                                    -
                                                                                                                    878 const uint32_t kZoneIdEtc_GMT_PLUS_0 = 0x9d13da13; // Etc/GMT+0
                                                                                                                    -
                                                                                                                    879 const uint32_t kZoneIdEtc_GMT_0 = 0x9d13da55; // Etc/GMT-0
                                                                                                                    -
                                                                                                                    880 const uint32_t kZoneIdEtc_GMT0 = 0xf53ea988; // Etc/GMT0
                                                                                                                    -
                                                                                                                    881 const uint32_t kZoneIdEtc_Greenwich = 0x26daa98c; // Etc/Greenwich
                                                                                                                    -
                                                                                                                    882 const uint32_t kZoneIdEtc_UCT = 0xd8e3189c; // Etc/UCT
                                                                                                                    -
                                                                                                                    883 const uint32_t kZoneIdEtc_Universal = 0x2f8cb9a9; // Etc/Universal
                                                                                                                    -
                                                                                                                    884 const uint32_t kZoneIdEtc_Zulu = 0xf549c240; // Etc/Zulu
                                                                                                                    -
                                                                                                                    885 const uint32_t kZoneIdEurope_Amsterdam = 0x109395c2; // Europe/Amsterdam
                                                                                                                    -
                                                                                                                    886 const uint32_t kZoneIdEurope_Belfast = 0xd07dd1e5; // Europe/Belfast
                                                                                                                    -
                                                                                                                    887 const uint32_t kZoneIdEurope_Bratislava = 0xda493bed; // Europe/Bratislava
                                                                                                                    -
                                                                                                                    888 const uint32_t kZoneIdEurope_Busingen = 0xc06d2cdf; // Europe/Busingen
                                                                                                                    -
                                                                                                                    889 const uint32_t kZoneIdEurope_Copenhagen = 0xe0ed30bc; // Europe/Copenhagen
                                                                                                                    -
                                                                                                                    890 const uint32_t kZoneIdEurope_Guernsey = 0x3db12c16; // Europe/Guernsey
                                                                                                                    -
                                                                                                                    891 const uint32_t kZoneIdEurope_Isle_of_Man = 0xeaf84580; // Europe/Isle_of_Man
                                                                                                                    -
                                                                                                                    892 const uint32_t kZoneIdEurope_Jersey = 0x570dae76; // Europe/Jersey
                                                                                                                    -
                                                                                                                    893 const uint32_t kZoneIdEurope_Kiev = 0xa2c19eb3; // Europe/Kiev
                                                                                                                    -
                                                                                                                    894 const uint32_t kZoneIdEurope_Ljubljana = 0xbd98cdb7; // Europe/Ljubljana
                                                                                                                    -
                                                                                                                    895 const uint32_t kZoneIdEurope_Luxembourg = 0x1f8bc6ce; // Europe/Luxembourg
                                                                                                                    -
                                                                                                                    896 const uint32_t kZoneIdEurope_Mariehamn = 0x0caa6496; // Europe/Mariehamn
                                                                                                                    -
                                                                                                                    897 const uint32_t kZoneIdEurope_Monaco = 0x5ebf9f01; // Europe/Monaco
                                                                                                                    -
                                                                                                                    898 const uint32_t kZoneIdEurope_Nicosia = 0x74efab8a; // Europe/Nicosia
                                                                                                                    -
                                                                                                                    899 const uint32_t kZoneIdEurope_Oslo = 0xa2c3fba1; // Europe/Oslo
                                                                                                                    -
                                                                                                                    900 const uint32_t kZoneIdEurope_Podgorica = 0x1c1a499c; // Europe/Podgorica
                                                                                                                    -
                                                                                                                    901 const uint32_t kZoneIdEurope_San_Marino = 0xcef7724b; // Europe/San_Marino
                                                                                                                    -
                                                                                                                    902 const uint32_t kZoneIdEurope_Sarajevo = 0x6a576c3f; // Europe/Sarajevo
                                                                                                                    -
                                                                                                                    903 const uint32_t kZoneIdEurope_Skopje = 0x6c76fdd0; // Europe/Skopje
                                                                                                                    -
                                                                                                                    904 const uint32_t kZoneIdEurope_Stockholm = 0x5bf6fbb8; // Europe/Stockholm
                                                                                                                    -
                                                                                                                    905 const uint32_t kZoneIdEurope_Tiraspol = 0xbe704472; // Europe/Tiraspol
                                                                                                                    -
                                                                                                                    906 const uint32_t kZoneIdEurope_Vaduz = 0xfbb81bae; // Europe/Vaduz
                                                                                                                    -
                                                                                                                    907 const uint32_t kZoneIdEurope_Vatican = 0xcb485dca; // Europe/Vatican
                                                                                                                    -
                                                                                                                    908 const uint32_t kZoneIdEurope_Zagreb = 0x7c11c9ff; // Europe/Zagreb
                                                                                                                    +
                                                                                                                    752 const uint32_t kZoneIdAfrica_Accra = 0x77d5b054; // Africa/Accra
                                                                                                                    +
                                                                                                                    753 const uint32_t kZoneIdAfrica_Addis_Ababa = 0x05ae1e65; // Africa/Addis_Ababa
                                                                                                                    +
                                                                                                                    754 const uint32_t kZoneIdAfrica_Asmara = 0x73b278ef; // Africa/Asmara
                                                                                                                    +
                                                                                                                    755 const uint32_t kZoneIdAfrica_Asmera = 0x73b289f3; // Africa/Asmera
                                                                                                                    +
                                                                                                                    756 const uint32_t kZoneIdAfrica_Bamako = 0x74c1e7a5; // Africa/Bamako
                                                                                                                    +
                                                                                                                    757 const uint32_t kZoneIdAfrica_Bangui = 0x74c28ed0; // Africa/Bangui
                                                                                                                    +
                                                                                                                    758 const uint32_t kZoneIdAfrica_Banjul = 0x74c29b96; // Africa/Banjul
                                                                                                                    +
                                                                                                                    759 const uint32_t kZoneIdAfrica_Blantyre = 0xe08d813b; // Africa/Blantyre
                                                                                                                    +
                                                                                                                    760 const uint32_t kZoneIdAfrica_Brazzaville = 0x39cda760; // Africa/Brazzaville
                                                                                                                    +
                                                                                                                    761 const uint32_t kZoneIdAfrica_Bujumbura = 0x05232a47; // Africa/Bujumbura
                                                                                                                    +
                                                                                                                    762 const uint32_t kZoneIdAfrica_Conakry = 0x7ab36b31; // Africa/Conakry
                                                                                                                    +
                                                                                                                    763 const uint32_t kZoneIdAfrica_Dakar = 0x780b00fd; // Africa/Dakar
                                                                                                                    +
                                                                                                                    764 const uint32_t kZoneIdAfrica_Dar_es_Salaam = 0xa04c47b6; // Africa/Dar_es_Salaam
                                                                                                                    +
                                                                                                                    765 const uint32_t kZoneIdAfrica_Djibouti = 0x30ea01d4; // Africa/Djibouti
                                                                                                                    +
                                                                                                                    766 const uint32_t kZoneIdAfrica_Douala = 0x7a6df310; // Africa/Douala
                                                                                                                    +
                                                                                                                    767 const uint32_t kZoneIdAfrica_Freetown = 0x6823dd64; // Africa/Freetown
                                                                                                                    +
                                                                                                                    768 const uint32_t kZoneIdAfrica_Gaborone = 0x317c0aa7; // Africa/Gaborone
                                                                                                                    +
                                                                                                                    769 const uint32_t kZoneIdAfrica_Harare = 0x82c39a2d; // Africa/Harare
                                                                                                                    +
                                                                                                                    770 const uint32_t kZoneIdAfrica_Kampala = 0xc1d30e31; // Africa/Kampala
                                                                                                                    +
                                                                                                                    771 const uint32_t kZoneIdAfrica_Kigali = 0x8a4dcf2b; // Africa/Kigali
                                                                                                                    +
                                                                                                                    772 const uint32_t kZoneIdAfrica_Kinshasa = 0x6695d70c; // Africa/Kinshasa
                                                                                                                    +
                                                                                                                    773 const uint32_t kZoneIdAfrica_Libreville = 0x01d96de4; // Africa/Libreville
                                                                                                                    +
                                                                                                                    774 const uint32_t kZoneIdAfrica_Lome = 0xd51c3a07; // Africa/Lome
                                                                                                                    +
                                                                                                                    775 const uint32_t kZoneIdAfrica_Luanda = 0x8d7909cf; // Africa/Luanda
                                                                                                                    +
                                                                                                                    776 const uint32_t kZoneIdAfrica_Lubumbashi = 0x6fd88566; // Africa/Lubumbashi
                                                                                                                    +
                                                                                                                    777 const uint32_t kZoneIdAfrica_Lusaka = 0x8d82b23b; // Africa/Lusaka
                                                                                                                    +
                                                                                                                    778 const uint32_t kZoneIdAfrica_Malabo = 0x8e6a1906; // Africa/Malabo
                                                                                                                    +
                                                                                                                    779 const uint32_t kZoneIdAfrica_Maseru = 0x8e6e02c7; // Africa/Maseru
                                                                                                                    +
                                                                                                                    780 const uint32_t kZoneIdAfrica_Mbabane = 0x5d3bdd40; // Africa/Mbabane
                                                                                                                    +
                                                                                                                    781 const uint32_t kZoneIdAfrica_Mogadishu = 0x66bc159b; // Africa/Mogadishu
                                                                                                                    +
                                                                                                                    782 const uint32_t kZoneIdAfrica_Niamey = 0x914a30fd; // Africa/Niamey
                                                                                                                    +
                                                                                                                    783 const uint32_t kZoneIdAfrica_Nouakchott = 0x3dc49dba; // Africa/Nouakchott
                                                                                                                    +
                                                                                                                    784 const uint32_t kZoneIdAfrica_Ouagadougou = 0x04d7219a; // Africa/Ouagadougou
                                                                                                                    +
                                                                                                                    785 const uint32_t kZoneIdAfrica_Porto_Novo = 0x3d1bf95d; // Africa/Porto-Novo
                                                                                                                    +
                                                                                                                    786 const uint32_t kZoneIdAfrica_Timbuktu = 0xb164d56f; // Africa/Timbuktu
                                                                                                                    +
                                                                                                                    787 const uint32_t kZoneIdAmerica_Anguilla = 0xafe31333; // America/Anguilla
                                                                                                                    +
                                                                                                                    788 const uint32_t kZoneIdAmerica_Antigua = 0xc067a32f; // America/Antigua
                                                                                                                    +
                                                                                                                    789 const uint32_t kZoneIdAmerica_Aruba = 0x97cf8651; // America/Aruba
                                                                                                                    +
                                                                                                                    790 const uint32_t kZoneIdAmerica_Atikokan = 0x81b92098; // America/Atikokan
                                                                                                                    +
                                                                                                                    791 const uint32_t kZoneIdAmerica_Atka = 0x97fe8f27; // America/Atka
                                                                                                                    +
                                                                                                                    792 const uint32_t kZoneIdAmerica_Blanc_Sablon = 0x6e299892; // America/Blanc-Sablon
                                                                                                                    +
                                                                                                                    793 const uint32_t kZoneIdAmerica_Cayman = 0x953961df; // America/Cayman
                                                                                                                    +
                                                                                                                    794 const uint32_t kZoneIdAmerica_Coral_Harbour = 0xabcb7569; // America/Coral_Harbour
                                                                                                                    +
                                                                                                                    795 const uint32_t kZoneIdAmerica_Creston = 0x62a70204; // America/Creston
                                                                                                                    +
                                                                                                                    796 const uint32_t kZoneIdAmerica_Curacao = 0x6a879184; // America/Curacao
                                                                                                                    +
                                                                                                                    797 const uint32_t kZoneIdAmerica_Dominica = 0xcecb4c4a; // America/Dominica
                                                                                                                    +
                                                                                                                    798 const uint32_t kZoneIdAmerica_Fort_Wayne = 0x7eaaaf24; // America/Fort_Wayne
                                                                                                                    +
                                                                                                                    799 const uint32_t kZoneIdAmerica_Godthab = 0x8f7eba1f; // America/Godthab
                                                                                                                    +
                                                                                                                    800 const uint32_t kZoneIdAmerica_Grenada = 0x968ce4d8; // America/Grenada
                                                                                                                    +
                                                                                                                    801 const uint32_t kZoneIdAmerica_Guadeloupe = 0xcd1f8a31; // America/Guadeloupe
                                                                                                                    +
                                                                                                                    802 const uint32_t kZoneIdAmerica_Indianapolis = 0x6a009ae1; // America/Indianapolis
                                                                                                                    +
                                                                                                                    803 const uint32_t kZoneIdAmerica_Kralendijk = 0xe7c456c5; // America/Kralendijk
                                                                                                                    +
                                                                                                                    804 const uint32_t kZoneIdAmerica_Louisville = 0x3dcb47ee; // America/Louisville
                                                                                                                    +
                                                                                                                    805 const uint32_t kZoneIdAmerica_Lower_Princes = 0x6ae45b62; // America/Lower_Princes
                                                                                                                    +
                                                                                                                    806 const uint32_t kZoneIdAmerica_Marigot = 0x3dab3a59; // America/Marigot
                                                                                                                    +
                                                                                                                    807 const uint32_t kZoneIdAmerica_Montreal = 0x203a1ea8; // America/Montreal
                                                                                                                    +
                                                                                                                    808 const uint32_t kZoneIdAmerica_Montserrat = 0x199b0a35; // America/Montserrat
                                                                                                                    +
                                                                                                                    809 const uint32_t kZoneIdAmerica_Nassau = 0xaedef011; // America/Nassau
                                                                                                                    +
                                                                                                                    810 const uint32_t kZoneIdAmerica_Port_of_Spain = 0xd8b28d59; // America/Port_of_Spain
                                                                                                                    +
                                                                                                                    811 const uint32_t kZoneIdAmerica_Shiprock = 0x82fb7049; // America/Shiprock
                                                                                                                    +
                                                                                                                    812 const uint32_t kZoneIdAmerica_St_Barthelemy = 0x054e6a79; // America/St_Barthelemy
                                                                                                                    +
                                                                                                                    813 const uint32_t kZoneIdAmerica_St_Kitts = 0x04c0507b; // America/St_Kitts
                                                                                                                    +
                                                                                                                    814 const uint32_t kZoneIdAmerica_St_Lucia = 0x04d8b3ba; // America/St_Lucia
                                                                                                                    +
                                                                                                                    815 const uint32_t kZoneIdAmerica_St_Thomas = 0xb1b3d778; // America/St_Thomas
                                                                                                                    +
                                                                                                                    816 const uint32_t kZoneIdAmerica_St_Vincent = 0x8460e523; // America/St_Vincent
                                                                                                                    +
                                                                                                                    817 const uint32_t kZoneIdAmerica_Tortola = 0x7931462b; // America/Tortola
                                                                                                                    +
                                                                                                                    818 const uint32_t kZoneIdAmerica_Virgin = 0xc2183ab5; // America/Virgin
                                                                                                                    +
                                                                                                                    819 const uint32_t kZoneIdAntarctica_DumontDUrville = 0x5a3c656c; // Antarctica/DumontDUrville
                                                                                                                    +
                                                                                                                    820 const uint32_t kZoneIdAntarctica_McMurdo = 0x6eeb5585; // Antarctica/McMurdo
                                                                                                                    +
                                                                                                                    821 const uint32_t kZoneIdAntarctica_South_Pole = 0xcd96b290; // Antarctica/South_Pole
                                                                                                                    +
                                                                                                                    822 const uint32_t kZoneIdAntarctica_Syowa = 0xe330c7e1; // Antarctica/Syowa
                                                                                                                    +
                                                                                                                    823 const uint32_t kZoneIdAntarctica_Vostok = 0x4f966fd4; // Antarctica/Vostok
                                                                                                                    +
                                                                                                                    824 const uint32_t kZoneIdArctic_Longyearbyen = 0xd23e7859; // Arctic/Longyearbyen
                                                                                                                    +
                                                                                                                    825 const uint32_t kZoneIdAsia_Aden = 0x1fa7084a; // Asia/Aden
                                                                                                                    +
                                                                                                                    826 const uint32_t kZoneIdAsia_Ashkhabad = 0x15454f09; // Asia/Ashkhabad
                                                                                                                    +
                                                                                                                    827 const uint32_t kZoneIdAsia_Bahrain = 0x9d078487; // Asia/Bahrain
                                                                                                                    +
                                                                                                                    828 const uint32_t kZoneIdAsia_Brunei = 0xa8e595f7; // Asia/Brunei
                                                                                                                    +
                                                                                                                    829 const uint32_t kZoneIdAsia_Calcutta = 0x328a44c3; // Asia/Calcutta
                                                                                                                    +
                                                                                                                    830 const uint32_t kZoneIdAsia_Chongqing = 0xf937fb90; // Asia/Chongqing
                                                                                                                    +
                                                                                                                    831 const uint32_t kZoneIdAsia_Chungking = 0xc7121dd0; // Asia/Chungking
                                                                                                                    +
                                                                                                                    832 const uint32_t kZoneIdAsia_Dacca = 0x14bcac5e; // Asia/Dacca
                                                                                                                    +
                                                                                                                    833 const uint32_t kZoneIdAsia_Harbin = 0xb5af1186; // Asia/Harbin
                                                                                                                    +
                                                                                                                    834 const uint32_t kZoneIdAsia_Kashgar = 0x52955193; // Asia/Kashgar
                                                                                                                    +
                                                                                                                    835 const uint32_t kZoneIdAsia_Katmandu = 0xa7ec12c7; // Asia/Katmandu
                                                                                                                    +
                                                                                                                    836 const uint32_t kZoneIdAsia_Kuala_Lumpur = 0x014763c4; // Asia/Kuala_Lumpur
                                                                                                                    +
                                                                                                                    837 const uint32_t kZoneIdAsia_Kuwait = 0xbe1b2f27; // Asia/Kuwait
                                                                                                                    +
                                                                                                                    838 const uint32_t kZoneIdAsia_Macao = 0x155f88b3; // Asia/Macao
                                                                                                                    +
                                                                                                                    839 const uint32_t kZoneIdAsia_Muscat = 0xc2c3565f; // Asia/Muscat
                                                                                                                    +
                                                                                                                    840 const uint32_t kZoneIdAsia_Phnom_Penh = 0xc224945e; // Asia/Phnom_Penh
                                                                                                                    +
                                                                                                                    841 const uint32_t kZoneIdAsia_Rangoon = 0x6d1217c6; // Asia/Rangoon
                                                                                                                    +
                                                                                                                    842 const uint32_t kZoneIdAsia_Saigon = 0xcf52f713; // Asia/Saigon
                                                                                                                    +
                                                                                                                    843 const uint32_t kZoneIdAsia_Tel_Aviv = 0x166d7c2c; // Asia/Tel_Aviv
                                                                                                                    +
                                                                                                                    844 const uint32_t kZoneIdAsia_Thimbu = 0xd226e31b; // Asia/Thimbu
                                                                                                                    +
                                                                                                                    845 const uint32_t kZoneIdAsia_Ujung_Pandang = 0x5d001eb3; // Asia/Ujung_Pandang
                                                                                                                    +
                                                                                                                    846 const uint32_t kZoneIdAsia_Ulan_Bator = 0x394db4d9; // Asia/Ulan_Bator
                                                                                                                    +
                                                                                                                    847 const uint32_t kZoneIdAsia_Vientiane = 0x89d68d75; // Asia/Vientiane
                                                                                                                    +
                                                                                                                    848 const uint32_t kZoneIdAtlantic_Faeroe = 0x031ec516; // Atlantic/Faeroe
                                                                                                                    +
                                                                                                                    849 const uint32_t kZoneIdAtlantic_Jan_Mayen = 0x5a7535b6; // Atlantic/Jan_Mayen
                                                                                                                    +
                                                                                                                    850 const uint32_t kZoneIdAtlantic_Reykjavik = 0x1c2b4f74; // Atlantic/Reykjavik
                                                                                                                    +
                                                                                                                    851 const uint32_t kZoneIdAtlantic_St_Helena = 0x451fc5f7; // Atlantic/St_Helena
                                                                                                                    +
                                                                                                                    852 const uint32_t kZoneIdAustralia_ACT = 0x8a970eb2; // Australia/ACT
                                                                                                                    +
                                                                                                                    853 const uint32_t kZoneIdAustralia_Canberra = 0x2a09ae58; // Australia/Canberra
                                                                                                                    +
                                                                                                                    854 const uint32_t kZoneIdAustralia_Currie = 0x278b6a24; // Australia/Currie
                                                                                                                    +
                                                                                                                    855 const uint32_t kZoneIdAustralia_LHI = 0x8a973e17; // Australia/LHI
                                                                                                                    +
                                                                                                                    856 const uint32_t kZoneIdAustralia_NSW = 0x8a974812; // Australia/NSW
                                                                                                                    +
                                                                                                                    857 const uint32_t kZoneIdAustralia_North = 0x8d997165; // Australia/North
                                                                                                                    +
                                                                                                                    858 const uint32_t kZoneIdAustralia_Queensland = 0xd326ed0a; // Australia/Queensland
                                                                                                                    +
                                                                                                                    859 const uint32_t kZoneIdAustralia_South = 0x8df3f8ad; // Australia/South
                                                                                                                    +
                                                                                                                    860 const uint32_t kZoneIdAustralia_Tasmania = 0xe6d76648; // Australia/Tasmania
                                                                                                                    +
                                                                                                                    861 const uint32_t kZoneIdAustralia_Victoria = 0x0260d5db; // Australia/Victoria
                                                                                                                    +
                                                                                                                    862 const uint32_t kZoneIdAustralia_West = 0xdd858a5d; // Australia/West
                                                                                                                    +
                                                                                                                    863 const uint32_t kZoneIdAustralia_Yancowinna = 0x90bac131; // Australia/Yancowinna
                                                                                                                    +
                                                                                                                    864 const uint32_t kZoneIdBrazil_East = 0x669578c5; // Brazil/East
                                                                                                                    +
                                                                                                                    865 const uint32_t kZoneIdBrazil_West = 0x669f689b; // Brazil/West
                                                                                                                    +
                                                                                                                    866 const uint32_t kZoneIdCanada_Atlantic = 0x536b119c; // Canada/Atlantic
                                                                                                                    +
                                                                                                                    867 const uint32_t kZoneIdCanada_Central = 0x626710f5; // Canada/Central
                                                                                                                    +
                                                                                                                    868 const uint32_t kZoneIdCanada_Eastern = 0xf3612d5e; // Canada/Eastern
                                                                                                                    +
                                                                                                                    869 const uint32_t kZoneIdCanada_Mountain = 0xfb8a8217; // Canada/Mountain
                                                                                                                    +
                                                                                                                    870 const uint32_t kZoneIdCanada_Pacific = 0x40fa3c7b; // Canada/Pacific
                                                                                                                    +
                                                                                                                    871 const uint32_t kZoneIdCanada_Saskatchewan = 0x77311f49; // Canada/Saskatchewan
                                                                                                                    +
                                                                                                                    872 const uint32_t kZoneIdChile_Continental = 0x7e2bdb18; // Chile/Continental
                                                                                                                    +
                                                                                                                    873 const uint32_t kZoneIdChile_EasterIsland = 0xb0982af8; // Chile/EasterIsland
                                                                                                                    +
                                                                                                                    874 const uint32_t kZoneIdCuba = 0x7c83cba0; // Cuba
                                                                                                                    +
                                                                                                                    875 const uint32_t kZoneIdEire = 0x7c84b36a; // Eire
                                                                                                                    +
                                                                                                                    876 const uint32_t kZoneIdEtc_GMT_PLUS_0 = 0x9d13da13; // Etc/GMT+0
                                                                                                                    +
                                                                                                                    877 const uint32_t kZoneIdEtc_GMT_0 = 0x9d13da55; // Etc/GMT-0
                                                                                                                    +
                                                                                                                    878 const uint32_t kZoneIdEtc_GMT0 = 0xf53ea988; // Etc/GMT0
                                                                                                                    +
                                                                                                                    879 const uint32_t kZoneIdEtc_Greenwich = 0x26daa98c; // Etc/Greenwich
                                                                                                                    +
                                                                                                                    880 const uint32_t kZoneIdEtc_UCT = 0xd8e3189c; // Etc/UCT
                                                                                                                    +
                                                                                                                    881 const uint32_t kZoneIdEtc_Universal = 0x2f8cb9a9; // Etc/Universal
                                                                                                                    +
                                                                                                                    882 const uint32_t kZoneIdEtc_Zulu = 0xf549c240; // Etc/Zulu
                                                                                                                    +
                                                                                                                    883 const uint32_t kZoneIdEurope_Amsterdam = 0x109395c2; // Europe/Amsterdam
                                                                                                                    +
                                                                                                                    884 const uint32_t kZoneIdEurope_Belfast = 0xd07dd1e5; // Europe/Belfast
                                                                                                                    +
                                                                                                                    885 const uint32_t kZoneIdEurope_Bratislava = 0xda493bed; // Europe/Bratislava
                                                                                                                    +
                                                                                                                    886 const uint32_t kZoneIdEurope_Busingen = 0xc06d2cdf; // Europe/Busingen
                                                                                                                    +
                                                                                                                    887 const uint32_t kZoneIdEurope_Copenhagen = 0xe0ed30bc; // Europe/Copenhagen
                                                                                                                    +
                                                                                                                    888 const uint32_t kZoneIdEurope_Guernsey = 0x3db12c16; // Europe/Guernsey
                                                                                                                    +
                                                                                                                    889 const uint32_t kZoneIdEurope_Isle_of_Man = 0xeaf84580; // Europe/Isle_of_Man
                                                                                                                    +
                                                                                                                    890 const uint32_t kZoneIdEurope_Jersey = 0x570dae76; // Europe/Jersey
                                                                                                                    +
                                                                                                                    891 const uint32_t kZoneIdEurope_Kiev = 0xa2c19eb3; // Europe/Kiev
                                                                                                                    +
                                                                                                                    892 const uint32_t kZoneIdEurope_Ljubljana = 0xbd98cdb7; // Europe/Ljubljana
                                                                                                                    +
                                                                                                                    893 const uint32_t kZoneIdEurope_Luxembourg = 0x1f8bc6ce; // Europe/Luxembourg
                                                                                                                    +
                                                                                                                    894 const uint32_t kZoneIdEurope_Mariehamn = 0x0caa6496; // Europe/Mariehamn
                                                                                                                    +
                                                                                                                    895 const uint32_t kZoneIdEurope_Monaco = 0x5ebf9f01; // Europe/Monaco
                                                                                                                    +
                                                                                                                    896 const uint32_t kZoneIdEurope_Nicosia = 0x74efab8a; // Europe/Nicosia
                                                                                                                    +
                                                                                                                    897 const uint32_t kZoneIdEurope_Oslo = 0xa2c3fba1; // Europe/Oslo
                                                                                                                    +
                                                                                                                    898 const uint32_t kZoneIdEurope_Podgorica = 0x1c1a499c; // Europe/Podgorica
                                                                                                                    +
                                                                                                                    899 const uint32_t kZoneIdEurope_San_Marino = 0xcef7724b; // Europe/San_Marino
                                                                                                                    +
                                                                                                                    900 const uint32_t kZoneIdEurope_Sarajevo = 0x6a576c3f; // Europe/Sarajevo
                                                                                                                    +
                                                                                                                    901 const uint32_t kZoneIdEurope_Skopje = 0x6c76fdd0; // Europe/Skopje
                                                                                                                    +
                                                                                                                    902 const uint32_t kZoneIdEurope_Stockholm = 0x5bf6fbb8; // Europe/Stockholm
                                                                                                                    +
                                                                                                                    903 const uint32_t kZoneIdEurope_Tiraspol = 0xbe704472; // Europe/Tiraspol
                                                                                                                    +
                                                                                                                    904 const uint32_t kZoneIdEurope_Uzhgorod = 0xb066f5d6; // Europe/Uzhgorod
                                                                                                                    +
                                                                                                                    905 const uint32_t kZoneIdEurope_Vaduz = 0xfbb81bae; // Europe/Vaduz
                                                                                                                    +
                                                                                                                    906 const uint32_t kZoneIdEurope_Vatican = 0xcb485dca; // Europe/Vatican
                                                                                                                    +
                                                                                                                    907 const uint32_t kZoneIdEurope_Zagreb = 0x7c11c9ff; // Europe/Zagreb
                                                                                                                    +
                                                                                                                    908 const uint32_t kZoneIdEurope_Zaporozhye = 0xeab9767f; // Europe/Zaporozhye
                                                                                                                    909 const uint32_t kZoneIdGB = 0x005973ae; // GB
                                                                                                                    910 const uint32_t kZoneIdGB_Eire = 0xfa70e300; // GB-Eire
                                                                                                                    911 const uint32_t kZoneIdGMT = 0x0b87eb2d; // GMT
                                                                                                                    @@ -1247,225 +1247,221 @@
                                                                                                                    1174 const uint8_t kZoneBufSizeEurope_Rome = 5; // Europe/Rome in 2000
                                                                                                                    1175 const uint8_t kZoneBufSizeEurope_Sofia = 5; // Europe/Sofia in 2000
                                                                                                                    1176 const uint8_t kZoneBufSizeEurope_Tirane = 5; // Europe/Tirane in 2000
                                                                                                                    -
                                                                                                                    1177 const uint8_t kZoneBufSizeEurope_Uzhgorod = 5; // Europe/Uzhgorod in 2000
                                                                                                                    -
                                                                                                                    1178 const uint8_t kZoneBufSizeEurope_Vienna = 5; // Europe/Vienna in 2000
                                                                                                                    -
                                                                                                                    1179 const uint8_t kZoneBufSizeEurope_Warsaw = 5; // Europe/Warsaw in 2000
                                                                                                                    -
                                                                                                                    1180 const uint8_t kZoneBufSizeEurope_Zaporozhye = 5; // Europe/Zaporozhye in 2000
                                                                                                                    -
                                                                                                                    1181 const uint8_t kZoneBufSizeEurope_Zurich = 5; // Europe/Zurich in 2000
                                                                                                                    -
                                                                                                                    1182 const uint8_t kZoneBufSizeHST = 1; // HST in 2000
                                                                                                                    -
                                                                                                                    1183 const uint8_t kZoneBufSizeIndian_Chagos = 1; // Indian/Chagos in 2000
                                                                                                                    -
                                                                                                                    1184 const uint8_t kZoneBufSizeIndian_Maldives = 1; // Indian/Maldives in 2000
                                                                                                                    -
                                                                                                                    1185 const uint8_t kZoneBufSizeIndian_Mauritius = 3; // Indian/Mauritius in 2008
                                                                                                                    -
                                                                                                                    1186 const uint8_t kZoneBufSizeMET = 5; // MET in 2000
                                                                                                                    -
                                                                                                                    1187 const uint8_t kZoneBufSizeMST = 1; // MST in 2000
                                                                                                                    -
                                                                                                                    1188 const uint8_t kZoneBufSizeMST7MDT = 6; // MST7MDT in 2008
                                                                                                                    -
                                                                                                                    1189 const uint8_t kZoneBufSizePST8PDT = 6; // PST8PDT in 2008
                                                                                                                    -
                                                                                                                    1190 const uint8_t kZoneBufSizePacific_Auckland = 5; // Pacific/Auckland in 2000
                                                                                                                    -
                                                                                                                    1191 const uint8_t kZoneBufSizePacific_Chatham = 5; // Pacific/Chatham in 2000
                                                                                                                    -
                                                                                                                    1192 const uint8_t kZoneBufSizePacific_Easter = 5; // Pacific/Easter in 2002
                                                                                                                    -
                                                                                                                    1193 const uint8_t kZoneBufSizePacific_Efate = 2; // Pacific/Efate in 2000
                                                                                                                    -
                                                                                                                    1194 const uint8_t kZoneBufSizePacific_Fiji = 6; // Pacific/Fiji in 2017
                                                                                                                    -
                                                                                                                    1195 const uint8_t kZoneBufSizePacific_Galapagos = 2; // Pacific/Galapagos in 2000
                                                                                                                    -
                                                                                                                    1196 const uint8_t kZoneBufSizePacific_Gambier = 1; // Pacific/Gambier in 2000
                                                                                                                    -
                                                                                                                    1197 const uint8_t kZoneBufSizePacific_Guadalcanal = 1; // Pacific/Guadalcanal in 2000
                                                                                                                    -
                                                                                                                    1198 const uint8_t kZoneBufSizePacific_Honolulu = 1; // Pacific/Honolulu in 2000
                                                                                                                    -
                                                                                                                    1199 const uint8_t kZoneBufSizePacific_Kanton = 1; // Pacific/Kanton in 2000
                                                                                                                    -
                                                                                                                    1200 const uint8_t kZoneBufSizePacific_Kiritimati = 1; // Pacific/Kiritimati in 2000
                                                                                                                    -
                                                                                                                    1201 const uint8_t kZoneBufSizePacific_Kosrae = 1; // Pacific/Kosrae in 2000
                                                                                                                    -
                                                                                                                    1202 const uint8_t kZoneBufSizePacific_Kwajalein = 1; // Pacific/Kwajalein in 2000
                                                                                                                    -
                                                                                                                    1203 const uint8_t kZoneBufSizePacific_Marquesas = 1; // Pacific/Marquesas in 2000
                                                                                                                    -
                                                                                                                    1204 const uint8_t kZoneBufSizePacific_Nauru = 1; // Pacific/Nauru in 2000
                                                                                                                    -
                                                                                                                    1205 const uint8_t kZoneBufSizePacific_Niue = 1; // Pacific/Niue in 2000
                                                                                                                    -
                                                                                                                    1206 const uint8_t kZoneBufSizePacific_Noumea = 2; // Pacific/Noumea in 2000
                                                                                                                    -
                                                                                                                    1207 const uint8_t kZoneBufSizePacific_Pago_Pago = 1; // Pacific/Pago_Pago in 2000
                                                                                                                    -
                                                                                                                    1208 const uint8_t kZoneBufSizePacific_Palau = 1; // Pacific/Palau in 2000
                                                                                                                    -
                                                                                                                    1209 const uint8_t kZoneBufSizePacific_Pitcairn = 1; // Pacific/Pitcairn in 2000
                                                                                                                    -
                                                                                                                    1210 const uint8_t kZoneBufSizePacific_Port_Moresby = 1; // Pacific/Port_Moresby in 2000
                                                                                                                    -
                                                                                                                    1211 const uint8_t kZoneBufSizePacific_Rarotonga = 2; // Pacific/Rarotonga in 2000
                                                                                                                    -
                                                                                                                    1212 const uint8_t kZoneBufSizePacific_Tahiti = 1; // Pacific/Tahiti in 2000
                                                                                                                    -
                                                                                                                    1213 const uint8_t kZoneBufSizePacific_Tarawa = 1; // Pacific/Tarawa in 2000
                                                                                                                    -
                                                                                                                    1214 const uint8_t kZoneBufSizePacific_Tongatapu = 5; // Pacific/Tongatapu in 2001
                                                                                                                    -
                                                                                                                    1215 const uint8_t kZoneBufSizeWET = 5; // WET in 2000
                                                                                                                    -
                                                                                                                    1216 
                                                                                                                    -
                                                                                                                    1217 
                                                                                                                    +
                                                                                                                    1177 const uint8_t kZoneBufSizeEurope_Vienna = 5; // Europe/Vienna in 2000
                                                                                                                    +
                                                                                                                    1178 const uint8_t kZoneBufSizeEurope_Warsaw = 5; // Europe/Warsaw in 2000
                                                                                                                    +
                                                                                                                    1179 const uint8_t kZoneBufSizeEurope_Zurich = 5; // Europe/Zurich in 2000
                                                                                                                    +
                                                                                                                    1180 const uint8_t kZoneBufSizeHST = 1; // HST in 2000
                                                                                                                    +
                                                                                                                    1181 const uint8_t kZoneBufSizeIndian_Chagos = 1; // Indian/Chagos in 2000
                                                                                                                    +
                                                                                                                    1182 const uint8_t kZoneBufSizeIndian_Maldives = 1; // Indian/Maldives in 2000
                                                                                                                    +
                                                                                                                    1183 const uint8_t kZoneBufSizeIndian_Mauritius = 3; // Indian/Mauritius in 2008
                                                                                                                    +
                                                                                                                    1184 const uint8_t kZoneBufSizeMET = 5; // MET in 2000
                                                                                                                    +
                                                                                                                    1185 const uint8_t kZoneBufSizeMST = 1; // MST in 2000
                                                                                                                    +
                                                                                                                    1186 const uint8_t kZoneBufSizeMST7MDT = 6; // MST7MDT in 2008
                                                                                                                    +
                                                                                                                    1187 const uint8_t kZoneBufSizePST8PDT = 6; // PST8PDT in 2008
                                                                                                                    +
                                                                                                                    1188 const uint8_t kZoneBufSizePacific_Auckland = 5; // Pacific/Auckland in 2000
                                                                                                                    +
                                                                                                                    1189 const uint8_t kZoneBufSizePacific_Chatham = 5; // Pacific/Chatham in 2000
                                                                                                                    +
                                                                                                                    1190 const uint8_t kZoneBufSizePacific_Easter = 5; // Pacific/Easter in 2002
                                                                                                                    +
                                                                                                                    1191 const uint8_t kZoneBufSizePacific_Efate = 2; // Pacific/Efate in 2000
                                                                                                                    +
                                                                                                                    1192 const uint8_t kZoneBufSizePacific_Fiji = 6; // Pacific/Fiji in 2017
                                                                                                                    +
                                                                                                                    1193 const uint8_t kZoneBufSizePacific_Galapagos = 2; // Pacific/Galapagos in 2000
                                                                                                                    +
                                                                                                                    1194 const uint8_t kZoneBufSizePacific_Gambier = 1; // Pacific/Gambier in 2000
                                                                                                                    +
                                                                                                                    1195 const uint8_t kZoneBufSizePacific_Guadalcanal = 1; // Pacific/Guadalcanal in 2000
                                                                                                                    +
                                                                                                                    1196 const uint8_t kZoneBufSizePacific_Honolulu = 1; // Pacific/Honolulu in 2000
                                                                                                                    +
                                                                                                                    1197 const uint8_t kZoneBufSizePacific_Kanton = 1; // Pacific/Kanton in 2000
                                                                                                                    +
                                                                                                                    1198 const uint8_t kZoneBufSizePacific_Kiritimati = 1; // Pacific/Kiritimati in 2000
                                                                                                                    +
                                                                                                                    1199 const uint8_t kZoneBufSizePacific_Kosrae = 1; // Pacific/Kosrae in 2000
                                                                                                                    +
                                                                                                                    1200 const uint8_t kZoneBufSizePacific_Kwajalein = 1; // Pacific/Kwajalein in 2000
                                                                                                                    +
                                                                                                                    1201 const uint8_t kZoneBufSizePacific_Marquesas = 1; // Pacific/Marquesas in 2000
                                                                                                                    +
                                                                                                                    1202 const uint8_t kZoneBufSizePacific_Nauru = 1; // Pacific/Nauru in 2000
                                                                                                                    +
                                                                                                                    1203 const uint8_t kZoneBufSizePacific_Niue = 1; // Pacific/Niue in 2000
                                                                                                                    +
                                                                                                                    1204 const uint8_t kZoneBufSizePacific_Noumea = 2; // Pacific/Noumea in 2000
                                                                                                                    +
                                                                                                                    1205 const uint8_t kZoneBufSizePacific_Pago_Pago = 1; // Pacific/Pago_Pago in 2000
                                                                                                                    +
                                                                                                                    1206 const uint8_t kZoneBufSizePacific_Palau = 1; // Pacific/Palau in 2000
                                                                                                                    +
                                                                                                                    1207 const uint8_t kZoneBufSizePacific_Pitcairn = 1; // Pacific/Pitcairn in 2000
                                                                                                                    +
                                                                                                                    1208 const uint8_t kZoneBufSizePacific_Port_Moresby = 1; // Pacific/Port_Moresby in 2000
                                                                                                                    +
                                                                                                                    1209 const uint8_t kZoneBufSizePacific_Rarotonga = 2; // Pacific/Rarotonga in 2000
                                                                                                                    +
                                                                                                                    1210 const uint8_t kZoneBufSizePacific_Tahiti = 1; // Pacific/Tahiti in 2000
                                                                                                                    +
                                                                                                                    1211 const uint8_t kZoneBufSizePacific_Tarawa = 1; // Pacific/Tarawa in 2000
                                                                                                                    +
                                                                                                                    1212 const uint8_t kZoneBufSizePacific_Tongatapu = 5; // Pacific/Tongatapu in 2001
                                                                                                                    +
                                                                                                                    1213 const uint8_t kZoneBufSizeWET = 5; // WET in 2000
                                                                                                                    +
                                                                                                                    1214 
                                                                                                                    +
                                                                                                                    1215 
                                                                                                                    +
                                                                                                                    1216 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1217 // Unsupported zones: 119
                                                                                                                    1218 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1219 // Unsupported zones: 119
                                                                                                                    -
                                                                                                                    1220 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1221 
                                                                                                                    -
                                                                                                                    1222 // Africa/Cairo (policy 'Egypt' not found)
                                                                                                                    -
                                                                                                                    1223 // Africa/Casablanca (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1224 // Africa/El_Aaiun (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1225 // Africa/Juba (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1226 // Africa/Khartoum (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1227 // Africa/Sao_Tome (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1228 // Africa/Tripoli (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1229 // Africa/Windhoek (policy 'Namibia' not found)
                                                                                                                    -
                                                                                                                    1230 // America/Araguaina (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1231 // America/Argentina/Buenos_Aires (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1232 // America/Argentina/Catamarca (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1233 // America/Argentina/Cordoba (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1234 // America/Argentina/Jujuy (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1235 // America/Argentina/La_Rioja (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1236 // America/Argentina/Mendoza (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1237 // America/Argentina/Rio_Gallegos (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1238 // America/Argentina/Salta (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1239 // America/Argentina/San_Juan (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1240 // America/Argentina/San_Luis (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1241 // America/Argentina/Tucuman (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1242 // America/Argentina/Ushuaia (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1243 // America/Bahia (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1244 // America/Bahia_Banderas (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1245 // America/Belize (policy 'Belize' not found)
                                                                                                                    -
                                                                                                                    1246 // America/Boa_Vista (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1247 // America/Cambridge_Bay (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1248 // America/Cancun (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1249 // America/Caracas (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1250 // America/Cuiaba (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1251 // America/Dawson (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1252 // America/Eirunepe (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1253 // America/Fort_Nelson (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1254 // America/Fortaleza (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1255 // America/Goose_Bay (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1256 // America/Grand_Turk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1257 // America/Indiana/Knox (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1258 // America/Indiana/Petersburg (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1259 // America/Indiana/Tell_City (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1260 // America/Indiana/Vincennes (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1261 // America/Indiana/Winamac (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1262 // America/Iqaluit (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1263 // America/Kentucky/Monticello (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1264 // America/Maceio (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1265 // America/Metlakatla (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1266 // America/Mexico_City (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1267 // America/Noronha (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1268 // America/North_Dakota/Beulah (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1269 // America/North_Dakota/New_Salem (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1270 // America/Pangnirtung (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1271 // America/Punta_Arenas (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1272 // America/Rankin_Inlet (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1273 // America/Recife (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1274 // America/Resolute (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1275 // America/Rio_Branco (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1276 // America/Santarem (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1277 // America/Santo_Domingo (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1278 // America/St_Johns (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1279 // America/Tijuana (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1280 // America/Whitehorse (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1281 // Antarctica/Casey (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1282 // Antarctica/Davis (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1283 // Antarctica/Macquarie (offset in RULES '1:00')
                                                                                                                    -
                                                                                                                    1284 // Antarctica/Mawson (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1285 // Antarctica/Palmer (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1286 // Antarctica/Troll (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1287 // Asia/Almaty (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1288 // Asia/Anadyr (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1289 // Asia/Aqtau (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1290 // Asia/Aqtobe (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1291 // Asia/Atyrau (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1292 // Asia/Barnaul (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1293 // Asia/Bishkek (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1294 // Asia/Chita (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1295 // Asia/Choibalsan (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1296 // Asia/Colombo (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1297 // Asia/Dili (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1298 // Asia/Famagusta (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1299 // Asia/Gaza (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1300 // Asia/Hebron (policy 'Palestine' not found)
                                                                                                                    -
                                                                                                                    1301 // Asia/Irkutsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1302 // Asia/Kamchatka (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1303 // Asia/Khandyga (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1304 // Asia/Krasnoyarsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1305 // Asia/Magadan (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1306 // Asia/Novokuznetsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1307 // Asia/Novosibirsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1308 // Asia/Omsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1309 // Asia/Oral (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1310 // Asia/Pyongyang (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1311 // Asia/Qostanay (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1312 // Asia/Qyzylorda (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1313 // Asia/Sakhalin (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1314 // Asia/Srednekolymsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1315 // Asia/Tbilisi (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1316 // Asia/Tomsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1317 // Asia/Ust-Nera (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1318 // Asia/Vladivostok (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1319 // Asia/Yakutsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1320 // Asia/Yekaterinburg (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1321 // Atlantic/Stanley (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1322 // Europe/Astrakhan (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1323 // Europe/Istanbul (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1324 // Europe/Kaliningrad (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1325 // Europe/Kirov (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1326 // Europe/Minsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1327 // Europe/Moscow (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1328 // Europe/Riga (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1329 // Europe/Samara (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1330 // Europe/Saratov (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1331 // Europe/Simferopol (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1332 // Europe/Tallinn (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1333 // Europe/Ulyanovsk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1334 // Europe/Vilnius (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1335 // Europe/Volgograd (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1336 // Pacific/Apia (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1337 // Pacific/Bougainville (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1338 // Pacific/Fakaofo (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1339 // Pacific/Guam (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1340 // Pacific/Norfolk (UNTIL contains month/day/time)
                                                                                                                    -
                                                                                                                    1341 
                                                                                                                    -
                                                                                                                    1342 
                                                                                                                    +
                                                                                                                    1219 
                                                                                                                    +
                                                                                                                    1220 // Africa/Cairo (policy 'Egypt' not found)
                                                                                                                    +
                                                                                                                    1221 // Africa/Casablanca (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1222 // Africa/El_Aaiun (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1223 // Africa/Juba (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1224 // Africa/Khartoum (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1225 // Africa/Sao_Tome (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1226 // Africa/Tripoli (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1227 // Africa/Windhoek (policy 'Namibia' not found)
                                                                                                                    +
                                                                                                                    1228 // America/Araguaina (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1229 // America/Argentina/Buenos_Aires (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1230 // America/Argentina/Catamarca (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1231 // America/Argentina/Cordoba (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1232 // America/Argentina/Jujuy (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1233 // America/Argentina/La_Rioja (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1234 // America/Argentina/Mendoza (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1235 // America/Argentina/Rio_Gallegos (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1236 // America/Argentina/Salta (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1237 // America/Argentina/San_Juan (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1238 // America/Argentina/San_Luis (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1239 // America/Argentina/Tucuman (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1240 // America/Argentina/Ushuaia (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1241 // America/Bahia (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1242 // America/Bahia_Banderas (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1243 // America/Belize (policy 'Belize' not found)
                                                                                                                    +
                                                                                                                    1244 // America/Boa_Vista (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1245 // America/Cambridge_Bay (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1246 // America/Cancun (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1247 // America/Caracas (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1248 // America/Cuiaba (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1249 // America/Dawson (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1250 // America/Eirunepe (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1251 // America/Fort_Nelson (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1252 // America/Fortaleza (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1253 // America/Goose_Bay (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1254 // America/Grand_Turk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1255 // America/Indiana/Knox (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1256 // America/Indiana/Petersburg (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1257 // America/Indiana/Tell_City (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1258 // America/Indiana/Vincennes (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1259 // America/Indiana/Winamac (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1260 // America/Iqaluit (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1261 // America/Kentucky/Monticello (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1262 // America/Maceio (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1263 // America/Metlakatla (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1264 // America/Mexico_City (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1265 // America/Noronha (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1266 // America/North_Dakota/Beulah (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1267 // America/North_Dakota/New_Salem (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1268 // America/Pangnirtung (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1269 // America/Punta_Arenas (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1270 // America/Rankin_Inlet (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1271 // America/Recife (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1272 // America/Resolute (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1273 // America/Rio_Branco (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1274 // America/Santarem (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1275 // America/Santo_Domingo (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1276 // America/St_Johns (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1277 // America/Tijuana (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1278 // America/Whitehorse (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1279 // Antarctica/Casey (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1280 // Antarctica/Davis (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1281 // Antarctica/Macquarie (offset in RULES '1:00')
                                                                                                                    +
                                                                                                                    1282 // Antarctica/Mawson (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1283 // Antarctica/Palmer (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1284 // Antarctica/Troll (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1285 // Asia/Almaty (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1286 // Asia/Anadyr (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1287 // Asia/Aqtau (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1288 // Asia/Aqtobe (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1289 // Asia/Atyrau (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1290 // Asia/Barnaul (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1291 // Asia/Bishkek (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1292 // Asia/Chita (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1293 // Asia/Choibalsan (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1294 // Asia/Colombo (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1295 // Asia/Dili (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1296 // Asia/Famagusta (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1297 // Asia/Gaza (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1298 // Asia/Hebron (policy 'Palestine' not found)
                                                                                                                    +
                                                                                                                    1299 // Asia/Irkutsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1300 // Asia/Kamchatka (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1301 // Asia/Khandyga (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1302 // Asia/Krasnoyarsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1303 // Asia/Magadan (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1304 // Asia/Novokuznetsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1305 // Asia/Novosibirsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1306 // Asia/Omsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1307 // Asia/Oral (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1308 // Asia/Pyongyang (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1309 // Asia/Qostanay (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1310 // Asia/Qyzylorda (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1311 // Asia/Sakhalin (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1312 // Asia/Srednekolymsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1313 // Asia/Tbilisi (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1314 // Asia/Tomsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1315 // Asia/Ust-Nera (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1316 // Asia/Vladivostok (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1317 // Asia/Yakutsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1318 // Asia/Yekaterinburg (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1319 // Atlantic/Stanley (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1320 // Europe/Astrakhan (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1321 // Europe/Istanbul (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1322 // Europe/Kaliningrad (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1323 // Europe/Kirov (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1324 // Europe/Minsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1325 // Europe/Moscow (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1326 // Europe/Riga (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1327 // Europe/Samara (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1328 // Europe/Saratov (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1329 // Europe/Simferopol (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1330 // Europe/Tallinn (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1331 // Europe/Ulyanovsk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1332 // Europe/Vilnius (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1333 // Europe/Volgograd (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1334 // Pacific/Apia (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1335 // Pacific/Bougainville (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1336 // Pacific/Fakaofo (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1337 // Pacific/Guam (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1338 // Pacific/Norfolk (UNTIL contains month/day/time)
                                                                                                                    +
                                                                                                                    1339 
                                                                                                                    +
                                                                                                                    1340 
                                                                                                                    +
                                                                                                                    1341 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1342 // Notable zones: 1
                                                                                                                    1343 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1344 // Notable zones: 1
                                                                                                                    -
                                                                                                                    1345 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1344 
                                                                                                                    +
                                                                                                                    1345 // Africa/Johannesburg (RULES not fixed but FORMAT is missing '%' or '/')
                                                                                                                    1346 
                                                                                                                    -
                                                                                                                    1347 // Africa/Johannesburg (RULES not fixed but FORMAT is missing '%' or '/')
                                                                                                                    -
                                                                                                                    1348 
                                                                                                                    -
                                                                                                                    1349 
                                                                                                                    +
                                                                                                                    1347 
                                                                                                                    +
                                                                                                                    1348 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1349 // Unsupported links: 24
                                                                                                                    1350 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1351 // Unsupported links: 24
                                                                                                                    -
                                                                                                                    1352 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1353 
                                                                                                                    -
                                                                                                                    1354 // America/Argentina/ComodRivadavia (Target Zone "America/Argentina/Catamarca" missing)
                                                                                                                    -
                                                                                                                    1355 // America/Buenos_Aires (Target Zone "America/Argentina/Buenos_Aires" missing)
                                                                                                                    -
                                                                                                                    1356 // America/Catamarca (Target Zone "America/Argentina/Catamarca" missing)
                                                                                                                    -
                                                                                                                    1357 // America/Cordoba (Target Zone "America/Argentina/Cordoba" missing)
                                                                                                                    -
                                                                                                                    1358 // America/Ensenada (Target Zone "America/Tijuana" missing)
                                                                                                                    -
                                                                                                                    1359 // America/Jujuy (Target Zone "America/Argentina/Jujuy" missing)
                                                                                                                    -
                                                                                                                    1360 // America/Knox_IN (Target Zone "America/Indiana/Knox" missing)
                                                                                                                    -
                                                                                                                    1361 // America/Mendoza (Target Zone "America/Argentina/Mendoza" missing)
                                                                                                                    -
                                                                                                                    1362 // America/Porto_Acre (Target Zone "America/Rio_Branco" missing)
                                                                                                                    -
                                                                                                                    1363 // America/Rosario (Target Zone "America/Argentina/Cordoba" missing)
                                                                                                                    -
                                                                                                                    1364 // America/Santa_Isabel (Target Zone "America/Tijuana" missing)
                                                                                                                    -
                                                                                                                    1365 // Asia/Istanbul (Target Zone "Europe/Istanbul" missing)
                                                                                                                    -
                                                                                                                    1366 // Brazil/Acre (Target Zone "America/Rio_Branco" missing)
                                                                                                                    -
                                                                                                                    1367 // Brazil/DeNoronha (Target Zone "America/Noronha" missing)
                                                                                                                    -
                                                                                                                    1368 // Canada/Newfoundland (Target Zone "America/St_Johns" missing)
                                                                                                                    -
                                                                                                                    1369 // Canada/Yukon (Target Zone "America/Whitehorse" missing)
                                                                                                                    -
                                                                                                                    1370 // Egypt (Target Zone "Africa/Cairo" missing)
                                                                                                                    -
                                                                                                                    1371 // Libya (Target Zone "Africa/Tripoli" missing)
                                                                                                                    -
                                                                                                                    1372 // Mexico/BajaNorte (Target Zone "America/Tijuana" missing)
                                                                                                                    -
                                                                                                                    1373 // Mexico/General (Target Zone "America/Mexico_City" missing)
                                                                                                                    -
                                                                                                                    1374 // Pacific/Saipan (Target Zone "Pacific/Guam" missing)
                                                                                                                    -
                                                                                                                    1375 // Turkey (Target Zone "Europe/Istanbul" missing)
                                                                                                                    -
                                                                                                                    1376 // US/Indiana-Starke (Target Zone "America/Indiana/Knox" missing)
                                                                                                                    -
                                                                                                                    1377 // W-SU (Target Zone "Europe/Moscow" missing)
                                                                                                                    -
                                                                                                                    1378 
                                                                                                                    -
                                                                                                                    1379 
                                                                                                                    +
                                                                                                                    1351 
                                                                                                                    +
                                                                                                                    1352 // America/Argentina/ComodRivadavia (Target Zone "America/Argentina/Catamarca" missing)
                                                                                                                    +
                                                                                                                    1353 // America/Buenos_Aires (Target Zone "America/Argentina/Buenos_Aires" missing)
                                                                                                                    +
                                                                                                                    1354 // America/Catamarca (Target Zone "America/Argentina/Catamarca" missing)
                                                                                                                    +
                                                                                                                    1355 // America/Cordoba (Target Zone "America/Argentina/Cordoba" missing)
                                                                                                                    +
                                                                                                                    1356 // America/Ensenada (Target Zone "America/Tijuana" missing)
                                                                                                                    +
                                                                                                                    1357 // America/Jujuy (Target Zone "America/Argentina/Jujuy" missing)
                                                                                                                    +
                                                                                                                    1358 // America/Knox_IN (Target Zone "America/Indiana/Knox" missing)
                                                                                                                    +
                                                                                                                    1359 // America/Mendoza (Target Zone "America/Argentina/Mendoza" missing)
                                                                                                                    +
                                                                                                                    1360 // America/Porto_Acre (Target Zone "America/Rio_Branco" missing)
                                                                                                                    +
                                                                                                                    1361 // America/Rosario (Target Zone "America/Argentina/Cordoba" missing)
                                                                                                                    +
                                                                                                                    1362 // America/Santa_Isabel (Target Zone "America/Tijuana" missing)
                                                                                                                    +
                                                                                                                    1363 // Asia/Istanbul (Target Zone "Europe/Istanbul" missing)
                                                                                                                    +
                                                                                                                    1364 // Brazil/Acre (Target Zone "America/Rio_Branco" missing)
                                                                                                                    +
                                                                                                                    1365 // Brazil/DeNoronha (Target Zone "America/Noronha" missing)
                                                                                                                    +
                                                                                                                    1366 // Canada/Newfoundland (Target Zone "America/St_Johns" missing)
                                                                                                                    +
                                                                                                                    1367 // Canada/Yukon (Target Zone "America/Whitehorse" missing)
                                                                                                                    +
                                                                                                                    1368 // Egypt (Target Zone "Africa/Cairo" missing)
                                                                                                                    +
                                                                                                                    1369 // Libya (Target Zone "Africa/Tripoli" missing)
                                                                                                                    +
                                                                                                                    1370 // Mexico/BajaNorte (Target Zone "America/Tijuana" missing)
                                                                                                                    +
                                                                                                                    1371 // Mexico/General (Target Zone "America/Mexico_City" missing)
                                                                                                                    +
                                                                                                                    1372 // Pacific/Saipan (Target Zone "Pacific/Guam" missing)
                                                                                                                    +
                                                                                                                    1373 // Turkey (Target Zone "Europe/Istanbul" missing)
                                                                                                                    +
                                                                                                                    1374 // US/Indiana-Starke (Target Zone "America/Indiana/Knox" missing)
                                                                                                                    +
                                                                                                                    1375 // W-SU (Target Zone "Europe/Moscow" missing)
                                                                                                                    +
                                                                                                                    1376 
                                                                                                                    +
                                                                                                                    1377 
                                                                                                                    +
                                                                                                                    1378 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1379 // Notable links: 0
                                                                                                                    1380 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1381 // Notable links: 0
                                                                                                                    -
                                                                                                                    1382 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1381 
                                                                                                                    +
                                                                                                                    1382 
                                                                                                                    1383 
                                                                                                                    -
                                                                                                                    1384 
                                                                                                                    -
                                                                                                                    1385 
                                                                                                                    -
                                                                                                                    1386 }
                                                                                                                    -
                                                                                                                    1387 }
                                                                                                                    -
                                                                                                                    1388 
                                                                                                                    -
                                                                                                                    1389 #endif
                                                                                                                    +
                                                                                                                    1384 }
                                                                                                                    +
                                                                                                                    1385 }
                                                                                                                    +
                                                                                                                    1386 
                                                                                                                    +
                                                                                                                    1387 #endif
                                                                                                                    diff --git a/docs/html/zone__policies_8cpp_source.html b/docs/html/zonedb_2zone__policies_8cpp_source.html similarity index 99% rename from docs/html/zone__policies_8cpp_source.html rename to docs/html/zonedb_2zone__policies_8cpp_source.html index 68d1c1f35..ce06a4844 100644 --- a/docs/html/zone__policies_8cpp_source.html +++ b/docs/html/zonedb_2zone__policies_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedb/zone_policies.cpp Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope basic
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // Policies: 64
                                                                                                                    28 // Rules: 337
                                                                                                                    @@ -5439,13 +5439,11 @@
                                                                                                                    5366 
                                                                                                                    5367 }
                                                                                                                    5368 }
                                                                                                                    +
                                                                                                                    Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
                                                                                                                    - diff --git a/docs/html/zone__policies_8h_source.html b/docs/html/zonedb_2zone__policies_8h_source.html similarity index 98% rename from docs/html/zone__policies_8h_source.html rename to docs/html/zonedb_2zone__policies_8h_source.html index 4a7464f23..e28e9fe5b 100644 --- a/docs/html/zone__policies_8h_source.html +++ b/docs/html/zonedb_2zone__policies_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedb/zone_policies.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope basic
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // DO NOT EDIT
                                                                                                                    28 
                                                                                                                    @@ -269,9 +269,7 @@ diff --git a/docs/html/zone__registry_8cpp_source.html b/docs/html/zonedb_2zone__registry_8cpp_source.html similarity index 73% rename from docs/html/zone__registry_8cpp_source.html rename to docs/html/zonedb_2zone__registry_8cpp_source.html index e0d2c3994..ee32f4f28 100644 --- a/docs/html/zone__registry_8cpp_source.html +++ b/docs/html/zonedb_2zone__registry_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedb/zone_registry.cpp Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope basic
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // DO NOT EDIT
                                                                                                                    28 
                                                                                                                    @@ -109,7 +109,7 @@
                                                                                                                    36 //---------------------------------------------------------------------------
                                                                                                                    37 // Zone Info registry. Sorted by zoneId.
                                                                                                                    38 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    39 const basic::ZoneInfo* const kZoneRegistry[237] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    39 const basic::ZoneInfo* const kZoneRegistry[235] ACE_TIME_PROGMEM = {
                                                                                                                    40  &kZoneAsia_Jakarta, // 0x0506ab50, Asia/Jakarta
                                                                                                                    41  &kZoneAmerica_Mazatlan, // 0x0532189e, America/Mazatlan
                                                                                                                    42  &kZoneAmerica_Hermosillo, // 0x065d21c4, America/Hermosillo
                                                                                                                    @@ -290,734 +290,734 @@
                                                                                                                    217  &kZoneAmerica_Manaus, // 0xac86bf8b, America/Manaus
                                                                                                                    218  &kZoneAmerica_Merida, // 0xacd172d8, America/Merida
                                                                                                                    219  &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau
                                                                                                                    -
                                                                                                                    220  &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod
                                                                                                                    -
                                                                                                                    221  &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    222  &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo
                                                                                                                    -
                                                                                                                    223  &kZoneAmerica_Panama, // 0xb3863854, America/Panama
                                                                                                                    -
                                                                                                                    224  &kZoneAmerica_Los_Angeles, // 0xb7f7e8f2, America/Los_Angeles
                                                                                                                    -
                                                                                                                    225  &kZoneAmerica_Regina, // 0xb875371c, America/Regina
                                                                                                                    -
                                                                                                                    226  &kZoneAsia_Ashgabat, // 0xba87598d, Asia/Ashgabat
                                                                                                                    -
                                                                                                                    227  &kZoneAmerica_Halifax, // 0xbc5b7183, America/Halifax
                                                                                                                    -
                                                                                                                    228  &kZoneAmerica_Tegucigalpa, // 0xbfd6fd4c, America/Tegucigalpa
                                                                                                                    -
                                                                                                                    229  &kZoneAsia_Manila, // 0xc156c944, Asia/Manila
                                                                                                                    -
                                                                                                                    230  &kZoneAfrica_Abidjan, // 0xc21305a3, Africa/Abidjan
                                                                                                                    -
                                                                                                                    231  &kZoneAsia_Jayapura, // 0xc6833c2f, Asia/Jayapura
                                                                                                                    -
                                                                                                                    232  &kZoneAmerica_Barbados, // 0xcbbc3b04, America/Barbados
                                                                                                                    -
                                                                                                                    233  &kZoneAsia_Riyadh, // 0xcd973d93, Asia/Riyadh
                                                                                                                    -
                                                                                                                    234  &kZonePacific_Easter, // 0xcf54f7e7, Pacific/Easter
                                                                                                                    -
                                                                                                                    235  &kZoneAsia_Singapore, // 0xcf8581fa, Asia/Singapore
                                                                                                                    -
                                                                                                                    236  &kZoneAsia_Taipei, // 0xd1a844ae, Asia/Taipei
                                                                                                                    -
                                                                                                                    237  &kZoneAsia_Tehran, // 0xd1f02254, Asia/Tehran
                                                                                                                    -
                                                                                                                    238  &kZoneAsia_Urumqi, // 0xd5379735, Asia/Urumqi
                                                                                                                    -
                                                                                                                    239  &kZoneAfrica_Johannesburg, // 0xd5d157a0, Africa/Johannesburg
                                                                                                                    -
                                                                                                                    240  &kZoneEtc_GMT, // 0xd8e2de58, Etc/GMT
                                                                                                                    -
                                                                                                                    241  &kZoneEtc_UTC, // 0xd8e31abc, Etc/UTC
                                                                                                                    -
                                                                                                                    242  &kZoneAmerica_Yakutat, // 0xd8ee31e9, America/Yakutat
                                                                                                                    -
                                                                                                                    243  &kZoneAfrica_Algiers, // 0xd94515c1, Africa/Algiers
                                                                                                                    -
                                                                                                                    244  &kZonePST8PDT, // 0xd99ee2dc, PST8PDT
                                                                                                                    -
                                                                                                                    245  &kZoneAmerica_Matamoros, // 0xdd1b0259, America/Matamoros
                                                                                                                    -
                                                                                                                    246  &kZonePacific_Kanton, // 0xdd512f0e, Pacific/Kanton
                                                                                                                    -
                                                                                                                    247  &kZoneAsia_Yangon, // 0xdd54a8be, Asia/Yangon
                                                                                                                    -
                                                                                                                    248  &kZonePacific_Kosrae, // 0xde5139a8, Pacific/Kosrae
                                                                                                                    -
                                                                                                                    249  &kZoneEurope_Brussels, // 0xdee07337, Europe/Brussels
                                                                                                                    -
                                                                                                                    250  &kZoneAmerica_Swift_Current, // 0xdef98e55, America/Swift_Current
                                                                                                                    -
                                                                                                                    251  &kZoneAustralia_Lindeman, // 0xe05029e2, Australia/Lindeman
                                                                                                                    -
                                                                                                                    252  &kZoneEurope_Belgrade, // 0xe0532b3a, Europe/Belgrade
                                                                                                                    -
                                                                                                                    253  &kZoneAmerica_Menominee, // 0xe0e9c583, America/Menominee
                                                                                                                    -
                                                                                                                    254  &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe
                                                                                                                    -
                                                                                                                    255  &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea
                                                                                                                    -
                                                                                                                    256  &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu
                                                                                                                    -
                                                                                                                    257  &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye
                                                                                                                    -
                                                                                                                    258  &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga
                                                                                                                    -
                                                                                                                    259  &kZoneCST6CDT, // 0xf0e87d00, CST6CDT
                                                                                                                    -
                                                                                                                    260  &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti
                                                                                                                    -
                                                                                                                    261  &kZonePacific_Tarawa, // 0xf2517e63, Pacific/Tarawa
                                                                                                                    -
                                                                                                                    262  &kZoneMST7MDT, // 0xf2af9375, MST7MDT
                                                                                                                    -
                                                                                                                    263  &kZoneAsia_Tashkent, // 0xf3924254, Asia/Tashkent
                                                                                                                    -
                                                                                                                    264  &kZonePacific_Guadalcanal, // 0xf4dd25f0, Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    265  &kZoneAmerica_Danmarkshavn, // 0xf554d204, America/Danmarkshavn
                                                                                                                    -
                                                                                                                    266  &kZoneAsia_Shanghai, // 0xf895a7f5, Asia/Shanghai
                                                                                                                    -
                                                                                                                    267  &kZoneEurope_Gibraltar, // 0xf8e325fc, Europe/Gibraltar
                                                                                                                    -
                                                                                                                    268  &kZoneAtlantic_Azores, // 0xf93ed918, Atlantic/Azores
                                                                                                                    -
                                                                                                                    269  &kZoneAmerica_Thunder_Bay, // 0xf962e71b, America/Thunder_Bay
                                                                                                                    -
                                                                                                                    270  &kZoneAmerica_Montevideo, // 0xfa214780, America/Montevideo
                                                                                                                    -
                                                                                                                    271  &kZoneEurope_Malta, // 0xfb1560f3, Europe/Malta
                                                                                                                    -
                                                                                                                    272  &kZoneEurope_Bucharest, // 0xfb349ec5, Europe/Bucharest
                                                                                                                    -
                                                                                                                    273  &kZoneEurope_Paris, // 0xfb4bc2a3, Europe/Paris
                                                                                                                    -
                                                                                                                    274  &kZoneEurope_Sofia, // 0xfb898656, Europe/Sofia
                                                                                                                    -
                                                                                                                    275  &kZoneAtlantic_Canary, // 0xfc23f2c2, Atlantic/Canary
                                                                                                                    -
                                                                                                                    276  &kZoneAmerica_Campo_Grande, // 0xfec3e7a6, America/Campo_Grande
                                                                                                                    +
                                                                                                                    220  &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    221  &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo
                                                                                                                    +
                                                                                                                    222  &kZoneAmerica_Panama, // 0xb3863854, America/Panama
                                                                                                                    +
                                                                                                                    223  &kZoneAmerica_Los_Angeles, // 0xb7f7e8f2, America/Los_Angeles
                                                                                                                    +
                                                                                                                    224  &kZoneAmerica_Regina, // 0xb875371c, America/Regina
                                                                                                                    +
                                                                                                                    225  &kZoneAsia_Ashgabat, // 0xba87598d, Asia/Ashgabat
                                                                                                                    +
                                                                                                                    226  &kZoneAmerica_Halifax, // 0xbc5b7183, America/Halifax
                                                                                                                    +
                                                                                                                    227  &kZoneAmerica_Tegucigalpa, // 0xbfd6fd4c, America/Tegucigalpa
                                                                                                                    +
                                                                                                                    228  &kZoneAsia_Manila, // 0xc156c944, Asia/Manila
                                                                                                                    +
                                                                                                                    229  &kZoneAfrica_Abidjan, // 0xc21305a3, Africa/Abidjan
                                                                                                                    +
                                                                                                                    230  &kZoneAsia_Jayapura, // 0xc6833c2f, Asia/Jayapura
                                                                                                                    +
                                                                                                                    231  &kZoneAmerica_Barbados, // 0xcbbc3b04, America/Barbados
                                                                                                                    +
                                                                                                                    232  &kZoneAsia_Riyadh, // 0xcd973d93, Asia/Riyadh
                                                                                                                    +
                                                                                                                    233  &kZonePacific_Easter, // 0xcf54f7e7, Pacific/Easter
                                                                                                                    +
                                                                                                                    234  &kZoneAsia_Singapore, // 0xcf8581fa, Asia/Singapore
                                                                                                                    +
                                                                                                                    235  &kZoneAsia_Taipei, // 0xd1a844ae, Asia/Taipei
                                                                                                                    +
                                                                                                                    236  &kZoneAsia_Tehran, // 0xd1f02254, Asia/Tehran
                                                                                                                    +
                                                                                                                    237  &kZoneAsia_Urumqi, // 0xd5379735, Asia/Urumqi
                                                                                                                    +
                                                                                                                    238  &kZoneAfrica_Johannesburg, // 0xd5d157a0, Africa/Johannesburg
                                                                                                                    +
                                                                                                                    239  &kZoneEtc_GMT, // 0xd8e2de58, Etc/GMT
                                                                                                                    +
                                                                                                                    240  &kZoneEtc_UTC, // 0xd8e31abc, Etc/UTC
                                                                                                                    +
                                                                                                                    241  &kZoneAmerica_Yakutat, // 0xd8ee31e9, America/Yakutat
                                                                                                                    +
                                                                                                                    242  &kZoneAfrica_Algiers, // 0xd94515c1, Africa/Algiers
                                                                                                                    +
                                                                                                                    243  &kZonePST8PDT, // 0xd99ee2dc, PST8PDT
                                                                                                                    +
                                                                                                                    244  &kZoneAmerica_Matamoros, // 0xdd1b0259, America/Matamoros
                                                                                                                    +
                                                                                                                    245  &kZonePacific_Kanton, // 0xdd512f0e, Pacific/Kanton
                                                                                                                    +
                                                                                                                    246  &kZoneAsia_Yangon, // 0xdd54a8be, Asia/Yangon
                                                                                                                    +
                                                                                                                    247  &kZonePacific_Kosrae, // 0xde5139a8, Pacific/Kosrae
                                                                                                                    +
                                                                                                                    248  &kZoneEurope_Brussels, // 0xdee07337, Europe/Brussels
                                                                                                                    +
                                                                                                                    249  &kZoneAmerica_Swift_Current, // 0xdef98e55, America/Swift_Current
                                                                                                                    +
                                                                                                                    250  &kZoneAustralia_Lindeman, // 0xe05029e2, Australia/Lindeman
                                                                                                                    +
                                                                                                                    251  &kZoneEurope_Belgrade, // 0xe0532b3a, Europe/Belgrade
                                                                                                                    +
                                                                                                                    252  &kZoneAmerica_Menominee, // 0xe0e9c583, America/Menominee
                                                                                                                    +
                                                                                                                    253  &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe
                                                                                                                    +
                                                                                                                    254  &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea
                                                                                                                    +
                                                                                                                    255  &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu
                                                                                                                    +
                                                                                                                    256  &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga
                                                                                                                    +
                                                                                                                    257  &kZoneCST6CDT, // 0xf0e87d00, CST6CDT
                                                                                                                    +
                                                                                                                    258  &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti
                                                                                                                    +
                                                                                                                    259  &kZonePacific_Tarawa, // 0xf2517e63, Pacific/Tarawa
                                                                                                                    +
                                                                                                                    260  &kZoneMST7MDT, // 0xf2af9375, MST7MDT
                                                                                                                    +
                                                                                                                    261  &kZoneAsia_Tashkent, // 0xf3924254, Asia/Tashkent
                                                                                                                    +
                                                                                                                    262  &kZonePacific_Guadalcanal, // 0xf4dd25f0, Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    263  &kZoneAmerica_Danmarkshavn, // 0xf554d204, America/Danmarkshavn
                                                                                                                    +
                                                                                                                    264  &kZoneAsia_Shanghai, // 0xf895a7f5, Asia/Shanghai
                                                                                                                    +
                                                                                                                    265  &kZoneEurope_Gibraltar, // 0xf8e325fc, Europe/Gibraltar
                                                                                                                    +
                                                                                                                    266  &kZoneAtlantic_Azores, // 0xf93ed918, Atlantic/Azores
                                                                                                                    +
                                                                                                                    267  &kZoneAmerica_Thunder_Bay, // 0xf962e71b, America/Thunder_Bay
                                                                                                                    +
                                                                                                                    268  &kZoneAmerica_Montevideo, // 0xfa214780, America/Montevideo
                                                                                                                    +
                                                                                                                    269  &kZoneEurope_Malta, // 0xfb1560f3, Europe/Malta
                                                                                                                    +
                                                                                                                    270  &kZoneEurope_Bucharest, // 0xfb349ec5, Europe/Bucharest
                                                                                                                    +
                                                                                                                    271  &kZoneEurope_Paris, // 0xfb4bc2a3, Europe/Paris
                                                                                                                    +
                                                                                                                    272  &kZoneEurope_Sofia, // 0xfb898656, Europe/Sofia
                                                                                                                    +
                                                                                                                    273  &kZoneAtlantic_Canary, // 0xfc23f2c2, Atlantic/Canary
                                                                                                                    +
                                                                                                                    274  &kZoneAmerica_Campo_Grande, // 0xfec3e7a6, America/Campo_Grande
                                                                                                                    +
                                                                                                                    275 
                                                                                                                    +
                                                                                                                    276 };
                                                                                                                    277 
                                                                                                                    -
                                                                                                                    278 };
                                                                                                                    -
                                                                                                                    279 
                                                                                                                    +
                                                                                                                    278 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    279 // Zone and Link (fat) Info registry. Sorted by zoneId. Links act like Zones.
                                                                                                                    280 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    281 // Zone and Link (fat) Info registry. Sorted by zoneId. Links act like Zones.
                                                                                                                    -
                                                                                                                    282 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    283 const basic::ZoneInfo* const kZoneAndLinkRegistry[452] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    284  &kZoneGB, // 0x005973ae, GB -> Europe/London
                                                                                                                    -
                                                                                                                    285  &kZoneNZ, // 0x005974ad, NZ -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    286  &kZoneAsia_Kuala_Lumpur, // 0x014763c4, Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    -
                                                                                                                    287  &kZoneAfrica_Libreville, // 0x01d96de4, Africa/Libreville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    288  &kZoneIndian_Cocos, // 0x021e86de, Indian/Cocos -> Asia/Yangon
                                                                                                                    -
                                                                                                                    289  &kZoneAustralia_Victoria, // 0x0260d5db, Australia/Victoria -> Australia/Melbourne
                                                                                                                    -
                                                                                                                    290  &kZoneAtlantic_Faeroe, // 0x031ec516, Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    -
                                                                                                                    291  &kZoneAmerica_St_Kitts, // 0x04c0507b, America/St_Kitts -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    292  &kZoneAfrica_Ouagadougou, // 0x04d7219a, Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    293  &kZoneAmerica_St_Lucia, // 0x04d8b3ba, America/St_Lucia -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    294  &kZoneAsia_Jakarta, // 0x0506ab50, Asia/Jakarta
                                                                                                                    -
                                                                                                                    295  &kZoneAfrica_Bujumbura, // 0x05232a47, Africa/Bujumbura -> Africa/Maputo
                                                                                                                    -
                                                                                                                    296  &kZoneAmerica_Mazatlan, // 0x0532189e, America/Mazatlan
                                                                                                                    -
                                                                                                                    297  &kZoneAmerica_St_Barthelemy, // 0x054e6a79, America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    298  &kZoneAfrica_Addis_Ababa, // 0x05ae1e65, Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    299  &kZoneAmerica_Hermosillo, // 0x065d21c4, America/Hermosillo
                                                                                                                    -
                                                                                                                    300  &kZoneMexico_BajaSur, // 0x08ee3641, Mexico/BajaSur -> America/Mazatlan
                                                                                                                    -
                                                                                                                    301  &kZoneUS_Hawaii, // 0x09c8de2f, US/Hawaii -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    302  &kZoneCET, // 0x0b87d921, CET
                                                                                                                    -
                                                                                                                    303  &kZoneEET, // 0x0b87e1a3, EET
                                                                                                                    -
                                                                                                                    304  &kZoneEST, // 0x0b87e371, EST
                                                                                                                    -
                                                                                                                    305  &kZoneGMT, // 0x0b87eb2d, GMT -> Etc/GMT
                                                                                                                    -
                                                                                                                    306  &kZoneHST, // 0x0b87f034, HST
                                                                                                                    -
                                                                                                                    307  &kZoneMET, // 0x0b8803ab, MET
                                                                                                                    -
                                                                                                                    308  &kZoneMST, // 0x0b880579, MST
                                                                                                                    -
                                                                                                                    309  &kZonePRC, // 0x0b88120a, PRC -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    310  &kZoneROC, // 0x0b881a29, ROC -> Asia/Taipei
                                                                                                                    -
                                                                                                                    311  &kZoneROK, // 0x0b881a31, ROK -> Asia/Seoul
                                                                                                                    -
                                                                                                                    312  &kZoneUCT, // 0x0b882571, UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    313  &kZoneUTC, // 0x0b882791, UTC -> Etc/UTC
                                                                                                                    -
                                                                                                                    314  &kZoneWET, // 0x0b882e35, WET
                                                                                                                    -
                                                                                                                    315  &kZoneAmerica_Guatemala, // 0x0c8259f7, America/Guatemala
                                                                                                                    -
                                                                                                                    316  &kZoneEurope_Mariehamn, // 0x0caa6496, Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    -
                                                                                                                    317  &kZoneAfrica_Monrovia, // 0x0ce90385, Africa/Monrovia
                                                                                                                    -
                                                                                                                    318  &kZoneGMT_PLUS_0, // 0x0d2f7028, GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    319  &kZoneGMT_0, // 0x0d2f706a, GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    320  &kZoneJapan, // 0x0d712f8f, Japan -> Asia/Tokyo
                                                                                                                    -
                                                                                                                    321  &kZoneKwajalein, // 0x0e57afbb, Kwajalein -> Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    322  &kZoneAntarctica_Rothera, // 0x0e86d203, Antarctica/Rothera
                                                                                                                    -
                                                                                                                    323  &kZoneAmerica_Yellowknife, // 0x0f76c76f, America/Yellowknife
                                                                                                                    -
                                                                                                                    324  &kZoneAustralia_Melbourne, // 0x0fe559a3, Australia/Melbourne
                                                                                                                    -
                                                                                                                    325  &kZoneAmerica_Sao_Paulo, // 0x1063bfc9, America/Sao_Paulo
                                                                                                                    -
                                                                                                                    326  &kZoneEurope_Amsterdam, // 0x109395c2, Europe/Amsterdam -> Europe/Brussels
                                                                                                                    -
                                                                                                                    327  &kZoneAmerica_Indiana_Vevay, // 0x10aca054, America/Indiana/Vevay
                                                                                                                    -
                                                                                                                    328  &kZoneAmerica_Scoresbysund, // 0x123f8d2a, America/Scoresbysund
                                                                                                                    -
                                                                                                                    329  &kZoneAsia_Samarkand, // 0x13ae5104, Asia/Samarkand
                                                                                                                    -
                                                                                                                    330  &kZoneAsia_Amman, // 0x148d21bc, Asia/Amman
                                                                                                                    -
                                                                                                                    331  &kZoneAsia_Dacca, // 0x14bcac5e, Asia/Dacca -> Asia/Dhaka
                                                                                                                    -
                                                                                                                    332  &kZoneAsia_Dhaka, // 0x14c07b8b, Asia/Dhaka
                                                                                                                    -
                                                                                                                    333  &kZoneAsia_Dubai, // 0x14c79f77, Asia/Dubai
                                                                                                                    -
                                                                                                                    334  &kZoneAsia_Kabul, // 0x153b5601, Asia/Kabul
                                                                                                                    -
                                                                                                                    335  &kZoneAsia_Ashkhabad, // 0x15454f09, Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    -
                                                                                                                    336  &kZoneAsia_Macao, // 0x155f88b3, Asia/Macao -> Asia/Macau
                                                                                                                    -
                                                                                                                    337  &kZoneAsia_Macau, // 0x155f88b9, Asia/Macau
                                                                                                                    -
                                                                                                                    338  &kZoneAsia_Qatar, // 0x15a8330b, Asia/Qatar
                                                                                                                    -
                                                                                                                    339  &kZoneAsia_Seoul, // 0x15ce82da, Asia/Seoul
                                                                                                                    -
                                                                                                                    340  &kZoneAsia_Tokyo, // 0x15e606a8, Asia/Tokyo
                                                                                                                    -
                                                                                                                    341  &kZoneAsia_Tel_Aviv, // 0x166d7c2c, Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    342  &kZoneAsia_Thimphu, // 0x170380d1, Asia/Thimphu
                                                                                                                    -
                                                                                                                    343  &kZoneAmerica_Guayaquil, // 0x17e64958, America/Guayaquil
                                                                                                                    -
                                                                                                                    344  &kZoneAmerica_Montserrat, // 0x199b0a35, America/Montserrat -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    345  &kZoneAmerica_Kentucky_Louisville, // 0x1a21024b, America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    346  &kZoneAsia_Pontianak, // 0x1a76c057, Asia/Pontianak
                                                                                                                    -
                                                                                                                    347  &kZoneEurope_Podgorica, // 0x1c1a499c, Europe/Podgorica -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    348  &kZoneAtlantic_Reykjavik, // 0x1c2b4f74, Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    349  &kZoneAmerica_New_York, // 0x1e2a7654, America/New_York
                                                                                                                    -
                                                                                                                    350  &kZoneEurope_Luxembourg, // 0x1f8bc6ce, Europe/Luxembourg -> Europe/Brussels
                                                                                                                    -
                                                                                                                    351  &kZoneAsia_Aden, // 0x1fa7084a, Asia/Aden -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    352  &kZoneAsia_Baku, // 0x1fa788b5, Asia/Baku
                                                                                                                    -
                                                                                                                    353  &kZoneAsia_Hovd, // 0x1fab0fe3, Asia/Hovd
                                                                                                                    -
                                                                                                                    354  &kZoneAmerica_Montreal, // 0x203a1ea8, America/Montreal -> America/Toronto
                                                                                                                    -
                                                                                                                    355  &kZoneAsia_Ho_Chi_Minh, // 0x20f2d127, Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    356  &kZoneAsia_Damascus, // 0x20fbb063, Asia/Damascus
                                                                                                                    -
                                                                                                                    357  &kZonePacific_Fiji, // 0x23383ba5, Pacific/Fiji
                                                                                                                    -
                                                                                                                    358  &kZonePacific_Niue, // 0x233ca014, Pacific/Niue
                                                                                                                    -
                                                                                                                    359  &kZonePacific_Truk, // 0x234010a9, Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    360  &kZonePacific_Wake, // 0x23416c2b, Pacific/Wake -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    361  &kZoneAustralia_Adelaide, // 0x2428e8a3, Australia/Adelaide
                                                                                                                    -
                                                                                                                    362  &kZonePacific_Auckland, // 0x25062f86, Pacific/Auckland
                                                                                                                    -
                                                                                                                    363  &kZonePacific_Tongatapu, // 0x262ca836, Pacific/Tongatapu
                                                                                                                    -
                                                                                                                    364  &kZoneAmerica_Monterrey, // 0x269a1deb, America/Monterrey
                                                                                                                    -
                                                                                                                    365  &kZoneEtc_Greenwich, // 0x26daa98c, Etc/Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    366  &kZoneAustralia_Currie, // 0x278b6a24, Australia/Currie -> Australia/Hobart
                                                                                                                    -
                                                                                                                    367  &kZoneAustralia_Darwin, // 0x2876bdff, Australia/Darwin
                                                                                                                    -
                                                                                                                    368  &kZonePacific_Pohnpei, // 0x28929f96, Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    369  &kZoneAmerica_Indiana_Indianapolis, // 0x28a669a4, America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    370  &kZoneAustralia_Canberra, // 0x2a09ae58, Australia/Canberra -> Australia/Sydney
                                                                                                                    -
                                                                                                                    371  &kZoneAmerica_Vancouver, // 0x2c6f6b1f, America/Vancouver
                                                                                                                    -
                                                                                                                    372  &kZoneJamaica, // 0x2e44fdab, Jamaica -> America/Jamaica
                                                                                                                    -
                                                                                                                    373  &kZonePacific_Chatham, // 0x2f0de999, Pacific/Chatham
                                                                                                                    -
                                                                                                                    374  &kZoneEtc_Universal, // 0x2f8cb9a9, Etc/Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    375  &kZoneAmerica_Indiana_Marengo, // 0x2feeee72, America/Indiana/Marengo
                                                                                                                    -
                                                                                                                    376  &kZoneAfrica_Djibouti, // 0x30ea01d4, Africa/Djibouti -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    377  &kZoneAsia_Ulaanbaatar, // 0x30f0cc4e, Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    378  &kZoneAfrica_Gaborone, // 0x317c0aa7, Africa/Gaborone -> Africa/Maputo
                                                                                                                    -
                                                                                                                    379  &kZoneAsia_Calcutta, // 0x328a44c3, Asia/Calcutta -> Asia/Kolkata
                                                                                                                    -
                                                                                                                    380  &kZoneAustralia_Hobart, // 0x32bf951a, Australia/Hobart
                                                                                                                    -
                                                                                                                    381  &kZoneAsia_Dushanbe, // 0x32fc5c3c, Asia/Dushanbe
                                                                                                                    -
                                                                                                                    382  &kZoneAtlantic_South_Georgia, // 0x33013174, Atlantic/South_Georgia
                                                                                                                    -
                                                                                                                    383  &kZoneAmerica_Phoenix, // 0x34b5af01, America/Phoenix
                                                                                                                    -
                                                                                                                    384  &kZoneAsia_Ulan_Bator, // 0x394db4d9, Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    385  &kZoneAfrica_Brazzaville, // 0x39cda760, Africa/Brazzaville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    386  &kZoneAmerica_Cayenne, // 0x3c617269, America/Cayenne
                                                                                                                    -
                                                                                                                    387  &kZoneAfrica_Porto_Novo, // 0x3d1bf95d, Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    388  &kZoneAtlantic_Bermuda, // 0x3d4bb1c4, Atlantic/Bermuda
                                                                                                                    -
                                                                                                                    389  &kZoneAmerica_Managua, // 0x3d5e7600, America/Managua
                                                                                                                    -
                                                                                                                    390  &kZoneAmerica_Marigot, // 0x3dab3a59, America/Marigot -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    391  &kZoneEurope_Guernsey, // 0x3db12c16, Europe/Guernsey -> Europe/London
                                                                                                                    -
                                                                                                                    392  &kZoneAfrica_Nouakchott, // 0x3dc49dba, Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    393  &kZoneAmerica_Louisville, // 0x3dcb47ee, America/Louisville -> America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    394  &kZoneEtc_GMT_PLUS_10, // 0x3f8f1cc4, Etc/GMT+10
                                                                                                                    -
                                                                                                                    395  &kZoneEtc_GMT_PLUS_11, // 0x3f8f1cc5, Etc/GMT+11
                                                                                                                    -
                                                                                                                    396  &kZoneEtc_GMT_PLUS_12, // 0x3f8f1cc6, Etc/GMT+12
                                                                                                                    -
                                                                                                                    397  &kZoneEtc_GMT_10, // 0x3f8f2546, Etc/GMT-10
                                                                                                                    -
                                                                                                                    398  &kZoneEtc_GMT_11, // 0x3f8f2547, Etc/GMT-11
                                                                                                                    -
                                                                                                                    399  &kZoneEtc_GMT_12, // 0x3f8f2548, Etc/GMT-12
                                                                                                                    -
                                                                                                                    400  &kZoneEtc_GMT_13, // 0x3f8f2549, Etc/GMT-13
                                                                                                                    -
                                                                                                                    401  &kZoneEtc_GMT_14, // 0x3f8f254a, Etc/GMT-14
                                                                                                                    -
                                                                                                                    402  &kZoneCanada_Pacific, // 0x40fa3c7b, Canada/Pacific -> America/Vancouver
                                                                                                                    -
                                                                                                                    403  &kZoneEurope_Athens, // 0x4318fa27, Europe/Athens
                                                                                                                    -
                                                                                                                    404  &kZoneIndian_Kerguelen, // 0x4351b389, Indian/Kerguelen -> Indian/Maldives
                                                                                                                    -
                                                                                                                    405  &kZoneEurope_Berlin, // 0x44644c20, Europe/Berlin
                                                                                                                    -
                                                                                                                    406  &kZoneAtlantic_St_Helena, // 0x451fc5f7, Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    407  &kZoneIndian_Chagos, // 0x456f7c3c, Indian/Chagos
                                                                                                                    -
                                                                                                                    408  &kZoneIndian_Mahe, // 0x45e725e2, Indian/Mahe -> Asia/Dubai
                                                                                                                    -
                                                                                                                    409  &kZoneIndian_Comoro, // 0x45f4deb6, Indian/Comoro -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    410  &kZoneEurope_Dublin, // 0x4a275f62, Europe/Dublin
                                                                                                                    -
                                                                                                                    411  &kZoneAsia_Nicosia, // 0x4b0fcf78, Asia/Nicosia
                                                                                                                    -
                                                                                                                    412  &kZoneAmerica_Chicago, // 0x4b92b5d4, America/Chicago
                                                                                                                    -
                                                                                                                    413  &kZoneAustralia_Sydney, // 0x4d1e9776, Australia/Sydney
                                                                                                                    -
                                                                                                                    414  &kZoneNZ_CHAT, // 0x4d42afda, NZ-CHAT -> Pacific/Chatham
                                                                                                                    -
                                                                                                                    415  &kZoneUS_Arizona, // 0x4ec52670, US/Arizona -> America/Phoenix
                                                                                                                    -
                                                                                                                    416  &kZoneAntarctica_Vostok, // 0x4f966fd4, Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    417  &kZoneUS_Aleutian, // 0x4fe013ef, US/Aleutian -> America/Adak
                                                                                                                    -
                                                                                                                    418  &kZoneAustralia_Brisbane, // 0x4fedc9c0, Australia/Brisbane
                                                                                                                    -
                                                                                                                    419  &kZoneAmerica_Asuncion, // 0x50ec79a6, America/Asuncion
                                                                                                                    -
                                                                                                                    420  &kZoneAsia_Karachi, // 0x527f5245, Asia/Karachi
                                                                                                                    -
                                                                                                                    421  &kZoneAsia_Kashgar, // 0x52955193, Asia/Kashgar -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    422  &kZoneCanada_Atlantic, // 0x536b119c, Canada/Atlantic -> America/Halifax
                                                                                                                    -
                                                                                                                    423  &kZonePacific_Gambier, // 0x53720c3a, Pacific/Gambier
                                                                                                                    -
                                                                                                                    424  &kZoneAmerica_Martinique, // 0x551e84c5, America/Martinique
                                                                                                                    -
                                                                                                                    425  &kZoneAmerica_Jamaica, // 0x565dad6c, America/Jamaica
                                                                                                                    -
                                                                                                                    426  &kZoneUS_Samoa, // 0x566821cd, US/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    427  &kZoneHongkong, // 0x56d36560, Hongkong -> Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    428  &kZoneEurope_Jersey, // 0x570dae76, Europe/Jersey -> Europe/London
                                                                                                                    -
                                                                                                                    429  &kZoneAsia_Hong_Kong, // 0x577f28ac, Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    430  &kZonePacific_Marquesas, // 0x57ca7135, Pacific/Marquesas
                                                                                                                    -
                                                                                                                    431  &kZoneAmerica_Miquelon, // 0x59674330, America/Miquelon
                                                                                                                    -
                                                                                                                    432  &kZoneAntarctica_DumontDUrville, // 0x5a3c656c, Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    433  &kZoneAtlantic_Jan_Mayen, // 0x5a7535b6, Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    434  &kZoneAmerica_Anchorage, // 0x5a79260e, America/Anchorage
                                                                                                                    -
                                                                                                                    435  &kZoneUS_Eastern, // 0x5bb7e78e, US/Eastern -> America/New_York
                                                                                                                    -
                                                                                                                    436  &kZoneAsia_Jerusalem, // 0x5becd23a, Asia/Jerusalem
                                                                                                                    -
                                                                                                                    437  &kZoneEurope_Stockholm, // 0x5bf6fbb8, Europe/Stockholm -> Europe/Berlin
                                                                                                                    -
                                                                                                                    438  &kZoneEurope_Lisbon, // 0x5c00a70b, Europe/Lisbon
                                                                                                                    -
                                                                                                                    439  &kZoneAtlantic_Cape_Verde, // 0x5c5e1772, Atlantic/Cape_Verde
                                                                                                                    -
                                                                                                                    440  &kZoneEurope_London, // 0x5c6a84ae, Europe/London
                                                                                                                    -
                                                                                                                    441  &kZoneAsia_Ujung_Pandang, // 0x5d001eb3, Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    -
                                                                                                                    442  &kZoneAfrica_Mbabane, // 0x5d3bdd40, Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    443  &kZoneEurope_Madrid, // 0x5dbd1535, Europe/Madrid
                                                                                                                    -
                                                                                                                    444  &kZoneAmerica_Moncton, // 0x5e07fe24, America/Moncton
                                                                                                                    -
                                                                                                                    445  &kZoneEurope_Monaco, // 0x5ebf9f01, Europe/Monaco -> Europe/Paris
                                                                                                                    -
                                                                                                                    446  &kZonePacific_Pago_Pago, // 0x603aebd0, Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    447  &kZonePacific_Enderbury, // 0x61599a93, Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    -
                                                                                                                    448  &kZoneCanada_Central, // 0x626710f5, Canada/Central -> America/Winnipeg
                                                                                                                    -
                                                                                                                    449  &kZoneAmerica_Creston, // 0x62a70204, America/Creston -> America/Phoenix
                                                                                                                    -
                                                                                                                    450  &kZoneAmerica_Costa_Rica, // 0x63ff66be, America/Costa_Rica
                                                                                                                    -
                                                                                                                    451  &kZoneEurope_Prague, // 0x65ee5d48, Europe/Prague
                                                                                                                    -
                                                                                                                    452  &kZoneBrazil_East, // 0x669578c5, Brazil/East -> America/Sao_Paulo
                                                                                                                    -
                                                                                                                    453  &kZoneAfrica_Kinshasa, // 0x6695d70c, Africa/Kinshasa -> Africa/Lagos
                                                                                                                    -
                                                                                                                    454  &kZoneBrazil_West, // 0x669f689b, Brazil/West -> America/Manaus
                                                                                                                    -
                                                                                                                    455  &kZoneAfrica_Mogadishu, // 0x66bc159b, Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    456  &kZoneAmerica_Puerto_Rico, // 0x6752ca31, America/Puerto_Rico
                                                                                                                    -
                                                                                                                    457  &kZoneAfrica_Freetown, // 0x6823dd64, Africa/Freetown -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    458  &kZoneIndian_Christmas, // 0x68c207d5, Indian/Christmas -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    459  &kZoneAmerica_Indianapolis, // 0x6a009ae1, America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    460  &kZoneEurope_Sarajevo, // 0x6a576c3f, Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    461  &kZoneAmerica_Curacao, // 0x6a879184, America/Curacao -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    462  &kZoneAsia_Makassar, // 0x6aa21c85, Asia/Makassar
                                                                                                                    -
                                                                                                                    463  &kZoneEurope_Helsinki, // 0x6ab2975b, Europe/Helsinki
                                                                                                                    -
                                                                                                                    464  &kZoneAmerica_Lower_Princes, // 0x6ae45b62, America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    465  &kZoneAmerica_Porto_Velho, // 0x6b1aac77, America/Porto_Velho
                                                                                                                    -
                                                                                                                    466  &kZoneEurope_Skopje, // 0x6c76fdd0, Europe/Skopje -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    467  &kZoneAmerica_Edmonton, // 0x6cb9484a, America/Edmonton
                                                                                                                    -
                                                                                                                    468  &kZoneAmerica_Dawson_Creek, // 0x6cf24e5b, America/Dawson_Creek
                                                                                                                    -
                                                                                                                    469  &kZoneAsia_Rangoon, // 0x6d1217c6, Asia/Rangoon -> Asia/Yangon
                                                                                                                    -
                                                                                                                    470  &kZoneUS_East_Indiana, // 0x6dcf558a, US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    471  &kZoneAmerica_Blanc_Sablon, // 0x6e299892, America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    472  &kZoneEurope_Tirane, // 0x6ea95b47, Europe/Tirane
                                                                                                                    -
                                                                                                                    473  &kZoneUS_Mountain, // 0x6eb88247, US/Mountain -> America/Denver
                                                                                                                    -
                                                                                                                    474  &kZoneAntarctica_McMurdo, // 0x6eeb5585, Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    475  &kZoneAfrica_Lubumbashi, // 0x6fd88566, Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    -
                                                                                                                    476  &kZoneIndian_Reunion, // 0x7076c047, Indian/Reunion -> Asia/Dubai
                                                                                                                    -
                                                                                                                    477  &kZoneAsia_Kolkata, // 0x72c06cd9, Asia/Kolkata
                                                                                                                    -
                                                                                                                    478  &kZoneEurope_Vienna, // 0x734cc2e5, Europe/Vienna
                                                                                                                    -
                                                                                                                    479  &kZoneAfrica_Asmara, // 0x73b278ef, Africa/Asmara -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    480  &kZoneAfrica_Asmera, // 0x73b289f3, Africa/Asmera -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    481  &kZoneAmerica_Santiago, // 0x7410c9bc, America/Santiago
                                                                                                                    -
                                                                                                                    482  &kZoneAfrica_Bamako, // 0x74c1e7a5, Africa/Bamako -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    483  &kZoneAfrica_Bangui, // 0x74c28ed0, Africa/Bangui -> Africa/Lagos
                                                                                                                    -
                                                                                                                    484  &kZoneAfrica_Banjul, // 0x74c29b96, Africa/Banjul -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    485  &kZoneEurope_Nicosia, // 0x74efab8a, Europe/Nicosia -> Asia/Nicosia
                                                                                                                    -
                                                                                                                    486  &kZoneEurope_Warsaw, // 0x75185c19, Europe/Warsaw
                                                                                                                    -
                                                                                                                    487  &kZoneAmerica_El_Salvador, // 0x752ad652, America/El_Salvador
                                                                                                                    -
                                                                                                                    488  &kZoneAfrica_Bissau, // 0x75564141, Africa/Bissau
                                                                                                                    -
                                                                                                                    489  &kZoneUS_Michigan, // 0x766bb7bc, US/Michigan -> America/Detroit
                                                                                                                    -
                                                                                                                    490  &kZoneCanada_Saskatchewan, // 0x77311f49, Canada/Saskatchewan -> America/Regina
                                                                                                                    -
                                                                                                                    491  &kZoneAfrica_Accra, // 0x77d5b054, Africa/Accra -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    492  &kZoneAfrica_Ceuta, // 0x77fb46ec, Africa/Ceuta
                                                                                                                    -
                                                                                                                    493  &kZoneAfrica_Dakar, // 0x780b00fd, Africa/Dakar -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    494  &kZoneAfrica_Lagos, // 0x789bb5d0, Africa/Lagos
                                                                                                                    -
                                                                                                                    495  &kZoneAmerica_Toronto, // 0x792e851b, America/Toronto
                                                                                                                    -
                                                                                                                    496  &kZoneAmerica_Tortola, // 0x7931462b, America/Tortola -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    497  &kZoneAfrica_Tunis, // 0x79378e6d, Africa/Tunis
                                                                                                                    -
                                                                                                                    498  &kZoneAfrica_Douala, // 0x7a6df310, Africa/Douala -> Africa/Lagos
                                                                                                                    -
                                                                                                                    499  &kZoneAfrica_Conakry, // 0x7ab36b31, Africa/Conakry -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    500  &kZoneIndian_Mauritius, // 0x7b09c02a, Indian/Mauritius
                                                                                                                    -
                                                                                                                    501  &kZoneEurope_Zagreb, // 0x7c11c9ff, Europe/Zagreb -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    502  &kZoneCuba, // 0x7c83cba0, Cuba -> America/Havana
                                                                                                                    -
                                                                                                                    503  &kZoneEire, // 0x7c84b36a, Eire -> Europe/Dublin
                                                                                                                    -
                                                                                                                    504  &kZoneGMT0, // 0x7c8550fd, GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    505  &kZoneIran, // 0x7c87090f, Iran -> Asia/Tehran
                                                                                                                    -
                                                                                                                    506  &kZoneZulu, // 0x7c9069b5, Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    507  &kZoneEurope_Zurich, // 0x7d8195b9, Europe/Zurich
                                                                                                                    -
                                                                                                                    508  &kZoneChile_Continental, // 0x7e2bdb18, Chile/Continental -> America/Santiago
                                                                                                                    -
                                                                                                                    509  &kZoneAmerica_Fort_Wayne, // 0x7eaaaf24, America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    510  &kZoneAsia_Kuching, // 0x801b003b, Asia/Kuching
                                                                                                                    -
                                                                                                                    511  &kZoneAtlantic_Madeira, // 0x81b5c037, Atlantic/Madeira
                                                                                                                    -
                                                                                                                    512  &kZoneAmerica_Atikokan, // 0x81b92098, America/Atikokan -> America/Panama
                                                                                                                    -
                                                                                                                    513  &kZoneAfrica_Harare, // 0x82c39a2d, Africa/Harare -> Africa/Maputo
                                                                                                                    -
                                                                                                                    514  &kZoneAmerica_Shiprock, // 0x82fb7049, America/Shiprock -> America/Denver
                                                                                                                    -
                                                                                                                    515  &kZonePacific_Kiritimati, // 0x8305073a, Pacific/Kiritimati
                                                                                                                    -
                                                                                                                    516  &kZoneAmerica_St_Vincent, // 0x8460e523, America/St_Vincent -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    517  &kZoneAmerica_Chihuahua, // 0x8827d776, America/Chihuahua
                                                                                                                    -
                                                                                                                    518  &kZonePacific_Pitcairn, // 0x8837d8bd, Pacific/Pitcairn
                                                                                                                    -
                                                                                                                    519  &kZoneAsia_Vientiane, // 0x89d68d75, Asia/Vientiane -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    520  &kZonePacific_Chuuk, // 0x8a090b23, Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    521  &kZonePacific_Efate, // 0x8a2bce28, Pacific/Efate
                                                                                                                    -
                                                                                                                    522  &kZoneAfrica_Kigali, // 0x8a4dcf2b, Africa/Kigali -> Africa/Maputo
                                                                                                                    -
                                                                                                                    523  &kZoneAustralia_ACT, // 0x8a970eb2, Australia/ACT -> Australia/Sydney
                                                                                                                    -
                                                                                                                    524  &kZoneAustralia_LHI, // 0x8a973e17, Australia/LHI -> Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    525  &kZoneAustralia_NSW, // 0x8a974812, Australia/NSW -> Australia/Sydney
                                                                                                                    -
                                                                                                                    526  &kZonePacific_Nauru, // 0x8acc41ae, Pacific/Nauru
                                                                                                                    -
                                                                                                                    527  &kZoneEST5EDT, // 0x8adc72a3, EST5EDT
                                                                                                                    -
                                                                                                                    528  &kZonePacific_Palau, // 0x8af04a36, Pacific/Palau
                                                                                                                    -
                                                                                                                    529  &kZonePacific_Samoa, // 0x8b2699b4, Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    530  &kZoneAmerica_Winnipeg, // 0x8c7dafc7, America/Winnipeg
                                                                                                                    -
                                                                                                                    531  &kZoneAustralia_Eucla, // 0x8cf99e44, Australia/Eucla
                                                                                                                    -
                                                                                                                    532  &kZoneAfrica_Luanda, // 0x8d7909cf, Africa/Luanda -> Africa/Lagos
                                                                                                                    -
                                                                                                                    533  &kZoneAfrica_Lusaka, // 0x8d82b23b, Africa/Lusaka -> Africa/Maputo
                                                                                                                    -
                                                                                                                    534  &kZoneAustralia_North, // 0x8d997165, Australia/North -> Australia/Darwin
                                                                                                                    -
                                                                                                                    535  &kZoneAustralia_Perth, // 0x8db8269d, Australia/Perth
                                                                                                                    -
                                                                                                                    536  &kZoneAustralia_South, // 0x8df3f8ad, Australia/South -> Australia/Adelaide
                                                                                                                    -
                                                                                                                    537  &kZonePacific_Kwajalein, // 0x8e216759, Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    538  &kZoneAmerica_Port_au_Prince, // 0x8e4a7bdc, America/Port-au-Prince
                                                                                                                    -
                                                                                                                    539  &kZoneAfrica_Malabo, // 0x8e6a1906, Africa/Malabo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    540  &kZoneAfrica_Maputo, // 0x8e6ca1f0, Africa/Maputo
                                                                                                                    -
                                                                                                                    541  &kZoneAfrica_Maseru, // 0x8e6e02c7, Africa/Maseru -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    542  &kZoneAmerica_Godthab, // 0x8f7eba1f, America/Godthab -> America/Nuuk
                                                                                                                    -
                                                                                                                    543  &kZoneAustralia_Yancowinna, // 0x90bac131, Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    544  &kZoneAfrica_Niamey, // 0x914a30fd, Africa/Niamey -> Africa/Lagos
                                                                                                                    -
                                                                                                                    545  &kZoneAsia_Yerevan, // 0x9185c8cc, Asia/Yerevan
                                                                                                                    -
                                                                                                                    546  &kZoneAmerica_Detroit, // 0x925cfbc1, America/Detroit
                                                                                                                    -
                                                                                                                    547  &kZoneAmerica_Bogota, // 0x93d7bc62, America/Bogota
                                                                                                                    -
                                                                                                                    548  &kZoneAmerica_Cayman, // 0x953961df, America/Cayman -> America/Panama
                                                                                                                    -
                                                                                                                    549  &kZoneAmerica_Glace_Bay, // 0x9681f8dd, America/Glace_Bay
                                                                                                                    -
                                                                                                                    550  &kZoneAmerica_Grenada, // 0x968ce4d8, America/Grenada -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    551  &kZoneAmerica_Aruba, // 0x97cf8651, America/Aruba -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    552  &kZoneAmerica_Denver, // 0x97d10b2a, America/Denver
                                                                                                                    -
                                                                                                                    553  &kZoneAmerica_Belem, // 0x97da580b, America/Belem
                                                                                                                    -
                                                                                                                    554  &kZoneAmerica_Boise, // 0x97dfc8d8, America/Boise
                                                                                                                    -
                                                                                                                    555  &kZoneEurope_Andorra, // 0x97f6764b, Europe/Andorra
                                                                                                                    -
                                                                                                                    556  &kZoneAmerica_Adak, // 0x97fe49d7, America/Adak
                                                                                                                    -
                                                                                                                    557  &kZoneAmerica_Atka, // 0x97fe8f27, America/Atka -> America/Adak
                                                                                                                    -
                                                                                                                    558  &kZoneAmerica_Lima, // 0x980468c9, America/Lima
                                                                                                                    -
                                                                                                                    559  &kZoneAmerica_Nome, // 0x98059b15, America/Nome
                                                                                                                    -
                                                                                                                    560  &kZoneAmerica_Nuuk, // 0x9805b5a9, America/Nuuk
                                                                                                                    -
                                                                                                                    561  &kZoneIndian_Maldives, // 0x9869681c, Indian/Maldives
                                                                                                                    -
                                                                                                                    562  &kZoneAmerica_Sitka, // 0x99104ce2, America/Sitka
                                                                                                                    -
                                                                                                                    563  &kZoneAmerica_Thule, // 0x9921dd68, America/Thule
                                                                                                                    -
                                                                                                                    564  &kZonePacific_Rarotonga, // 0x9981a3b0, Pacific/Rarotonga
                                                                                                                    -
                                                                                                                    565  &kZoneAsia_Kathmandu, // 0x9a96ce6f, Asia/Kathmandu
                                                                                                                    -
                                                                                                                    566  &kZoneAmerica_Rainy_River, // 0x9cd58a10, America/Rainy_River
                                                                                                                    -
                                                                                                                    567  &kZoneEurope_Budapest, // 0x9ce0197c, Europe/Budapest
                                                                                                                    -
                                                                                                                    568  &kZoneAsia_Baghdad, // 0x9ceffbed, Asia/Baghdad
                                                                                                                    -
                                                                                                                    569  &kZoneAsia_Bahrain, // 0x9d078487, Asia/Bahrain -> Asia/Qatar
                                                                                                                    -
                                                                                                                    570  &kZoneEtc_GMT_PLUS_0, // 0x9d13da13, Etc/GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    571  &kZoneEtc_GMT_PLUS_1, // 0x9d13da14, Etc/GMT+1
                                                                                                                    -
                                                                                                                    572  &kZoneEtc_GMT_PLUS_2, // 0x9d13da15, Etc/GMT+2
                                                                                                                    -
                                                                                                                    573  &kZoneEtc_GMT_PLUS_3, // 0x9d13da16, Etc/GMT+3
                                                                                                                    -
                                                                                                                    574  &kZoneEtc_GMT_PLUS_4, // 0x9d13da17, Etc/GMT+4
                                                                                                                    -
                                                                                                                    575  &kZoneEtc_GMT_PLUS_5, // 0x9d13da18, Etc/GMT+5
                                                                                                                    -
                                                                                                                    576  &kZoneEtc_GMT_PLUS_6, // 0x9d13da19, Etc/GMT+6
                                                                                                                    -
                                                                                                                    577  &kZoneEtc_GMT_PLUS_7, // 0x9d13da1a, Etc/GMT+7
                                                                                                                    -
                                                                                                                    578  &kZoneEtc_GMT_PLUS_8, // 0x9d13da1b, Etc/GMT+8
                                                                                                                    -
                                                                                                                    579  &kZoneEtc_GMT_PLUS_9, // 0x9d13da1c, Etc/GMT+9
                                                                                                                    -
                                                                                                                    580  &kZoneEtc_GMT_0, // 0x9d13da55, Etc/GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    581  &kZoneEtc_GMT_1, // 0x9d13da56, Etc/GMT-1
                                                                                                                    -
                                                                                                                    582  &kZoneEtc_GMT_2, // 0x9d13da57, Etc/GMT-2
                                                                                                                    -
                                                                                                                    583  &kZoneEtc_GMT_3, // 0x9d13da58, Etc/GMT-3
                                                                                                                    -
                                                                                                                    584  &kZoneEtc_GMT_4, // 0x9d13da59, Etc/GMT-4
                                                                                                                    -
                                                                                                                    585  &kZoneEtc_GMT_5, // 0x9d13da5a, Etc/GMT-5
                                                                                                                    -
                                                                                                                    586  &kZoneEtc_GMT_6, // 0x9d13da5b, Etc/GMT-6
                                                                                                                    -
                                                                                                                    587  &kZoneEtc_GMT_7, // 0x9d13da5c, Etc/GMT-7
                                                                                                                    -
                                                                                                                    588  &kZoneEtc_GMT_8, // 0x9d13da5d, Etc/GMT-8
                                                                                                                    -
                                                                                                                    589  &kZoneEtc_GMT_9, // 0x9d13da5e, Etc/GMT-9
                                                                                                                    -
                                                                                                                    590  &kZoneAmerica_Nipigon, // 0x9d2a8b1a, America/Nipigon
                                                                                                                    -
                                                                                                                    591  &kZoneAsia_Bangkok, // 0x9d6e3aaf, Asia/Bangkok
                                                                                                                    -
                                                                                                                    592  &kZoneAmerica_North_Dakota_Center, // 0x9da42814, America/North_Dakota/Center
                                                                                                                    -
                                                                                                                    593  &kZoneIndian_Antananarivo, // 0x9ebf5289, Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    594  &kZoneAfrica_Ndjamena, // 0x9fe09898, Africa/Ndjamena
                                                                                                                    -
                                                                                                                    595  &kZoneAmerica_Guyana, // 0x9ff7bd0b, America/Guyana
                                                                                                                    -
                                                                                                                    596  &kZoneAfrica_Dar_es_Salaam, // 0xa04c47b6, Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    597  &kZoneAmerica_Havana, // 0xa0e15675, America/Havana
                                                                                                                    -
                                                                                                                    598  &kZoneEurope_Kiev, // 0xa2c19eb3, Europe/Kiev -> Europe/Kyiv
                                                                                                                    -
                                                                                                                    599  &kZoneEurope_Kyiv, // 0xa2c1e347, Europe/Kyiv
                                                                                                                    -
                                                                                                                    600  &kZoneEurope_Oslo, // 0xa2c3fba1, Europe/Oslo -> Europe/Berlin
                                                                                                                    -
                                                                                                                    601  &kZoneEurope_Rome, // 0xa2c58fd7, Europe/Rome
                                                                                                                    -
                                                                                                                    602  &kZoneAmerica_Inuvik, // 0xa42189fc, America/Inuvik
                                                                                                                    -
                                                                                                                    603  &kZoneAmerica_Juneau, // 0xa6f13e2e, America/Juneau
                                                                                                                    -
                                                                                                                    604  &kZoneAustralia_Lord_Howe, // 0xa748b67d, Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    605  &kZonePacific_Port_Moresby, // 0xa7ba7f68, Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    606  &kZoneAsia_Katmandu, // 0xa7ec12c7, Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    -
                                                                                                                    607  &kZoneAsia_Beirut, // 0xa7f3d5fd, Asia/Beirut
                                                                                                                    -
                                                                                                                    608  &kZoneSingapore, // 0xa8598c8d, Singapore -> Asia/Singapore
                                                                                                                    -
                                                                                                                    609  &kZoneAfrica_Nairobi, // 0xa87ab57e, Africa/Nairobi
                                                                                                                    -
                                                                                                                    610  &kZoneAsia_Brunei, // 0xa8e595f7, Asia/Brunei -> Asia/Kuching
                                                                                                                    -
                                                                                                                    611  &kZoneUS_Pacific, // 0xa950f6ab, US/Pacific -> America/Los_Angeles
                                                                                                                    -
                                                                                                                    612  &kZonePacific_Galapagos, // 0xa952f752, Pacific/Galapagos
                                                                                                                    -
                                                                                                                    613  &kZoneAmerica_La_Paz, // 0xaa29125d, America/La_Paz
                                                                                                                    -
                                                                                                                    614  &kZoneAmerica_Coral_Harbour, // 0xabcb7569, America/Coral_Harbour -> America/Panama
                                                                                                                    -
                                                                                                                    615  &kZoneAmerica_Manaus, // 0xac86bf8b, America/Manaus
                                                                                                                    -
                                                                                                                    616  &kZoneAmerica_Merida, // 0xacd172d8, America/Merida
                                                                                                                    -
                                                                                                                    617  &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau
                                                                                                                    -
                                                                                                                    618  &kZoneAmerica_Nassau, // 0xaedef011, America/Nassau -> America/Toronto
                                                                                                                    -
                                                                                                                    619  &kZoneAmerica_Anguilla, // 0xafe31333, America/Anguilla -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    620  &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod
                                                                                                                    -
                                                                                                                    621  &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    622  &kZoneChile_EasterIsland, // 0xb0982af8, Chile/EasterIsland -> Pacific/Easter
                                                                                                                    -
                                                                                                                    623  &kZonePacific_Johnston, // 0xb15d7b36, Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    624  &kZoneAfrica_Timbuktu, // 0xb164d56f, Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    625  &kZoneAmerica_St_Thomas, // 0xb1b3d778, America/St_Thomas -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    626  &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo
                                                                                                                    -
                                                                                                                    627  &kZoneAmerica_Panama, // 0xb3863854, America/Panama
                                                                                                                    -
                                                                                                                    628  &kZoneAsia_Harbin, // 0xb5af1186, Asia/Harbin -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    629  &kZoneAmerica_Los_Angeles, // 0xb7f7e8f2, America/Los_Angeles
                                                                                                                    -
                                                                                                                    630  &kZoneAmerica_Regina, // 0xb875371c, America/Regina
                                                                                                                    -
                                                                                                                    631  &kZoneAsia_Ashgabat, // 0xba87598d, Asia/Ashgabat
                                                                                                                    -
                                                                                                                    632  &kZoneIsrael, // 0xba88c9e5, Israel -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    633  &kZonePacific_Yap, // 0xbb40138d, Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    634  &kZoneAmerica_Halifax, // 0xbc5b7183, America/Halifax
                                                                                                                    -
                                                                                                                    635  &kZoneEurope_Ljubljana, // 0xbd98cdb7, Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    636  &kZoneAsia_Kuwait, // 0xbe1b2f27, Asia/Kuwait -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    637  &kZoneEurope_Tiraspol, // 0xbe704472, Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    -
                                                                                                                    638  &kZoneAmerica_Tegucigalpa, // 0xbfd6fd4c, America/Tegucigalpa
                                                                                                                    -
                                                                                                                    639  &kZoneAmerica_Antigua, // 0xc067a32f, America/Antigua -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    640  &kZoneEurope_Busingen, // 0xc06d2cdf, Europe/Busingen -> Europe/Zurich
                                                                                                                    -
                                                                                                                    641  &kZoneAsia_Manila, // 0xc156c944, Asia/Manila
                                                                                                                    -
                                                                                                                    642  &kZoneAfrica_Kampala, // 0xc1d30e31, Africa/Kampala -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    643  &kZoneAfrica_Abidjan, // 0xc21305a3, Africa/Abidjan
                                                                                                                    -
                                                                                                                    644  &kZoneAmerica_Virgin, // 0xc2183ab5, America/Virgin -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    645  &kZoneAsia_Phnom_Penh, // 0xc224945e, Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    646  &kZoneAsia_Muscat, // 0xc2c3565f, Asia/Muscat -> Asia/Dubai
                                                                                                                    -
                                                                                                                    647  &kZonePortugal, // 0xc3274593, Portugal -> Europe/Lisbon
                                                                                                                    -
                                                                                                                    648  &kZoneNavajo, // 0xc4ef0e24, Navajo -> America/Denver
                                                                                                                    -
                                                                                                                    649  &kZoneAsia_Jayapura, // 0xc6833c2f, Asia/Jayapura
                                                                                                                    -
                                                                                                                    650  &kZoneAsia_Chungking, // 0xc7121dd0, Asia/Chungking -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    651  &kZoneGreenwich, // 0xc84d4221, Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    652  &kZonePoland, // 0xca913b23, Poland -> Europe/Warsaw
                                                                                                                    -
                                                                                                                    653  &kZoneUS_Central, // 0xcabdcb25, US/Central -> America/Chicago
                                                                                                                    -
                                                                                                                    654  &kZoneEurope_Vatican, // 0xcb485dca, Europe/Vatican -> Europe/Rome
                                                                                                                    -
                                                                                                                    655  &kZoneAmerica_Barbados, // 0xcbbc3b04, America/Barbados
                                                                                                                    -
                                                                                                                    656  &kZoneAmerica_Guadeloupe, // 0xcd1f8a31, America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    657  &kZoneAntarctica_South_Pole, // 0xcd96b290, Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    658  &kZoneAsia_Riyadh, // 0xcd973d93, Asia/Riyadh
                                                                                                                    -
                                                                                                                    659  &kZoneAmerica_Dominica, // 0xcecb4c4a, America/Dominica -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    660  &kZoneEurope_San_Marino, // 0xcef7724b, Europe/San_Marino -> Europe/Rome
                                                                                                                    -
                                                                                                                    661  &kZoneAsia_Saigon, // 0xcf52f713, Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    662  &kZonePacific_Easter, // 0xcf54f7e7, Pacific/Easter
                                                                                                                    -
                                                                                                                    663  &kZoneAsia_Singapore, // 0xcf8581fa, Asia/Singapore
                                                                                                                    -
                                                                                                                    664  &kZoneEurope_Belfast, // 0xd07dd1e5, Europe/Belfast -> Europe/London
                                                                                                                    -
                                                                                                                    665  &kZoneUniversal, // 0xd0ff523e, Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    666  &kZoneAsia_Taipei, // 0xd1a844ae, Asia/Taipei
                                                                                                                    -
                                                                                                                    667  &kZoneAsia_Tehran, // 0xd1f02254, Asia/Tehran
                                                                                                                    -
                                                                                                                    668  &kZoneAsia_Thimbu, // 0xd226e31b, Asia/Thimbu -> Asia/Thimphu
                                                                                                                    -
                                                                                                                    669  &kZoneArctic_Longyearbyen, // 0xd23e7859, Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    670  &kZoneAustralia_Queensland, // 0xd326ed0a, Australia/Queensland -> Australia/Brisbane
                                                                                                                    -
                                                                                                                    671  &kZoneAfrica_Lome, // 0xd51c3a07, Africa/Lome -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    672  &kZoneAsia_Urumqi, // 0xd5379735, Asia/Urumqi
                                                                                                                    -
                                                                                                                    673  &kZoneAfrica_Johannesburg, // 0xd5d157a0, Africa/Johannesburg
                                                                                                                    -
                                                                                                                    674  &kZoneAmerica_Port_of_Spain, // 0xd8b28d59, America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    675  &kZoneEtc_GMT, // 0xd8e2de58, Etc/GMT
                                                                                                                    -
                                                                                                                    676  &kZoneEtc_UCT, // 0xd8e3189c, Etc/UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    677  &kZoneEtc_UTC, // 0xd8e31abc, Etc/UTC
                                                                                                                    -
                                                                                                                    678  &kZoneAmerica_Yakutat, // 0xd8ee31e9, America/Yakutat
                                                                                                                    -
                                                                                                                    679  &kZoneAfrica_Algiers, // 0xd94515c1, Africa/Algiers
                                                                                                                    -
                                                                                                                    680  &kZonePST8PDT, // 0xd99ee2dc, PST8PDT
                                                                                                                    -
                                                                                                                    681  &kZoneEurope_Bratislava, // 0xda493bed, Europe/Bratislava -> Europe/Prague
                                                                                                                    -
                                                                                                                    682  &kZonePacific_Funafuti, // 0xdb402d65, Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    683  &kZoneAmerica_Matamoros, // 0xdd1b0259, America/Matamoros
                                                                                                                    -
                                                                                                                    684  &kZonePacific_Kanton, // 0xdd512f0e, Pacific/Kanton
                                                                                                                    -
                                                                                                                    685  &kZoneAsia_Yangon, // 0xdd54a8be, Asia/Yangon
                                                                                                                    -
                                                                                                                    686  &kZoneAustralia_West, // 0xdd858a5d, Australia/West -> Australia/Perth
                                                                                                                    -
                                                                                                                    687  &kZonePacific_Kosrae, // 0xde5139a8, Pacific/Kosrae
                                                                                                                    -
                                                                                                                    688  &kZoneEurope_Brussels, // 0xdee07337, Europe/Brussels
                                                                                                                    -
                                                                                                                    689  &kZoneAmerica_Swift_Current, // 0xdef98e55, America/Swift_Current
                                                                                                                    -
                                                                                                                    690  &kZoneAustralia_Lindeman, // 0xe05029e2, Australia/Lindeman
                                                                                                                    -
                                                                                                                    691  &kZoneEurope_Belgrade, // 0xe0532b3a, Europe/Belgrade
                                                                                                                    -
                                                                                                                    692  &kZoneAfrica_Blantyre, // 0xe08d813b, Africa/Blantyre -> Africa/Maputo
                                                                                                                    -
                                                                                                                    693  &kZoneAmerica_Menominee, // 0xe0e9c583, America/Menominee
                                                                                                                    -
                                                                                                                    694  &kZoneEurope_Copenhagen, // 0xe0ed30bc, Europe/Copenhagen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    695  &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe
                                                                                                                    -
                                                                                                                    696  &kZonePacific_Majuro, // 0xe1f95371, Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    697  &kZonePacific_Midway, // 0xe286d38e, Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    698  &kZoneAntarctica_Syowa, // 0xe330c7e1, Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    699  &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea
                                                                                                                    -
                                                                                                                    700  &kZoneIceland, // 0xe56a35b5, Iceland -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    701  &kZoneIndian_Mayotte, // 0xe6880bca, Indian/Mayotte -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    702  &kZoneAustralia_Tasmania, // 0xe6d76648, Australia/Tasmania -> Australia/Hobart
                                                                                                                    -
                                                                                                                    703  &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu
                                                                                                                    -
                                                                                                                    704  &kZoneAmerica_Kralendijk, // 0xe7c456c5, America/Kralendijk -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    705  &kZonePacific_Ponape, // 0xe9f80086, Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    706  &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye
                                                                                                                    -
                                                                                                                    707  &kZoneEurope_Isle_of_Man, // 0xeaf84580, Europe/Isle_of_Man -> Europe/London
                                                                                                                    -
                                                                                                                    708  &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga
                                                                                                                    -
                                                                                                                    709  &kZoneCST6CDT, // 0xf0e87d00, CST6CDT
                                                                                                                    -
                                                                                                                    710  &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti
                                                                                                                    -
                                                                                                                    711  &kZonePacific_Tarawa, // 0xf2517e63, Pacific/Tarawa
                                                                                                                    -
                                                                                                                    712  &kZoneMST7MDT, // 0xf2af9375, MST7MDT
                                                                                                                    -
                                                                                                                    713  &kZoneCanada_Eastern, // 0xf3612d5e, Canada/Eastern -> America/Toronto
                                                                                                                    -
                                                                                                                    714  &kZoneAsia_Tashkent, // 0xf3924254, Asia/Tashkent
                                                                                                                    -
                                                                                                                    715  &kZonePacific_Guadalcanal, // 0xf4dd25f0, Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    716  &kZoneEtc_GMT0, // 0xf53ea988, Etc/GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    717  &kZoneEtc_Zulu, // 0xf549c240, Etc/Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    718  &kZoneAmerica_Danmarkshavn, // 0xf554d204, America/Danmarkshavn
                                                                                                                    -
                                                                                                                    719  &kZoneAsia_Shanghai, // 0xf895a7f5, Asia/Shanghai
                                                                                                                    -
                                                                                                                    720  &kZoneEurope_Gibraltar, // 0xf8e325fc, Europe/Gibraltar
                                                                                                                    -
                                                                                                                    721  &kZoneAsia_Chongqing, // 0xf937fb90, Asia/Chongqing -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    722  &kZoneAtlantic_Azores, // 0xf93ed918, Atlantic/Azores
                                                                                                                    -
                                                                                                                    723  &kZonePacific_Wallis, // 0xf94ddb0f, Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    724  &kZoneAmerica_Thunder_Bay, // 0xf962e71b, America/Thunder_Bay
                                                                                                                    -
                                                                                                                    725  &kZoneAmerica_Montevideo, // 0xfa214780, America/Montevideo
                                                                                                                    -
                                                                                                                    726  &kZoneUS_Alaska, // 0xfa300bc9, US/Alaska -> America/Anchorage
                                                                                                                    -
                                                                                                                    727  &kZoneGB_Eire, // 0xfa70e300, GB-Eire -> Europe/London
                                                                                                                    -
                                                                                                                    728  &kZoneEurope_Malta, // 0xfb1560f3, Europe/Malta
                                                                                                                    -
                                                                                                                    729  &kZoneEurope_Bucharest, // 0xfb349ec5, Europe/Bucharest
                                                                                                                    -
                                                                                                                    730  &kZoneEurope_Paris, // 0xfb4bc2a3, Europe/Paris
                                                                                                                    -
                                                                                                                    731  &kZoneEurope_Sofia, // 0xfb898656, Europe/Sofia
                                                                                                                    -
                                                                                                                    732  &kZoneCanada_Mountain, // 0xfb8a8217, Canada/Mountain -> America/Edmonton
                                                                                                                    -
                                                                                                                    733  &kZoneEurope_Vaduz, // 0xfbb81bae, Europe/Vaduz -> Europe/Zurich
                                                                                                                    -
                                                                                                                    734  &kZoneAtlantic_Canary, // 0xfc23f2c2, Atlantic/Canary
                                                                                                                    -
                                                                                                                    735  &kZoneAmerica_Campo_Grande, // 0xfec3e7a6, America/Campo_Grande
                                                                                                                    +
                                                                                                                    281 const basic::ZoneInfo* const kZoneAndLinkRegistry[452] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    282  &kZoneGB, // 0x005973ae, GB -> Europe/London
                                                                                                                    +
                                                                                                                    283  &kZoneNZ, // 0x005974ad, NZ -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    284  &kZoneAsia_Kuala_Lumpur, // 0x014763c4, Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    +
                                                                                                                    285  &kZoneAfrica_Libreville, // 0x01d96de4, Africa/Libreville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    286  &kZoneIndian_Cocos, // 0x021e86de, Indian/Cocos -> Asia/Yangon
                                                                                                                    +
                                                                                                                    287  &kZoneAustralia_Victoria, // 0x0260d5db, Australia/Victoria -> Australia/Melbourne
                                                                                                                    +
                                                                                                                    288  &kZoneAtlantic_Faeroe, // 0x031ec516, Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    +
                                                                                                                    289  &kZoneAmerica_St_Kitts, // 0x04c0507b, America/St_Kitts -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    290  &kZoneAfrica_Ouagadougou, // 0x04d7219a, Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    291  &kZoneAmerica_St_Lucia, // 0x04d8b3ba, America/St_Lucia -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    292  &kZoneAsia_Jakarta, // 0x0506ab50, Asia/Jakarta
                                                                                                                    +
                                                                                                                    293  &kZoneAfrica_Bujumbura, // 0x05232a47, Africa/Bujumbura -> Africa/Maputo
                                                                                                                    +
                                                                                                                    294  &kZoneAmerica_Mazatlan, // 0x0532189e, America/Mazatlan
                                                                                                                    +
                                                                                                                    295  &kZoneAmerica_St_Barthelemy, // 0x054e6a79, America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    296  &kZoneAfrica_Addis_Ababa, // 0x05ae1e65, Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    297  &kZoneAmerica_Hermosillo, // 0x065d21c4, America/Hermosillo
                                                                                                                    +
                                                                                                                    298  &kZoneMexico_BajaSur, // 0x08ee3641, Mexico/BajaSur -> America/Mazatlan
                                                                                                                    +
                                                                                                                    299  &kZoneUS_Hawaii, // 0x09c8de2f, US/Hawaii -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    300  &kZoneCET, // 0x0b87d921, CET
                                                                                                                    +
                                                                                                                    301  &kZoneEET, // 0x0b87e1a3, EET
                                                                                                                    +
                                                                                                                    302  &kZoneEST, // 0x0b87e371, EST
                                                                                                                    +
                                                                                                                    303  &kZoneGMT, // 0x0b87eb2d, GMT -> Etc/GMT
                                                                                                                    +
                                                                                                                    304  &kZoneHST, // 0x0b87f034, HST
                                                                                                                    +
                                                                                                                    305  &kZoneMET, // 0x0b8803ab, MET
                                                                                                                    +
                                                                                                                    306  &kZoneMST, // 0x0b880579, MST
                                                                                                                    +
                                                                                                                    307  &kZonePRC, // 0x0b88120a, PRC -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    308  &kZoneROC, // 0x0b881a29, ROC -> Asia/Taipei
                                                                                                                    +
                                                                                                                    309  &kZoneROK, // 0x0b881a31, ROK -> Asia/Seoul
                                                                                                                    +
                                                                                                                    310  &kZoneUCT, // 0x0b882571, UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    311  &kZoneUTC, // 0x0b882791, UTC -> Etc/UTC
                                                                                                                    +
                                                                                                                    312  &kZoneWET, // 0x0b882e35, WET
                                                                                                                    +
                                                                                                                    313  &kZoneAmerica_Guatemala, // 0x0c8259f7, America/Guatemala
                                                                                                                    +
                                                                                                                    314  &kZoneEurope_Mariehamn, // 0x0caa6496, Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    +
                                                                                                                    315  &kZoneAfrica_Monrovia, // 0x0ce90385, Africa/Monrovia
                                                                                                                    +
                                                                                                                    316  &kZoneGMT_PLUS_0, // 0x0d2f7028, GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    317  &kZoneGMT_0, // 0x0d2f706a, GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    318  &kZoneJapan, // 0x0d712f8f, Japan -> Asia/Tokyo
                                                                                                                    +
                                                                                                                    319  &kZoneKwajalein, // 0x0e57afbb, Kwajalein -> Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    320  &kZoneAntarctica_Rothera, // 0x0e86d203, Antarctica/Rothera
                                                                                                                    +
                                                                                                                    321  &kZoneAmerica_Yellowknife, // 0x0f76c76f, America/Yellowknife
                                                                                                                    +
                                                                                                                    322  &kZoneAustralia_Melbourne, // 0x0fe559a3, Australia/Melbourne
                                                                                                                    +
                                                                                                                    323  &kZoneAmerica_Sao_Paulo, // 0x1063bfc9, America/Sao_Paulo
                                                                                                                    +
                                                                                                                    324  &kZoneEurope_Amsterdam, // 0x109395c2, Europe/Amsterdam -> Europe/Brussels
                                                                                                                    +
                                                                                                                    325  &kZoneAmerica_Indiana_Vevay, // 0x10aca054, America/Indiana/Vevay
                                                                                                                    +
                                                                                                                    326  &kZoneAmerica_Scoresbysund, // 0x123f8d2a, America/Scoresbysund
                                                                                                                    +
                                                                                                                    327  &kZoneAsia_Samarkand, // 0x13ae5104, Asia/Samarkand
                                                                                                                    +
                                                                                                                    328  &kZoneAsia_Amman, // 0x148d21bc, Asia/Amman
                                                                                                                    +
                                                                                                                    329  &kZoneAsia_Dacca, // 0x14bcac5e, Asia/Dacca -> Asia/Dhaka
                                                                                                                    +
                                                                                                                    330  &kZoneAsia_Dhaka, // 0x14c07b8b, Asia/Dhaka
                                                                                                                    +
                                                                                                                    331  &kZoneAsia_Dubai, // 0x14c79f77, Asia/Dubai
                                                                                                                    +
                                                                                                                    332  &kZoneAsia_Kabul, // 0x153b5601, Asia/Kabul
                                                                                                                    +
                                                                                                                    333  &kZoneAsia_Ashkhabad, // 0x15454f09, Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    +
                                                                                                                    334  &kZoneAsia_Macao, // 0x155f88b3, Asia/Macao -> Asia/Macau
                                                                                                                    +
                                                                                                                    335  &kZoneAsia_Macau, // 0x155f88b9, Asia/Macau
                                                                                                                    +
                                                                                                                    336  &kZoneAsia_Qatar, // 0x15a8330b, Asia/Qatar
                                                                                                                    +
                                                                                                                    337  &kZoneAsia_Seoul, // 0x15ce82da, Asia/Seoul
                                                                                                                    +
                                                                                                                    338  &kZoneAsia_Tokyo, // 0x15e606a8, Asia/Tokyo
                                                                                                                    +
                                                                                                                    339  &kZoneAsia_Tel_Aviv, // 0x166d7c2c, Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    340  &kZoneAsia_Thimphu, // 0x170380d1, Asia/Thimphu
                                                                                                                    +
                                                                                                                    341  &kZoneAmerica_Guayaquil, // 0x17e64958, America/Guayaquil
                                                                                                                    +
                                                                                                                    342  &kZoneAmerica_Montserrat, // 0x199b0a35, America/Montserrat -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    343  &kZoneAmerica_Kentucky_Louisville, // 0x1a21024b, America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    344  &kZoneAsia_Pontianak, // 0x1a76c057, Asia/Pontianak
                                                                                                                    +
                                                                                                                    345  &kZoneEurope_Podgorica, // 0x1c1a499c, Europe/Podgorica -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    346  &kZoneAtlantic_Reykjavik, // 0x1c2b4f74, Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    347  &kZoneAmerica_New_York, // 0x1e2a7654, America/New_York
                                                                                                                    +
                                                                                                                    348  &kZoneEurope_Luxembourg, // 0x1f8bc6ce, Europe/Luxembourg -> Europe/Brussels
                                                                                                                    +
                                                                                                                    349  &kZoneAsia_Aden, // 0x1fa7084a, Asia/Aden -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    350  &kZoneAsia_Baku, // 0x1fa788b5, Asia/Baku
                                                                                                                    +
                                                                                                                    351  &kZoneAsia_Hovd, // 0x1fab0fe3, Asia/Hovd
                                                                                                                    +
                                                                                                                    352  &kZoneAmerica_Montreal, // 0x203a1ea8, America/Montreal -> America/Toronto
                                                                                                                    +
                                                                                                                    353  &kZoneAsia_Ho_Chi_Minh, // 0x20f2d127, Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    354  &kZoneAsia_Damascus, // 0x20fbb063, Asia/Damascus
                                                                                                                    +
                                                                                                                    355  &kZonePacific_Fiji, // 0x23383ba5, Pacific/Fiji
                                                                                                                    +
                                                                                                                    356  &kZonePacific_Niue, // 0x233ca014, Pacific/Niue
                                                                                                                    +
                                                                                                                    357  &kZonePacific_Truk, // 0x234010a9, Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    358  &kZonePacific_Wake, // 0x23416c2b, Pacific/Wake -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    359  &kZoneAustralia_Adelaide, // 0x2428e8a3, Australia/Adelaide
                                                                                                                    +
                                                                                                                    360  &kZonePacific_Auckland, // 0x25062f86, Pacific/Auckland
                                                                                                                    +
                                                                                                                    361  &kZonePacific_Tongatapu, // 0x262ca836, Pacific/Tongatapu
                                                                                                                    +
                                                                                                                    362  &kZoneAmerica_Monterrey, // 0x269a1deb, America/Monterrey
                                                                                                                    +
                                                                                                                    363  &kZoneEtc_Greenwich, // 0x26daa98c, Etc/Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    364  &kZoneAustralia_Currie, // 0x278b6a24, Australia/Currie -> Australia/Hobart
                                                                                                                    +
                                                                                                                    365  &kZoneAustralia_Darwin, // 0x2876bdff, Australia/Darwin
                                                                                                                    +
                                                                                                                    366  &kZonePacific_Pohnpei, // 0x28929f96, Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    367  &kZoneAmerica_Indiana_Indianapolis, // 0x28a669a4, America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    368  &kZoneAustralia_Canberra, // 0x2a09ae58, Australia/Canberra -> Australia/Sydney
                                                                                                                    +
                                                                                                                    369  &kZoneAmerica_Vancouver, // 0x2c6f6b1f, America/Vancouver
                                                                                                                    +
                                                                                                                    370  &kZoneJamaica, // 0x2e44fdab, Jamaica -> America/Jamaica
                                                                                                                    +
                                                                                                                    371  &kZonePacific_Chatham, // 0x2f0de999, Pacific/Chatham
                                                                                                                    +
                                                                                                                    372  &kZoneEtc_Universal, // 0x2f8cb9a9, Etc/Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    373  &kZoneAmerica_Indiana_Marengo, // 0x2feeee72, America/Indiana/Marengo
                                                                                                                    +
                                                                                                                    374  &kZoneAfrica_Djibouti, // 0x30ea01d4, Africa/Djibouti -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    375  &kZoneAsia_Ulaanbaatar, // 0x30f0cc4e, Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    376  &kZoneAfrica_Gaborone, // 0x317c0aa7, Africa/Gaborone -> Africa/Maputo
                                                                                                                    +
                                                                                                                    377  &kZoneAsia_Calcutta, // 0x328a44c3, Asia/Calcutta -> Asia/Kolkata
                                                                                                                    +
                                                                                                                    378  &kZoneAustralia_Hobart, // 0x32bf951a, Australia/Hobart
                                                                                                                    +
                                                                                                                    379  &kZoneAsia_Dushanbe, // 0x32fc5c3c, Asia/Dushanbe
                                                                                                                    +
                                                                                                                    380  &kZoneAtlantic_South_Georgia, // 0x33013174, Atlantic/South_Georgia
                                                                                                                    +
                                                                                                                    381  &kZoneAmerica_Phoenix, // 0x34b5af01, America/Phoenix
                                                                                                                    +
                                                                                                                    382  &kZoneAsia_Ulan_Bator, // 0x394db4d9, Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    383  &kZoneAfrica_Brazzaville, // 0x39cda760, Africa/Brazzaville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    384  &kZoneAmerica_Cayenne, // 0x3c617269, America/Cayenne
                                                                                                                    +
                                                                                                                    385  &kZoneAfrica_Porto_Novo, // 0x3d1bf95d, Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    386  &kZoneAtlantic_Bermuda, // 0x3d4bb1c4, Atlantic/Bermuda
                                                                                                                    +
                                                                                                                    387  &kZoneAmerica_Managua, // 0x3d5e7600, America/Managua
                                                                                                                    +
                                                                                                                    388  &kZoneAmerica_Marigot, // 0x3dab3a59, America/Marigot -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    389  &kZoneEurope_Guernsey, // 0x3db12c16, Europe/Guernsey -> Europe/London
                                                                                                                    +
                                                                                                                    390  &kZoneAfrica_Nouakchott, // 0x3dc49dba, Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    391  &kZoneAmerica_Louisville, // 0x3dcb47ee, America/Louisville -> America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    392  &kZoneEtc_GMT_PLUS_10, // 0x3f8f1cc4, Etc/GMT+10
                                                                                                                    +
                                                                                                                    393  &kZoneEtc_GMT_PLUS_11, // 0x3f8f1cc5, Etc/GMT+11
                                                                                                                    +
                                                                                                                    394  &kZoneEtc_GMT_PLUS_12, // 0x3f8f1cc6, Etc/GMT+12
                                                                                                                    +
                                                                                                                    395  &kZoneEtc_GMT_10, // 0x3f8f2546, Etc/GMT-10
                                                                                                                    +
                                                                                                                    396  &kZoneEtc_GMT_11, // 0x3f8f2547, Etc/GMT-11
                                                                                                                    +
                                                                                                                    397  &kZoneEtc_GMT_12, // 0x3f8f2548, Etc/GMT-12
                                                                                                                    +
                                                                                                                    398  &kZoneEtc_GMT_13, // 0x3f8f2549, Etc/GMT-13
                                                                                                                    +
                                                                                                                    399  &kZoneEtc_GMT_14, // 0x3f8f254a, Etc/GMT-14
                                                                                                                    +
                                                                                                                    400  &kZoneCanada_Pacific, // 0x40fa3c7b, Canada/Pacific -> America/Vancouver
                                                                                                                    +
                                                                                                                    401  &kZoneEurope_Athens, // 0x4318fa27, Europe/Athens
                                                                                                                    +
                                                                                                                    402  &kZoneIndian_Kerguelen, // 0x4351b389, Indian/Kerguelen -> Indian/Maldives
                                                                                                                    +
                                                                                                                    403  &kZoneEurope_Berlin, // 0x44644c20, Europe/Berlin
                                                                                                                    +
                                                                                                                    404  &kZoneAtlantic_St_Helena, // 0x451fc5f7, Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    405  &kZoneIndian_Chagos, // 0x456f7c3c, Indian/Chagos
                                                                                                                    +
                                                                                                                    406  &kZoneIndian_Mahe, // 0x45e725e2, Indian/Mahe -> Asia/Dubai
                                                                                                                    +
                                                                                                                    407  &kZoneIndian_Comoro, // 0x45f4deb6, Indian/Comoro -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    408  &kZoneEurope_Dublin, // 0x4a275f62, Europe/Dublin
                                                                                                                    +
                                                                                                                    409  &kZoneAsia_Nicosia, // 0x4b0fcf78, Asia/Nicosia
                                                                                                                    +
                                                                                                                    410  &kZoneAmerica_Chicago, // 0x4b92b5d4, America/Chicago
                                                                                                                    +
                                                                                                                    411  &kZoneAustralia_Sydney, // 0x4d1e9776, Australia/Sydney
                                                                                                                    +
                                                                                                                    412  &kZoneNZ_CHAT, // 0x4d42afda, NZ-CHAT -> Pacific/Chatham
                                                                                                                    +
                                                                                                                    413  &kZoneUS_Arizona, // 0x4ec52670, US/Arizona -> America/Phoenix
                                                                                                                    +
                                                                                                                    414  &kZoneAntarctica_Vostok, // 0x4f966fd4, Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    415  &kZoneUS_Aleutian, // 0x4fe013ef, US/Aleutian -> America/Adak
                                                                                                                    +
                                                                                                                    416  &kZoneAustralia_Brisbane, // 0x4fedc9c0, Australia/Brisbane
                                                                                                                    +
                                                                                                                    417  &kZoneAmerica_Asuncion, // 0x50ec79a6, America/Asuncion
                                                                                                                    +
                                                                                                                    418  &kZoneAsia_Karachi, // 0x527f5245, Asia/Karachi
                                                                                                                    +
                                                                                                                    419  &kZoneAsia_Kashgar, // 0x52955193, Asia/Kashgar -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    420  &kZoneCanada_Atlantic, // 0x536b119c, Canada/Atlantic -> America/Halifax
                                                                                                                    +
                                                                                                                    421  &kZonePacific_Gambier, // 0x53720c3a, Pacific/Gambier
                                                                                                                    +
                                                                                                                    422  &kZoneAmerica_Martinique, // 0x551e84c5, America/Martinique
                                                                                                                    +
                                                                                                                    423  &kZoneAmerica_Jamaica, // 0x565dad6c, America/Jamaica
                                                                                                                    +
                                                                                                                    424  &kZoneUS_Samoa, // 0x566821cd, US/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    425  &kZoneHongkong, // 0x56d36560, Hongkong -> Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    426  &kZoneEurope_Jersey, // 0x570dae76, Europe/Jersey -> Europe/London
                                                                                                                    +
                                                                                                                    427  &kZoneAsia_Hong_Kong, // 0x577f28ac, Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    428  &kZonePacific_Marquesas, // 0x57ca7135, Pacific/Marquesas
                                                                                                                    +
                                                                                                                    429  &kZoneAmerica_Miquelon, // 0x59674330, America/Miquelon
                                                                                                                    +
                                                                                                                    430  &kZoneAntarctica_DumontDUrville, // 0x5a3c656c, Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    431  &kZoneAtlantic_Jan_Mayen, // 0x5a7535b6, Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    432  &kZoneAmerica_Anchorage, // 0x5a79260e, America/Anchorage
                                                                                                                    +
                                                                                                                    433  &kZoneUS_Eastern, // 0x5bb7e78e, US/Eastern -> America/New_York
                                                                                                                    +
                                                                                                                    434  &kZoneAsia_Jerusalem, // 0x5becd23a, Asia/Jerusalem
                                                                                                                    +
                                                                                                                    435  &kZoneEurope_Stockholm, // 0x5bf6fbb8, Europe/Stockholm -> Europe/Berlin
                                                                                                                    +
                                                                                                                    436  &kZoneEurope_Lisbon, // 0x5c00a70b, Europe/Lisbon
                                                                                                                    +
                                                                                                                    437  &kZoneAtlantic_Cape_Verde, // 0x5c5e1772, Atlantic/Cape_Verde
                                                                                                                    +
                                                                                                                    438  &kZoneEurope_London, // 0x5c6a84ae, Europe/London
                                                                                                                    +
                                                                                                                    439  &kZoneAsia_Ujung_Pandang, // 0x5d001eb3, Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    +
                                                                                                                    440  &kZoneAfrica_Mbabane, // 0x5d3bdd40, Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    441  &kZoneEurope_Madrid, // 0x5dbd1535, Europe/Madrid
                                                                                                                    +
                                                                                                                    442  &kZoneAmerica_Moncton, // 0x5e07fe24, America/Moncton
                                                                                                                    +
                                                                                                                    443  &kZoneEurope_Monaco, // 0x5ebf9f01, Europe/Monaco -> Europe/Paris
                                                                                                                    +
                                                                                                                    444  &kZonePacific_Pago_Pago, // 0x603aebd0, Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    445  &kZonePacific_Enderbury, // 0x61599a93, Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    +
                                                                                                                    446  &kZoneCanada_Central, // 0x626710f5, Canada/Central -> America/Winnipeg
                                                                                                                    +
                                                                                                                    447  &kZoneAmerica_Creston, // 0x62a70204, America/Creston -> America/Phoenix
                                                                                                                    +
                                                                                                                    448  &kZoneAmerica_Costa_Rica, // 0x63ff66be, America/Costa_Rica
                                                                                                                    +
                                                                                                                    449  &kZoneEurope_Prague, // 0x65ee5d48, Europe/Prague
                                                                                                                    +
                                                                                                                    450  &kZoneBrazil_East, // 0x669578c5, Brazil/East -> America/Sao_Paulo
                                                                                                                    +
                                                                                                                    451  &kZoneAfrica_Kinshasa, // 0x6695d70c, Africa/Kinshasa -> Africa/Lagos
                                                                                                                    +
                                                                                                                    452  &kZoneBrazil_West, // 0x669f689b, Brazil/West -> America/Manaus
                                                                                                                    +
                                                                                                                    453  &kZoneAfrica_Mogadishu, // 0x66bc159b, Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    454  &kZoneAmerica_Puerto_Rico, // 0x6752ca31, America/Puerto_Rico
                                                                                                                    +
                                                                                                                    455  &kZoneAfrica_Freetown, // 0x6823dd64, Africa/Freetown -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    456  &kZoneIndian_Christmas, // 0x68c207d5, Indian/Christmas -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    457  &kZoneAmerica_Indianapolis, // 0x6a009ae1, America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    458  &kZoneEurope_Sarajevo, // 0x6a576c3f, Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    459  &kZoneAmerica_Curacao, // 0x6a879184, America/Curacao -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    460  &kZoneAsia_Makassar, // 0x6aa21c85, Asia/Makassar
                                                                                                                    +
                                                                                                                    461  &kZoneEurope_Helsinki, // 0x6ab2975b, Europe/Helsinki
                                                                                                                    +
                                                                                                                    462  &kZoneAmerica_Lower_Princes, // 0x6ae45b62, America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    463  &kZoneAmerica_Porto_Velho, // 0x6b1aac77, America/Porto_Velho
                                                                                                                    +
                                                                                                                    464  &kZoneEurope_Skopje, // 0x6c76fdd0, Europe/Skopje -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    465  &kZoneAmerica_Edmonton, // 0x6cb9484a, America/Edmonton
                                                                                                                    +
                                                                                                                    466  &kZoneAmerica_Dawson_Creek, // 0x6cf24e5b, America/Dawson_Creek
                                                                                                                    +
                                                                                                                    467  &kZoneAsia_Rangoon, // 0x6d1217c6, Asia/Rangoon -> Asia/Yangon
                                                                                                                    +
                                                                                                                    468  &kZoneUS_East_Indiana, // 0x6dcf558a, US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    469  &kZoneAmerica_Blanc_Sablon, // 0x6e299892, America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    470  &kZoneEurope_Tirane, // 0x6ea95b47, Europe/Tirane
                                                                                                                    +
                                                                                                                    471  &kZoneUS_Mountain, // 0x6eb88247, US/Mountain -> America/Denver
                                                                                                                    +
                                                                                                                    472  &kZoneAntarctica_McMurdo, // 0x6eeb5585, Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    473  &kZoneAfrica_Lubumbashi, // 0x6fd88566, Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    +
                                                                                                                    474  &kZoneIndian_Reunion, // 0x7076c047, Indian/Reunion -> Asia/Dubai
                                                                                                                    +
                                                                                                                    475  &kZoneAsia_Kolkata, // 0x72c06cd9, Asia/Kolkata
                                                                                                                    +
                                                                                                                    476  &kZoneEurope_Vienna, // 0x734cc2e5, Europe/Vienna
                                                                                                                    +
                                                                                                                    477  &kZoneAfrica_Asmara, // 0x73b278ef, Africa/Asmara -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    478  &kZoneAfrica_Asmera, // 0x73b289f3, Africa/Asmera -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    479  &kZoneAmerica_Santiago, // 0x7410c9bc, America/Santiago
                                                                                                                    +
                                                                                                                    480  &kZoneAfrica_Bamako, // 0x74c1e7a5, Africa/Bamako -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    481  &kZoneAfrica_Bangui, // 0x74c28ed0, Africa/Bangui -> Africa/Lagos
                                                                                                                    +
                                                                                                                    482  &kZoneAfrica_Banjul, // 0x74c29b96, Africa/Banjul -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    483  &kZoneEurope_Nicosia, // 0x74efab8a, Europe/Nicosia -> Asia/Nicosia
                                                                                                                    +
                                                                                                                    484  &kZoneEurope_Warsaw, // 0x75185c19, Europe/Warsaw
                                                                                                                    +
                                                                                                                    485  &kZoneAmerica_El_Salvador, // 0x752ad652, America/El_Salvador
                                                                                                                    +
                                                                                                                    486  &kZoneAfrica_Bissau, // 0x75564141, Africa/Bissau
                                                                                                                    +
                                                                                                                    487  &kZoneUS_Michigan, // 0x766bb7bc, US/Michigan -> America/Detroit
                                                                                                                    +
                                                                                                                    488  &kZoneCanada_Saskatchewan, // 0x77311f49, Canada/Saskatchewan -> America/Regina
                                                                                                                    +
                                                                                                                    489  &kZoneAfrica_Accra, // 0x77d5b054, Africa/Accra -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    490  &kZoneAfrica_Ceuta, // 0x77fb46ec, Africa/Ceuta
                                                                                                                    +
                                                                                                                    491  &kZoneAfrica_Dakar, // 0x780b00fd, Africa/Dakar -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    492  &kZoneAfrica_Lagos, // 0x789bb5d0, Africa/Lagos
                                                                                                                    +
                                                                                                                    493  &kZoneAmerica_Toronto, // 0x792e851b, America/Toronto
                                                                                                                    +
                                                                                                                    494  &kZoneAmerica_Tortola, // 0x7931462b, America/Tortola -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    495  &kZoneAfrica_Tunis, // 0x79378e6d, Africa/Tunis
                                                                                                                    +
                                                                                                                    496  &kZoneAfrica_Douala, // 0x7a6df310, Africa/Douala -> Africa/Lagos
                                                                                                                    +
                                                                                                                    497  &kZoneAfrica_Conakry, // 0x7ab36b31, Africa/Conakry -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    498  &kZoneIndian_Mauritius, // 0x7b09c02a, Indian/Mauritius
                                                                                                                    +
                                                                                                                    499  &kZoneEurope_Zagreb, // 0x7c11c9ff, Europe/Zagreb -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    500  &kZoneCuba, // 0x7c83cba0, Cuba -> America/Havana
                                                                                                                    +
                                                                                                                    501  &kZoneEire, // 0x7c84b36a, Eire -> Europe/Dublin
                                                                                                                    +
                                                                                                                    502  &kZoneGMT0, // 0x7c8550fd, GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    503  &kZoneIran, // 0x7c87090f, Iran -> Asia/Tehran
                                                                                                                    +
                                                                                                                    504  &kZoneZulu, // 0x7c9069b5, Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    505  &kZoneEurope_Zurich, // 0x7d8195b9, Europe/Zurich
                                                                                                                    +
                                                                                                                    506  &kZoneChile_Continental, // 0x7e2bdb18, Chile/Continental -> America/Santiago
                                                                                                                    +
                                                                                                                    507  &kZoneAmerica_Fort_Wayne, // 0x7eaaaf24, America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    508  &kZoneAsia_Kuching, // 0x801b003b, Asia/Kuching
                                                                                                                    +
                                                                                                                    509  &kZoneAtlantic_Madeira, // 0x81b5c037, Atlantic/Madeira
                                                                                                                    +
                                                                                                                    510  &kZoneAmerica_Atikokan, // 0x81b92098, America/Atikokan -> America/Panama
                                                                                                                    +
                                                                                                                    511  &kZoneAfrica_Harare, // 0x82c39a2d, Africa/Harare -> Africa/Maputo
                                                                                                                    +
                                                                                                                    512  &kZoneAmerica_Shiprock, // 0x82fb7049, America/Shiprock -> America/Denver
                                                                                                                    +
                                                                                                                    513  &kZonePacific_Kiritimati, // 0x8305073a, Pacific/Kiritimati
                                                                                                                    +
                                                                                                                    514  &kZoneAmerica_St_Vincent, // 0x8460e523, America/St_Vincent -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    515  &kZoneAmerica_Chihuahua, // 0x8827d776, America/Chihuahua
                                                                                                                    +
                                                                                                                    516  &kZonePacific_Pitcairn, // 0x8837d8bd, Pacific/Pitcairn
                                                                                                                    +
                                                                                                                    517  &kZoneAsia_Vientiane, // 0x89d68d75, Asia/Vientiane -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    518  &kZonePacific_Chuuk, // 0x8a090b23, Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    519  &kZonePacific_Efate, // 0x8a2bce28, Pacific/Efate
                                                                                                                    +
                                                                                                                    520  &kZoneAfrica_Kigali, // 0x8a4dcf2b, Africa/Kigali -> Africa/Maputo
                                                                                                                    +
                                                                                                                    521  &kZoneAustralia_ACT, // 0x8a970eb2, Australia/ACT -> Australia/Sydney
                                                                                                                    +
                                                                                                                    522  &kZoneAustralia_LHI, // 0x8a973e17, Australia/LHI -> Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    523  &kZoneAustralia_NSW, // 0x8a974812, Australia/NSW -> Australia/Sydney
                                                                                                                    +
                                                                                                                    524  &kZonePacific_Nauru, // 0x8acc41ae, Pacific/Nauru
                                                                                                                    +
                                                                                                                    525  &kZoneEST5EDT, // 0x8adc72a3, EST5EDT
                                                                                                                    +
                                                                                                                    526  &kZonePacific_Palau, // 0x8af04a36, Pacific/Palau
                                                                                                                    +
                                                                                                                    527  &kZonePacific_Samoa, // 0x8b2699b4, Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    528  &kZoneAmerica_Winnipeg, // 0x8c7dafc7, America/Winnipeg
                                                                                                                    +
                                                                                                                    529  &kZoneAustralia_Eucla, // 0x8cf99e44, Australia/Eucla
                                                                                                                    +
                                                                                                                    530  &kZoneAfrica_Luanda, // 0x8d7909cf, Africa/Luanda -> Africa/Lagos
                                                                                                                    +
                                                                                                                    531  &kZoneAfrica_Lusaka, // 0x8d82b23b, Africa/Lusaka -> Africa/Maputo
                                                                                                                    +
                                                                                                                    532  &kZoneAustralia_North, // 0x8d997165, Australia/North -> Australia/Darwin
                                                                                                                    +
                                                                                                                    533  &kZoneAustralia_Perth, // 0x8db8269d, Australia/Perth
                                                                                                                    +
                                                                                                                    534  &kZoneAustralia_South, // 0x8df3f8ad, Australia/South -> Australia/Adelaide
                                                                                                                    +
                                                                                                                    535  &kZonePacific_Kwajalein, // 0x8e216759, Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    536  &kZoneAmerica_Port_au_Prince, // 0x8e4a7bdc, America/Port-au-Prince
                                                                                                                    +
                                                                                                                    537  &kZoneAfrica_Malabo, // 0x8e6a1906, Africa/Malabo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    538  &kZoneAfrica_Maputo, // 0x8e6ca1f0, Africa/Maputo
                                                                                                                    +
                                                                                                                    539  &kZoneAfrica_Maseru, // 0x8e6e02c7, Africa/Maseru -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    540  &kZoneAmerica_Godthab, // 0x8f7eba1f, America/Godthab -> America/Nuuk
                                                                                                                    +
                                                                                                                    541  &kZoneAustralia_Yancowinna, // 0x90bac131, Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    542  &kZoneAfrica_Niamey, // 0x914a30fd, Africa/Niamey -> Africa/Lagos
                                                                                                                    +
                                                                                                                    543  &kZoneAsia_Yerevan, // 0x9185c8cc, Asia/Yerevan
                                                                                                                    +
                                                                                                                    544  &kZoneAmerica_Detroit, // 0x925cfbc1, America/Detroit
                                                                                                                    +
                                                                                                                    545  &kZoneAmerica_Bogota, // 0x93d7bc62, America/Bogota
                                                                                                                    +
                                                                                                                    546  &kZoneAmerica_Cayman, // 0x953961df, America/Cayman -> America/Panama
                                                                                                                    +
                                                                                                                    547  &kZoneAmerica_Glace_Bay, // 0x9681f8dd, America/Glace_Bay
                                                                                                                    +
                                                                                                                    548  &kZoneAmerica_Grenada, // 0x968ce4d8, America/Grenada -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    549  &kZoneAmerica_Aruba, // 0x97cf8651, America/Aruba -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    550  &kZoneAmerica_Denver, // 0x97d10b2a, America/Denver
                                                                                                                    +
                                                                                                                    551  &kZoneAmerica_Belem, // 0x97da580b, America/Belem
                                                                                                                    +
                                                                                                                    552  &kZoneAmerica_Boise, // 0x97dfc8d8, America/Boise
                                                                                                                    +
                                                                                                                    553  &kZoneEurope_Andorra, // 0x97f6764b, Europe/Andorra
                                                                                                                    +
                                                                                                                    554  &kZoneAmerica_Adak, // 0x97fe49d7, America/Adak
                                                                                                                    +
                                                                                                                    555  &kZoneAmerica_Atka, // 0x97fe8f27, America/Atka -> America/Adak
                                                                                                                    +
                                                                                                                    556  &kZoneAmerica_Lima, // 0x980468c9, America/Lima
                                                                                                                    +
                                                                                                                    557  &kZoneAmerica_Nome, // 0x98059b15, America/Nome
                                                                                                                    +
                                                                                                                    558  &kZoneAmerica_Nuuk, // 0x9805b5a9, America/Nuuk
                                                                                                                    +
                                                                                                                    559  &kZoneIndian_Maldives, // 0x9869681c, Indian/Maldives
                                                                                                                    +
                                                                                                                    560  &kZoneAmerica_Sitka, // 0x99104ce2, America/Sitka
                                                                                                                    +
                                                                                                                    561  &kZoneAmerica_Thule, // 0x9921dd68, America/Thule
                                                                                                                    +
                                                                                                                    562  &kZonePacific_Rarotonga, // 0x9981a3b0, Pacific/Rarotonga
                                                                                                                    +
                                                                                                                    563  &kZoneAsia_Kathmandu, // 0x9a96ce6f, Asia/Kathmandu
                                                                                                                    +
                                                                                                                    564  &kZoneAmerica_Rainy_River, // 0x9cd58a10, America/Rainy_River
                                                                                                                    +
                                                                                                                    565  &kZoneEurope_Budapest, // 0x9ce0197c, Europe/Budapest
                                                                                                                    +
                                                                                                                    566  &kZoneAsia_Baghdad, // 0x9ceffbed, Asia/Baghdad
                                                                                                                    +
                                                                                                                    567  &kZoneAsia_Bahrain, // 0x9d078487, Asia/Bahrain -> Asia/Qatar
                                                                                                                    +
                                                                                                                    568  &kZoneEtc_GMT_PLUS_0, // 0x9d13da13, Etc/GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    569  &kZoneEtc_GMT_PLUS_1, // 0x9d13da14, Etc/GMT+1
                                                                                                                    +
                                                                                                                    570  &kZoneEtc_GMT_PLUS_2, // 0x9d13da15, Etc/GMT+2
                                                                                                                    +
                                                                                                                    571  &kZoneEtc_GMT_PLUS_3, // 0x9d13da16, Etc/GMT+3
                                                                                                                    +
                                                                                                                    572  &kZoneEtc_GMT_PLUS_4, // 0x9d13da17, Etc/GMT+4
                                                                                                                    +
                                                                                                                    573  &kZoneEtc_GMT_PLUS_5, // 0x9d13da18, Etc/GMT+5
                                                                                                                    +
                                                                                                                    574  &kZoneEtc_GMT_PLUS_6, // 0x9d13da19, Etc/GMT+6
                                                                                                                    +
                                                                                                                    575  &kZoneEtc_GMT_PLUS_7, // 0x9d13da1a, Etc/GMT+7
                                                                                                                    +
                                                                                                                    576  &kZoneEtc_GMT_PLUS_8, // 0x9d13da1b, Etc/GMT+8
                                                                                                                    +
                                                                                                                    577  &kZoneEtc_GMT_PLUS_9, // 0x9d13da1c, Etc/GMT+9
                                                                                                                    +
                                                                                                                    578  &kZoneEtc_GMT_0, // 0x9d13da55, Etc/GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    579  &kZoneEtc_GMT_1, // 0x9d13da56, Etc/GMT-1
                                                                                                                    +
                                                                                                                    580  &kZoneEtc_GMT_2, // 0x9d13da57, Etc/GMT-2
                                                                                                                    +
                                                                                                                    581  &kZoneEtc_GMT_3, // 0x9d13da58, Etc/GMT-3
                                                                                                                    +
                                                                                                                    582  &kZoneEtc_GMT_4, // 0x9d13da59, Etc/GMT-4
                                                                                                                    +
                                                                                                                    583  &kZoneEtc_GMT_5, // 0x9d13da5a, Etc/GMT-5
                                                                                                                    +
                                                                                                                    584  &kZoneEtc_GMT_6, // 0x9d13da5b, Etc/GMT-6
                                                                                                                    +
                                                                                                                    585  &kZoneEtc_GMT_7, // 0x9d13da5c, Etc/GMT-7
                                                                                                                    +
                                                                                                                    586  &kZoneEtc_GMT_8, // 0x9d13da5d, Etc/GMT-8
                                                                                                                    +
                                                                                                                    587  &kZoneEtc_GMT_9, // 0x9d13da5e, Etc/GMT-9
                                                                                                                    +
                                                                                                                    588  &kZoneAmerica_Nipigon, // 0x9d2a8b1a, America/Nipigon
                                                                                                                    +
                                                                                                                    589  &kZoneAsia_Bangkok, // 0x9d6e3aaf, Asia/Bangkok
                                                                                                                    +
                                                                                                                    590  &kZoneAmerica_North_Dakota_Center, // 0x9da42814, America/North_Dakota/Center
                                                                                                                    +
                                                                                                                    591  &kZoneIndian_Antananarivo, // 0x9ebf5289, Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    592  &kZoneAfrica_Ndjamena, // 0x9fe09898, Africa/Ndjamena
                                                                                                                    +
                                                                                                                    593  &kZoneAmerica_Guyana, // 0x9ff7bd0b, America/Guyana
                                                                                                                    +
                                                                                                                    594  &kZoneAfrica_Dar_es_Salaam, // 0xa04c47b6, Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    595  &kZoneAmerica_Havana, // 0xa0e15675, America/Havana
                                                                                                                    +
                                                                                                                    596  &kZoneEurope_Kiev, // 0xa2c19eb3, Europe/Kiev -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    597  &kZoneEurope_Kyiv, // 0xa2c1e347, Europe/Kyiv
                                                                                                                    +
                                                                                                                    598  &kZoneEurope_Oslo, // 0xa2c3fba1, Europe/Oslo -> Europe/Berlin
                                                                                                                    +
                                                                                                                    599  &kZoneEurope_Rome, // 0xa2c58fd7, Europe/Rome
                                                                                                                    +
                                                                                                                    600  &kZoneAmerica_Inuvik, // 0xa42189fc, America/Inuvik
                                                                                                                    +
                                                                                                                    601  &kZoneAmerica_Juneau, // 0xa6f13e2e, America/Juneau
                                                                                                                    +
                                                                                                                    602  &kZoneAustralia_Lord_Howe, // 0xa748b67d, Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    603  &kZonePacific_Port_Moresby, // 0xa7ba7f68, Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    604  &kZoneAsia_Katmandu, // 0xa7ec12c7, Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    +
                                                                                                                    605  &kZoneAsia_Beirut, // 0xa7f3d5fd, Asia/Beirut
                                                                                                                    +
                                                                                                                    606  &kZoneSingapore, // 0xa8598c8d, Singapore -> Asia/Singapore
                                                                                                                    +
                                                                                                                    607  &kZoneAfrica_Nairobi, // 0xa87ab57e, Africa/Nairobi
                                                                                                                    +
                                                                                                                    608  &kZoneAsia_Brunei, // 0xa8e595f7, Asia/Brunei -> Asia/Kuching
                                                                                                                    +
                                                                                                                    609  &kZoneUS_Pacific, // 0xa950f6ab, US/Pacific -> America/Los_Angeles
                                                                                                                    +
                                                                                                                    610  &kZonePacific_Galapagos, // 0xa952f752, Pacific/Galapagos
                                                                                                                    +
                                                                                                                    611  &kZoneAmerica_La_Paz, // 0xaa29125d, America/La_Paz
                                                                                                                    +
                                                                                                                    612  &kZoneAmerica_Coral_Harbour, // 0xabcb7569, America/Coral_Harbour -> America/Panama
                                                                                                                    +
                                                                                                                    613  &kZoneAmerica_Manaus, // 0xac86bf8b, America/Manaus
                                                                                                                    +
                                                                                                                    614  &kZoneAmerica_Merida, // 0xacd172d8, America/Merida
                                                                                                                    +
                                                                                                                    615  &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau
                                                                                                                    +
                                                                                                                    616  &kZoneAmerica_Nassau, // 0xaedef011, America/Nassau -> America/Toronto
                                                                                                                    +
                                                                                                                    617  &kZoneAmerica_Anguilla, // 0xafe31333, America/Anguilla -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    618  &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    619  &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    620  &kZoneChile_EasterIsland, // 0xb0982af8, Chile/EasterIsland -> Pacific/Easter
                                                                                                                    +
                                                                                                                    621  &kZonePacific_Johnston, // 0xb15d7b36, Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    622  &kZoneAfrica_Timbuktu, // 0xb164d56f, Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    623  &kZoneAmerica_St_Thomas, // 0xb1b3d778, America/St_Thomas -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    624  &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo
                                                                                                                    +
                                                                                                                    625  &kZoneAmerica_Panama, // 0xb3863854, America/Panama
                                                                                                                    +
                                                                                                                    626  &kZoneAsia_Harbin, // 0xb5af1186, Asia/Harbin -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    627  &kZoneAmerica_Los_Angeles, // 0xb7f7e8f2, America/Los_Angeles
                                                                                                                    +
                                                                                                                    628  &kZoneAmerica_Regina, // 0xb875371c, America/Regina
                                                                                                                    +
                                                                                                                    629  &kZoneAsia_Ashgabat, // 0xba87598d, Asia/Ashgabat
                                                                                                                    +
                                                                                                                    630  &kZoneIsrael, // 0xba88c9e5, Israel -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    631  &kZonePacific_Yap, // 0xbb40138d, Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    632  &kZoneAmerica_Halifax, // 0xbc5b7183, America/Halifax
                                                                                                                    +
                                                                                                                    633  &kZoneEurope_Ljubljana, // 0xbd98cdb7, Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    634  &kZoneAsia_Kuwait, // 0xbe1b2f27, Asia/Kuwait -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    635  &kZoneEurope_Tiraspol, // 0xbe704472, Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    +
                                                                                                                    636  &kZoneAmerica_Tegucigalpa, // 0xbfd6fd4c, America/Tegucigalpa
                                                                                                                    +
                                                                                                                    637  &kZoneAmerica_Antigua, // 0xc067a32f, America/Antigua -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    638  &kZoneEurope_Busingen, // 0xc06d2cdf, Europe/Busingen -> Europe/Zurich
                                                                                                                    +
                                                                                                                    639  &kZoneAsia_Manila, // 0xc156c944, Asia/Manila
                                                                                                                    +
                                                                                                                    640  &kZoneAfrica_Kampala, // 0xc1d30e31, Africa/Kampala -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    641  &kZoneAfrica_Abidjan, // 0xc21305a3, Africa/Abidjan
                                                                                                                    +
                                                                                                                    642  &kZoneAmerica_Virgin, // 0xc2183ab5, America/Virgin -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    643  &kZoneAsia_Phnom_Penh, // 0xc224945e, Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    644  &kZoneAsia_Muscat, // 0xc2c3565f, Asia/Muscat -> Asia/Dubai
                                                                                                                    +
                                                                                                                    645  &kZonePortugal, // 0xc3274593, Portugal -> Europe/Lisbon
                                                                                                                    +
                                                                                                                    646  &kZoneNavajo, // 0xc4ef0e24, Navajo -> America/Denver
                                                                                                                    +
                                                                                                                    647  &kZoneAsia_Jayapura, // 0xc6833c2f, Asia/Jayapura
                                                                                                                    +
                                                                                                                    648  &kZoneAsia_Chungking, // 0xc7121dd0, Asia/Chungking -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    649  &kZoneGreenwich, // 0xc84d4221, Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    650  &kZonePoland, // 0xca913b23, Poland -> Europe/Warsaw
                                                                                                                    +
                                                                                                                    651  &kZoneUS_Central, // 0xcabdcb25, US/Central -> America/Chicago
                                                                                                                    +
                                                                                                                    652  &kZoneEurope_Vatican, // 0xcb485dca, Europe/Vatican -> Europe/Rome
                                                                                                                    +
                                                                                                                    653  &kZoneAmerica_Barbados, // 0xcbbc3b04, America/Barbados
                                                                                                                    +
                                                                                                                    654  &kZoneAmerica_Guadeloupe, // 0xcd1f8a31, America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    655  &kZoneAntarctica_South_Pole, // 0xcd96b290, Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    656  &kZoneAsia_Riyadh, // 0xcd973d93, Asia/Riyadh
                                                                                                                    +
                                                                                                                    657  &kZoneAmerica_Dominica, // 0xcecb4c4a, America/Dominica -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    658  &kZoneEurope_San_Marino, // 0xcef7724b, Europe/San_Marino -> Europe/Rome
                                                                                                                    +
                                                                                                                    659  &kZoneAsia_Saigon, // 0xcf52f713, Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    660  &kZonePacific_Easter, // 0xcf54f7e7, Pacific/Easter
                                                                                                                    +
                                                                                                                    661  &kZoneAsia_Singapore, // 0xcf8581fa, Asia/Singapore
                                                                                                                    +
                                                                                                                    662  &kZoneEurope_Belfast, // 0xd07dd1e5, Europe/Belfast -> Europe/London
                                                                                                                    +
                                                                                                                    663  &kZoneUniversal, // 0xd0ff523e, Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    664  &kZoneAsia_Taipei, // 0xd1a844ae, Asia/Taipei
                                                                                                                    +
                                                                                                                    665  &kZoneAsia_Tehran, // 0xd1f02254, Asia/Tehran
                                                                                                                    +
                                                                                                                    666  &kZoneAsia_Thimbu, // 0xd226e31b, Asia/Thimbu -> Asia/Thimphu
                                                                                                                    +
                                                                                                                    667  &kZoneArctic_Longyearbyen, // 0xd23e7859, Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    668  &kZoneAustralia_Queensland, // 0xd326ed0a, Australia/Queensland -> Australia/Brisbane
                                                                                                                    +
                                                                                                                    669  &kZoneAfrica_Lome, // 0xd51c3a07, Africa/Lome -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    670  &kZoneAsia_Urumqi, // 0xd5379735, Asia/Urumqi
                                                                                                                    +
                                                                                                                    671  &kZoneAfrica_Johannesburg, // 0xd5d157a0, Africa/Johannesburg
                                                                                                                    +
                                                                                                                    672  &kZoneAmerica_Port_of_Spain, // 0xd8b28d59, America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    673  &kZoneEtc_GMT, // 0xd8e2de58, Etc/GMT
                                                                                                                    +
                                                                                                                    674  &kZoneEtc_UCT, // 0xd8e3189c, Etc/UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    675  &kZoneEtc_UTC, // 0xd8e31abc, Etc/UTC
                                                                                                                    +
                                                                                                                    676  &kZoneAmerica_Yakutat, // 0xd8ee31e9, America/Yakutat
                                                                                                                    +
                                                                                                                    677  &kZoneAfrica_Algiers, // 0xd94515c1, Africa/Algiers
                                                                                                                    +
                                                                                                                    678  &kZonePST8PDT, // 0xd99ee2dc, PST8PDT
                                                                                                                    +
                                                                                                                    679  &kZoneEurope_Bratislava, // 0xda493bed, Europe/Bratislava -> Europe/Prague
                                                                                                                    +
                                                                                                                    680  &kZonePacific_Funafuti, // 0xdb402d65, Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    681  &kZoneAmerica_Matamoros, // 0xdd1b0259, America/Matamoros
                                                                                                                    +
                                                                                                                    682  &kZonePacific_Kanton, // 0xdd512f0e, Pacific/Kanton
                                                                                                                    +
                                                                                                                    683  &kZoneAsia_Yangon, // 0xdd54a8be, Asia/Yangon
                                                                                                                    +
                                                                                                                    684  &kZoneAustralia_West, // 0xdd858a5d, Australia/West -> Australia/Perth
                                                                                                                    +
                                                                                                                    685  &kZonePacific_Kosrae, // 0xde5139a8, Pacific/Kosrae
                                                                                                                    +
                                                                                                                    686  &kZoneEurope_Brussels, // 0xdee07337, Europe/Brussels
                                                                                                                    +
                                                                                                                    687  &kZoneAmerica_Swift_Current, // 0xdef98e55, America/Swift_Current
                                                                                                                    +
                                                                                                                    688  &kZoneAustralia_Lindeman, // 0xe05029e2, Australia/Lindeman
                                                                                                                    +
                                                                                                                    689  &kZoneEurope_Belgrade, // 0xe0532b3a, Europe/Belgrade
                                                                                                                    +
                                                                                                                    690  &kZoneAfrica_Blantyre, // 0xe08d813b, Africa/Blantyre -> Africa/Maputo
                                                                                                                    +
                                                                                                                    691  &kZoneAmerica_Menominee, // 0xe0e9c583, America/Menominee
                                                                                                                    +
                                                                                                                    692  &kZoneEurope_Copenhagen, // 0xe0ed30bc, Europe/Copenhagen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    693  &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe
                                                                                                                    +
                                                                                                                    694  &kZonePacific_Majuro, // 0xe1f95371, Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    695  &kZonePacific_Midway, // 0xe286d38e, Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    696  &kZoneAntarctica_Syowa, // 0xe330c7e1, Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    697  &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea
                                                                                                                    +
                                                                                                                    698  &kZoneIceland, // 0xe56a35b5, Iceland -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    699  &kZoneIndian_Mayotte, // 0xe6880bca, Indian/Mayotte -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    700  &kZoneAustralia_Tasmania, // 0xe6d76648, Australia/Tasmania -> Australia/Hobart
                                                                                                                    +
                                                                                                                    701  &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu
                                                                                                                    +
                                                                                                                    702  &kZoneAmerica_Kralendijk, // 0xe7c456c5, America/Kralendijk -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    703  &kZonePacific_Ponape, // 0xe9f80086, Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    704  &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    705  &kZoneEurope_Isle_of_Man, // 0xeaf84580, Europe/Isle_of_Man -> Europe/London
                                                                                                                    +
                                                                                                                    706  &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga
                                                                                                                    +
                                                                                                                    707  &kZoneCST6CDT, // 0xf0e87d00, CST6CDT
                                                                                                                    +
                                                                                                                    708  &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti
                                                                                                                    +
                                                                                                                    709  &kZonePacific_Tarawa, // 0xf2517e63, Pacific/Tarawa
                                                                                                                    +
                                                                                                                    710  &kZoneMST7MDT, // 0xf2af9375, MST7MDT
                                                                                                                    +
                                                                                                                    711  &kZoneCanada_Eastern, // 0xf3612d5e, Canada/Eastern -> America/Toronto
                                                                                                                    +
                                                                                                                    712  &kZoneAsia_Tashkent, // 0xf3924254, Asia/Tashkent
                                                                                                                    +
                                                                                                                    713  &kZonePacific_Guadalcanal, // 0xf4dd25f0, Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    714  &kZoneEtc_GMT0, // 0xf53ea988, Etc/GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    715  &kZoneEtc_Zulu, // 0xf549c240, Etc/Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    716  &kZoneAmerica_Danmarkshavn, // 0xf554d204, America/Danmarkshavn
                                                                                                                    +
                                                                                                                    717  &kZoneAsia_Shanghai, // 0xf895a7f5, Asia/Shanghai
                                                                                                                    +
                                                                                                                    718  &kZoneEurope_Gibraltar, // 0xf8e325fc, Europe/Gibraltar
                                                                                                                    +
                                                                                                                    719  &kZoneAsia_Chongqing, // 0xf937fb90, Asia/Chongqing -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    720  &kZoneAtlantic_Azores, // 0xf93ed918, Atlantic/Azores
                                                                                                                    +
                                                                                                                    721  &kZonePacific_Wallis, // 0xf94ddb0f, Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    722  &kZoneAmerica_Thunder_Bay, // 0xf962e71b, America/Thunder_Bay
                                                                                                                    +
                                                                                                                    723  &kZoneAmerica_Montevideo, // 0xfa214780, America/Montevideo
                                                                                                                    +
                                                                                                                    724  &kZoneUS_Alaska, // 0xfa300bc9, US/Alaska -> America/Anchorage
                                                                                                                    +
                                                                                                                    725  &kZoneGB_Eire, // 0xfa70e300, GB-Eire -> Europe/London
                                                                                                                    +
                                                                                                                    726  &kZoneEurope_Malta, // 0xfb1560f3, Europe/Malta
                                                                                                                    +
                                                                                                                    727  &kZoneEurope_Bucharest, // 0xfb349ec5, Europe/Bucharest
                                                                                                                    +
                                                                                                                    728  &kZoneEurope_Paris, // 0xfb4bc2a3, Europe/Paris
                                                                                                                    +
                                                                                                                    729  &kZoneEurope_Sofia, // 0xfb898656, Europe/Sofia
                                                                                                                    +
                                                                                                                    730  &kZoneCanada_Mountain, // 0xfb8a8217, Canada/Mountain -> America/Edmonton
                                                                                                                    +
                                                                                                                    731  &kZoneEurope_Vaduz, // 0xfbb81bae, Europe/Vaduz -> Europe/Zurich
                                                                                                                    +
                                                                                                                    732  &kZoneAtlantic_Canary, // 0xfc23f2c2, Atlantic/Canary
                                                                                                                    +
                                                                                                                    733  &kZoneAmerica_Campo_Grande, // 0xfec3e7a6, America/Campo_Grande
                                                                                                                    +
                                                                                                                    734 
                                                                                                                    +
                                                                                                                    735 };
                                                                                                                    736 
                                                                                                                    -
                                                                                                                    737 };
                                                                                                                    -
                                                                                                                    738 
                                                                                                                    +
                                                                                                                    737 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    738 // Link (thin) Entry registry. Sorted by linkId. Links are references to Zones.
                                                                                                                    739 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    740 // Link (thin) Entry registry. Sorted by linkId. Links are references to Zones.
                                                                                                                    -
                                                                                                                    741 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    742 const basic::LinkEntry kLinkRegistry[215] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    743  { kZoneIdGB, kZoneIdEurope_London }, // 0x005973ae -> 0x5c6a84ae
                                                                                                                    -
                                                                                                                    744  { kZoneIdNZ, kZoneIdPacific_Auckland }, // 0x005974ad -> 0x25062f86
                                                                                                                    -
                                                                                                                    745  { kZoneIdAsia_Kuala_Lumpur, kZoneIdAsia_Singapore }, // 0x014763c4 -> 0xcf8581fa
                                                                                                                    -
                                                                                                                    746  { kZoneIdAfrica_Libreville, kZoneIdAfrica_Lagos }, // 0x01d96de4 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    747  { kZoneIdIndian_Cocos, kZoneIdAsia_Yangon }, // 0x021e86de -> 0xdd54a8be
                                                                                                                    -
                                                                                                                    748  { kZoneIdAustralia_Victoria, kZoneIdAustralia_Melbourne }, // 0x0260d5db -> 0x0fe559a3
                                                                                                                    -
                                                                                                                    749  { kZoneIdAtlantic_Faeroe, kZoneIdAtlantic_Faroe }, // 0x031ec516 -> 0xe110a971
                                                                                                                    -
                                                                                                                    750  { kZoneIdAmerica_St_Kitts, kZoneIdAmerica_Puerto_Rico }, // 0x04c0507b -> 0x6752ca31
                                                                                                                    -
                                                                                                                    751  { kZoneIdAfrica_Ouagadougou, kZoneIdAfrica_Abidjan }, // 0x04d7219a -> 0xc21305a3
                                                                                                                    -
                                                                                                                    752  { kZoneIdAmerica_St_Lucia, kZoneIdAmerica_Puerto_Rico }, // 0x04d8b3ba -> 0x6752ca31
                                                                                                                    -
                                                                                                                    753  { kZoneIdAfrica_Bujumbura, kZoneIdAfrica_Maputo }, // 0x05232a47 -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    754  { kZoneIdAmerica_St_Barthelemy, kZoneIdAmerica_Puerto_Rico }, // 0x054e6a79 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    755  { kZoneIdAfrica_Addis_Ababa, kZoneIdAfrica_Nairobi }, // 0x05ae1e65 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    756  { kZoneIdMexico_BajaSur, kZoneIdAmerica_Mazatlan }, // 0x08ee3641 -> 0x0532189e
                                                                                                                    -
                                                                                                                    757  { kZoneIdUS_Hawaii, kZoneIdPacific_Honolulu }, // 0x09c8de2f -> 0xe6e70af9
                                                                                                                    -
                                                                                                                    758  { kZoneIdGMT, kZoneIdEtc_GMT }, // 0x0b87eb2d -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    759  { kZoneIdPRC, kZoneIdAsia_Shanghai }, // 0x0b88120a -> 0xf895a7f5
                                                                                                                    -
                                                                                                                    760  { kZoneIdROC, kZoneIdAsia_Taipei }, // 0x0b881a29 -> 0xd1a844ae
                                                                                                                    -
                                                                                                                    761  { kZoneIdROK, kZoneIdAsia_Seoul }, // 0x0b881a31 -> 0x15ce82da
                                                                                                                    -
                                                                                                                    762  { kZoneIdUCT, kZoneIdEtc_UTC }, // 0x0b882571 -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    763  { kZoneIdUTC, kZoneIdEtc_UTC }, // 0x0b882791 -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    764  { kZoneIdEurope_Mariehamn, kZoneIdEurope_Helsinki }, // 0x0caa6496 -> 0x6ab2975b
                                                                                                                    -
                                                                                                                    765  { kZoneIdGMT_PLUS_0, kZoneIdEtc_GMT }, // 0x0d2f7028 -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    766  { kZoneIdGMT_0, kZoneIdEtc_GMT }, // 0x0d2f706a -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    767  { kZoneIdJapan, kZoneIdAsia_Tokyo }, // 0x0d712f8f -> 0x15e606a8
                                                                                                                    -
                                                                                                                    768  { kZoneIdKwajalein, kZoneIdPacific_Kwajalein }, // 0x0e57afbb -> 0x8e216759
                                                                                                                    -
                                                                                                                    769  { kZoneIdEurope_Amsterdam, kZoneIdEurope_Brussels }, // 0x109395c2 -> 0xdee07337
                                                                                                                    -
                                                                                                                    770  { kZoneIdAsia_Dacca, kZoneIdAsia_Dhaka }, // 0x14bcac5e -> 0x14c07b8b
                                                                                                                    -
                                                                                                                    771  { kZoneIdAsia_Ashkhabad, kZoneIdAsia_Ashgabat }, // 0x15454f09 -> 0xba87598d
                                                                                                                    -
                                                                                                                    772  { kZoneIdAsia_Macao, kZoneIdAsia_Macau }, // 0x155f88b3 -> 0x155f88b9
                                                                                                                    -
                                                                                                                    773  { kZoneIdAsia_Tel_Aviv, kZoneIdAsia_Jerusalem }, // 0x166d7c2c -> 0x5becd23a
                                                                                                                    -
                                                                                                                    774  { kZoneIdAmerica_Montserrat, kZoneIdAmerica_Puerto_Rico }, // 0x199b0a35 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    775  { kZoneIdEurope_Podgorica, kZoneIdEurope_Belgrade }, // 0x1c1a499c -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    776  { kZoneIdAtlantic_Reykjavik, kZoneIdAfrica_Abidjan }, // 0x1c2b4f74 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    777  { kZoneIdEurope_Luxembourg, kZoneIdEurope_Brussels }, // 0x1f8bc6ce -> 0xdee07337
                                                                                                                    -
                                                                                                                    778  { kZoneIdAsia_Aden, kZoneIdAsia_Riyadh }, // 0x1fa7084a -> 0xcd973d93
                                                                                                                    -
                                                                                                                    779  { kZoneIdAmerica_Montreal, kZoneIdAmerica_Toronto }, // 0x203a1ea8 -> 0x792e851b
                                                                                                                    -
                                                                                                                    780  { kZoneIdPacific_Truk, kZoneIdPacific_Port_Moresby }, // 0x234010a9 -> 0xa7ba7f68
                                                                                                                    -
                                                                                                                    781  { kZoneIdPacific_Wake, kZoneIdPacific_Tarawa }, // 0x23416c2b -> 0xf2517e63
                                                                                                                    -
                                                                                                                    782  { kZoneIdEtc_Greenwich, kZoneIdEtc_GMT }, // 0x26daa98c -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    783  { kZoneIdAustralia_Currie, kZoneIdAustralia_Hobart }, // 0x278b6a24 -> 0x32bf951a
                                                                                                                    -
                                                                                                                    784  { kZoneIdPacific_Pohnpei, kZoneIdPacific_Guadalcanal }, // 0x28929f96 -> 0xf4dd25f0
                                                                                                                    -
                                                                                                                    785  { kZoneIdAustralia_Canberra, kZoneIdAustralia_Sydney }, // 0x2a09ae58 -> 0x4d1e9776
                                                                                                                    -
                                                                                                                    786  { kZoneIdJamaica, kZoneIdAmerica_Jamaica }, // 0x2e44fdab -> 0x565dad6c
                                                                                                                    -
                                                                                                                    787  { kZoneIdEtc_Universal, kZoneIdEtc_UTC }, // 0x2f8cb9a9 -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    788  { kZoneIdAfrica_Djibouti, kZoneIdAfrica_Nairobi }, // 0x30ea01d4 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    789  { kZoneIdAfrica_Gaborone, kZoneIdAfrica_Maputo }, // 0x317c0aa7 -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    790  { kZoneIdAsia_Calcutta, kZoneIdAsia_Kolkata }, // 0x328a44c3 -> 0x72c06cd9
                                                                                                                    -
                                                                                                                    791  { kZoneIdAsia_Ulan_Bator, kZoneIdAsia_Ulaanbaatar }, // 0x394db4d9 -> 0x30f0cc4e
                                                                                                                    -
                                                                                                                    792  { kZoneIdAfrica_Brazzaville, kZoneIdAfrica_Lagos }, // 0x39cda760 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    793  { kZoneIdAfrica_Porto_Novo, kZoneIdAfrica_Lagos }, // 0x3d1bf95d -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    794  { kZoneIdAmerica_Marigot, kZoneIdAmerica_Puerto_Rico }, // 0x3dab3a59 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    795  { kZoneIdEurope_Guernsey, kZoneIdEurope_London }, // 0x3db12c16 -> 0x5c6a84ae
                                                                                                                    -
                                                                                                                    796  { kZoneIdAfrica_Nouakchott, kZoneIdAfrica_Abidjan }, // 0x3dc49dba -> 0xc21305a3
                                                                                                                    -
                                                                                                                    797  { kZoneIdAmerica_Louisville, kZoneIdAmerica_Kentucky_Louisville }, // 0x3dcb47ee -> 0x1a21024b
                                                                                                                    -
                                                                                                                    798  { kZoneIdCanada_Pacific, kZoneIdAmerica_Vancouver }, // 0x40fa3c7b -> 0x2c6f6b1f
                                                                                                                    -
                                                                                                                    799  { kZoneIdIndian_Kerguelen, kZoneIdIndian_Maldives }, // 0x4351b389 -> 0x9869681c
                                                                                                                    -
                                                                                                                    800  { kZoneIdAtlantic_St_Helena, kZoneIdAfrica_Abidjan }, // 0x451fc5f7 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    801  { kZoneIdIndian_Mahe, kZoneIdAsia_Dubai }, // 0x45e725e2 -> 0x14c79f77
                                                                                                                    -
                                                                                                                    802  { kZoneIdIndian_Comoro, kZoneIdAfrica_Nairobi }, // 0x45f4deb6 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    803  { kZoneIdNZ_CHAT, kZoneIdPacific_Chatham }, // 0x4d42afda -> 0x2f0de999
                                                                                                                    -
                                                                                                                    804  { kZoneIdUS_Arizona, kZoneIdAmerica_Phoenix }, // 0x4ec52670 -> 0x34b5af01
                                                                                                                    -
                                                                                                                    805  { kZoneIdAntarctica_Vostok, kZoneIdAsia_Urumqi }, // 0x4f966fd4 -> 0xd5379735
                                                                                                                    -
                                                                                                                    806  { kZoneIdUS_Aleutian, kZoneIdAmerica_Adak }, // 0x4fe013ef -> 0x97fe49d7
                                                                                                                    -
                                                                                                                    807  { kZoneIdAsia_Kashgar, kZoneIdAsia_Urumqi }, // 0x52955193 -> 0xd5379735
                                                                                                                    -
                                                                                                                    808  { kZoneIdCanada_Atlantic, kZoneIdAmerica_Halifax }, // 0x536b119c -> 0xbc5b7183
                                                                                                                    -
                                                                                                                    809  { kZoneIdUS_Samoa, kZoneIdPacific_Pago_Pago }, // 0x566821cd -> 0x603aebd0
                                                                                                                    -
                                                                                                                    810  { kZoneIdHongkong, kZoneIdAsia_Hong_Kong }, // 0x56d36560 -> 0x577f28ac
                                                                                                                    -
                                                                                                                    811  { kZoneIdEurope_Jersey, kZoneIdEurope_London }, // 0x570dae76 -> 0x5c6a84ae
                                                                                                                    -
                                                                                                                    812  { kZoneIdAntarctica_DumontDUrville, kZoneIdPacific_Port_Moresby }, // 0x5a3c656c -> 0xa7ba7f68
                                                                                                                    -
                                                                                                                    813  { kZoneIdAtlantic_Jan_Mayen, kZoneIdEurope_Berlin }, // 0x5a7535b6 -> 0x44644c20
                                                                                                                    -
                                                                                                                    814  { kZoneIdUS_Eastern, kZoneIdAmerica_New_York }, // 0x5bb7e78e -> 0x1e2a7654
                                                                                                                    -
                                                                                                                    815  { kZoneIdEurope_Stockholm, kZoneIdEurope_Berlin }, // 0x5bf6fbb8 -> 0x44644c20
                                                                                                                    -
                                                                                                                    816  { kZoneIdAsia_Ujung_Pandang, kZoneIdAsia_Makassar }, // 0x5d001eb3 -> 0x6aa21c85
                                                                                                                    -
                                                                                                                    817  { kZoneIdAfrica_Mbabane, kZoneIdAfrica_Johannesburg }, // 0x5d3bdd40 -> 0xd5d157a0
                                                                                                                    -
                                                                                                                    818  { kZoneIdEurope_Monaco, kZoneIdEurope_Paris }, // 0x5ebf9f01 -> 0xfb4bc2a3
                                                                                                                    -
                                                                                                                    819  { kZoneIdPacific_Enderbury, kZoneIdPacific_Kanton }, // 0x61599a93 -> 0xdd512f0e
                                                                                                                    -
                                                                                                                    820  { kZoneIdCanada_Central, kZoneIdAmerica_Winnipeg }, // 0x626710f5 -> 0x8c7dafc7
                                                                                                                    -
                                                                                                                    821  { kZoneIdAmerica_Creston, kZoneIdAmerica_Phoenix }, // 0x62a70204 -> 0x34b5af01
                                                                                                                    -
                                                                                                                    822  { kZoneIdBrazil_East, kZoneIdAmerica_Sao_Paulo }, // 0x669578c5 -> 0x1063bfc9
                                                                                                                    -
                                                                                                                    823  { kZoneIdAfrica_Kinshasa, kZoneIdAfrica_Lagos }, // 0x6695d70c -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    824  { kZoneIdBrazil_West, kZoneIdAmerica_Manaus }, // 0x669f689b -> 0xac86bf8b
                                                                                                                    -
                                                                                                                    825  { kZoneIdAfrica_Mogadishu, kZoneIdAfrica_Nairobi }, // 0x66bc159b -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    826  { kZoneIdAfrica_Freetown, kZoneIdAfrica_Abidjan }, // 0x6823dd64 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    827  { kZoneIdIndian_Christmas, kZoneIdAsia_Bangkok }, // 0x68c207d5 -> 0x9d6e3aaf
                                                                                                                    -
                                                                                                                    828  { kZoneIdAmerica_Indianapolis, kZoneIdAmerica_Indiana_Indianapolis }, // 0x6a009ae1 -> 0x28a669a4
                                                                                                                    -
                                                                                                                    829  { kZoneIdEurope_Sarajevo, kZoneIdEurope_Belgrade }, // 0x6a576c3f -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    830  { kZoneIdAmerica_Curacao, kZoneIdAmerica_Puerto_Rico }, // 0x6a879184 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    831  { kZoneIdAmerica_Lower_Princes, kZoneIdAmerica_Puerto_Rico }, // 0x6ae45b62 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    832  { kZoneIdEurope_Skopje, kZoneIdEurope_Belgrade }, // 0x6c76fdd0 -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    833  { kZoneIdAsia_Rangoon, kZoneIdAsia_Yangon }, // 0x6d1217c6 -> 0xdd54a8be
                                                                                                                    -
                                                                                                                    834  { kZoneIdUS_East_Indiana, kZoneIdAmerica_Indiana_Indianapolis }, // 0x6dcf558a -> 0x28a669a4
                                                                                                                    -
                                                                                                                    835  { kZoneIdAmerica_Blanc_Sablon, kZoneIdAmerica_Puerto_Rico }, // 0x6e299892 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    836  { kZoneIdUS_Mountain, kZoneIdAmerica_Denver }, // 0x6eb88247 -> 0x97d10b2a
                                                                                                                    -
                                                                                                                    837  { kZoneIdAntarctica_McMurdo, kZoneIdPacific_Auckland }, // 0x6eeb5585 -> 0x25062f86
                                                                                                                    -
                                                                                                                    838  { kZoneIdAfrica_Lubumbashi, kZoneIdAfrica_Maputo }, // 0x6fd88566 -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    839  { kZoneIdIndian_Reunion, kZoneIdAsia_Dubai }, // 0x7076c047 -> 0x14c79f77
                                                                                                                    -
                                                                                                                    840  { kZoneIdAfrica_Asmara, kZoneIdAfrica_Nairobi }, // 0x73b278ef -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    841  { kZoneIdAfrica_Asmera, kZoneIdAfrica_Nairobi }, // 0x73b289f3 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    842  { kZoneIdAfrica_Bamako, kZoneIdAfrica_Abidjan }, // 0x74c1e7a5 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    843  { kZoneIdAfrica_Bangui, kZoneIdAfrica_Lagos }, // 0x74c28ed0 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    844  { kZoneIdAfrica_Banjul, kZoneIdAfrica_Abidjan }, // 0x74c29b96 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    845  { kZoneIdEurope_Nicosia, kZoneIdAsia_Nicosia }, // 0x74efab8a -> 0x4b0fcf78
                                                                                                                    -
                                                                                                                    846  { kZoneIdUS_Michigan, kZoneIdAmerica_Detroit }, // 0x766bb7bc -> 0x925cfbc1
                                                                                                                    -
                                                                                                                    847  { kZoneIdCanada_Saskatchewan, kZoneIdAmerica_Regina }, // 0x77311f49 -> 0xb875371c
                                                                                                                    -
                                                                                                                    848  { kZoneIdAfrica_Accra, kZoneIdAfrica_Abidjan }, // 0x77d5b054 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    849  { kZoneIdAfrica_Dakar, kZoneIdAfrica_Abidjan }, // 0x780b00fd -> 0xc21305a3
                                                                                                                    -
                                                                                                                    850  { kZoneIdAmerica_Tortola, kZoneIdAmerica_Puerto_Rico }, // 0x7931462b -> 0x6752ca31
                                                                                                                    -
                                                                                                                    851  { kZoneIdAfrica_Douala, kZoneIdAfrica_Lagos }, // 0x7a6df310 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    852  { kZoneIdAfrica_Conakry, kZoneIdAfrica_Abidjan }, // 0x7ab36b31 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    853  { kZoneIdEurope_Zagreb, kZoneIdEurope_Belgrade }, // 0x7c11c9ff -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    854  { kZoneIdCuba, kZoneIdAmerica_Havana }, // 0x7c83cba0 -> 0xa0e15675
                                                                                                                    -
                                                                                                                    855  { kZoneIdEire, kZoneIdEurope_Dublin }, // 0x7c84b36a -> 0x4a275f62
                                                                                                                    -
                                                                                                                    856  { kZoneIdGMT0, kZoneIdEtc_GMT }, // 0x7c8550fd -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    857  { kZoneIdIran, kZoneIdAsia_Tehran }, // 0x7c87090f -> 0xd1f02254
                                                                                                                    -
                                                                                                                    858  { kZoneIdZulu, kZoneIdEtc_UTC }, // 0x7c9069b5 -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    859  { kZoneIdChile_Continental, kZoneIdAmerica_Santiago }, // 0x7e2bdb18 -> 0x7410c9bc
                                                                                                                    -
                                                                                                                    860  { kZoneIdAmerica_Fort_Wayne, kZoneIdAmerica_Indiana_Indianapolis }, // 0x7eaaaf24 -> 0x28a669a4
                                                                                                                    -
                                                                                                                    861  { kZoneIdAmerica_Atikokan, kZoneIdAmerica_Panama }, // 0x81b92098 -> 0xb3863854
                                                                                                                    -
                                                                                                                    862  { kZoneIdAfrica_Harare, kZoneIdAfrica_Maputo }, // 0x82c39a2d -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    863  { kZoneIdAmerica_Shiprock, kZoneIdAmerica_Denver }, // 0x82fb7049 -> 0x97d10b2a
                                                                                                                    -
                                                                                                                    864  { kZoneIdAmerica_St_Vincent, kZoneIdAmerica_Puerto_Rico }, // 0x8460e523 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    865  { kZoneIdAsia_Vientiane, kZoneIdAsia_Bangkok }, // 0x89d68d75 -> 0x9d6e3aaf
                                                                                                                    -
                                                                                                                    866  { kZoneIdPacific_Chuuk, kZoneIdPacific_Port_Moresby }, // 0x8a090b23 -> 0xa7ba7f68
                                                                                                                    -
                                                                                                                    867  { kZoneIdAfrica_Kigali, kZoneIdAfrica_Maputo }, // 0x8a4dcf2b -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    868  { kZoneIdAustralia_ACT, kZoneIdAustralia_Sydney }, // 0x8a970eb2 -> 0x4d1e9776
                                                                                                                    -
                                                                                                                    869  { kZoneIdAustralia_LHI, kZoneIdAustralia_Lord_Howe }, // 0x8a973e17 -> 0xa748b67d
                                                                                                                    -
                                                                                                                    870  { kZoneIdAustralia_NSW, kZoneIdAustralia_Sydney }, // 0x8a974812 -> 0x4d1e9776
                                                                                                                    -
                                                                                                                    871  { kZoneIdPacific_Samoa, kZoneIdPacific_Pago_Pago }, // 0x8b2699b4 -> 0x603aebd0
                                                                                                                    -
                                                                                                                    872  { kZoneIdAfrica_Luanda, kZoneIdAfrica_Lagos }, // 0x8d7909cf -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    873  { kZoneIdAfrica_Lusaka, kZoneIdAfrica_Maputo }, // 0x8d82b23b -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    874  { kZoneIdAustralia_North, kZoneIdAustralia_Darwin }, // 0x8d997165 -> 0x2876bdff
                                                                                                                    -
                                                                                                                    875  { kZoneIdAustralia_South, kZoneIdAustralia_Adelaide }, // 0x8df3f8ad -> 0x2428e8a3
                                                                                                                    -
                                                                                                                    876  { kZoneIdAfrica_Malabo, kZoneIdAfrica_Lagos }, // 0x8e6a1906 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    877  { kZoneIdAfrica_Maseru, kZoneIdAfrica_Johannesburg }, // 0x8e6e02c7 -> 0xd5d157a0
                                                                                                                    -
                                                                                                                    878  { kZoneIdAmerica_Godthab, kZoneIdAmerica_Nuuk }, // 0x8f7eba1f -> 0x9805b5a9
                                                                                                                    -
                                                                                                                    879  { kZoneIdAustralia_Yancowinna, kZoneIdAustralia_Broken_Hill }, // 0x90bac131 -> 0xb06eada3
                                                                                                                    -
                                                                                                                    880  { kZoneIdAfrica_Niamey, kZoneIdAfrica_Lagos }, // 0x914a30fd -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    881  { kZoneIdAmerica_Cayman, kZoneIdAmerica_Panama }, // 0x953961df -> 0xb3863854
                                                                                                                    -
                                                                                                                    882  { kZoneIdAmerica_Grenada, kZoneIdAmerica_Puerto_Rico }, // 0x968ce4d8 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    883  { kZoneIdAmerica_Aruba, kZoneIdAmerica_Puerto_Rico }, // 0x97cf8651 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    884  { kZoneIdAmerica_Atka, kZoneIdAmerica_Adak }, // 0x97fe8f27 -> 0x97fe49d7
                                                                                                                    -
                                                                                                                    885  { kZoneIdAsia_Bahrain, kZoneIdAsia_Qatar }, // 0x9d078487 -> 0x15a8330b
                                                                                                                    -
                                                                                                                    886  { kZoneIdEtc_GMT_PLUS_0, kZoneIdEtc_GMT }, // 0x9d13da13 -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    887  { kZoneIdEtc_GMT_0, kZoneIdEtc_GMT }, // 0x9d13da55 -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    888  { kZoneIdIndian_Antananarivo, kZoneIdAfrica_Nairobi }, // 0x9ebf5289 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    889  { kZoneIdAfrica_Dar_es_Salaam, kZoneIdAfrica_Nairobi }, // 0xa04c47b6 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    890  { kZoneIdEurope_Kiev, kZoneIdEurope_Kyiv }, // 0xa2c19eb3 -> 0xa2c1e347
                                                                                                                    -
                                                                                                                    891  { kZoneIdEurope_Oslo, kZoneIdEurope_Berlin }, // 0xa2c3fba1 -> 0x44644c20
                                                                                                                    -
                                                                                                                    892  { kZoneIdAsia_Katmandu, kZoneIdAsia_Kathmandu }, // 0xa7ec12c7 -> 0x9a96ce6f
                                                                                                                    -
                                                                                                                    893  { kZoneIdSingapore, kZoneIdAsia_Singapore }, // 0xa8598c8d -> 0xcf8581fa
                                                                                                                    -
                                                                                                                    894  { kZoneIdAsia_Brunei, kZoneIdAsia_Kuching }, // 0xa8e595f7 -> 0x801b003b
                                                                                                                    -
                                                                                                                    895  { kZoneIdUS_Pacific, kZoneIdAmerica_Los_Angeles }, // 0xa950f6ab -> 0xb7f7e8f2
                                                                                                                    -
                                                                                                                    896  { kZoneIdAmerica_Coral_Harbour, kZoneIdAmerica_Panama }, // 0xabcb7569 -> 0xb3863854
                                                                                                                    -
                                                                                                                    897  { kZoneIdAmerica_Nassau, kZoneIdAmerica_Toronto }, // 0xaedef011 -> 0x792e851b
                                                                                                                    -
                                                                                                                    898  { kZoneIdAmerica_Anguilla, kZoneIdAmerica_Puerto_Rico }, // 0xafe31333 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    899  { kZoneIdChile_EasterIsland, kZoneIdPacific_Easter }, // 0xb0982af8 -> 0xcf54f7e7
                                                                                                                    -
                                                                                                                    900  { kZoneIdPacific_Johnston, kZoneIdPacific_Honolulu }, // 0xb15d7b36 -> 0xe6e70af9
                                                                                                                    -
                                                                                                                    901  { kZoneIdAfrica_Timbuktu, kZoneIdAfrica_Abidjan }, // 0xb164d56f -> 0xc21305a3
                                                                                                                    -
                                                                                                                    902  { kZoneIdAmerica_St_Thomas, kZoneIdAmerica_Puerto_Rico }, // 0xb1b3d778 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    903  { kZoneIdAsia_Harbin, kZoneIdAsia_Shanghai }, // 0xb5af1186 -> 0xf895a7f5
                                                                                                                    -
                                                                                                                    904  { kZoneIdIsrael, kZoneIdAsia_Jerusalem }, // 0xba88c9e5 -> 0x5becd23a
                                                                                                                    -
                                                                                                                    905  { kZoneIdPacific_Yap, kZoneIdPacific_Port_Moresby }, // 0xbb40138d -> 0xa7ba7f68
                                                                                                                    -
                                                                                                                    906  { kZoneIdEurope_Ljubljana, kZoneIdEurope_Belgrade }, // 0xbd98cdb7 -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    907  { kZoneIdAsia_Kuwait, kZoneIdAsia_Riyadh }, // 0xbe1b2f27 -> 0xcd973d93
                                                                                                                    -
                                                                                                                    908  { kZoneIdEurope_Tiraspol, kZoneIdEurope_Chisinau }, // 0xbe704472 -> 0xad58aa18
                                                                                                                    -
                                                                                                                    909  { kZoneIdAmerica_Antigua, kZoneIdAmerica_Puerto_Rico }, // 0xc067a32f -> 0x6752ca31
                                                                                                                    -
                                                                                                                    910  { kZoneIdEurope_Busingen, kZoneIdEurope_Zurich }, // 0xc06d2cdf -> 0x7d8195b9
                                                                                                                    -
                                                                                                                    911  { kZoneIdAfrica_Kampala, kZoneIdAfrica_Nairobi }, // 0xc1d30e31 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    912  { kZoneIdAmerica_Virgin, kZoneIdAmerica_Puerto_Rico }, // 0xc2183ab5 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    913  { kZoneIdAsia_Phnom_Penh, kZoneIdAsia_Bangkok }, // 0xc224945e -> 0x9d6e3aaf
                                                                                                                    -
                                                                                                                    914  { kZoneIdAsia_Muscat, kZoneIdAsia_Dubai }, // 0xc2c3565f -> 0x14c79f77
                                                                                                                    -
                                                                                                                    915  { kZoneIdPortugal, kZoneIdEurope_Lisbon }, // 0xc3274593 -> 0x5c00a70b
                                                                                                                    -
                                                                                                                    916  { kZoneIdNavajo, kZoneIdAmerica_Denver }, // 0xc4ef0e24 -> 0x97d10b2a
                                                                                                                    -
                                                                                                                    917  { kZoneIdAsia_Chungking, kZoneIdAsia_Shanghai }, // 0xc7121dd0 -> 0xf895a7f5
                                                                                                                    -
                                                                                                                    918  { kZoneIdGreenwich, kZoneIdEtc_GMT }, // 0xc84d4221 -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    919  { kZoneIdPoland, kZoneIdEurope_Warsaw }, // 0xca913b23 -> 0x75185c19
                                                                                                                    -
                                                                                                                    920  { kZoneIdUS_Central, kZoneIdAmerica_Chicago }, // 0xcabdcb25 -> 0x4b92b5d4
                                                                                                                    -
                                                                                                                    921  { kZoneIdEurope_Vatican, kZoneIdEurope_Rome }, // 0xcb485dca -> 0xa2c58fd7
                                                                                                                    -
                                                                                                                    922  { kZoneIdAmerica_Guadeloupe, kZoneIdAmerica_Puerto_Rico }, // 0xcd1f8a31 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    923  { kZoneIdAntarctica_South_Pole, kZoneIdPacific_Auckland }, // 0xcd96b290 -> 0x25062f86
                                                                                                                    -
                                                                                                                    924  { kZoneIdAmerica_Dominica, kZoneIdAmerica_Puerto_Rico }, // 0xcecb4c4a -> 0x6752ca31
                                                                                                                    -
                                                                                                                    925  { kZoneIdEurope_San_Marino, kZoneIdEurope_Rome }, // 0xcef7724b -> 0xa2c58fd7
                                                                                                                    -
                                                                                                                    926  { kZoneIdAsia_Saigon, kZoneIdAsia_Ho_Chi_Minh }, // 0xcf52f713 -> 0x20f2d127
                                                                                                                    -
                                                                                                                    927  { kZoneIdEurope_Belfast, kZoneIdEurope_London }, // 0xd07dd1e5 -> 0x5c6a84ae
                                                                                                                    -
                                                                                                                    928  { kZoneIdUniversal, kZoneIdEtc_UTC }, // 0xd0ff523e -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    929  { kZoneIdAsia_Thimbu, kZoneIdAsia_Thimphu }, // 0xd226e31b -> 0x170380d1
                                                                                                                    -
                                                                                                                    930  { kZoneIdArctic_Longyearbyen, kZoneIdEurope_Berlin }, // 0xd23e7859 -> 0x44644c20
                                                                                                                    -
                                                                                                                    931  { kZoneIdAustralia_Queensland, kZoneIdAustralia_Brisbane }, // 0xd326ed0a -> 0x4fedc9c0
                                                                                                                    -
                                                                                                                    932  { kZoneIdAfrica_Lome, kZoneIdAfrica_Abidjan }, // 0xd51c3a07 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    933  { kZoneIdAmerica_Port_of_Spain, kZoneIdAmerica_Puerto_Rico }, // 0xd8b28d59 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    934  { kZoneIdEtc_UCT, kZoneIdEtc_UTC }, // 0xd8e3189c -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    935  { kZoneIdEurope_Bratislava, kZoneIdEurope_Prague }, // 0xda493bed -> 0x65ee5d48
                                                                                                                    -
                                                                                                                    936  { kZoneIdPacific_Funafuti, kZoneIdPacific_Tarawa }, // 0xdb402d65 -> 0xf2517e63
                                                                                                                    -
                                                                                                                    937  { kZoneIdAustralia_West, kZoneIdAustralia_Perth }, // 0xdd858a5d -> 0x8db8269d
                                                                                                                    -
                                                                                                                    938  { kZoneIdAfrica_Blantyre, kZoneIdAfrica_Maputo }, // 0xe08d813b -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    939  { kZoneIdEurope_Copenhagen, kZoneIdEurope_Berlin }, // 0xe0ed30bc -> 0x44644c20
                                                                                                                    -
                                                                                                                    940  { kZoneIdPacific_Majuro, kZoneIdPacific_Tarawa }, // 0xe1f95371 -> 0xf2517e63
                                                                                                                    -
                                                                                                                    941  { kZoneIdPacific_Midway, kZoneIdPacific_Pago_Pago }, // 0xe286d38e -> 0x603aebd0
                                                                                                                    -
                                                                                                                    942  { kZoneIdAntarctica_Syowa, kZoneIdAsia_Riyadh }, // 0xe330c7e1 -> 0xcd973d93
                                                                                                                    -
                                                                                                                    943  { kZoneIdIceland, kZoneIdAfrica_Abidjan }, // 0xe56a35b5 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    944  { kZoneIdIndian_Mayotte, kZoneIdAfrica_Nairobi }, // 0xe6880bca -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    945  { kZoneIdAustralia_Tasmania, kZoneIdAustralia_Hobart }, // 0xe6d76648 -> 0x32bf951a
                                                                                                                    -
                                                                                                                    946  { kZoneIdAmerica_Kralendijk, kZoneIdAmerica_Puerto_Rico }, // 0xe7c456c5 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    947  { kZoneIdPacific_Ponape, kZoneIdPacific_Guadalcanal }, // 0xe9f80086 -> 0xf4dd25f0
                                                                                                                    +
                                                                                                                    740 const basic::LinkEntry kLinkRegistry[217] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    741  { kZoneIdGB, kZoneIdEurope_London }, // 0x005973ae -> 0x5c6a84ae
                                                                                                                    +
                                                                                                                    742  { kZoneIdNZ, kZoneIdPacific_Auckland }, // 0x005974ad -> 0x25062f86
                                                                                                                    +
                                                                                                                    743  { kZoneIdAsia_Kuala_Lumpur, kZoneIdAsia_Singapore }, // 0x014763c4 -> 0xcf8581fa
                                                                                                                    +
                                                                                                                    744  { kZoneIdAfrica_Libreville, kZoneIdAfrica_Lagos }, // 0x01d96de4 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    745  { kZoneIdIndian_Cocos, kZoneIdAsia_Yangon }, // 0x021e86de -> 0xdd54a8be
                                                                                                                    +
                                                                                                                    746  { kZoneIdAustralia_Victoria, kZoneIdAustralia_Melbourne }, // 0x0260d5db -> 0x0fe559a3
                                                                                                                    +
                                                                                                                    747  { kZoneIdAtlantic_Faeroe, kZoneIdAtlantic_Faroe }, // 0x031ec516 -> 0xe110a971
                                                                                                                    +
                                                                                                                    748  { kZoneIdAmerica_St_Kitts, kZoneIdAmerica_Puerto_Rico }, // 0x04c0507b -> 0x6752ca31
                                                                                                                    +
                                                                                                                    749  { kZoneIdAfrica_Ouagadougou, kZoneIdAfrica_Abidjan }, // 0x04d7219a -> 0xc21305a3
                                                                                                                    +
                                                                                                                    750  { kZoneIdAmerica_St_Lucia, kZoneIdAmerica_Puerto_Rico }, // 0x04d8b3ba -> 0x6752ca31
                                                                                                                    +
                                                                                                                    751  { kZoneIdAfrica_Bujumbura, kZoneIdAfrica_Maputo }, // 0x05232a47 -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    752  { kZoneIdAmerica_St_Barthelemy, kZoneIdAmerica_Puerto_Rico }, // 0x054e6a79 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    753  { kZoneIdAfrica_Addis_Ababa, kZoneIdAfrica_Nairobi }, // 0x05ae1e65 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    754  { kZoneIdMexico_BajaSur, kZoneIdAmerica_Mazatlan }, // 0x08ee3641 -> 0x0532189e
                                                                                                                    +
                                                                                                                    755  { kZoneIdUS_Hawaii, kZoneIdPacific_Honolulu }, // 0x09c8de2f -> 0xe6e70af9
                                                                                                                    +
                                                                                                                    756  { kZoneIdGMT, kZoneIdEtc_GMT }, // 0x0b87eb2d -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    757  { kZoneIdPRC, kZoneIdAsia_Shanghai }, // 0x0b88120a -> 0xf895a7f5
                                                                                                                    +
                                                                                                                    758  { kZoneIdROC, kZoneIdAsia_Taipei }, // 0x0b881a29 -> 0xd1a844ae
                                                                                                                    +
                                                                                                                    759  { kZoneIdROK, kZoneIdAsia_Seoul }, // 0x0b881a31 -> 0x15ce82da
                                                                                                                    +
                                                                                                                    760  { kZoneIdUCT, kZoneIdEtc_UTC }, // 0x0b882571 -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    761  { kZoneIdUTC, kZoneIdEtc_UTC }, // 0x0b882791 -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    762  { kZoneIdEurope_Mariehamn, kZoneIdEurope_Helsinki }, // 0x0caa6496 -> 0x6ab2975b
                                                                                                                    +
                                                                                                                    763  { kZoneIdGMT_PLUS_0, kZoneIdEtc_GMT }, // 0x0d2f7028 -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    764  { kZoneIdGMT_0, kZoneIdEtc_GMT }, // 0x0d2f706a -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    765  { kZoneIdJapan, kZoneIdAsia_Tokyo }, // 0x0d712f8f -> 0x15e606a8
                                                                                                                    +
                                                                                                                    766  { kZoneIdKwajalein, kZoneIdPacific_Kwajalein }, // 0x0e57afbb -> 0x8e216759
                                                                                                                    +
                                                                                                                    767  { kZoneIdEurope_Amsterdam, kZoneIdEurope_Brussels }, // 0x109395c2 -> 0xdee07337
                                                                                                                    +
                                                                                                                    768  { kZoneIdAsia_Dacca, kZoneIdAsia_Dhaka }, // 0x14bcac5e -> 0x14c07b8b
                                                                                                                    +
                                                                                                                    769  { kZoneIdAsia_Ashkhabad, kZoneIdAsia_Ashgabat }, // 0x15454f09 -> 0xba87598d
                                                                                                                    +
                                                                                                                    770  { kZoneIdAsia_Macao, kZoneIdAsia_Macau }, // 0x155f88b3 -> 0x155f88b9
                                                                                                                    +
                                                                                                                    771  { kZoneIdAsia_Tel_Aviv, kZoneIdAsia_Jerusalem }, // 0x166d7c2c -> 0x5becd23a
                                                                                                                    +
                                                                                                                    772  { kZoneIdAmerica_Montserrat, kZoneIdAmerica_Puerto_Rico }, // 0x199b0a35 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    773  { kZoneIdEurope_Podgorica, kZoneIdEurope_Belgrade }, // 0x1c1a499c -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    774  { kZoneIdAtlantic_Reykjavik, kZoneIdAfrica_Abidjan }, // 0x1c2b4f74 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    775  { kZoneIdEurope_Luxembourg, kZoneIdEurope_Brussels }, // 0x1f8bc6ce -> 0xdee07337
                                                                                                                    +
                                                                                                                    776  { kZoneIdAsia_Aden, kZoneIdAsia_Riyadh }, // 0x1fa7084a -> 0xcd973d93
                                                                                                                    +
                                                                                                                    777  { kZoneIdAmerica_Montreal, kZoneIdAmerica_Toronto }, // 0x203a1ea8 -> 0x792e851b
                                                                                                                    +
                                                                                                                    778  { kZoneIdPacific_Truk, kZoneIdPacific_Port_Moresby }, // 0x234010a9 -> 0xa7ba7f68
                                                                                                                    +
                                                                                                                    779  { kZoneIdPacific_Wake, kZoneIdPacific_Tarawa }, // 0x23416c2b -> 0xf2517e63
                                                                                                                    +
                                                                                                                    780  { kZoneIdEtc_Greenwich, kZoneIdEtc_GMT }, // 0x26daa98c -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    781  { kZoneIdAustralia_Currie, kZoneIdAustralia_Hobart }, // 0x278b6a24 -> 0x32bf951a
                                                                                                                    +
                                                                                                                    782  { kZoneIdPacific_Pohnpei, kZoneIdPacific_Guadalcanal }, // 0x28929f96 -> 0xf4dd25f0
                                                                                                                    +
                                                                                                                    783  { kZoneIdAustralia_Canberra, kZoneIdAustralia_Sydney }, // 0x2a09ae58 -> 0x4d1e9776
                                                                                                                    +
                                                                                                                    784  { kZoneIdJamaica, kZoneIdAmerica_Jamaica }, // 0x2e44fdab -> 0x565dad6c
                                                                                                                    +
                                                                                                                    785  { kZoneIdEtc_Universal, kZoneIdEtc_UTC }, // 0x2f8cb9a9 -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    786  { kZoneIdAfrica_Djibouti, kZoneIdAfrica_Nairobi }, // 0x30ea01d4 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    787  { kZoneIdAfrica_Gaborone, kZoneIdAfrica_Maputo }, // 0x317c0aa7 -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    788  { kZoneIdAsia_Calcutta, kZoneIdAsia_Kolkata }, // 0x328a44c3 -> 0x72c06cd9
                                                                                                                    +
                                                                                                                    789  { kZoneIdAsia_Ulan_Bator, kZoneIdAsia_Ulaanbaatar }, // 0x394db4d9 -> 0x30f0cc4e
                                                                                                                    +
                                                                                                                    790  { kZoneIdAfrica_Brazzaville, kZoneIdAfrica_Lagos }, // 0x39cda760 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    791  { kZoneIdAfrica_Porto_Novo, kZoneIdAfrica_Lagos }, // 0x3d1bf95d -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    792  { kZoneIdAmerica_Marigot, kZoneIdAmerica_Puerto_Rico }, // 0x3dab3a59 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    793  { kZoneIdEurope_Guernsey, kZoneIdEurope_London }, // 0x3db12c16 -> 0x5c6a84ae
                                                                                                                    +
                                                                                                                    794  { kZoneIdAfrica_Nouakchott, kZoneIdAfrica_Abidjan }, // 0x3dc49dba -> 0xc21305a3
                                                                                                                    +
                                                                                                                    795  { kZoneIdAmerica_Louisville, kZoneIdAmerica_Kentucky_Louisville }, // 0x3dcb47ee -> 0x1a21024b
                                                                                                                    +
                                                                                                                    796  { kZoneIdCanada_Pacific, kZoneIdAmerica_Vancouver }, // 0x40fa3c7b -> 0x2c6f6b1f
                                                                                                                    +
                                                                                                                    797  { kZoneIdIndian_Kerguelen, kZoneIdIndian_Maldives }, // 0x4351b389 -> 0x9869681c
                                                                                                                    +
                                                                                                                    798  { kZoneIdAtlantic_St_Helena, kZoneIdAfrica_Abidjan }, // 0x451fc5f7 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    799  { kZoneIdIndian_Mahe, kZoneIdAsia_Dubai }, // 0x45e725e2 -> 0x14c79f77
                                                                                                                    +
                                                                                                                    800  { kZoneIdIndian_Comoro, kZoneIdAfrica_Nairobi }, // 0x45f4deb6 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    801  { kZoneIdNZ_CHAT, kZoneIdPacific_Chatham }, // 0x4d42afda -> 0x2f0de999
                                                                                                                    +
                                                                                                                    802  { kZoneIdUS_Arizona, kZoneIdAmerica_Phoenix }, // 0x4ec52670 -> 0x34b5af01
                                                                                                                    +
                                                                                                                    803  { kZoneIdAntarctica_Vostok, kZoneIdAsia_Urumqi }, // 0x4f966fd4 -> 0xd5379735
                                                                                                                    +
                                                                                                                    804  { kZoneIdUS_Aleutian, kZoneIdAmerica_Adak }, // 0x4fe013ef -> 0x97fe49d7
                                                                                                                    +
                                                                                                                    805  { kZoneIdAsia_Kashgar, kZoneIdAsia_Urumqi }, // 0x52955193 -> 0xd5379735
                                                                                                                    +
                                                                                                                    806  { kZoneIdCanada_Atlantic, kZoneIdAmerica_Halifax }, // 0x536b119c -> 0xbc5b7183
                                                                                                                    +
                                                                                                                    807  { kZoneIdUS_Samoa, kZoneIdPacific_Pago_Pago }, // 0x566821cd -> 0x603aebd0
                                                                                                                    +
                                                                                                                    808  { kZoneIdHongkong, kZoneIdAsia_Hong_Kong }, // 0x56d36560 -> 0x577f28ac
                                                                                                                    +
                                                                                                                    809  { kZoneIdEurope_Jersey, kZoneIdEurope_London }, // 0x570dae76 -> 0x5c6a84ae
                                                                                                                    +
                                                                                                                    810  { kZoneIdAntarctica_DumontDUrville, kZoneIdPacific_Port_Moresby }, // 0x5a3c656c -> 0xa7ba7f68
                                                                                                                    +
                                                                                                                    811  { kZoneIdAtlantic_Jan_Mayen, kZoneIdEurope_Berlin }, // 0x5a7535b6 -> 0x44644c20
                                                                                                                    +
                                                                                                                    812  { kZoneIdUS_Eastern, kZoneIdAmerica_New_York }, // 0x5bb7e78e -> 0x1e2a7654
                                                                                                                    +
                                                                                                                    813  { kZoneIdEurope_Stockholm, kZoneIdEurope_Berlin }, // 0x5bf6fbb8 -> 0x44644c20
                                                                                                                    +
                                                                                                                    814  { kZoneIdAsia_Ujung_Pandang, kZoneIdAsia_Makassar }, // 0x5d001eb3 -> 0x6aa21c85
                                                                                                                    +
                                                                                                                    815  { kZoneIdAfrica_Mbabane, kZoneIdAfrica_Johannesburg }, // 0x5d3bdd40 -> 0xd5d157a0
                                                                                                                    +
                                                                                                                    816  { kZoneIdEurope_Monaco, kZoneIdEurope_Paris }, // 0x5ebf9f01 -> 0xfb4bc2a3
                                                                                                                    +
                                                                                                                    817  { kZoneIdPacific_Enderbury, kZoneIdPacific_Kanton }, // 0x61599a93 -> 0xdd512f0e
                                                                                                                    +
                                                                                                                    818  { kZoneIdCanada_Central, kZoneIdAmerica_Winnipeg }, // 0x626710f5 -> 0x8c7dafc7
                                                                                                                    +
                                                                                                                    819  { kZoneIdAmerica_Creston, kZoneIdAmerica_Phoenix }, // 0x62a70204 -> 0x34b5af01
                                                                                                                    +
                                                                                                                    820  { kZoneIdBrazil_East, kZoneIdAmerica_Sao_Paulo }, // 0x669578c5 -> 0x1063bfc9
                                                                                                                    +
                                                                                                                    821  { kZoneIdAfrica_Kinshasa, kZoneIdAfrica_Lagos }, // 0x6695d70c -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    822  { kZoneIdBrazil_West, kZoneIdAmerica_Manaus }, // 0x669f689b -> 0xac86bf8b
                                                                                                                    +
                                                                                                                    823  { kZoneIdAfrica_Mogadishu, kZoneIdAfrica_Nairobi }, // 0x66bc159b -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    824  { kZoneIdAfrica_Freetown, kZoneIdAfrica_Abidjan }, // 0x6823dd64 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    825  { kZoneIdIndian_Christmas, kZoneIdAsia_Bangkok }, // 0x68c207d5 -> 0x9d6e3aaf
                                                                                                                    +
                                                                                                                    826  { kZoneIdAmerica_Indianapolis, kZoneIdAmerica_Indiana_Indianapolis }, // 0x6a009ae1 -> 0x28a669a4
                                                                                                                    +
                                                                                                                    827  { kZoneIdEurope_Sarajevo, kZoneIdEurope_Belgrade }, // 0x6a576c3f -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    828  { kZoneIdAmerica_Curacao, kZoneIdAmerica_Puerto_Rico }, // 0x6a879184 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    829  { kZoneIdAmerica_Lower_Princes, kZoneIdAmerica_Puerto_Rico }, // 0x6ae45b62 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    830  { kZoneIdEurope_Skopje, kZoneIdEurope_Belgrade }, // 0x6c76fdd0 -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    831  { kZoneIdAsia_Rangoon, kZoneIdAsia_Yangon }, // 0x6d1217c6 -> 0xdd54a8be
                                                                                                                    +
                                                                                                                    832  { kZoneIdUS_East_Indiana, kZoneIdAmerica_Indiana_Indianapolis }, // 0x6dcf558a -> 0x28a669a4
                                                                                                                    +
                                                                                                                    833  { kZoneIdAmerica_Blanc_Sablon, kZoneIdAmerica_Puerto_Rico }, // 0x6e299892 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    834  { kZoneIdUS_Mountain, kZoneIdAmerica_Denver }, // 0x6eb88247 -> 0x97d10b2a
                                                                                                                    +
                                                                                                                    835  { kZoneIdAntarctica_McMurdo, kZoneIdPacific_Auckland }, // 0x6eeb5585 -> 0x25062f86
                                                                                                                    +
                                                                                                                    836  { kZoneIdAfrica_Lubumbashi, kZoneIdAfrica_Maputo }, // 0x6fd88566 -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    837  { kZoneIdIndian_Reunion, kZoneIdAsia_Dubai }, // 0x7076c047 -> 0x14c79f77
                                                                                                                    +
                                                                                                                    838  { kZoneIdAfrica_Asmara, kZoneIdAfrica_Nairobi }, // 0x73b278ef -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    839  { kZoneIdAfrica_Asmera, kZoneIdAfrica_Nairobi }, // 0x73b289f3 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    840  { kZoneIdAfrica_Bamako, kZoneIdAfrica_Abidjan }, // 0x74c1e7a5 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    841  { kZoneIdAfrica_Bangui, kZoneIdAfrica_Lagos }, // 0x74c28ed0 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    842  { kZoneIdAfrica_Banjul, kZoneIdAfrica_Abidjan }, // 0x74c29b96 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    843  { kZoneIdEurope_Nicosia, kZoneIdAsia_Nicosia }, // 0x74efab8a -> 0x4b0fcf78
                                                                                                                    +
                                                                                                                    844  { kZoneIdUS_Michigan, kZoneIdAmerica_Detroit }, // 0x766bb7bc -> 0x925cfbc1
                                                                                                                    +
                                                                                                                    845  { kZoneIdCanada_Saskatchewan, kZoneIdAmerica_Regina }, // 0x77311f49 -> 0xb875371c
                                                                                                                    +
                                                                                                                    846  { kZoneIdAfrica_Accra, kZoneIdAfrica_Abidjan }, // 0x77d5b054 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    847  { kZoneIdAfrica_Dakar, kZoneIdAfrica_Abidjan }, // 0x780b00fd -> 0xc21305a3
                                                                                                                    +
                                                                                                                    848  { kZoneIdAmerica_Tortola, kZoneIdAmerica_Puerto_Rico }, // 0x7931462b -> 0x6752ca31
                                                                                                                    +
                                                                                                                    849  { kZoneIdAfrica_Douala, kZoneIdAfrica_Lagos }, // 0x7a6df310 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    850  { kZoneIdAfrica_Conakry, kZoneIdAfrica_Abidjan }, // 0x7ab36b31 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    851  { kZoneIdEurope_Zagreb, kZoneIdEurope_Belgrade }, // 0x7c11c9ff -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    852  { kZoneIdCuba, kZoneIdAmerica_Havana }, // 0x7c83cba0 -> 0xa0e15675
                                                                                                                    +
                                                                                                                    853  { kZoneIdEire, kZoneIdEurope_Dublin }, // 0x7c84b36a -> 0x4a275f62
                                                                                                                    +
                                                                                                                    854  { kZoneIdGMT0, kZoneIdEtc_GMT }, // 0x7c8550fd -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    855  { kZoneIdIran, kZoneIdAsia_Tehran }, // 0x7c87090f -> 0xd1f02254
                                                                                                                    +
                                                                                                                    856  { kZoneIdZulu, kZoneIdEtc_UTC }, // 0x7c9069b5 -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    857  { kZoneIdChile_Continental, kZoneIdAmerica_Santiago }, // 0x7e2bdb18 -> 0x7410c9bc
                                                                                                                    +
                                                                                                                    858  { kZoneIdAmerica_Fort_Wayne, kZoneIdAmerica_Indiana_Indianapolis }, // 0x7eaaaf24 -> 0x28a669a4
                                                                                                                    +
                                                                                                                    859  { kZoneIdAmerica_Atikokan, kZoneIdAmerica_Panama }, // 0x81b92098 -> 0xb3863854
                                                                                                                    +
                                                                                                                    860  { kZoneIdAfrica_Harare, kZoneIdAfrica_Maputo }, // 0x82c39a2d -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    861  { kZoneIdAmerica_Shiprock, kZoneIdAmerica_Denver }, // 0x82fb7049 -> 0x97d10b2a
                                                                                                                    +
                                                                                                                    862  { kZoneIdAmerica_St_Vincent, kZoneIdAmerica_Puerto_Rico }, // 0x8460e523 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    863  { kZoneIdAsia_Vientiane, kZoneIdAsia_Bangkok }, // 0x89d68d75 -> 0x9d6e3aaf
                                                                                                                    +
                                                                                                                    864  { kZoneIdPacific_Chuuk, kZoneIdPacific_Port_Moresby }, // 0x8a090b23 -> 0xa7ba7f68
                                                                                                                    +
                                                                                                                    865  { kZoneIdAfrica_Kigali, kZoneIdAfrica_Maputo }, // 0x8a4dcf2b -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    866  { kZoneIdAustralia_ACT, kZoneIdAustralia_Sydney }, // 0x8a970eb2 -> 0x4d1e9776
                                                                                                                    +
                                                                                                                    867  { kZoneIdAustralia_LHI, kZoneIdAustralia_Lord_Howe }, // 0x8a973e17 -> 0xa748b67d
                                                                                                                    +
                                                                                                                    868  { kZoneIdAustralia_NSW, kZoneIdAustralia_Sydney }, // 0x8a974812 -> 0x4d1e9776
                                                                                                                    +
                                                                                                                    869  { kZoneIdPacific_Samoa, kZoneIdPacific_Pago_Pago }, // 0x8b2699b4 -> 0x603aebd0
                                                                                                                    +
                                                                                                                    870  { kZoneIdAfrica_Luanda, kZoneIdAfrica_Lagos }, // 0x8d7909cf -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    871  { kZoneIdAfrica_Lusaka, kZoneIdAfrica_Maputo }, // 0x8d82b23b -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    872  { kZoneIdAustralia_North, kZoneIdAustralia_Darwin }, // 0x8d997165 -> 0x2876bdff
                                                                                                                    +
                                                                                                                    873  { kZoneIdAustralia_South, kZoneIdAustralia_Adelaide }, // 0x8df3f8ad -> 0x2428e8a3
                                                                                                                    +
                                                                                                                    874  { kZoneIdAfrica_Malabo, kZoneIdAfrica_Lagos }, // 0x8e6a1906 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    875  { kZoneIdAfrica_Maseru, kZoneIdAfrica_Johannesburg }, // 0x8e6e02c7 -> 0xd5d157a0
                                                                                                                    +
                                                                                                                    876  { kZoneIdAmerica_Godthab, kZoneIdAmerica_Nuuk }, // 0x8f7eba1f -> 0x9805b5a9
                                                                                                                    +
                                                                                                                    877  { kZoneIdAustralia_Yancowinna, kZoneIdAustralia_Broken_Hill }, // 0x90bac131 -> 0xb06eada3
                                                                                                                    +
                                                                                                                    878  { kZoneIdAfrica_Niamey, kZoneIdAfrica_Lagos }, // 0x914a30fd -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    879  { kZoneIdAmerica_Cayman, kZoneIdAmerica_Panama }, // 0x953961df -> 0xb3863854
                                                                                                                    +
                                                                                                                    880  { kZoneIdAmerica_Grenada, kZoneIdAmerica_Puerto_Rico }, // 0x968ce4d8 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    881  { kZoneIdAmerica_Aruba, kZoneIdAmerica_Puerto_Rico }, // 0x97cf8651 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    882  { kZoneIdAmerica_Atka, kZoneIdAmerica_Adak }, // 0x97fe8f27 -> 0x97fe49d7
                                                                                                                    +
                                                                                                                    883  { kZoneIdAsia_Bahrain, kZoneIdAsia_Qatar }, // 0x9d078487 -> 0x15a8330b
                                                                                                                    +
                                                                                                                    884  { kZoneIdEtc_GMT_PLUS_0, kZoneIdEtc_GMT }, // 0x9d13da13 -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    885  { kZoneIdEtc_GMT_0, kZoneIdEtc_GMT }, // 0x9d13da55 -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    886  { kZoneIdIndian_Antananarivo, kZoneIdAfrica_Nairobi }, // 0x9ebf5289 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    887  { kZoneIdAfrica_Dar_es_Salaam, kZoneIdAfrica_Nairobi }, // 0xa04c47b6 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    888  { kZoneIdEurope_Kiev, kZoneIdEurope_Kyiv }, // 0xa2c19eb3 -> 0xa2c1e347
                                                                                                                    +
                                                                                                                    889  { kZoneIdEurope_Oslo, kZoneIdEurope_Berlin }, // 0xa2c3fba1 -> 0x44644c20
                                                                                                                    +
                                                                                                                    890  { kZoneIdAsia_Katmandu, kZoneIdAsia_Kathmandu }, // 0xa7ec12c7 -> 0x9a96ce6f
                                                                                                                    +
                                                                                                                    891  { kZoneIdSingapore, kZoneIdAsia_Singapore }, // 0xa8598c8d -> 0xcf8581fa
                                                                                                                    +
                                                                                                                    892  { kZoneIdAsia_Brunei, kZoneIdAsia_Kuching }, // 0xa8e595f7 -> 0x801b003b
                                                                                                                    +
                                                                                                                    893  { kZoneIdUS_Pacific, kZoneIdAmerica_Los_Angeles }, // 0xa950f6ab -> 0xb7f7e8f2
                                                                                                                    +
                                                                                                                    894  { kZoneIdAmerica_Coral_Harbour, kZoneIdAmerica_Panama }, // 0xabcb7569 -> 0xb3863854
                                                                                                                    +
                                                                                                                    895  { kZoneIdAmerica_Nassau, kZoneIdAmerica_Toronto }, // 0xaedef011 -> 0x792e851b
                                                                                                                    +
                                                                                                                    896  { kZoneIdAmerica_Anguilla, kZoneIdAmerica_Puerto_Rico }, // 0xafe31333 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    897  { kZoneIdEurope_Uzhgorod, kZoneIdEurope_Kyiv }, // 0xb066f5d6 -> 0xa2c1e347
                                                                                                                    +
                                                                                                                    898  { kZoneIdChile_EasterIsland, kZoneIdPacific_Easter }, // 0xb0982af8 -> 0xcf54f7e7
                                                                                                                    +
                                                                                                                    899  { kZoneIdPacific_Johnston, kZoneIdPacific_Honolulu }, // 0xb15d7b36 -> 0xe6e70af9
                                                                                                                    +
                                                                                                                    900  { kZoneIdAfrica_Timbuktu, kZoneIdAfrica_Abidjan }, // 0xb164d56f -> 0xc21305a3
                                                                                                                    +
                                                                                                                    901  { kZoneIdAmerica_St_Thomas, kZoneIdAmerica_Puerto_Rico }, // 0xb1b3d778 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    902  { kZoneIdAsia_Harbin, kZoneIdAsia_Shanghai }, // 0xb5af1186 -> 0xf895a7f5
                                                                                                                    +
                                                                                                                    903  { kZoneIdIsrael, kZoneIdAsia_Jerusalem }, // 0xba88c9e5 -> 0x5becd23a
                                                                                                                    +
                                                                                                                    904  { kZoneIdPacific_Yap, kZoneIdPacific_Port_Moresby }, // 0xbb40138d -> 0xa7ba7f68
                                                                                                                    +
                                                                                                                    905  { kZoneIdEurope_Ljubljana, kZoneIdEurope_Belgrade }, // 0xbd98cdb7 -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    906  { kZoneIdAsia_Kuwait, kZoneIdAsia_Riyadh }, // 0xbe1b2f27 -> 0xcd973d93
                                                                                                                    +
                                                                                                                    907  { kZoneIdEurope_Tiraspol, kZoneIdEurope_Chisinau }, // 0xbe704472 -> 0xad58aa18
                                                                                                                    +
                                                                                                                    908  { kZoneIdAmerica_Antigua, kZoneIdAmerica_Puerto_Rico }, // 0xc067a32f -> 0x6752ca31
                                                                                                                    +
                                                                                                                    909  { kZoneIdEurope_Busingen, kZoneIdEurope_Zurich }, // 0xc06d2cdf -> 0x7d8195b9
                                                                                                                    +
                                                                                                                    910  { kZoneIdAfrica_Kampala, kZoneIdAfrica_Nairobi }, // 0xc1d30e31 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    911  { kZoneIdAmerica_Virgin, kZoneIdAmerica_Puerto_Rico }, // 0xc2183ab5 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    912  { kZoneIdAsia_Phnom_Penh, kZoneIdAsia_Bangkok }, // 0xc224945e -> 0x9d6e3aaf
                                                                                                                    +
                                                                                                                    913  { kZoneIdAsia_Muscat, kZoneIdAsia_Dubai }, // 0xc2c3565f -> 0x14c79f77
                                                                                                                    +
                                                                                                                    914  { kZoneIdPortugal, kZoneIdEurope_Lisbon }, // 0xc3274593 -> 0x5c00a70b
                                                                                                                    +
                                                                                                                    915  { kZoneIdNavajo, kZoneIdAmerica_Denver }, // 0xc4ef0e24 -> 0x97d10b2a
                                                                                                                    +
                                                                                                                    916  { kZoneIdAsia_Chungking, kZoneIdAsia_Shanghai }, // 0xc7121dd0 -> 0xf895a7f5
                                                                                                                    +
                                                                                                                    917  { kZoneIdGreenwich, kZoneIdEtc_GMT }, // 0xc84d4221 -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    918  { kZoneIdPoland, kZoneIdEurope_Warsaw }, // 0xca913b23 -> 0x75185c19
                                                                                                                    +
                                                                                                                    919  { kZoneIdUS_Central, kZoneIdAmerica_Chicago }, // 0xcabdcb25 -> 0x4b92b5d4
                                                                                                                    +
                                                                                                                    920  { kZoneIdEurope_Vatican, kZoneIdEurope_Rome }, // 0xcb485dca -> 0xa2c58fd7
                                                                                                                    +
                                                                                                                    921  { kZoneIdAmerica_Guadeloupe, kZoneIdAmerica_Puerto_Rico }, // 0xcd1f8a31 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    922  { kZoneIdAntarctica_South_Pole, kZoneIdPacific_Auckland }, // 0xcd96b290 -> 0x25062f86
                                                                                                                    +
                                                                                                                    923  { kZoneIdAmerica_Dominica, kZoneIdAmerica_Puerto_Rico }, // 0xcecb4c4a -> 0x6752ca31
                                                                                                                    +
                                                                                                                    924  { kZoneIdEurope_San_Marino, kZoneIdEurope_Rome }, // 0xcef7724b -> 0xa2c58fd7
                                                                                                                    +
                                                                                                                    925  { kZoneIdAsia_Saigon, kZoneIdAsia_Ho_Chi_Minh }, // 0xcf52f713 -> 0x20f2d127
                                                                                                                    +
                                                                                                                    926  { kZoneIdEurope_Belfast, kZoneIdEurope_London }, // 0xd07dd1e5 -> 0x5c6a84ae
                                                                                                                    +
                                                                                                                    927  { kZoneIdUniversal, kZoneIdEtc_UTC }, // 0xd0ff523e -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    928  { kZoneIdAsia_Thimbu, kZoneIdAsia_Thimphu }, // 0xd226e31b -> 0x170380d1
                                                                                                                    +
                                                                                                                    929  { kZoneIdArctic_Longyearbyen, kZoneIdEurope_Berlin }, // 0xd23e7859 -> 0x44644c20
                                                                                                                    +
                                                                                                                    930  { kZoneIdAustralia_Queensland, kZoneIdAustralia_Brisbane }, // 0xd326ed0a -> 0x4fedc9c0
                                                                                                                    +
                                                                                                                    931  { kZoneIdAfrica_Lome, kZoneIdAfrica_Abidjan }, // 0xd51c3a07 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    932  { kZoneIdAmerica_Port_of_Spain, kZoneIdAmerica_Puerto_Rico }, // 0xd8b28d59 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    933  { kZoneIdEtc_UCT, kZoneIdEtc_UTC }, // 0xd8e3189c -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    934  { kZoneIdEurope_Bratislava, kZoneIdEurope_Prague }, // 0xda493bed -> 0x65ee5d48
                                                                                                                    +
                                                                                                                    935  { kZoneIdPacific_Funafuti, kZoneIdPacific_Tarawa }, // 0xdb402d65 -> 0xf2517e63
                                                                                                                    +
                                                                                                                    936  { kZoneIdAustralia_West, kZoneIdAustralia_Perth }, // 0xdd858a5d -> 0x8db8269d
                                                                                                                    +
                                                                                                                    937  { kZoneIdAfrica_Blantyre, kZoneIdAfrica_Maputo }, // 0xe08d813b -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    938  { kZoneIdEurope_Copenhagen, kZoneIdEurope_Berlin }, // 0xe0ed30bc -> 0x44644c20
                                                                                                                    +
                                                                                                                    939  { kZoneIdPacific_Majuro, kZoneIdPacific_Tarawa }, // 0xe1f95371 -> 0xf2517e63
                                                                                                                    +
                                                                                                                    940  { kZoneIdPacific_Midway, kZoneIdPacific_Pago_Pago }, // 0xe286d38e -> 0x603aebd0
                                                                                                                    +
                                                                                                                    941  { kZoneIdAntarctica_Syowa, kZoneIdAsia_Riyadh }, // 0xe330c7e1 -> 0xcd973d93
                                                                                                                    +
                                                                                                                    942  { kZoneIdIceland, kZoneIdAfrica_Abidjan }, // 0xe56a35b5 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    943  { kZoneIdIndian_Mayotte, kZoneIdAfrica_Nairobi }, // 0xe6880bca -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    944  { kZoneIdAustralia_Tasmania, kZoneIdAustralia_Hobart }, // 0xe6d76648 -> 0x32bf951a
                                                                                                                    +
                                                                                                                    945  { kZoneIdAmerica_Kralendijk, kZoneIdAmerica_Puerto_Rico }, // 0xe7c456c5 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    946  { kZoneIdPacific_Ponape, kZoneIdPacific_Guadalcanal }, // 0xe9f80086 -> 0xf4dd25f0
                                                                                                                    +
                                                                                                                    947  { kZoneIdEurope_Zaporozhye, kZoneIdEurope_Kyiv }, // 0xeab9767f -> 0xa2c1e347
                                                                                                                    948  { kZoneIdEurope_Isle_of_Man, kZoneIdEurope_London }, // 0xeaf84580 -> 0x5c6a84ae
                                                                                                                    949  { kZoneIdCanada_Eastern, kZoneIdAmerica_Toronto }, // 0xf3612d5e -> 0x792e851b
                                                                                                                    950  { kZoneIdEtc_GMT0, kZoneIdEtc_GMT }, // 0xf53ea988 -> 0xd8e2de58
                                                                                                                    @@ -1033,13 +1033,11 @@
                                                                                                                    960 
                                                                                                                    961 }
                                                                                                                    962 }
                                                                                                                    +
                                                                                                                    Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
                                                                                                                    - diff --git a/docs/html/zone__registry_8h_source.html b/docs/html/zonedb_2zone__registry_8h_source.html similarity index 94% rename from docs/html/zone__registry_8h_source.html rename to docs/html/zonedb_2zone__registry_8h_source.html index d1fe0c193..79f4e39e1 100644 --- a/docs/html/zone__registry_8h_source.html +++ b/docs/html/zonedb_2zone__registry_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedb/zone_registry.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope basic
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // DO NOT EDIT
                                                                                                                    28 
                                                                                                                    @@ -109,16 +109,16 @@
                                                                                                                    36 namespace zonedb {
                                                                                                                    37 
                                                                                                                    38 // Zones
                                                                                                                    -
                                                                                                                    39 const uint16_t kZoneRegistrySize = 237;
                                                                                                                    -
                                                                                                                    40 extern const basic::ZoneInfo* const kZoneRegistry[237];
                                                                                                                    +
                                                                                                                    39 const uint16_t kZoneRegistrySize = 235;
                                                                                                                    +
                                                                                                                    40 extern const basic::ZoneInfo* const kZoneRegistry[235];
                                                                                                                    41 
                                                                                                                    42 // Zones and Links
                                                                                                                    43 const uint16_t kZoneAndLinkRegistrySize = 452;
                                                                                                                    44 extern const basic::ZoneInfo* const kZoneAndLinkRegistry[452];
                                                                                                                    45 
                                                                                                                    46 // Link Entries
                                                                                                                    -
                                                                                                                    47 const uint16_t kLinkRegistrySize = 215;
                                                                                                                    -
                                                                                                                    48 extern const basic::LinkEntry kLinkRegistry[215];
                                                                                                                    +
                                                                                                                    47 const uint16_t kLinkRegistrySize = 217;
                                                                                                                    +
                                                                                                                    48 extern const basic::LinkEntry kLinkRegistry[217];
                                                                                                                    49 
                                                                                                                    50 }
                                                                                                                    51 }
                                                                                                                    @@ -126,9 +126,7 @@ diff --git a/docs/html/_2zone__infos_8cpp_source.html b/docs/html/zonedbx_2zone__infos_8cpp_source.html similarity index 95% rename from docs/html/_2zone__infos_8cpp_source.html rename to docs/html/zonedbx_2zone__infos_8cpp_source.html index a955f229c..a916354db 100644 --- a/docs/html/_2zone__infos_8cpp_source.html +++ b/docs/html/zonedbx_2zone__infos_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedbx/zone_infos.cpp Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope extended
                                                                                                                    @@ -95,22 +95,22 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    -
                                                                                                                    27 // Zones: 356
                                                                                                                    -
                                                                                                                    28 // Links: 239
                                                                                                                    +
                                                                                                                    27 // Zones: 354
                                                                                                                    +
                                                                                                                    28 // Links: 241
                                                                                                                    29 // kZoneRegistry sizes (bytes):
                                                                                                                    -
                                                                                                                    30 // Names: 3376 (originally 5607)
                                                                                                                    +
                                                                                                                    30 // Names: 3354 (originally 5573)
                                                                                                                    31 // Formats: 597
                                                                                                                    32 // Fragments: 122
                                                                                                                    -
                                                                                                                    33 // Memory (8-bit): 15848
                                                                                                                    -
                                                                                                                    34 // Memory (32-bit): 22989
                                                                                                                    +
                                                                                                                    33 // Memory (8-bit): 15778
                                                                                                                    +
                                                                                                                    34 // Memory (32-bit): 22887
                                                                                                                    35 // kZoneAndLinkRegistry sizes (bytes):
                                                                                                                    36 // Names: 5634 (originally 9054)
                                                                                                                    37 // Formats: 597
                                                                                                                    38 // Fragments: 122
                                                                                                                    -
                                                                                                                    39 // Memory (8-bit): 21213
                                                                                                                    -
                                                                                                                    40 // Memory (32-bit): 30983
                                                                                                                    +
                                                                                                                    39 // Memory (8-bit): 21191
                                                                                                                    +
                                                                                                                    40 // Memory (32-bit): 30951
                                                                                                                    41 //
                                                                                                                    42 // DO NOT EDIT
                                                                                                                    43 
                                                                                                                    @@ -125,7 +125,7 @@
                                                                                                                    52 // ZoneContext (should not be in PROGMEM)
                                                                                                                    53 //---------------------------------------------------------------------------
                                                                                                                    54 
                                                                                                                    -
                                                                                                                    55 const char kTzDatabaseVersion[] = "2022b";
                                                                                                                    +
                                                                                                                    55 const char kTzDatabaseVersion[] = "2022d";
                                                                                                                    56 
                                                                                                                    57 const char* const kFragments[] = {
                                                                                                                    58 /*\x00*/ nullptr,
                                                                                                                    @@ -155,7 +155,7 @@
                                                                                                                    82 };
                                                                                                                    83 
                                                                                                                    84 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    85 // Zones: 356
                                                                                                                    +
                                                                                                                    85 // Zones: 354
                                                                                                                    86 //---------------------------------------------------------------------------
                                                                                                                    87 
                                                                                                                    88 //---------------------------------------------------------------------------
                                                                                                                    @@ -13999,19 +13999,19 @@
                                                                                                                    13926 };
                                                                                                                    13927 
                                                                                                                    13928 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    13929 // Zone name: Europe/Uzhgorod
                                                                                                                    +
                                                                                                                    13929 // Zone name: Europe/Vienna
                                                                                                                    13930 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    13931 // Strings (bytes): 15 (originally 21)
                                                                                                                    -
                                                                                                                    13932 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    13933 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    13931 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    13932 // Memory (8-bit): 35
                                                                                                                    +
                                                                                                                    13933 // Memory (32-bit): 49
                                                                                                                    13934 //---------------------------------------------------------------------------
                                                                                                                    13935 
                                                                                                                    -
                                                                                                                    13936 static const extended::ZoneEra kZoneEraEurope_Uzhgorod[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    13937  // 2:00 EU EE%sT
                                                                                                                    +
                                                                                                                    13936 static const extended::ZoneEra kZoneEraEurope_Vienna[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    13937  // 1:00 EU CE%sT
                                                                                                                    13938  {
                                                                                                                    13939  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    13940  "EE%T" /*format*/,
                                                                                                                    -
                                                                                                                    13941  8 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    13940  "CE%T" /*format*/,
                                                                                                                    +
                                                                                                                    13941  4 /*offsetCode*/,
                                                                                                                    13942  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    13943  127 /*untilYearTiny*/,
                                                                                                                    13944  1 /*untilMonth*/,
                                                                                                                    @@ -14022,170 +14022,170 @@
                                                                                                                    13949 
                                                                                                                    13950 };
                                                                                                                    13951 
                                                                                                                    -
                                                                                                                    13952 static const char kZoneNameEurope_Uzhgorod[] ACE_TIME_PROGMEM = "\x0b" "Uzhgorod";
                                                                                                                    +
                                                                                                                    13952 static const char kZoneNameEurope_Vienna[] ACE_TIME_PROGMEM = "\x0b" "Vienna";
                                                                                                                    13953 
                                                                                                                    -
                                                                                                                    13954 const extended::ZoneInfo kZoneEurope_Uzhgorod ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    13955  kZoneNameEurope_Uzhgorod /*name*/,
                                                                                                                    -
                                                                                                                    13956  0xb066f5d6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    13954 const extended::ZoneInfo kZoneEurope_Vienna ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    13955  kZoneNameEurope_Vienna /*name*/,
                                                                                                                    +
                                                                                                                    13956  0x734cc2e5 /*zoneId*/,
                                                                                                                    13957  &kZoneContext /*zoneContext*/,
                                                                                                                    13958  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    13959  kZoneEraEurope_Uzhgorod /*eras*/,
                                                                                                                    +
                                                                                                                    13959  kZoneEraEurope_Vienna /*eras*/,
                                                                                                                    13960 };
                                                                                                                    13961 
                                                                                                                    13962 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    13963 // Zone name: Europe/Vienna
                                                                                                                    -
                                                                                                                    13964 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    13965 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    13966 // Memory (8-bit): 35
                                                                                                                    -
                                                                                                                    13967 // Memory (32-bit): 49
                                                                                                                    +
                                                                                                                    13963 // Zone name: Europe/Vilnius
                                                                                                                    +
                                                                                                                    13964 // Zone Eras: 3
                                                                                                                    +
                                                                                                                    13965 // Strings (bytes): 23 (originally 29)
                                                                                                                    +
                                                                                                                    13966 // Memory (8-bit): 67
                                                                                                                    +
                                                                                                                    13967 // Memory (32-bit): 91
                                                                                                                    13968 //---------------------------------------------------------------------------
                                                                                                                    13969 
                                                                                                                    -
                                                                                                                    13970 static const extended::ZoneEra kZoneEraEurope_Vienna[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    13971  // 1:00 EU CE%sT
                                                                                                                    +
                                                                                                                    13970 static const extended::ZoneEra kZoneEraEurope_Vilnius[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    13971  // 1:00 EU CE%sT 1999 Oct 31 1:00u
                                                                                                                    13972  {
                                                                                                                    13973  &kPolicyEU /*zonePolicy*/,
                                                                                                                    13974  "CE%T" /*format*/,
                                                                                                                    13975  4 /*offsetCode*/,
                                                                                                                    13976  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    13977  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    13978  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    13979  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    13980  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    13981  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    13977  -1 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    13978  10 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    13979  31 /*untilDay*/,
                                                                                                                    +
                                                                                                                    13980  4 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    13981  32 /*untilTimeModifier (kSuffixU + minute=0)*/,
                                                                                                                    13982  },
                                                                                                                    -
                                                                                                                    13983 
                                                                                                                    -
                                                                                                                    13984 };
                                                                                                                    -
                                                                                                                    13985 
                                                                                                                    -
                                                                                                                    13986 static const char kZoneNameEurope_Vienna[] ACE_TIME_PROGMEM = "\x0b" "Vienna";
                                                                                                                    -
                                                                                                                    13987 
                                                                                                                    -
                                                                                                                    13988 const extended::ZoneInfo kZoneEurope_Vienna ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    13989  kZoneNameEurope_Vienna /*name*/,
                                                                                                                    -
                                                                                                                    13990  0x734cc2e5 /*zoneId*/,
                                                                                                                    -
                                                                                                                    13991  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    13992  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    13993  kZoneEraEurope_Vienna /*eras*/,
                                                                                                                    -
                                                                                                                    13994 };
                                                                                                                    -
                                                                                                                    13995 
                                                                                                                    -
                                                                                                                    13996 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    13997 // Zone name: Europe/Vilnius
                                                                                                                    -
                                                                                                                    13998 // Zone Eras: 3
                                                                                                                    -
                                                                                                                    13999 // Strings (bytes): 23 (originally 29)
                                                                                                                    -
                                                                                                                    14000 // Memory (8-bit): 67
                                                                                                                    -
                                                                                                                    14001 // Memory (32-bit): 91
                                                                                                                    -
                                                                                                                    14002 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14003 
                                                                                                                    -
                                                                                                                    14004 static const extended::ZoneEra kZoneEraEurope_Vilnius[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14005  // 1:00 EU CE%sT 1999 Oct 31 1:00u
                                                                                                                    -
                                                                                                                    14006  {
                                                                                                                    -
                                                                                                                    14007  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14008  "CE%T" /*format*/,
                                                                                                                    -
                                                                                                                    14009  4 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14010  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14011  -1 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14012  10 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14013  31 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14014  4 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14015  32 /*untilTimeModifier (kSuffixU + minute=0)*/,
                                                                                                                    -
                                                                                                                    14016  },
                                                                                                                    -
                                                                                                                    14017  // 2:00 - EET 2003 Jan 1
                                                                                                                    -
                                                                                                                    14018  {
                                                                                                                    -
                                                                                                                    14019  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14020  "EET" /*format*/,
                                                                                                                    -
                                                                                                                    14021  8 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14022  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14023  3 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14024  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14025  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14026  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14027  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14028  },
                                                                                                                    -
                                                                                                                    14029  // 2:00 EU EE%sT
                                                                                                                    +
                                                                                                                    13983  // 2:00 - EET 2003 Jan 1
                                                                                                                    +
                                                                                                                    13984  {
                                                                                                                    +
                                                                                                                    13985  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    13986  "EET" /*format*/,
                                                                                                                    +
                                                                                                                    13987  8 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    13988  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    13989  3 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    13990  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    13991  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    13992  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    13993  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    13994  },
                                                                                                                    +
                                                                                                                    13995  // 2:00 EU EE%sT
                                                                                                                    +
                                                                                                                    13996  {
                                                                                                                    +
                                                                                                                    13997  &kPolicyEU /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    13998  "EE%T" /*format*/,
                                                                                                                    +
                                                                                                                    13999  8 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14000  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14001  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14002  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14003  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14004  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14005  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14006  },
                                                                                                                    +
                                                                                                                    14007 
                                                                                                                    +
                                                                                                                    14008 };
                                                                                                                    +
                                                                                                                    14009 
                                                                                                                    +
                                                                                                                    14010 static const char kZoneNameEurope_Vilnius[] ACE_TIME_PROGMEM = "\x0b" "Vilnius";
                                                                                                                    +
                                                                                                                    14011 
                                                                                                                    +
                                                                                                                    14012 const extended::ZoneInfo kZoneEurope_Vilnius ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14013  kZoneNameEurope_Vilnius /*name*/,
                                                                                                                    +
                                                                                                                    14014  0xdd63b8ce /*zoneId*/,
                                                                                                                    +
                                                                                                                    14015  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14016  3 /*numEras*/,
                                                                                                                    +
                                                                                                                    14017  kZoneEraEurope_Vilnius /*eras*/,
                                                                                                                    +
                                                                                                                    14018 };
                                                                                                                    +
                                                                                                                    14019 
                                                                                                                    +
                                                                                                                    14020 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14021 // Zone name: Europe/Volgograd
                                                                                                                    +
                                                                                                                    14022 // Zone Eras: 5
                                                                                                                    +
                                                                                                                    14023 // Strings (bytes): 35 (originally 41)
                                                                                                                    +
                                                                                                                    14024 // Memory (8-bit): 101
                                                                                                                    +
                                                                                                                    14025 // Memory (32-bit): 135
                                                                                                                    +
                                                                                                                    14026 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14027 
                                                                                                                    +
                                                                                                                    14028 static const extended::ZoneEra kZoneEraEurope_Volgograd[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14029  // 3:00 Russia +03/+04 2011 Mar 27 2:00s
                                                                                                                    14030  {
                                                                                                                    -
                                                                                                                    14031  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14032  "EE%T" /*format*/,
                                                                                                                    -
                                                                                                                    14033  8 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14031  &kPolicyRussia /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14032  "+03/+04" /*format*/,
                                                                                                                    +
                                                                                                                    14033  12 /*offsetCode*/,
                                                                                                                    14034  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14035  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14036  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14037  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14038  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14039  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14035  11 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14036  3 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14037  27 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14038  8 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14039  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    14040  },
                                                                                                                    -
                                                                                                                    14041 
                                                                                                                    -
                                                                                                                    14042 };
                                                                                                                    -
                                                                                                                    14043 
                                                                                                                    -
                                                                                                                    14044 static const char kZoneNameEurope_Vilnius[] ACE_TIME_PROGMEM = "\x0b" "Vilnius";
                                                                                                                    -
                                                                                                                    14045 
                                                                                                                    -
                                                                                                                    14046 const extended::ZoneInfo kZoneEurope_Vilnius ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14047  kZoneNameEurope_Vilnius /*name*/,
                                                                                                                    -
                                                                                                                    14048  0xdd63b8ce /*zoneId*/,
                                                                                                                    -
                                                                                                                    14049  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14050  3 /*numEras*/,
                                                                                                                    -
                                                                                                                    14051  kZoneEraEurope_Vilnius /*eras*/,
                                                                                                                    -
                                                                                                                    14052 };
                                                                                                                    -
                                                                                                                    14053 
                                                                                                                    -
                                                                                                                    14054 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14055 // Zone name: Europe/Volgograd
                                                                                                                    -
                                                                                                                    14056 // Zone Eras: 5
                                                                                                                    -
                                                                                                                    14057 // Strings (bytes): 35 (originally 41)
                                                                                                                    -
                                                                                                                    14058 // Memory (8-bit): 101
                                                                                                                    -
                                                                                                                    14059 // Memory (32-bit): 135
                                                                                                                    -
                                                                                                                    14060 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14061 
                                                                                                                    -
                                                                                                                    14062 static const extended::ZoneEra kZoneEraEurope_Volgograd[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14063  // 3:00 Russia +03/+04 2011 Mar 27 2:00s
                                                                                                                    -
                                                                                                                    14064  {
                                                                                                                    -
                                                                                                                    14065  &kPolicyRussia /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14066  "+03/+04" /*format*/,
                                                                                                                    -
                                                                                                                    14067  12 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14068  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14069  11 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14070  3 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14071  27 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14072  8 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14073  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    14074  },
                                                                                                                    -
                                                                                                                    14075  // 4:00 - +04 2014 Oct 26 2:00s
                                                                                                                    -
                                                                                                                    14076  {
                                                                                                                    -
                                                                                                                    14077  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14078  "+04" /*format*/,
                                                                                                                    -
                                                                                                                    14079  16 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14080  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14081  14 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14082  10 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14083  26 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14084  8 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14085  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    14086  },
                                                                                                                    -
                                                                                                                    14087  // 3:00 - +03 2018 Oct 28 2:00s
                                                                                                                    -
                                                                                                                    14088  {
                                                                                                                    -
                                                                                                                    14089  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14090  "+03" /*format*/,
                                                                                                                    -
                                                                                                                    14091  12 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14092  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14093  18 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14094  10 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14095  28 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14096  8 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14097  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    14098  },
                                                                                                                    -
                                                                                                                    14099  // 4:00 - +04 2020 Dec 27 2:00s
                                                                                                                    -
                                                                                                                    14100  {
                                                                                                                    -
                                                                                                                    14101  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14102  "+04" /*format*/,
                                                                                                                    -
                                                                                                                    14103  16 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14104  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14105  20 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14106  12 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14107  27 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14108  8 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14109  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    14110  },
                                                                                                                    -
                                                                                                                    14111  // 3:00 - +03
                                                                                                                    +
                                                                                                                    14041  // 4:00 - +04 2014 Oct 26 2:00s
                                                                                                                    +
                                                                                                                    14042  {
                                                                                                                    +
                                                                                                                    14043  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14044  "+04" /*format*/,
                                                                                                                    +
                                                                                                                    14045  16 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14046  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14047  14 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14048  10 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14049  26 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14050  8 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14051  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    14052  },
                                                                                                                    +
                                                                                                                    14053  // 3:00 - +03 2018 Oct 28 2:00s
                                                                                                                    +
                                                                                                                    14054  {
                                                                                                                    +
                                                                                                                    14055  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14056  "+03" /*format*/,
                                                                                                                    +
                                                                                                                    14057  12 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14058  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14059  18 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14060  10 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14061  28 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14062  8 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14063  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    14064  },
                                                                                                                    +
                                                                                                                    14065  // 4:00 - +04 2020 Dec 27 2:00s
                                                                                                                    +
                                                                                                                    14066  {
                                                                                                                    +
                                                                                                                    14067  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14068  "+04" /*format*/,
                                                                                                                    +
                                                                                                                    14069  16 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14070  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14071  20 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14072  12 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14073  27 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14074  8 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14075  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    14076  },
                                                                                                                    +
                                                                                                                    14077  // 3:00 - +03
                                                                                                                    +
                                                                                                                    14078  {
                                                                                                                    +
                                                                                                                    14079  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14080  "+03" /*format*/,
                                                                                                                    +
                                                                                                                    14081  12 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14082  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14083  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14084  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14085  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14086  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14087  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14088  },
                                                                                                                    +
                                                                                                                    14089 
                                                                                                                    +
                                                                                                                    14090 };
                                                                                                                    +
                                                                                                                    14091 
                                                                                                                    +
                                                                                                                    14092 static const char kZoneNameEurope_Volgograd[] ACE_TIME_PROGMEM = "\x0b" "Volgograd";
                                                                                                                    +
                                                                                                                    14093 
                                                                                                                    +
                                                                                                                    14094 const extended::ZoneInfo kZoneEurope_Volgograd ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14095  kZoneNameEurope_Volgograd /*name*/,
                                                                                                                    +
                                                                                                                    14096  0x3ed0f389 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14097  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14098  5 /*numEras*/,
                                                                                                                    +
                                                                                                                    14099  kZoneEraEurope_Volgograd /*eras*/,
                                                                                                                    +
                                                                                                                    14100 };
                                                                                                                    +
                                                                                                                    14101 
                                                                                                                    +
                                                                                                                    14102 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14103 // Zone name: Europe/Warsaw
                                                                                                                    +
                                                                                                                    14104 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    14105 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    14106 // Memory (8-bit): 35
                                                                                                                    +
                                                                                                                    14107 // Memory (32-bit): 49
                                                                                                                    +
                                                                                                                    14108 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14109 
                                                                                                                    +
                                                                                                                    14110 static const extended::ZoneEra kZoneEraEurope_Warsaw[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14111  // 1:00 EU CE%sT
                                                                                                                    14112  {
                                                                                                                    -
                                                                                                                    14113  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14114  "+03" /*format*/,
                                                                                                                    -
                                                                                                                    14115  12 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14113  &kPolicyEU /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14114  "CE%T" /*format*/,
                                                                                                                    +
                                                                                                                    14115  4 /*offsetCode*/,
                                                                                                                    14116  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14117  127 /*untilYearTiny*/,
                                                                                                                    14118  1 /*untilMonth*/,
                                                                                                                    @@ -14196,25 +14196,25 @@
                                                                                                                    14123 
                                                                                                                    14124 };
                                                                                                                    14125 
                                                                                                                    -
                                                                                                                    14126 static const char kZoneNameEurope_Volgograd[] ACE_TIME_PROGMEM = "\x0b" "Volgograd";
                                                                                                                    +
                                                                                                                    14126 static const char kZoneNameEurope_Warsaw[] ACE_TIME_PROGMEM = "\x0b" "Warsaw";
                                                                                                                    14127 
                                                                                                                    -
                                                                                                                    14128 const extended::ZoneInfo kZoneEurope_Volgograd ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14129  kZoneNameEurope_Volgograd /*name*/,
                                                                                                                    -
                                                                                                                    14130  0x3ed0f389 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14128 const extended::ZoneInfo kZoneEurope_Warsaw ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14129  kZoneNameEurope_Warsaw /*name*/,
                                                                                                                    +
                                                                                                                    14130  0x75185c19 /*zoneId*/,
                                                                                                                    14131  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14132  5 /*numEras*/,
                                                                                                                    -
                                                                                                                    14133  kZoneEraEurope_Volgograd /*eras*/,
                                                                                                                    +
                                                                                                                    14132  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    14133  kZoneEraEurope_Warsaw /*eras*/,
                                                                                                                    14134 };
                                                                                                                    14135 
                                                                                                                    14136 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14137 // Zone name: Europe/Warsaw
                                                                                                                    +
                                                                                                                    14137 // Zone name: Europe/Zurich
                                                                                                                    14138 // Zone Eras: 1
                                                                                                                    14139 // Strings (bytes): 13 (originally 19)
                                                                                                                    14140 // Memory (8-bit): 35
                                                                                                                    14141 // Memory (32-bit): 49
                                                                                                                    14142 //---------------------------------------------------------------------------
                                                                                                                    14143 
                                                                                                                    -
                                                                                                                    14144 static const extended::ZoneEra kZoneEraEurope_Warsaw[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14144 static const extended::ZoneEra kZoneEraEurope_Zurich[] ACE_TIME_PROGMEM = {
                                                                                                                    14145  // 1:00 EU CE%sT
                                                                                                                    14146  {
                                                                                                                    14147  &kPolicyEU /*zonePolicy*/,
                                                                                                                    @@ -14230,30 +14230,30 @@
                                                                                                                    14157 
                                                                                                                    14158 };
                                                                                                                    14159 
                                                                                                                    -
                                                                                                                    14160 static const char kZoneNameEurope_Warsaw[] ACE_TIME_PROGMEM = "\x0b" "Warsaw";
                                                                                                                    +
                                                                                                                    14160 static const char kZoneNameEurope_Zurich[] ACE_TIME_PROGMEM = "\x0b" "Zurich";
                                                                                                                    14161 
                                                                                                                    -
                                                                                                                    14162 const extended::ZoneInfo kZoneEurope_Warsaw ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14163  kZoneNameEurope_Warsaw /*name*/,
                                                                                                                    -
                                                                                                                    14164  0x75185c19 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14162 const extended::ZoneInfo kZoneEurope_Zurich ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14163  kZoneNameEurope_Zurich /*name*/,
                                                                                                                    +
                                                                                                                    14164  0x7d8195b9 /*zoneId*/,
                                                                                                                    14165  &kZoneContext /*zoneContext*/,
                                                                                                                    14166  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14167  kZoneEraEurope_Warsaw /*eras*/,
                                                                                                                    +
                                                                                                                    14167  kZoneEraEurope_Zurich /*eras*/,
                                                                                                                    14168 };
                                                                                                                    14169 
                                                                                                                    14170 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14171 // Zone name: Europe/Zaporozhye
                                                                                                                    +
                                                                                                                    14171 // Zone name: HST
                                                                                                                    14172 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14173 // Strings (bytes): 17 (originally 23)
                                                                                                                    -
                                                                                                                    14174 // Memory (8-bit): 39
                                                                                                                    -
                                                                                                                    14175 // Memory (32-bit): 53
                                                                                                                    +
                                                                                                                    14173 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    14174 // Memory (8-bit): 30
                                                                                                                    +
                                                                                                                    14175 // Memory (32-bit): 44
                                                                                                                    14176 //---------------------------------------------------------------------------
                                                                                                                    14177 
                                                                                                                    -
                                                                                                                    14178 static const extended::ZoneEra kZoneEraEurope_Zaporozhye[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14179  // 2:00 EU EE%sT
                                                                                                                    +
                                                                                                                    14178 static const extended::ZoneEra kZoneEraHST[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14179  // -10:00 - HST
                                                                                                                    14180  {
                                                                                                                    -
                                                                                                                    14181  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14182  "EE%T" /*format*/,
                                                                                                                    -
                                                                                                                    14183  8 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14181  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14182  "HST" /*format*/,
                                                                                                                    +
                                                                                                                    14183  -40 /*offsetCode*/,
                                                                                                                    14184  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14185  127 /*untilYearTiny*/,
                                                                                                                    14186  1 /*untilMonth*/,
                                                                                                                    @@ -14264,30 +14264,30 @@
                                                                                                                    14191 
                                                                                                                    14192 };
                                                                                                                    14193 
                                                                                                                    -
                                                                                                                    14194 static const char kZoneNameEurope_Zaporozhye[] ACE_TIME_PROGMEM = "\x0b" "Zaporozhye";
                                                                                                                    +
                                                                                                                    14194 static const char kZoneNameHST[] ACE_TIME_PROGMEM = "HST";
                                                                                                                    14195 
                                                                                                                    -
                                                                                                                    14196 const extended::ZoneInfo kZoneEurope_Zaporozhye ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14197  kZoneNameEurope_Zaporozhye /*name*/,
                                                                                                                    -
                                                                                                                    14198  0xeab9767f /*zoneId*/,
                                                                                                                    +
                                                                                                                    14196 const extended::ZoneInfo kZoneHST ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14197  kZoneNameHST /*name*/,
                                                                                                                    +
                                                                                                                    14198  0x0b87f034 /*zoneId*/,
                                                                                                                    14199  &kZoneContext /*zoneContext*/,
                                                                                                                    14200  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14201  kZoneEraEurope_Zaporozhye /*eras*/,
                                                                                                                    +
                                                                                                                    14201  kZoneEraHST /*eras*/,
                                                                                                                    14202 };
                                                                                                                    14203 
                                                                                                                    14204 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14205 // Zone name: Europe/Zurich
                                                                                                                    +
                                                                                                                    14205 // Zone name: Indian/Chagos
                                                                                                                    14206 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14207 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    14208 // Memory (8-bit): 35
                                                                                                                    -
                                                                                                                    14209 // Memory (32-bit): 49
                                                                                                                    +
                                                                                                                    14207 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    14208 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    14209 // Memory (32-bit): 48
                                                                                                                    14210 //---------------------------------------------------------------------------
                                                                                                                    14211 
                                                                                                                    -
                                                                                                                    14212 static const extended::ZoneEra kZoneEraEurope_Zurich[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14213  // 1:00 EU CE%sT
                                                                                                                    +
                                                                                                                    14212 static const extended::ZoneEra kZoneEraIndian_Chagos[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14213  // 6:00 - +06
                                                                                                                    14214  {
                                                                                                                    -
                                                                                                                    14215  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14216  "CE%T" /*format*/,
                                                                                                                    -
                                                                                                                    14217  4 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14215  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14216  "+06" /*format*/,
                                                                                                                    +
                                                                                                                    14217  24 /*offsetCode*/,
                                                                                                                    14218  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14219  127 /*untilYearTiny*/,
                                                                                                                    14220  1 /*untilMonth*/,
                                                                                                                    @@ -14298,30 +14298,30 @@
                                                                                                                    14225 
                                                                                                                    14226 };
                                                                                                                    14227 
                                                                                                                    -
                                                                                                                    14228 static const char kZoneNameEurope_Zurich[] ACE_TIME_PROGMEM = "\x0b" "Zurich";
                                                                                                                    +
                                                                                                                    14228 static const char kZoneNameIndian_Chagos[] ACE_TIME_PROGMEM = "\x0c" "Chagos";
                                                                                                                    14229 
                                                                                                                    -
                                                                                                                    14230 const extended::ZoneInfo kZoneEurope_Zurich ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14231  kZoneNameEurope_Zurich /*name*/,
                                                                                                                    -
                                                                                                                    14232  0x7d8195b9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14230 const extended::ZoneInfo kZoneIndian_Chagos ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14231  kZoneNameIndian_Chagos /*name*/,
                                                                                                                    +
                                                                                                                    14232  0x456f7c3c /*zoneId*/,
                                                                                                                    14233  &kZoneContext /*zoneContext*/,
                                                                                                                    14234  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14235  kZoneEraEurope_Zurich /*eras*/,
                                                                                                                    +
                                                                                                                    14235  kZoneEraIndian_Chagos /*eras*/,
                                                                                                                    14236 };
                                                                                                                    14237 
                                                                                                                    14238 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14239 // Zone name: HST
                                                                                                                    +
                                                                                                                    14239 // Zone name: Indian/Maldives
                                                                                                                    14240 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14241 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    14242 // Memory (8-bit): 30
                                                                                                                    -
                                                                                                                    14243 // Memory (32-bit): 44
                                                                                                                    +
                                                                                                                    14241 // Strings (bytes): 14 (originally 20)
                                                                                                                    +
                                                                                                                    14242 // Memory (8-bit): 36
                                                                                                                    +
                                                                                                                    14243 // Memory (32-bit): 50
                                                                                                                    14244 //---------------------------------------------------------------------------
                                                                                                                    14245 
                                                                                                                    -
                                                                                                                    14246 static const extended::ZoneEra kZoneEraHST[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14247  // -10:00 - HST
                                                                                                                    +
                                                                                                                    14246 static const extended::ZoneEra kZoneEraIndian_Maldives[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14247  // 5:00 - +05
                                                                                                                    14248  {
                                                                                                                    14249  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14250  "HST" /*format*/,
                                                                                                                    -
                                                                                                                    14251  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14250  "+05" /*format*/,
                                                                                                                    +
                                                                                                                    14251  20 /*offsetCode*/,
                                                                                                                    14252  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14253  127 /*untilYearTiny*/,
                                                                                                                    14254  1 /*untilMonth*/,
                                                                                                                    @@ -14332,30 +14332,30 @@
                                                                                                                    14259 
                                                                                                                    14260 };
                                                                                                                    14261 
                                                                                                                    -
                                                                                                                    14262 static const char kZoneNameHST[] ACE_TIME_PROGMEM = "HST";
                                                                                                                    +
                                                                                                                    14262 static const char kZoneNameIndian_Maldives[] ACE_TIME_PROGMEM = "\x0c" "Maldives";
                                                                                                                    14263 
                                                                                                                    -
                                                                                                                    14264 const extended::ZoneInfo kZoneHST ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14265  kZoneNameHST /*name*/,
                                                                                                                    -
                                                                                                                    14266  0x0b87f034 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14264 const extended::ZoneInfo kZoneIndian_Maldives ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14265  kZoneNameIndian_Maldives /*name*/,
                                                                                                                    +
                                                                                                                    14266  0x9869681c /*zoneId*/,
                                                                                                                    14267  &kZoneContext /*zoneContext*/,
                                                                                                                    14268  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14269  kZoneEraHST /*eras*/,
                                                                                                                    +
                                                                                                                    14269  kZoneEraIndian_Maldives /*eras*/,
                                                                                                                    14270 };
                                                                                                                    14271 
                                                                                                                    14272 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14273 // Zone name: Indian/Chagos
                                                                                                                    +
                                                                                                                    14273 // Zone name: Indian/Mauritius
                                                                                                                    14274 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14275 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    14276 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    14277 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    14275 // Strings (bytes): 19 (originally 25)
                                                                                                                    +
                                                                                                                    14276 // Memory (8-bit): 41
                                                                                                                    +
                                                                                                                    14277 // Memory (32-bit): 55
                                                                                                                    14278 //---------------------------------------------------------------------------
                                                                                                                    14279 
                                                                                                                    -
                                                                                                                    14280 static const extended::ZoneEra kZoneEraIndian_Chagos[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14281  // 6:00 - +06
                                                                                                                    +
                                                                                                                    14280 static const extended::ZoneEra kZoneEraIndian_Mauritius[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14281  // 4:00 Mauritius +04/+05
                                                                                                                    14282  {
                                                                                                                    -
                                                                                                                    14283  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14284  "+06" /*format*/,
                                                                                                                    -
                                                                                                                    14285  24 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14283  &kPolicyMauritius /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14284  "+04/+05" /*format*/,
                                                                                                                    +
                                                                                                                    14285  16 /*offsetCode*/,
                                                                                                                    14286  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14287  127 /*untilYearTiny*/,
                                                                                                                    14288  1 /*untilMonth*/,
                                                                                                                    @@ -14366,30 +14366,30 @@
                                                                                                                    14293 
                                                                                                                    14294 };
                                                                                                                    14295 
                                                                                                                    -
                                                                                                                    14296 static const char kZoneNameIndian_Chagos[] ACE_TIME_PROGMEM = "\x0c" "Chagos";
                                                                                                                    +
                                                                                                                    14296 static const char kZoneNameIndian_Mauritius[] ACE_TIME_PROGMEM = "\x0c" "Mauritius";
                                                                                                                    14297 
                                                                                                                    -
                                                                                                                    14298 const extended::ZoneInfo kZoneIndian_Chagos ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14299  kZoneNameIndian_Chagos /*name*/,
                                                                                                                    -
                                                                                                                    14300  0x456f7c3c /*zoneId*/,
                                                                                                                    +
                                                                                                                    14298 const extended::ZoneInfo kZoneIndian_Mauritius ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14299  kZoneNameIndian_Mauritius /*name*/,
                                                                                                                    +
                                                                                                                    14300  0x7b09c02a /*zoneId*/,
                                                                                                                    14301  &kZoneContext /*zoneContext*/,
                                                                                                                    14302  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14303  kZoneEraIndian_Chagos /*eras*/,
                                                                                                                    +
                                                                                                                    14303  kZoneEraIndian_Mauritius /*eras*/,
                                                                                                                    14304 };
                                                                                                                    14305 
                                                                                                                    14306 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14307 // Zone name: Indian/Maldives
                                                                                                                    +
                                                                                                                    14307 // Zone name: MET
                                                                                                                    14308 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14309 // Strings (bytes): 14 (originally 20)
                                                                                                                    -
                                                                                                                    14310 // Memory (8-bit): 36
                                                                                                                    -
                                                                                                                    14311 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    14309 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    14310 // Memory (8-bit): 31
                                                                                                                    +
                                                                                                                    14311 // Memory (32-bit): 45
                                                                                                                    14312 //---------------------------------------------------------------------------
                                                                                                                    14313 
                                                                                                                    -
                                                                                                                    14314 static const extended::ZoneEra kZoneEraIndian_Maldives[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14315  // 5:00 - +05
                                                                                                                    +
                                                                                                                    14314 static const extended::ZoneEra kZoneEraMET[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14315  // 1:00 C-Eur ME%sT
                                                                                                                    14316  {
                                                                                                                    -
                                                                                                                    14317  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14318  "+05" /*format*/,
                                                                                                                    -
                                                                                                                    14319  20 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14317  &kPolicyC_Eur /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14318  "ME%T" /*format*/,
                                                                                                                    +
                                                                                                                    14319  4 /*offsetCode*/,
                                                                                                                    14320  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14321  127 /*untilYearTiny*/,
                                                                                                                    14322  1 /*untilMonth*/,
                                                                                                                    @@ -14400,30 +14400,30 @@
                                                                                                                    14327 
                                                                                                                    14328 };
                                                                                                                    14329 
                                                                                                                    -
                                                                                                                    14330 static const char kZoneNameIndian_Maldives[] ACE_TIME_PROGMEM = "\x0c" "Maldives";
                                                                                                                    +
                                                                                                                    14330 static const char kZoneNameMET[] ACE_TIME_PROGMEM = "MET";
                                                                                                                    14331 
                                                                                                                    -
                                                                                                                    14332 const extended::ZoneInfo kZoneIndian_Maldives ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14333  kZoneNameIndian_Maldives /*name*/,
                                                                                                                    -
                                                                                                                    14334  0x9869681c /*zoneId*/,
                                                                                                                    +
                                                                                                                    14332 const extended::ZoneInfo kZoneMET ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14333  kZoneNameMET /*name*/,
                                                                                                                    +
                                                                                                                    14334  0x0b8803ab /*zoneId*/,
                                                                                                                    14335  &kZoneContext /*zoneContext*/,
                                                                                                                    14336  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14337  kZoneEraIndian_Maldives /*eras*/,
                                                                                                                    +
                                                                                                                    14337  kZoneEraMET /*eras*/,
                                                                                                                    14338 };
                                                                                                                    14339 
                                                                                                                    14340 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14341 // Zone name: Indian/Mauritius
                                                                                                                    +
                                                                                                                    14341 // Zone name: MST
                                                                                                                    14342 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14343 // Strings (bytes): 19 (originally 25)
                                                                                                                    -
                                                                                                                    14344 // Memory (8-bit): 41
                                                                                                                    -
                                                                                                                    14345 // Memory (32-bit): 55
                                                                                                                    +
                                                                                                                    14343 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    14344 // Memory (8-bit): 30
                                                                                                                    +
                                                                                                                    14345 // Memory (32-bit): 44
                                                                                                                    14346 //---------------------------------------------------------------------------
                                                                                                                    14347 
                                                                                                                    -
                                                                                                                    14348 static const extended::ZoneEra kZoneEraIndian_Mauritius[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14349  // 4:00 Mauritius +04/+05
                                                                                                                    +
                                                                                                                    14348 static const extended::ZoneEra kZoneEraMST[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14349  // -7:00 - MST
                                                                                                                    14350  {
                                                                                                                    -
                                                                                                                    14351  &kPolicyMauritius /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14352  "+04/+05" /*format*/,
                                                                                                                    -
                                                                                                                    14353  16 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14351  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14352  "MST" /*format*/,
                                                                                                                    +
                                                                                                                    14353  -28 /*offsetCode*/,
                                                                                                                    14354  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14355  127 /*untilYearTiny*/,
                                                                                                                    14356  1 /*untilMonth*/,
                                                                                                                    @@ -14434,30 +14434,30 @@
                                                                                                                    14361 
                                                                                                                    14362 };
                                                                                                                    14363 
                                                                                                                    -
                                                                                                                    14364 static const char kZoneNameIndian_Mauritius[] ACE_TIME_PROGMEM = "\x0c" "Mauritius";
                                                                                                                    +
                                                                                                                    14364 static const char kZoneNameMST[] ACE_TIME_PROGMEM = "MST";
                                                                                                                    14365 
                                                                                                                    -
                                                                                                                    14366 const extended::ZoneInfo kZoneIndian_Mauritius ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14367  kZoneNameIndian_Mauritius /*name*/,
                                                                                                                    -
                                                                                                                    14368  0x7b09c02a /*zoneId*/,
                                                                                                                    +
                                                                                                                    14366 const extended::ZoneInfo kZoneMST ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14367  kZoneNameMST /*name*/,
                                                                                                                    +
                                                                                                                    14368  0x0b880579 /*zoneId*/,
                                                                                                                    14369  &kZoneContext /*zoneContext*/,
                                                                                                                    14370  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14371  kZoneEraIndian_Mauritius /*eras*/,
                                                                                                                    +
                                                                                                                    14371  kZoneEraMST /*eras*/,
                                                                                                                    14372 };
                                                                                                                    14373 
                                                                                                                    14374 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14375 // Zone name: MET
                                                                                                                    +
                                                                                                                    14375 // Zone name: MST7MDT
                                                                                                                    14376 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14377 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    14378 // Memory (8-bit): 31
                                                                                                                    -
                                                                                                                    14379 // Memory (32-bit): 45
                                                                                                                    +
                                                                                                                    14377 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    14378 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    14379 // Memory (32-bit): 48
                                                                                                                    14380 //---------------------------------------------------------------------------
                                                                                                                    14381 
                                                                                                                    -
                                                                                                                    14382 static const extended::ZoneEra kZoneEraMET[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14383  // 1:00 C-Eur ME%sT
                                                                                                                    +
                                                                                                                    14382 static const extended::ZoneEra kZoneEraMST7MDT[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14383  // -7:00 US M%sT
                                                                                                                    14384  {
                                                                                                                    -
                                                                                                                    14385  &kPolicyC_Eur /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14386  "ME%T" /*format*/,
                                                                                                                    -
                                                                                                                    14387  4 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14385  &kPolicyUS /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14386  "M%T" /*format*/,
                                                                                                                    +
                                                                                                                    14387  -28 /*offsetCode*/,
                                                                                                                    14388  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14389  127 /*untilYearTiny*/,
                                                                                                                    14390  1 /*untilMonth*/,
                                                                                                                    @@ -14468,30 +14468,30 @@
                                                                                                                    14395 
                                                                                                                    14396 };
                                                                                                                    14397 
                                                                                                                    -
                                                                                                                    14398 static const char kZoneNameMET[] ACE_TIME_PROGMEM = "MET";
                                                                                                                    +
                                                                                                                    14398 static const char kZoneNameMST7MDT[] ACE_TIME_PROGMEM = "MST7MDT";
                                                                                                                    14399 
                                                                                                                    -
                                                                                                                    14400 const extended::ZoneInfo kZoneMET ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14401  kZoneNameMET /*name*/,
                                                                                                                    -
                                                                                                                    14402  0x0b8803ab /*zoneId*/,
                                                                                                                    +
                                                                                                                    14400 const extended::ZoneInfo kZoneMST7MDT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14401  kZoneNameMST7MDT /*name*/,
                                                                                                                    +
                                                                                                                    14402  0xf2af9375 /*zoneId*/,
                                                                                                                    14403  &kZoneContext /*zoneContext*/,
                                                                                                                    14404  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14405  kZoneEraMET /*eras*/,
                                                                                                                    +
                                                                                                                    14405  kZoneEraMST7MDT /*eras*/,
                                                                                                                    14406 };
                                                                                                                    14407 
                                                                                                                    14408 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14409 // Zone name: MST
                                                                                                                    +
                                                                                                                    14409 // Zone name: PST8PDT
                                                                                                                    14410 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14411 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    14412 // Memory (8-bit): 30
                                                                                                                    -
                                                                                                                    14413 // Memory (32-bit): 44
                                                                                                                    +
                                                                                                                    14411 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    14412 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    14413 // Memory (32-bit): 48
                                                                                                                    14414 //---------------------------------------------------------------------------
                                                                                                                    14415 
                                                                                                                    -
                                                                                                                    14416 static const extended::ZoneEra kZoneEraMST[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14417  // -7:00 - MST
                                                                                                                    +
                                                                                                                    14416 static const extended::ZoneEra kZoneEraPST8PDT[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14417  // -8:00 US P%sT
                                                                                                                    14418  {
                                                                                                                    -
                                                                                                                    14419  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14420  "MST" /*format*/,
                                                                                                                    -
                                                                                                                    14421  -28 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14419  &kPolicyUS /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14420  "P%T" /*format*/,
                                                                                                                    +
                                                                                                                    14421  -32 /*offsetCode*/,
                                                                                                                    14422  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14423  127 /*untilYearTiny*/,
                                                                                                                    14424  1 /*untilMonth*/,
                                                                                                                    @@ -14502,190 +14502,190 @@
                                                                                                                    14429 
                                                                                                                    14430 };
                                                                                                                    14431 
                                                                                                                    -
                                                                                                                    14432 static const char kZoneNameMST[] ACE_TIME_PROGMEM = "MST";
                                                                                                                    +
                                                                                                                    14432 static const char kZoneNamePST8PDT[] ACE_TIME_PROGMEM = "PST8PDT";
                                                                                                                    14433 
                                                                                                                    -
                                                                                                                    14434 const extended::ZoneInfo kZoneMST ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14435  kZoneNameMST /*name*/,
                                                                                                                    -
                                                                                                                    14436  0x0b880579 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14434 const extended::ZoneInfo kZonePST8PDT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14435  kZoneNamePST8PDT /*name*/,
                                                                                                                    +
                                                                                                                    14436  0xd99ee2dc /*zoneId*/,
                                                                                                                    14437  &kZoneContext /*zoneContext*/,
                                                                                                                    14438  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14439  kZoneEraMST /*eras*/,
                                                                                                                    +
                                                                                                                    14439  kZoneEraPST8PDT /*eras*/,
                                                                                                                    14440 };
                                                                                                                    14441 
                                                                                                                    14442 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14443 // Zone name: MST7MDT
                                                                                                                    -
                                                                                                                    14444 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14445 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    14446 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    14447 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    14443 // Zone name: Pacific/Apia
                                                                                                                    +
                                                                                                                    14444 // Zone Eras: 2
                                                                                                                    +
                                                                                                                    14445 // Strings (bytes): 22 (originally 29)
                                                                                                                    +
                                                                                                                    14446 // Memory (8-bit): 55
                                                                                                                    +
                                                                                                                    14447 // Memory (32-bit): 74
                                                                                                                    14448 //---------------------------------------------------------------------------
                                                                                                                    14449 
                                                                                                                    -
                                                                                                                    14450 static const extended::ZoneEra kZoneEraMST7MDT[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14451  // -7:00 US M%sT
                                                                                                                    +
                                                                                                                    14450 static const extended::ZoneEra kZoneEraPacific_Apia[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14451  // -11:00 WS -11/-10 2011 Dec 29 24:00
                                                                                                                    14452  {
                                                                                                                    -
                                                                                                                    14453  &kPolicyUS /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14454  "M%T" /*format*/,
                                                                                                                    -
                                                                                                                    14455  -28 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14453  &kPolicyWS /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14454  "-11/-10" /*format*/,
                                                                                                                    +
                                                                                                                    14455  -44 /*offsetCode*/,
                                                                                                                    14456  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14457  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14458  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14459  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14460  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14457  11 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14458  12 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14459  29 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14460  96 /*untilTimeCode*/,
                                                                                                                    14461  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    14462  },
                                                                                                                    -
                                                                                                                    14463 
                                                                                                                    -
                                                                                                                    14464 };
                                                                                                                    -
                                                                                                                    14465 
                                                                                                                    -
                                                                                                                    14466 static const char kZoneNameMST7MDT[] ACE_TIME_PROGMEM = "MST7MDT";
                                                                                                                    -
                                                                                                                    14467 
                                                                                                                    -
                                                                                                                    14468 const extended::ZoneInfo kZoneMST7MDT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14469  kZoneNameMST7MDT /*name*/,
                                                                                                                    -
                                                                                                                    14470  0xf2af9375 /*zoneId*/,
                                                                                                                    -
                                                                                                                    14471  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14472  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14473  kZoneEraMST7MDT /*eras*/,
                                                                                                                    -
                                                                                                                    14474 };
                                                                                                                    +
                                                                                                                    14463  // 13:00 WS +13/+14
                                                                                                                    +
                                                                                                                    14464  {
                                                                                                                    +
                                                                                                                    14465  &kPolicyWS /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14466  "+13/+14" /*format*/,
                                                                                                                    +
                                                                                                                    14467  52 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14468  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14469  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14470  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14471  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14472  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14473  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14474  },
                                                                                                                    14475 
                                                                                                                    -
                                                                                                                    14476 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14477 // Zone name: PST8PDT
                                                                                                                    -
                                                                                                                    14478 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14479 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    14480 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    14481 // Memory (32-bit): 48
                                                                                                                    -
                                                                                                                    14482 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14483 
                                                                                                                    -
                                                                                                                    14484 static const extended::ZoneEra kZoneEraPST8PDT[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14485  // -8:00 US P%sT
                                                                                                                    -
                                                                                                                    14486  {
                                                                                                                    -
                                                                                                                    14487  &kPolicyUS /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14488  "P%T" /*format*/,
                                                                                                                    -
                                                                                                                    14489  -32 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14490  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14491  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14492  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14493  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14494  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14495  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14496  },
                                                                                                                    -
                                                                                                                    14497 
                                                                                                                    -
                                                                                                                    14498 };
                                                                                                                    -
                                                                                                                    14499 
                                                                                                                    -
                                                                                                                    14500 static const char kZoneNamePST8PDT[] ACE_TIME_PROGMEM = "PST8PDT";
                                                                                                                    -
                                                                                                                    14501 
                                                                                                                    -
                                                                                                                    14502 const extended::ZoneInfo kZonePST8PDT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14503  kZoneNamePST8PDT /*name*/,
                                                                                                                    -
                                                                                                                    14504  0xd99ee2dc /*zoneId*/,
                                                                                                                    -
                                                                                                                    14505  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14506  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14507  kZoneEraPST8PDT /*eras*/,
                                                                                                                    -
                                                                                                                    14508 };
                                                                                                                    +
                                                                                                                    14476 };
                                                                                                                    +
                                                                                                                    14477 
                                                                                                                    +
                                                                                                                    14478 static const char kZoneNamePacific_Apia[] ACE_TIME_PROGMEM = "\x0e" "Apia";
                                                                                                                    +
                                                                                                                    14479 
                                                                                                                    +
                                                                                                                    14480 const extended::ZoneInfo kZonePacific_Apia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14481  kZoneNamePacific_Apia /*name*/,
                                                                                                                    +
                                                                                                                    14482  0x23359b5e /*zoneId*/,
                                                                                                                    +
                                                                                                                    14483  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14484  2 /*numEras*/,
                                                                                                                    +
                                                                                                                    14485  kZoneEraPacific_Apia /*eras*/,
                                                                                                                    +
                                                                                                                    14486 };
                                                                                                                    +
                                                                                                                    14487 
                                                                                                                    +
                                                                                                                    14488 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14489 // Zone name: Pacific/Auckland
                                                                                                                    +
                                                                                                                    14490 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    14491 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    14492 // Memory (8-bit): 37
                                                                                                                    +
                                                                                                                    14493 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    14494 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14495 
                                                                                                                    +
                                                                                                                    14496 static const extended::ZoneEra kZoneEraPacific_Auckland[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14497  // 12:00 NZ NZ%sT
                                                                                                                    +
                                                                                                                    14498  {
                                                                                                                    +
                                                                                                                    14499  &kPolicyNZ /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14500  "NZ%T" /*format*/,
                                                                                                                    +
                                                                                                                    14501  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14502  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14503  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14504  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14505  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14506  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14507  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14508  },
                                                                                                                    14509 
                                                                                                                    -
                                                                                                                    14510 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14511 // Zone name: Pacific/Apia
                                                                                                                    -
                                                                                                                    14512 // Zone Eras: 2
                                                                                                                    -
                                                                                                                    14513 // Strings (bytes): 22 (originally 29)
                                                                                                                    -
                                                                                                                    14514 // Memory (8-bit): 55
                                                                                                                    -
                                                                                                                    14515 // Memory (32-bit): 74
                                                                                                                    -
                                                                                                                    14516 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14517 
                                                                                                                    -
                                                                                                                    14518 static const extended::ZoneEra kZoneEraPacific_Apia[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14519  // -11:00 WS -11/-10 2011 Dec 29 24:00
                                                                                                                    -
                                                                                                                    14520  {
                                                                                                                    -
                                                                                                                    14521  &kPolicyWS /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14522  "-11/-10" /*format*/,
                                                                                                                    -
                                                                                                                    14523  -44 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14524  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14525  11 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14526  12 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14527  29 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14528  96 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14529  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14530  },
                                                                                                                    -
                                                                                                                    14531  // 13:00 WS +13/+14
                                                                                                                    +
                                                                                                                    14510 };
                                                                                                                    +
                                                                                                                    14511 
                                                                                                                    +
                                                                                                                    14512 static const char kZoneNamePacific_Auckland[] ACE_TIME_PROGMEM = "\x0e" "Auckland";
                                                                                                                    +
                                                                                                                    14513 
                                                                                                                    +
                                                                                                                    14514 const extended::ZoneInfo kZonePacific_Auckland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14515  kZoneNamePacific_Auckland /*name*/,
                                                                                                                    +
                                                                                                                    14516  0x25062f86 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14517  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14518  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    14519  kZoneEraPacific_Auckland /*eras*/,
                                                                                                                    +
                                                                                                                    14520 };
                                                                                                                    +
                                                                                                                    14521 
                                                                                                                    +
                                                                                                                    14522 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14523 // Zone name: Pacific/Bougainville
                                                                                                                    +
                                                                                                                    14524 // Zone Eras: 2
                                                                                                                    +
                                                                                                                    14525 // Strings (bytes): 22 (originally 29)
                                                                                                                    +
                                                                                                                    14526 // Memory (8-bit): 55
                                                                                                                    +
                                                                                                                    14527 // Memory (32-bit): 74
                                                                                                                    +
                                                                                                                    14528 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14529 
                                                                                                                    +
                                                                                                                    14530 static const extended::ZoneEra kZoneEraPacific_Bougainville[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14531  // 10:00 - +10 2014 Dec 28 2:00
                                                                                                                    14532  {
                                                                                                                    -
                                                                                                                    14533  &kPolicyWS /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14534  "+13/+14" /*format*/,
                                                                                                                    -
                                                                                                                    14535  52 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14533  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14534  "+10" /*format*/,
                                                                                                                    +
                                                                                                                    14535  40 /*offsetCode*/,
                                                                                                                    14536  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14537  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14538  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14539  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14540  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14537  14 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14538  12 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14539  28 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14540  8 /*untilTimeCode*/,
                                                                                                                    14541  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    14542  },
                                                                                                                    -
                                                                                                                    14543 
                                                                                                                    -
                                                                                                                    14544 };
                                                                                                                    -
                                                                                                                    14545 
                                                                                                                    -
                                                                                                                    14546 static const char kZoneNamePacific_Apia[] ACE_TIME_PROGMEM = "\x0e" "Apia";
                                                                                                                    -
                                                                                                                    14547 
                                                                                                                    -
                                                                                                                    14548 const extended::ZoneInfo kZonePacific_Apia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14549  kZoneNamePacific_Apia /*name*/,
                                                                                                                    -
                                                                                                                    14550  0x23359b5e /*zoneId*/,
                                                                                                                    -
                                                                                                                    14551  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14552  2 /*numEras*/,
                                                                                                                    -
                                                                                                                    14553  kZoneEraPacific_Apia /*eras*/,
                                                                                                                    -
                                                                                                                    14554 };
                                                                                                                    +
                                                                                                                    14543  // 11:00 - +11
                                                                                                                    +
                                                                                                                    14544  {
                                                                                                                    +
                                                                                                                    14545  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14546  "+11" /*format*/,
                                                                                                                    +
                                                                                                                    14547  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14548  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14549  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14550  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14551  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14552  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14553  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14554  },
                                                                                                                    14555 
                                                                                                                    -
                                                                                                                    14556 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14557 // Zone name: Pacific/Auckland
                                                                                                                    -
                                                                                                                    14558 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14559 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    14560 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    14561 // Memory (32-bit): 51
                                                                                                                    -
                                                                                                                    14562 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14563 
                                                                                                                    -
                                                                                                                    14564 static const extended::ZoneEra kZoneEraPacific_Auckland[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14565  // 12:00 NZ NZ%sT
                                                                                                                    -
                                                                                                                    14566  {
                                                                                                                    -
                                                                                                                    14567  &kPolicyNZ /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14568  "NZ%T" /*format*/,
                                                                                                                    -
                                                                                                                    14569  48 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14570  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14571  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14572  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14573  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14574  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14575  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14576  },
                                                                                                                    -
                                                                                                                    14577 
                                                                                                                    -
                                                                                                                    14578 };
                                                                                                                    -
                                                                                                                    14579 
                                                                                                                    -
                                                                                                                    14580 static const char kZoneNamePacific_Auckland[] ACE_TIME_PROGMEM = "\x0e" "Auckland";
                                                                                                                    -
                                                                                                                    14581 
                                                                                                                    -
                                                                                                                    14582 const extended::ZoneInfo kZonePacific_Auckland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14583  kZoneNamePacific_Auckland /*name*/,
                                                                                                                    -
                                                                                                                    14584  0x25062f86 /*zoneId*/,
                                                                                                                    -
                                                                                                                    14585  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14586  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14587  kZoneEraPacific_Auckland /*eras*/,
                                                                                                                    -
                                                                                                                    14588 };
                                                                                                                    +
                                                                                                                    14556 };
                                                                                                                    +
                                                                                                                    14557 
                                                                                                                    +
                                                                                                                    14558 static const char kZoneNamePacific_Bougainville[] ACE_TIME_PROGMEM = "\x0e" "Bougainville";
                                                                                                                    +
                                                                                                                    14559 
                                                                                                                    +
                                                                                                                    14560 const extended::ZoneInfo kZonePacific_Bougainville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14561  kZoneNamePacific_Bougainville /*name*/,
                                                                                                                    +
                                                                                                                    14562  0x5e10f7a4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14563  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14564  2 /*numEras*/,
                                                                                                                    +
                                                                                                                    14565  kZoneEraPacific_Bougainville /*eras*/,
                                                                                                                    +
                                                                                                                    14566 };
                                                                                                                    +
                                                                                                                    14567 
                                                                                                                    +
                                                                                                                    14568 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14569 // Zone name: Pacific/Chatham
                                                                                                                    +
                                                                                                                    14570 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    14571 // Strings (bytes): 21 (originally 28)
                                                                                                                    +
                                                                                                                    14572 // Memory (8-bit): 43
                                                                                                                    +
                                                                                                                    14573 // Memory (32-bit): 57
                                                                                                                    +
                                                                                                                    14574 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14575 
                                                                                                                    +
                                                                                                                    14576 static const extended::ZoneEra kZoneEraPacific_Chatham[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14577  // 12:45 Chatham +1245/+1345
                                                                                                                    +
                                                                                                                    14578  {
                                                                                                                    +
                                                                                                                    14579  &kPolicyChatham /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14580  "+1245/+1345" /*format*/,
                                                                                                                    +
                                                                                                                    14581  51 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14582  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14583  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14584  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14585  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14586  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14587  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14588  },
                                                                                                                    14589 
                                                                                                                    -
                                                                                                                    14590 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14591 // Zone name: Pacific/Bougainville
                                                                                                                    -
                                                                                                                    14592 // Zone Eras: 2
                                                                                                                    -
                                                                                                                    14593 // Strings (bytes): 22 (originally 29)
                                                                                                                    -
                                                                                                                    14594 // Memory (8-bit): 55
                                                                                                                    -
                                                                                                                    14595 // Memory (32-bit): 74
                                                                                                                    -
                                                                                                                    14596 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14597 
                                                                                                                    -
                                                                                                                    14598 static const extended::ZoneEra kZoneEraPacific_Bougainville[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14599  // 10:00 - +10 2014 Dec 28 2:00
                                                                                                                    -
                                                                                                                    14600  {
                                                                                                                    -
                                                                                                                    14601  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14602  "+10" /*format*/,
                                                                                                                    -
                                                                                                                    14603  40 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14604  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14605  14 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14606  12 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14607  28 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14608  8 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14609  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14610  },
                                                                                                                    -
                                                                                                                    14611  // 11:00 - +11
                                                                                                                    +
                                                                                                                    14590 };
                                                                                                                    +
                                                                                                                    14591 
                                                                                                                    +
                                                                                                                    14592 static const char kZoneNamePacific_Chatham[] ACE_TIME_PROGMEM = "\x0e" "Chatham";
                                                                                                                    +
                                                                                                                    14593 
                                                                                                                    +
                                                                                                                    14594 const extended::ZoneInfo kZonePacific_Chatham ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14595  kZoneNamePacific_Chatham /*name*/,
                                                                                                                    +
                                                                                                                    14596  0x2f0de999 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14597  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14598  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    14599  kZoneEraPacific_Chatham /*eras*/,
                                                                                                                    +
                                                                                                                    14600 };
                                                                                                                    +
                                                                                                                    14601 
                                                                                                                    +
                                                                                                                    14602 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14603 // Zone name: Pacific/Easter
                                                                                                                    +
                                                                                                                    14604 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    14605 // Strings (bytes): 16 (originally 23)
                                                                                                                    +
                                                                                                                    14606 // Memory (8-bit): 38
                                                                                                                    +
                                                                                                                    14607 // Memory (32-bit): 52
                                                                                                                    +
                                                                                                                    14608 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14609 
                                                                                                                    +
                                                                                                                    14610 static const extended::ZoneEra kZoneEraPacific_Easter[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14611  // -6:00 Chile -06/-05
                                                                                                                    14612  {
                                                                                                                    -
                                                                                                                    14613  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14614  "+11" /*format*/,
                                                                                                                    -
                                                                                                                    14615  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14613  &kPolicyChile /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14614  "-06/-05" /*format*/,
                                                                                                                    +
                                                                                                                    14615  -24 /*offsetCode*/,
                                                                                                                    14616  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14617  127 /*untilYearTiny*/,
                                                                                                                    14618  1 /*untilMonth*/,
                                                                                                                    @@ -14696,30 +14696,30 @@
                                                                                                                    14623 
                                                                                                                    14624 };
                                                                                                                    14625 
                                                                                                                    -
                                                                                                                    14626 static const char kZoneNamePacific_Bougainville[] ACE_TIME_PROGMEM = "\x0e" "Bougainville";
                                                                                                                    +
                                                                                                                    14626 static const char kZoneNamePacific_Easter[] ACE_TIME_PROGMEM = "\x0e" "Easter";
                                                                                                                    14627 
                                                                                                                    -
                                                                                                                    14628 const extended::ZoneInfo kZonePacific_Bougainville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14629  kZoneNamePacific_Bougainville /*name*/,
                                                                                                                    -
                                                                                                                    14630  0x5e10f7a4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14628 const extended::ZoneInfo kZonePacific_Easter ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14629  kZoneNamePacific_Easter /*name*/,
                                                                                                                    +
                                                                                                                    14630  0xcf54f7e7 /*zoneId*/,
                                                                                                                    14631  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14632  2 /*numEras*/,
                                                                                                                    -
                                                                                                                    14633  kZoneEraPacific_Bougainville /*eras*/,
                                                                                                                    +
                                                                                                                    14632  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    14633  kZoneEraPacific_Easter /*eras*/,
                                                                                                                    14634 };
                                                                                                                    14635 
                                                                                                                    14636 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14637 // Zone name: Pacific/Chatham
                                                                                                                    +
                                                                                                                    14637 // Zone name: Pacific/Efate
                                                                                                                    14638 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14639 // Strings (bytes): 21 (originally 28)
                                                                                                                    -
                                                                                                                    14640 // Memory (8-bit): 43
                                                                                                                    -
                                                                                                                    14641 // Memory (32-bit): 57
                                                                                                                    +
                                                                                                                    14639 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    14640 // Memory (8-bit): 37
                                                                                                                    +
                                                                                                                    14641 // Memory (32-bit): 51
                                                                                                                    14642 //---------------------------------------------------------------------------
                                                                                                                    14643 
                                                                                                                    -
                                                                                                                    14644 static const extended::ZoneEra kZoneEraPacific_Chatham[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14645  // 12:45 Chatham +1245/+1345
                                                                                                                    +
                                                                                                                    14644 static const extended::ZoneEra kZoneEraPacific_Efate[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14645  // 11:00 Vanuatu +11/+12
                                                                                                                    14646  {
                                                                                                                    -
                                                                                                                    14647  &kPolicyChatham /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14648  "+1245/+1345" /*format*/,
                                                                                                                    -
                                                                                                                    14649  51 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14647  &kPolicyVanuatu /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14648  "+11/+12" /*format*/,
                                                                                                                    +
                                                                                                                    14649  44 /*offsetCode*/,
                                                                                                                    14650  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14651  127 /*untilYearTiny*/,
                                                                                                                    14652  1 /*untilMonth*/,
                                                                                                                    @@ -14730,110 +14730,110 @@
                                                                                                                    14657 
                                                                                                                    14658 };
                                                                                                                    14659 
                                                                                                                    -
                                                                                                                    14660 static const char kZoneNamePacific_Chatham[] ACE_TIME_PROGMEM = "\x0e" "Chatham";
                                                                                                                    +
                                                                                                                    14660 static const char kZoneNamePacific_Efate[] ACE_TIME_PROGMEM = "\x0e" "Efate";
                                                                                                                    14661 
                                                                                                                    -
                                                                                                                    14662 const extended::ZoneInfo kZonePacific_Chatham ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14663  kZoneNamePacific_Chatham /*name*/,
                                                                                                                    -
                                                                                                                    14664  0x2f0de999 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14662 const extended::ZoneInfo kZonePacific_Efate ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14663  kZoneNamePacific_Efate /*name*/,
                                                                                                                    +
                                                                                                                    14664  0x8a2bce28 /*zoneId*/,
                                                                                                                    14665  &kZoneContext /*zoneContext*/,
                                                                                                                    14666  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14667  kZoneEraPacific_Chatham /*eras*/,
                                                                                                                    +
                                                                                                                    14667  kZoneEraPacific_Efate /*eras*/,
                                                                                                                    14668 };
                                                                                                                    14669 
                                                                                                                    14670 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14671 // Zone name: Pacific/Easter
                                                                                                                    -
                                                                                                                    14672 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14673 // Strings (bytes): 16 (originally 23)
                                                                                                                    -
                                                                                                                    14674 // Memory (8-bit): 38
                                                                                                                    -
                                                                                                                    14675 // Memory (32-bit): 52
                                                                                                                    +
                                                                                                                    14671 // Zone name: Pacific/Fakaofo
                                                                                                                    +
                                                                                                                    14672 // Zone Eras: 2
                                                                                                                    +
                                                                                                                    14673 // Strings (bytes): 17 (originally 24)
                                                                                                                    +
                                                                                                                    14674 // Memory (8-bit): 50
                                                                                                                    +
                                                                                                                    14675 // Memory (32-bit): 69
                                                                                                                    14676 //---------------------------------------------------------------------------
                                                                                                                    14677 
                                                                                                                    -
                                                                                                                    14678 static const extended::ZoneEra kZoneEraPacific_Easter[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14679  // -6:00 Chile -06/-05
                                                                                                                    +
                                                                                                                    14678 static const extended::ZoneEra kZoneEraPacific_Fakaofo[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14679  // -11:00 - -11 2011 Dec 30
                                                                                                                    14680  {
                                                                                                                    -
                                                                                                                    14681  &kPolicyChile /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14682  "-06/-05" /*format*/,
                                                                                                                    -
                                                                                                                    14683  -24 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14681  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14682  "-11" /*format*/,
                                                                                                                    +
                                                                                                                    14683  -44 /*offsetCode*/,
                                                                                                                    14684  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14685  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14686  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14687  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14685  11 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14686  12 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14687  30 /*untilDay*/,
                                                                                                                    14688  0 /*untilTimeCode*/,
                                                                                                                    14689  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    14690  },
                                                                                                                    -
                                                                                                                    14691 
                                                                                                                    -
                                                                                                                    14692 };
                                                                                                                    -
                                                                                                                    14693 
                                                                                                                    -
                                                                                                                    14694 static const char kZoneNamePacific_Easter[] ACE_TIME_PROGMEM = "\x0e" "Easter";
                                                                                                                    -
                                                                                                                    14695 
                                                                                                                    -
                                                                                                                    14696 const extended::ZoneInfo kZonePacific_Easter ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14697  kZoneNamePacific_Easter /*name*/,
                                                                                                                    -
                                                                                                                    14698  0xcf54f7e7 /*zoneId*/,
                                                                                                                    -
                                                                                                                    14699  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14700  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14701  kZoneEraPacific_Easter /*eras*/,
                                                                                                                    -
                                                                                                                    14702 };
                                                                                                                    +
                                                                                                                    14691  // 13:00 - +13
                                                                                                                    +
                                                                                                                    14692  {
                                                                                                                    +
                                                                                                                    14693  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14694  "+13" /*format*/,
                                                                                                                    +
                                                                                                                    14695  52 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14696  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14697  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14698  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14699  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14700  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14701  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14702  },
                                                                                                                    14703 
                                                                                                                    -
                                                                                                                    14704 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14705 // Zone name: Pacific/Efate
                                                                                                                    -
                                                                                                                    14706 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14707 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    14708 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    14709 // Memory (32-bit): 51
                                                                                                                    -
                                                                                                                    14710 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14711 
                                                                                                                    -
                                                                                                                    14712 static const extended::ZoneEra kZoneEraPacific_Efate[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14713  // 11:00 Vanuatu +11/+12
                                                                                                                    -
                                                                                                                    14714  {
                                                                                                                    -
                                                                                                                    14715  &kPolicyVanuatu /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14716  "+11/+12" /*format*/,
                                                                                                                    -
                                                                                                                    14717  44 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14718  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14719  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14720  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14721  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14722  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14723  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14724  },
                                                                                                                    -
                                                                                                                    14725 
                                                                                                                    -
                                                                                                                    14726 };
                                                                                                                    -
                                                                                                                    14727 
                                                                                                                    -
                                                                                                                    14728 static const char kZoneNamePacific_Efate[] ACE_TIME_PROGMEM = "\x0e" "Efate";
                                                                                                                    -
                                                                                                                    14729 
                                                                                                                    -
                                                                                                                    14730 const extended::ZoneInfo kZonePacific_Efate ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14731  kZoneNamePacific_Efate /*name*/,
                                                                                                                    -
                                                                                                                    14732  0x8a2bce28 /*zoneId*/,
                                                                                                                    -
                                                                                                                    14733  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14734  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14735  kZoneEraPacific_Efate /*eras*/,
                                                                                                                    -
                                                                                                                    14736 };
                                                                                                                    +
                                                                                                                    14704 };
                                                                                                                    +
                                                                                                                    14705 
                                                                                                                    +
                                                                                                                    14706 static const char kZoneNamePacific_Fakaofo[] ACE_TIME_PROGMEM = "\x0e" "Fakaofo";
                                                                                                                    +
                                                                                                                    14707 
                                                                                                                    +
                                                                                                                    14708 const extended::ZoneInfo kZonePacific_Fakaofo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14709  kZoneNamePacific_Fakaofo /*name*/,
                                                                                                                    +
                                                                                                                    14710  0x06532bba /*zoneId*/,
                                                                                                                    +
                                                                                                                    14711  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14712  2 /*numEras*/,
                                                                                                                    +
                                                                                                                    14713  kZoneEraPacific_Fakaofo /*eras*/,
                                                                                                                    +
                                                                                                                    14714 };
                                                                                                                    +
                                                                                                                    14715 
                                                                                                                    +
                                                                                                                    14716 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14717 // Zone name: Pacific/Fiji
                                                                                                                    +
                                                                                                                    14718 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    14719 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    14720 // Memory (8-bit): 36
                                                                                                                    +
                                                                                                                    14721 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    14722 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14723 
                                                                                                                    +
                                                                                                                    14724 static const extended::ZoneEra kZoneEraPacific_Fiji[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14725  // 12:00 Fiji +12/+13
                                                                                                                    +
                                                                                                                    14726  {
                                                                                                                    +
                                                                                                                    14727  &kPolicyFiji /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14728  "+12/+13" /*format*/,
                                                                                                                    +
                                                                                                                    14729  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14730  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14731  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14732  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14733  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14734  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14735  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14736  },
                                                                                                                    14737 
                                                                                                                    -
                                                                                                                    14738 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14739 // Zone name: Pacific/Fakaofo
                                                                                                                    -
                                                                                                                    14740 // Zone Eras: 2
                                                                                                                    -
                                                                                                                    14741 // Strings (bytes): 17 (originally 24)
                                                                                                                    -
                                                                                                                    14742 // Memory (8-bit): 50
                                                                                                                    -
                                                                                                                    14743 // Memory (32-bit): 69
                                                                                                                    -
                                                                                                                    14744 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14745 
                                                                                                                    -
                                                                                                                    14746 static const extended::ZoneEra kZoneEraPacific_Fakaofo[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14747  // -11:00 - -11 2011 Dec 30
                                                                                                                    -
                                                                                                                    14748  {
                                                                                                                    -
                                                                                                                    14749  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14750  "-11" /*format*/,
                                                                                                                    -
                                                                                                                    14751  -44 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14752  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14753  11 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14754  12 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14755  30 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14756  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14757  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14758  },
                                                                                                                    -
                                                                                                                    14759  // 13:00 - +13
                                                                                                                    +
                                                                                                                    14738 };
                                                                                                                    +
                                                                                                                    14739 
                                                                                                                    +
                                                                                                                    14740 static const char kZoneNamePacific_Fiji[] ACE_TIME_PROGMEM = "\x0e" "Fiji";
                                                                                                                    +
                                                                                                                    14741 
                                                                                                                    +
                                                                                                                    14742 const extended::ZoneInfo kZonePacific_Fiji ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14743  kZoneNamePacific_Fiji /*name*/,
                                                                                                                    +
                                                                                                                    14744  0x23383ba5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14745  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14746  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    14747  kZoneEraPacific_Fiji /*eras*/,
                                                                                                                    +
                                                                                                                    14748 };
                                                                                                                    +
                                                                                                                    14749 
                                                                                                                    +
                                                                                                                    14750 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14751 // Zone name: Pacific/Galapagos
                                                                                                                    +
                                                                                                                    14752 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    14753 // Strings (bytes): 19 (originally 26)
                                                                                                                    +
                                                                                                                    14754 // Memory (8-bit): 41
                                                                                                                    +
                                                                                                                    14755 // Memory (32-bit): 55
                                                                                                                    +
                                                                                                                    14756 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14757 
                                                                                                                    +
                                                                                                                    14758 static const extended::ZoneEra kZoneEraPacific_Galapagos[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14759  // -6:00 Ecuador -06/-05
                                                                                                                    14760  {
                                                                                                                    -
                                                                                                                    14761  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14762  "+13" /*format*/,
                                                                                                                    -
                                                                                                                    14763  52 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14761  &kPolicyEcuador /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14762  "-06/-05" /*format*/,
                                                                                                                    +
                                                                                                                    14763  -24 /*offsetCode*/,
                                                                                                                    14764  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14765  127 /*untilYearTiny*/,
                                                                                                                    14766  1 /*untilMonth*/,
                                                                                                                    @@ -14844,30 +14844,30 @@
                                                                                                                    14771 
                                                                                                                    14772 };
                                                                                                                    14773 
                                                                                                                    -
                                                                                                                    14774 static const char kZoneNamePacific_Fakaofo[] ACE_TIME_PROGMEM = "\x0e" "Fakaofo";
                                                                                                                    +
                                                                                                                    14774 static const char kZoneNamePacific_Galapagos[] ACE_TIME_PROGMEM = "\x0e" "Galapagos";
                                                                                                                    14775 
                                                                                                                    -
                                                                                                                    14776 const extended::ZoneInfo kZonePacific_Fakaofo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14777  kZoneNamePacific_Fakaofo /*name*/,
                                                                                                                    -
                                                                                                                    14778  0x06532bba /*zoneId*/,
                                                                                                                    +
                                                                                                                    14776 const extended::ZoneInfo kZonePacific_Galapagos ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14777  kZoneNamePacific_Galapagos /*name*/,
                                                                                                                    +
                                                                                                                    14778  0xa952f752 /*zoneId*/,
                                                                                                                    14779  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14780  2 /*numEras*/,
                                                                                                                    -
                                                                                                                    14781  kZoneEraPacific_Fakaofo /*eras*/,
                                                                                                                    +
                                                                                                                    14780  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    14781  kZoneEraPacific_Galapagos /*eras*/,
                                                                                                                    14782 };
                                                                                                                    14783 
                                                                                                                    14784 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14785 // Zone name: Pacific/Fiji
                                                                                                                    +
                                                                                                                    14785 // Zone name: Pacific/Gambier
                                                                                                                    14786 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14787 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    14788 // Memory (8-bit): 36
                                                                                                                    -
                                                                                                                    14789 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    14787 // Strings (bytes): 13 (originally 20)
                                                                                                                    +
                                                                                                                    14788 // Memory (8-bit): 35
                                                                                                                    +
                                                                                                                    14789 // Memory (32-bit): 49
                                                                                                                    14790 //---------------------------------------------------------------------------
                                                                                                                    14791 
                                                                                                                    -
                                                                                                                    14792 static const extended::ZoneEra kZoneEraPacific_Fiji[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14793  // 12:00 Fiji +12/+13
                                                                                                                    +
                                                                                                                    14792 static const extended::ZoneEra kZoneEraPacific_Gambier[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14793  // -9:00 - -09
                                                                                                                    14794  {
                                                                                                                    -
                                                                                                                    14795  &kPolicyFiji /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14796  "+12/+13" /*format*/,
                                                                                                                    -
                                                                                                                    14797  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14795  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14796  "-09" /*format*/,
                                                                                                                    +
                                                                                                                    14797  -36 /*offsetCode*/,
                                                                                                                    14798  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14799  127 /*untilYearTiny*/,
                                                                                                                    14800  1 /*untilMonth*/,
                                                                                                                    @@ -14878,30 +14878,30 @@
                                                                                                                    14805 
                                                                                                                    14806 };
                                                                                                                    14807 
                                                                                                                    -
                                                                                                                    14808 static const char kZoneNamePacific_Fiji[] ACE_TIME_PROGMEM = "\x0e" "Fiji";
                                                                                                                    +
                                                                                                                    14808 static const char kZoneNamePacific_Gambier[] ACE_TIME_PROGMEM = "\x0e" "Gambier";
                                                                                                                    14809 
                                                                                                                    -
                                                                                                                    14810 const extended::ZoneInfo kZonePacific_Fiji ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14811  kZoneNamePacific_Fiji /*name*/,
                                                                                                                    -
                                                                                                                    14812  0x23383ba5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14810 const extended::ZoneInfo kZonePacific_Gambier ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14811  kZoneNamePacific_Gambier /*name*/,
                                                                                                                    +
                                                                                                                    14812  0x53720c3a /*zoneId*/,
                                                                                                                    14813  &kZoneContext /*zoneContext*/,
                                                                                                                    14814  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14815  kZoneEraPacific_Fiji /*eras*/,
                                                                                                                    +
                                                                                                                    14815  kZoneEraPacific_Gambier /*eras*/,
                                                                                                                    14816 };
                                                                                                                    14817 
                                                                                                                    14818 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14819 // Zone name: Pacific/Galapagos
                                                                                                                    +
                                                                                                                    14819 // Zone name: Pacific/Guadalcanal
                                                                                                                    14820 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14821 // Strings (bytes): 19 (originally 26)
                                                                                                                    -
                                                                                                                    14822 // Memory (8-bit): 41
                                                                                                                    -
                                                                                                                    14823 // Memory (32-bit): 55
                                                                                                                    +
                                                                                                                    14821 // Strings (bytes): 17 (originally 24)
                                                                                                                    +
                                                                                                                    14822 // Memory (8-bit): 39
                                                                                                                    +
                                                                                                                    14823 // Memory (32-bit): 53
                                                                                                                    14824 //---------------------------------------------------------------------------
                                                                                                                    14825 
                                                                                                                    -
                                                                                                                    14826 static const extended::ZoneEra kZoneEraPacific_Galapagos[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14827  // -6:00 Ecuador -06/-05
                                                                                                                    +
                                                                                                                    14826 static const extended::ZoneEra kZoneEraPacific_Guadalcanal[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14827  // 11:00 - +11
                                                                                                                    14828  {
                                                                                                                    -
                                                                                                                    14829  &kPolicyEcuador /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14830  "-06/-05" /*format*/,
                                                                                                                    -
                                                                                                                    14831  -24 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14829  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14830  "+11" /*format*/,
                                                                                                                    +
                                                                                                                    14831  44 /*offsetCode*/,
                                                                                                                    14832  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14833  127 /*untilYearTiny*/,
                                                                                                                    14834  1 /*untilMonth*/,
                                                                                                                    @@ -14912,110 +14912,110 @@
                                                                                                                    14839 
                                                                                                                    14840 };
                                                                                                                    14841 
                                                                                                                    -
                                                                                                                    14842 static const char kZoneNamePacific_Galapagos[] ACE_TIME_PROGMEM = "\x0e" "Galapagos";
                                                                                                                    +
                                                                                                                    14842 static const char kZoneNamePacific_Guadalcanal[] ACE_TIME_PROGMEM = "\x0e" "Guadalcanal";
                                                                                                                    14843 
                                                                                                                    -
                                                                                                                    14844 const extended::ZoneInfo kZonePacific_Galapagos ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14845  kZoneNamePacific_Galapagos /*name*/,
                                                                                                                    -
                                                                                                                    14846  0xa952f752 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14844 const extended::ZoneInfo kZonePacific_Guadalcanal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14845  kZoneNamePacific_Guadalcanal /*name*/,
                                                                                                                    +
                                                                                                                    14846  0xf4dd25f0 /*zoneId*/,
                                                                                                                    14847  &kZoneContext /*zoneContext*/,
                                                                                                                    14848  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14849  kZoneEraPacific_Galapagos /*eras*/,
                                                                                                                    +
                                                                                                                    14849  kZoneEraPacific_Guadalcanal /*eras*/,
                                                                                                                    14850 };
                                                                                                                    14851 
                                                                                                                    14852 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14853 // Zone name: Pacific/Gambier
                                                                                                                    -
                                                                                                                    14854 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14855 // Strings (bytes): 13 (originally 20)
                                                                                                                    -
                                                                                                                    14856 // Memory (8-bit): 35
                                                                                                                    -
                                                                                                                    14857 // Memory (32-bit): 49
                                                                                                                    +
                                                                                                                    14853 // Zone name: Pacific/Guam
                                                                                                                    +
                                                                                                                    14854 // Zone Eras: 2
                                                                                                                    +
                                                                                                                    14855 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    14856 // Memory (8-bit): 48
                                                                                                                    +
                                                                                                                    14857 // Memory (32-bit): 67
                                                                                                                    14858 //---------------------------------------------------------------------------
                                                                                                                    14859 
                                                                                                                    -
                                                                                                                    14860 static const extended::ZoneEra kZoneEraPacific_Gambier[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14861  // -9:00 - -09
                                                                                                                    +
                                                                                                                    14860 static const extended::ZoneEra kZoneEraPacific_Guam[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14861  // 10:00 Guam G%sT 2000 Dec 23
                                                                                                                    14862  {
                                                                                                                    -
                                                                                                                    14863  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14864  "-09" /*format*/,
                                                                                                                    -
                                                                                                                    14865  -36 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14863  &kPolicyGuam /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14864  "G%T" /*format*/,
                                                                                                                    +
                                                                                                                    14865  40 /*offsetCode*/,
                                                                                                                    14866  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14867  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14868  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14869  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14867  0 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14868  12 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14869  23 /*untilDay*/,
                                                                                                                    14870  0 /*untilTimeCode*/,
                                                                                                                    14871  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    14872  },
                                                                                                                    -
                                                                                                                    14873 
                                                                                                                    -
                                                                                                                    14874 };
                                                                                                                    -
                                                                                                                    14875 
                                                                                                                    -
                                                                                                                    14876 static const char kZoneNamePacific_Gambier[] ACE_TIME_PROGMEM = "\x0e" "Gambier";
                                                                                                                    -
                                                                                                                    14877 
                                                                                                                    -
                                                                                                                    14878 const extended::ZoneInfo kZonePacific_Gambier ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14879  kZoneNamePacific_Gambier /*name*/,
                                                                                                                    -
                                                                                                                    14880  0x53720c3a /*zoneId*/,
                                                                                                                    -
                                                                                                                    14881  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14882  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14883  kZoneEraPacific_Gambier /*eras*/,
                                                                                                                    -
                                                                                                                    14884 };
                                                                                                                    +
                                                                                                                    14873  // 10:00 - ChST
                                                                                                                    +
                                                                                                                    14874  {
                                                                                                                    +
                                                                                                                    14875  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14876  "ChST" /*format*/,
                                                                                                                    +
                                                                                                                    14877  40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14878  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14879  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14880  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14881  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14882  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14883  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14884  },
                                                                                                                    14885 
                                                                                                                    -
                                                                                                                    14886 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14887 // Zone name: Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    14888 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14889 // Strings (bytes): 17 (originally 24)
                                                                                                                    -
                                                                                                                    14890 // Memory (8-bit): 39
                                                                                                                    -
                                                                                                                    14891 // Memory (32-bit): 53
                                                                                                                    -
                                                                                                                    14892 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14893 
                                                                                                                    -
                                                                                                                    14894 static const extended::ZoneEra kZoneEraPacific_Guadalcanal[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14895  // 11:00 - +11
                                                                                                                    -
                                                                                                                    14896  {
                                                                                                                    -
                                                                                                                    14897  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14898  "+11" /*format*/,
                                                                                                                    -
                                                                                                                    14899  44 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14900  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14901  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14902  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14903  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14904  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14905  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14906  },
                                                                                                                    -
                                                                                                                    14907 
                                                                                                                    -
                                                                                                                    14908 };
                                                                                                                    -
                                                                                                                    14909 
                                                                                                                    -
                                                                                                                    14910 static const char kZoneNamePacific_Guadalcanal[] ACE_TIME_PROGMEM = "\x0e" "Guadalcanal";
                                                                                                                    -
                                                                                                                    14911 
                                                                                                                    -
                                                                                                                    14912 const extended::ZoneInfo kZonePacific_Guadalcanal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14913  kZoneNamePacific_Guadalcanal /*name*/,
                                                                                                                    -
                                                                                                                    14914  0xf4dd25f0 /*zoneId*/,
                                                                                                                    -
                                                                                                                    14915  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14916  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14917  kZoneEraPacific_Guadalcanal /*eras*/,
                                                                                                                    -
                                                                                                                    14918 };
                                                                                                                    +
                                                                                                                    14886 };
                                                                                                                    +
                                                                                                                    14887 
                                                                                                                    +
                                                                                                                    14888 static const char kZoneNamePacific_Guam[] ACE_TIME_PROGMEM = "\x0e" "Guam";
                                                                                                                    +
                                                                                                                    14889 
                                                                                                                    +
                                                                                                                    14890 const extended::ZoneInfo kZonePacific_Guam ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14891  kZoneNamePacific_Guam /*name*/,
                                                                                                                    +
                                                                                                                    14892  0x2338f9ed /*zoneId*/,
                                                                                                                    +
                                                                                                                    14893  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14894  2 /*numEras*/,
                                                                                                                    +
                                                                                                                    14895  kZoneEraPacific_Guam /*eras*/,
                                                                                                                    +
                                                                                                                    14896 };
                                                                                                                    +
                                                                                                                    14897 
                                                                                                                    +
                                                                                                                    14898 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14899 // Zone name: Pacific/Honolulu
                                                                                                                    +
                                                                                                                    14900 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    14901 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    14902 // Memory (8-bit): 36
                                                                                                                    +
                                                                                                                    14903 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    14904 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14905 
                                                                                                                    +
                                                                                                                    14906 static const extended::ZoneEra kZoneEraPacific_Honolulu[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14907  // -10:00 - HST
                                                                                                                    +
                                                                                                                    14908  {
                                                                                                                    +
                                                                                                                    14909  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    14910  "HST" /*format*/,
                                                                                                                    +
                                                                                                                    14911  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14912  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    14913  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    14914  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    14915  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    14916  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    14917  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    14918  },
                                                                                                                    14919 
                                                                                                                    -
                                                                                                                    14920 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14921 // Zone name: Pacific/Guam
                                                                                                                    -
                                                                                                                    14922 // Zone Eras: 2
                                                                                                                    -
                                                                                                                    14923 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    14924 // Memory (8-bit): 48
                                                                                                                    -
                                                                                                                    14925 // Memory (32-bit): 67
                                                                                                                    -
                                                                                                                    14926 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14927 
                                                                                                                    -
                                                                                                                    14928 static const extended::ZoneEra kZoneEraPacific_Guam[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14929  // 10:00 Guam G%sT 2000 Dec 23
                                                                                                                    -
                                                                                                                    14930  {
                                                                                                                    -
                                                                                                                    14931  &kPolicyGuam /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14932  "G%T" /*format*/,
                                                                                                                    -
                                                                                                                    14933  40 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    14934  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    14935  0 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    14936  12 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    14937  23 /*untilDay*/,
                                                                                                                    -
                                                                                                                    14938  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    14939  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    14940  },
                                                                                                                    -
                                                                                                                    14941  // 10:00 - ChST
                                                                                                                    +
                                                                                                                    14920 };
                                                                                                                    +
                                                                                                                    14921 
                                                                                                                    +
                                                                                                                    14922 static const char kZoneNamePacific_Honolulu[] ACE_TIME_PROGMEM = "\x0e" "Honolulu";
                                                                                                                    +
                                                                                                                    14923 
                                                                                                                    +
                                                                                                                    14924 const extended::ZoneInfo kZonePacific_Honolulu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14925  kZoneNamePacific_Honolulu /*name*/,
                                                                                                                    +
                                                                                                                    14926  0xe6e70af9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14927  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    14928  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    14929  kZoneEraPacific_Honolulu /*eras*/,
                                                                                                                    +
                                                                                                                    14930 };
                                                                                                                    +
                                                                                                                    14931 
                                                                                                                    +
                                                                                                                    14932 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14933 // Zone name: Pacific/Kanton
                                                                                                                    +
                                                                                                                    14934 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    14935 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    14936 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    14937 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    14938 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    14939 
                                                                                                                    +
                                                                                                                    14940 static const extended::ZoneEra kZoneEraPacific_Kanton[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14941  // 13:00 - +13
                                                                                                                    14942  {
                                                                                                                    14943  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14944  "ChST" /*format*/,
                                                                                                                    -
                                                                                                                    14945  40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14944  "+13" /*format*/,
                                                                                                                    +
                                                                                                                    14945  52 /*offsetCode*/,
                                                                                                                    14946  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14947  127 /*untilYearTiny*/,
                                                                                                                    14948  1 /*untilMonth*/,
                                                                                                                    @@ -15026,30 +15026,30 @@
                                                                                                                    14953 
                                                                                                                    14954 };
                                                                                                                    14955 
                                                                                                                    -
                                                                                                                    14956 static const char kZoneNamePacific_Guam[] ACE_TIME_PROGMEM = "\x0e" "Guam";
                                                                                                                    +
                                                                                                                    14956 static const char kZoneNamePacific_Kanton[] ACE_TIME_PROGMEM = "\x0e" "Kanton";
                                                                                                                    14957 
                                                                                                                    -
                                                                                                                    14958 const extended::ZoneInfo kZonePacific_Guam ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14959  kZoneNamePacific_Guam /*name*/,
                                                                                                                    -
                                                                                                                    14960  0x2338f9ed /*zoneId*/,
                                                                                                                    +
                                                                                                                    14958 const extended::ZoneInfo kZonePacific_Kanton ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14959  kZoneNamePacific_Kanton /*name*/,
                                                                                                                    +
                                                                                                                    14960  0xdd512f0e /*zoneId*/,
                                                                                                                    14961  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    14962  2 /*numEras*/,
                                                                                                                    -
                                                                                                                    14963  kZoneEraPacific_Guam /*eras*/,
                                                                                                                    +
                                                                                                                    14962  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    14963  kZoneEraPacific_Kanton /*eras*/,
                                                                                                                    14964 };
                                                                                                                    14965 
                                                                                                                    14966 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    14967 // Zone name: Pacific/Honolulu
                                                                                                                    +
                                                                                                                    14967 // Zone name: Pacific/Kiritimati
                                                                                                                    14968 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    14969 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    14970 // Memory (8-bit): 36
                                                                                                                    -
                                                                                                                    14971 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    14969 // Strings (bytes): 16 (originally 23)
                                                                                                                    +
                                                                                                                    14970 // Memory (8-bit): 38
                                                                                                                    +
                                                                                                                    14971 // Memory (32-bit): 52
                                                                                                                    14972 //---------------------------------------------------------------------------
                                                                                                                    14973 
                                                                                                                    -
                                                                                                                    14974 static const extended::ZoneEra kZoneEraPacific_Honolulu[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14975  // -10:00 - HST
                                                                                                                    +
                                                                                                                    14974 static const extended::ZoneEra kZoneEraPacific_Kiritimati[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14975  // 14:00 - +14
                                                                                                                    14976  {
                                                                                                                    14977  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    14978  "HST" /*format*/,
                                                                                                                    -
                                                                                                                    14979  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    14978  "+14" /*format*/,
                                                                                                                    +
                                                                                                                    14979  56 /*offsetCode*/,
                                                                                                                    14980  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    14981  127 /*untilYearTiny*/,
                                                                                                                    14982  1 /*untilMonth*/,
                                                                                                                    @@ -15060,110 +15060,110 @@
                                                                                                                    14987 
                                                                                                                    14988 };
                                                                                                                    14989 
                                                                                                                    -
                                                                                                                    14990 static const char kZoneNamePacific_Honolulu[] ACE_TIME_PROGMEM = "\x0e" "Honolulu";
                                                                                                                    +
                                                                                                                    14990 static const char kZoneNamePacific_Kiritimati[] ACE_TIME_PROGMEM = "\x0e" "Kiritimati";
                                                                                                                    14991 
                                                                                                                    -
                                                                                                                    14992 const extended::ZoneInfo kZonePacific_Honolulu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    14993  kZoneNamePacific_Honolulu /*name*/,
                                                                                                                    -
                                                                                                                    14994  0xe6e70af9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    14992 const extended::ZoneInfo kZonePacific_Kiritimati ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    14993  kZoneNamePacific_Kiritimati /*name*/,
                                                                                                                    +
                                                                                                                    14994  0x8305073a /*zoneId*/,
                                                                                                                    14995  &kZoneContext /*zoneContext*/,
                                                                                                                    14996  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    14997  kZoneEraPacific_Honolulu /*eras*/,
                                                                                                                    +
                                                                                                                    14997  kZoneEraPacific_Kiritimati /*eras*/,
                                                                                                                    14998 };
                                                                                                                    14999 
                                                                                                                    15000 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15001 // Zone name: Pacific/Kanton
                                                                                                                    -
                                                                                                                    15002 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15003 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    15004 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    15005 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    15001 // Zone name: Pacific/Kosrae
                                                                                                                    +
                                                                                                                    15002 // Zone Eras: 2
                                                                                                                    +
                                                                                                                    15003 // Strings (bytes): 16 (originally 23)
                                                                                                                    +
                                                                                                                    15004 // Memory (8-bit): 49
                                                                                                                    +
                                                                                                                    15005 // Memory (32-bit): 68
                                                                                                                    15006 //---------------------------------------------------------------------------
                                                                                                                    15007 
                                                                                                                    -
                                                                                                                    15008 static const extended::ZoneEra kZoneEraPacific_Kanton[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15009  // 13:00 - +13
                                                                                                                    +
                                                                                                                    15008 static const extended::ZoneEra kZoneEraPacific_Kosrae[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15009  // 12:00 - +12 1999
                                                                                                                    15010  {
                                                                                                                    15011  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15012  "+13" /*format*/,
                                                                                                                    -
                                                                                                                    15013  52 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15012  "+12" /*format*/,
                                                                                                                    +
                                                                                                                    15013  48 /*offsetCode*/,
                                                                                                                    15014  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15015  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15015  -1 /*untilYearTiny*/,
                                                                                                                    15016  1 /*untilMonth*/,
                                                                                                                    15017  1 /*untilDay*/,
                                                                                                                    15018  0 /*untilTimeCode*/,
                                                                                                                    15019  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    15020  },
                                                                                                                    -
                                                                                                                    15021 
                                                                                                                    -
                                                                                                                    15022 };
                                                                                                                    -
                                                                                                                    15023 
                                                                                                                    -
                                                                                                                    15024 static const char kZoneNamePacific_Kanton[] ACE_TIME_PROGMEM = "\x0e" "Kanton";
                                                                                                                    -
                                                                                                                    15025 
                                                                                                                    -
                                                                                                                    15026 const extended::ZoneInfo kZonePacific_Kanton ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15027  kZoneNamePacific_Kanton /*name*/,
                                                                                                                    -
                                                                                                                    15028  0xdd512f0e /*zoneId*/,
                                                                                                                    -
                                                                                                                    15029  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15030  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15031  kZoneEraPacific_Kanton /*eras*/,
                                                                                                                    -
                                                                                                                    15032 };
                                                                                                                    +
                                                                                                                    15021  // 11:00 - +11
                                                                                                                    +
                                                                                                                    15022  {
                                                                                                                    +
                                                                                                                    15023  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15024  "+11" /*format*/,
                                                                                                                    +
                                                                                                                    15025  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15026  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    15027  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15028  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    15029  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    15030  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    15031  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    15032  },
                                                                                                                    15033 
                                                                                                                    -
                                                                                                                    15034 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15035 // Zone name: Pacific/Kiritimati
                                                                                                                    -
                                                                                                                    15036 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15037 // Strings (bytes): 16 (originally 23)
                                                                                                                    -
                                                                                                                    15038 // Memory (8-bit): 38
                                                                                                                    -
                                                                                                                    15039 // Memory (32-bit): 52
                                                                                                                    -
                                                                                                                    15040 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15041 
                                                                                                                    -
                                                                                                                    15042 static const extended::ZoneEra kZoneEraPacific_Kiritimati[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15043  // 14:00 - +14
                                                                                                                    -
                                                                                                                    15044  {
                                                                                                                    -
                                                                                                                    15045  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15046  "+14" /*format*/,
                                                                                                                    -
                                                                                                                    15047  56 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15048  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15049  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15050  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15051  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15052  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15053  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    15054  },
                                                                                                                    -
                                                                                                                    15055 
                                                                                                                    -
                                                                                                                    15056 };
                                                                                                                    -
                                                                                                                    15057 
                                                                                                                    -
                                                                                                                    15058 static const char kZoneNamePacific_Kiritimati[] ACE_TIME_PROGMEM = "\x0e" "Kiritimati";
                                                                                                                    -
                                                                                                                    15059 
                                                                                                                    -
                                                                                                                    15060 const extended::ZoneInfo kZonePacific_Kiritimati ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15061  kZoneNamePacific_Kiritimati /*name*/,
                                                                                                                    -
                                                                                                                    15062  0x8305073a /*zoneId*/,
                                                                                                                    -
                                                                                                                    15063  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15064  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15065  kZoneEraPacific_Kiritimati /*eras*/,
                                                                                                                    -
                                                                                                                    15066 };
                                                                                                                    +
                                                                                                                    15034 };
                                                                                                                    +
                                                                                                                    15035 
                                                                                                                    +
                                                                                                                    15036 static const char kZoneNamePacific_Kosrae[] ACE_TIME_PROGMEM = "\x0e" "Kosrae";
                                                                                                                    +
                                                                                                                    15037 
                                                                                                                    +
                                                                                                                    15038 const extended::ZoneInfo kZonePacific_Kosrae ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15039  kZoneNamePacific_Kosrae /*name*/,
                                                                                                                    +
                                                                                                                    15040  0xde5139a8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15041  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15042  2 /*numEras*/,
                                                                                                                    +
                                                                                                                    15043  kZoneEraPacific_Kosrae /*eras*/,
                                                                                                                    +
                                                                                                                    15044 };
                                                                                                                    +
                                                                                                                    15045 
                                                                                                                    +
                                                                                                                    15046 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15047 // Zone name: Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    15048 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    15049 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    15050 // Memory (8-bit): 37
                                                                                                                    +
                                                                                                                    15051 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    15052 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15053 
                                                                                                                    +
                                                                                                                    15054 static const extended::ZoneEra kZoneEraPacific_Kwajalein[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15055  // 12:00 - +12
                                                                                                                    +
                                                                                                                    15056  {
                                                                                                                    +
                                                                                                                    15057  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15058  "+12" /*format*/,
                                                                                                                    +
                                                                                                                    15059  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15060  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    15061  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15062  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    15063  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    15064  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    15065  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    15066  },
                                                                                                                    15067 
                                                                                                                    -
                                                                                                                    15068 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15069 // Zone name: Pacific/Kosrae
                                                                                                                    -
                                                                                                                    15070 // Zone Eras: 2
                                                                                                                    -
                                                                                                                    15071 // Strings (bytes): 16 (originally 23)
                                                                                                                    -
                                                                                                                    15072 // Memory (8-bit): 49
                                                                                                                    -
                                                                                                                    15073 // Memory (32-bit): 68
                                                                                                                    -
                                                                                                                    15074 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15075 
                                                                                                                    -
                                                                                                                    15076 static const extended::ZoneEra kZoneEraPacific_Kosrae[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15077  // 12:00 - +12 1999
                                                                                                                    -
                                                                                                                    15078  {
                                                                                                                    -
                                                                                                                    15079  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15080  "+12" /*format*/,
                                                                                                                    -
                                                                                                                    15081  48 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15082  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15083  -1 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15084  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15085  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15086  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15087  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    15088  },
                                                                                                                    -
                                                                                                                    15089  // 11:00 - +11
                                                                                                                    +
                                                                                                                    15068 };
                                                                                                                    +
                                                                                                                    15069 
                                                                                                                    +
                                                                                                                    15070 static const char kZoneNamePacific_Kwajalein[] ACE_TIME_PROGMEM = "\x0e" "Kwajalein";
                                                                                                                    +
                                                                                                                    15071 
                                                                                                                    +
                                                                                                                    15072 const extended::ZoneInfo kZonePacific_Kwajalein ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15073  kZoneNamePacific_Kwajalein /*name*/,
                                                                                                                    +
                                                                                                                    15074  0x8e216759 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15075  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15076  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    15077  kZoneEraPacific_Kwajalein /*eras*/,
                                                                                                                    +
                                                                                                                    15078 };
                                                                                                                    +
                                                                                                                    15079 
                                                                                                                    +
                                                                                                                    15080 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15081 // Zone name: Pacific/Marquesas
                                                                                                                    +
                                                                                                                    15082 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    15083 // Strings (bytes): 17 (originally 24)
                                                                                                                    +
                                                                                                                    15084 // Memory (8-bit): 39
                                                                                                                    +
                                                                                                                    15085 // Memory (32-bit): 53
                                                                                                                    +
                                                                                                                    15086 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15087 
                                                                                                                    +
                                                                                                                    15088 static const extended::ZoneEra kZoneEraPacific_Marquesas[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15089  // -9:30 - -0930
                                                                                                                    15090  {
                                                                                                                    15091  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15092  "+11" /*format*/,
                                                                                                                    -
                                                                                                                    15093  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15092  "-0930" /*format*/,
                                                                                                                    +
                                                                                                                    15093  -38 /*offsetCode*/,
                                                                                                                    15094  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15095  127 /*untilYearTiny*/,
                                                                                                                    15096  1 /*untilMonth*/,
                                                                                                                    @@ -15174,26 +15174,26 @@
                                                                                                                    15101 
                                                                                                                    15102 };
                                                                                                                    15103 
                                                                                                                    -
                                                                                                                    15104 static const char kZoneNamePacific_Kosrae[] ACE_TIME_PROGMEM = "\x0e" "Kosrae";
                                                                                                                    +
                                                                                                                    15104 static const char kZoneNamePacific_Marquesas[] ACE_TIME_PROGMEM = "\x0e" "Marquesas";
                                                                                                                    15105 
                                                                                                                    -
                                                                                                                    15106 const extended::ZoneInfo kZonePacific_Kosrae ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15107  kZoneNamePacific_Kosrae /*name*/,
                                                                                                                    -
                                                                                                                    15108  0xde5139a8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15106 const extended::ZoneInfo kZonePacific_Marquesas ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15107  kZoneNamePacific_Marquesas /*name*/,
                                                                                                                    +
                                                                                                                    15108  0x57ca7135 /*zoneId*/,
                                                                                                                    15109  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15110  2 /*numEras*/,
                                                                                                                    -
                                                                                                                    15111  kZoneEraPacific_Kosrae /*eras*/,
                                                                                                                    +
                                                                                                                    15110  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    15111  kZoneEraPacific_Marquesas /*eras*/,
                                                                                                                    15112 };
                                                                                                                    15113 
                                                                                                                    15114 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15115 // Zone name: Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    15115 // Zone name: Pacific/Nauru
                                                                                                                    15116 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15117 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    15118 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    15119 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    15117 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    15118 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    15119 // Memory (32-bit): 47
                                                                                                                    15120 //---------------------------------------------------------------------------
                                                                                                                    15121 
                                                                                                                    -
                                                                                                                    15122 static const extended::ZoneEra kZoneEraPacific_Kwajalein[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15123  // 12:00 - +12
                                                                                                                    +
                                                                                                                    15122 static const extended::ZoneEra kZoneEraPacific_Nauru[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15123  // 12:00 - +12
                                                                                                                    15124  {
                                                                                                                    15125  nullptr /*zonePolicy*/,
                                                                                                                    15126  "+12" /*format*/,
                                                                                                                    @@ -15208,30 +15208,30 @@
                                                                                                                    15135 
                                                                                                                    15136 };
                                                                                                                    15137 
                                                                                                                    -
                                                                                                                    15138 static const char kZoneNamePacific_Kwajalein[] ACE_TIME_PROGMEM = "\x0e" "Kwajalein";
                                                                                                                    +
                                                                                                                    15138 static const char kZoneNamePacific_Nauru[] ACE_TIME_PROGMEM = "\x0e" "Nauru";
                                                                                                                    15139 
                                                                                                                    -
                                                                                                                    15140 const extended::ZoneInfo kZonePacific_Kwajalein ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15141  kZoneNamePacific_Kwajalein /*name*/,
                                                                                                                    -
                                                                                                                    15142  0x8e216759 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15140 const extended::ZoneInfo kZonePacific_Nauru ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15141  kZoneNamePacific_Nauru /*name*/,
                                                                                                                    +
                                                                                                                    15142  0x8acc41ae /*zoneId*/,
                                                                                                                    15143  &kZoneContext /*zoneContext*/,
                                                                                                                    15144  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15145  kZoneEraPacific_Kwajalein /*eras*/,
                                                                                                                    +
                                                                                                                    15145  kZoneEraPacific_Nauru /*eras*/,
                                                                                                                    15146 };
                                                                                                                    15147 
                                                                                                                    15148 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15149 // Zone name: Pacific/Marquesas
                                                                                                                    +
                                                                                                                    15149 // Zone name: Pacific/Niue
                                                                                                                    15150 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15151 // Strings (bytes): 17 (originally 24)
                                                                                                                    -
                                                                                                                    15152 // Memory (8-bit): 39
                                                                                                                    -
                                                                                                                    15153 // Memory (32-bit): 53
                                                                                                                    +
                                                                                                                    15151 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    15152 // Memory (8-bit): 32
                                                                                                                    +
                                                                                                                    15153 // Memory (32-bit): 46
                                                                                                                    15154 //---------------------------------------------------------------------------
                                                                                                                    15155 
                                                                                                                    -
                                                                                                                    15156 static const extended::ZoneEra kZoneEraPacific_Marquesas[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15157  // -9:30 - -0930
                                                                                                                    +
                                                                                                                    15156 static const extended::ZoneEra kZoneEraPacific_Niue[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15157  // -11:00 - -11
                                                                                                                    15158  {
                                                                                                                    15159  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15160  "-0930" /*format*/,
                                                                                                                    -
                                                                                                                    15161  -38 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15160  "-11" /*format*/,
                                                                                                                    +
                                                                                                                    15161  -44 /*offsetCode*/,
                                                                                                                    15162  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15163  127 /*untilYearTiny*/,
                                                                                                                    15164  1 /*untilMonth*/,
                                                                                                                    @@ -15242,122 +15242,122 @@
                                                                                                                    15169 
                                                                                                                    15170 };
                                                                                                                    15171 
                                                                                                                    -
                                                                                                                    15172 static const char kZoneNamePacific_Marquesas[] ACE_TIME_PROGMEM = "\x0e" "Marquesas";
                                                                                                                    +
                                                                                                                    15172 static const char kZoneNamePacific_Niue[] ACE_TIME_PROGMEM = "\x0e" "Niue";
                                                                                                                    15173 
                                                                                                                    -
                                                                                                                    15174 const extended::ZoneInfo kZonePacific_Marquesas ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15175  kZoneNamePacific_Marquesas /*name*/,
                                                                                                                    -
                                                                                                                    15176  0x57ca7135 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15174 const extended::ZoneInfo kZonePacific_Niue ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15175  kZoneNamePacific_Niue /*name*/,
                                                                                                                    +
                                                                                                                    15176  0x233ca014 /*zoneId*/,
                                                                                                                    15177  &kZoneContext /*zoneContext*/,
                                                                                                                    15178  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15179  kZoneEraPacific_Marquesas /*eras*/,
                                                                                                                    +
                                                                                                                    15179  kZoneEraPacific_Niue /*eras*/,
                                                                                                                    15180 };
                                                                                                                    15181 
                                                                                                                    15182 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15183 // Zone name: Pacific/Nauru
                                                                                                                    -
                                                                                                                    15184 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15185 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    15186 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    15187 // Memory (32-bit): 47
                                                                                                                    +
                                                                                                                    15183 // Zone name: Pacific/Norfolk
                                                                                                                    +
                                                                                                                    15184 // Zone Eras: 3
                                                                                                                    +
                                                                                                                    15185 // Strings (bytes): 27 (originally 34)
                                                                                                                    +
                                                                                                                    15186 // Memory (8-bit): 71
                                                                                                                    +
                                                                                                                    15187 // Memory (32-bit): 95
                                                                                                                    15188 //---------------------------------------------------------------------------
                                                                                                                    15189 
                                                                                                                    -
                                                                                                                    15190 static const extended::ZoneEra kZoneEraPacific_Nauru[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15191  // 12:00 - +12
                                                                                                                    +
                                                                                                                    15190 static const extended::ZoneEra kZoneEraPacific_Norfolk[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15191  // 11:30 - +1130 2015 Oct 4 02:00s
                                                                                                                    15192  {
                                                                                                                    15193  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15194  "+12" /*format*/,
                                                                                                                    -
                                                                                                                    15195  48 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15194  "+1130" /*format*/,
                                                                                                                    +
                                                                                                                    15195  46 /*offsetCode*/,
                                                                                                                    15196  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15197  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15198  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15199  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15200  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15201  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    15197  15 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15198  10 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    15199  4 /*untilDay*/,
                                                                                                                    +
                                                                                                                    15200  8 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    15201  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    15202  },
                                                                                                                    -
                                                                                                                    15203 
                                                                                                                    -
                                                                                                                    15204 };
                                                                                                                    -
                                                                                                                    15205 
                                                                                                                    -
                                                                                                                    15206 static const char kZoneNamePacific_Nauru[] ACE_TIME_PROGMEM = "\x0e" "Nauru";
                                                                                                                    -
                                                                                                                    15207 
                                                                                                                    -
                                                                                                                    15208 const extended::ZoneInfo kZonePacific_Nauru ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15209  kZoneNamePacific_Nauru /*name*/,
                                                                                                                    -
                                                                                                                    15210  0x8acc41ae /*zoneId*/,
                                                                                                                    -
                                                                                                                    15211  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15212  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15213  kZoneEraPacific_Nauru /*eras*/,
                                                                                                                    -
                                                                                                                    15214 };
                                                                                                                    -
                                                                                                                    15215 
                                                                                                                    -
                                                                                                                    15216 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15217 // Zone name: Pacific/Niue
                                                                                                                    -
                                                                                                                    15218 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15219 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    15220 // Memory (8-bit): 32
                                                                                                                    -
                                                                                                                    15221 // Memory (32-bit): 46
                                                                                                                    -
                                                                                                                    15222 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15223 
                                                                                                                    -
                                                                                                                    15224 static const extended::ZoneEra kZoneEraPacific_Niue[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15225  // -11:00 - -11
                                                                                                                    -
                                                                                                                    15226  {
                                                                                                                    -
                                                                                                                    15227  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15228  "-11" /*format*/,
                                                                                                                    -
                                                                                                                    15229  -44 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15230  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15231  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15232  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15233  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15234  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15235  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    15236  },
                                                                                                                    -
                                                                                                                    15237 
                                                                                                                    +
                                                                                                                    15203  // 11:00 - +11 2019 Jul
                                                                                                                    +
                                                                                                                    15204  {
                                                                                                                    +
                                                                                                                    15205  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15206  "+11" /*format*/,
                                                                                                                    +
                                                                                                                    15207  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15208  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    15209  19 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15210  7 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    15211  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    15212  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    15213  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    15214  },
                                                                                                                    +
                                                                                                                    15215  // 11:00 AN +11/+12
                                                                                                                    +
                                                                                                                    15216  {
                                                                                                                    +
                                                                                                                    15217  &kPolicyAN /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15218  "+11/+12" /*format*/,
                                                                                                                    +
                                                                                                                    15219  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15220  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    15221  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15222  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    15223  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    15224  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    15225  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    15226  },
                                                                                                                    +
                                                                                                                    15227 
                                                                                                                    +
                                                                                                                    15228 };
                                                                                                                    +
                                                                                                                    15229 
                                                                                                                    +
                                                                                                                    15230 static const char kZoneNamePacific_Norfolk[] ACE_TIME_PROGMEM = "\x0e" "Norfolk";
                                                                                                                    +
                                                                                                                    15231 
                                                                                                                    +
                                                                                                                    15232 const extended::ZoneInfo kZonePacific_Norfolk ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15233  kZoneNamePacific_Norfolk /*name*/,
                                                                                                                    +
                                                                                                                    15234  0x8f4eb4be /*zoneId*/,
                                                                                                                    +
                                                                                                                    15235  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15236  3 /*numEras*/,
                                                                                                                    +
                                                                                                                    15237  kZoneEraPacific_Norfolk /*eras*/,
                                                                                                                    15238 };
                                                                                                                    15239 
                                                                                                                    -
                                                                                                                    15240 static const char kZoneNamePacific_Niue[] ACE_TIME_PROGMEM = "\x0e" "Niue";
                                                                                                                    -
                                                                                                                    15241 
                                                                                                                    -
                                                                                                                    15242 const extended::ZoneInfo kZonePacific_Niue ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15243  kZoneNamePacific_Niue /*name*/,
                                                                                                                    -
                                                                                                                    15244  0x233ca014 /*zoneId*/,
                                                                                                                    -
                                                                                                                    15245  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15246  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15247  kZoneEraPacific_Niue /*eras*/,
                                                                                                                    -
                                                                                                                    15248 };
                                                                                                                    -
                                                                                                                    15249 
                                                                                                                    -
                                                                                                                    15250 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15251 // Zone name: Pacific/Norfolk
                                                                                                                    -
                                                                                                                    15252 // Zone Eras: 3
                                                                                                                    -
                                                                                                                    15253 // Strings (bytes): 27 (originally 34)
                                                                                                                    -
                                                                                                                    15254 // Memory (8-bit): 71
                                                                                                                    -
                                                                                                                    15255 // Memory (32-bit): 95
                                                                                                                    -
                                                                                                                    15256 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15257 
                                                                                                                    -
                                                                                                                    15258 static const extended::ZoneEra kZoneEraPacific_Norfolk[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15259  // 11:30 - +1130 2015 Oct 4 02:00s
                                                                                                                    -
                                                                                                                    15260  {
                                                                                                                    -
                                                                                                                    15261  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15262  "+1130" /*format*/,
                                                                                                                    -
                                                                                                                    15263  46 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15264  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15265  15 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15266  10 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15267  4 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15268  8 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15269  16 /*untilTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    15270  },
                                                                                                                    -
                                                                                                                    15271  // 11:00 - +11 2019 Jul
                                                                                                                    -
                                                                                                                    15272  {
                                                                                                                    -
                                                                                                                    15273  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15274  "+11" /*format*/,
                                                                                                                    -
                                                                                                                    15275  44 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15276  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15277  19 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15278  7 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15279  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15280  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15281  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    15282  },
                                                                                                                    -
                                                                                                                    15283  // 11:00 AN +11/+12
                                                                                                                    +
                                                                                                                    15240 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15241 // Zone name: Pacific/Noumea
                                                                                                                    +
                                                                                                                    15242 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    15243 // Strings (bytes): 16 (originally 23)
                                                                                                                    +
                                                                                                                    15244 // Memory (8-bit): 38
                                                                                                                    +
                                                                                                                    15245 // Memory (32-bit): 52
                                                                                                                    +
                                                                                                                    15246 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15247 
                                                                                                                    +
                                                                                                                    15248 static const extended::ZoneEra kZoneEraPacific_Noumea[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15249  // 11:00 NC +11/+12
                                                                                                                    +
                                                                                                                    15250  {
                                                                                                                    +
                                                                                                                    15251  &kPolicyNC /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15252  "+11/+12" /*format*/,
                                                                                                                    +
                                                                                                                    15253  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15254  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    15255  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15256  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    15257  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    15258  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    15259  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    15260  },
                                                                                                                    +
                                                                                                                    15261 
                                                                                                                    +
                                                                                                                    15262 };
                                                                                                                    +
                                                                                                                    15263 
                                                                                                                    +
                                                                                                                    15264 static const char kZoneNamePacific_Noumea[] ACE_TIME_PROGMEM = "\x0e" "Noumea";
                                                                                                                    +
                                                                                                                    15265 
                                                                                                                    +
                                                                                                                    15266 const extended::ZoneInfo kZonePacific_Noumea ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15267  kZoneNamePacific_Noumea /*name*/,
                                                                                                                    +
                                                                                                                    15268  0xe551b788 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15269  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15270  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    15271  kZoneEraPacific_Noumea /*eras*/,
                                                                                                                    +
                                                                                                                    15272 };
                                                                                                                    +
                                                                                                                    15273 
                                                                                                                    +
                                                                                                                    15274 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15275 // Zone name: Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    15276 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    15277 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    15278 // Memory (8-bit): 37
                                                                                                                    +
                                                                                                                    15279 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    15280 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15281 
                                                                                                                    +
                                                                                                                    15282 static const extended::ZoneEra kZoneEraPacific_Pago_Pago[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15283  // -11:00 - SST
                                                                                                                    15284  {
                                                                                                                    -
                                                                                                                    15285  &kPolicyAN /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15286  "+11/+12" /*format*/,
                                                                                                                    -
                                                                                                                    15287  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15285  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15286  "SST" /*format*/,
                                                                                                                    +
                                                                                                                    15287  -44 /*offsetCode*/,
                                                                                                                    15288  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15289  127 /*untilYearTiny*/,
                                                                                                                    15290  1 /*untilMonth*/,
                                                                                                                    @@ -15368,30 +15368,30 @@
                                                                                                                    15295 
                                                                                                                    15296 };
                                                                                                                    15297 
                                                                                                                    -
                                                                                                                    15298 static const char kZoneNamePacific_Norfolk[] ACE_TIME_PROGMEM = "\x0e" "Norfolk";
                                                                                                                    +
                                                                                                                    15298 static const char kZoneNamePacific_Pago_Pago[] ACE_TIME_PROGMEM = "\x0e" "Pago_Pago";
                                                                                                                    15299 
                                                                                                                    -
                                                                                                                    15300 const extended::ZoneInfo kZonePacific_Norfolk ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15301  kZoneNamePacific_Norfolk /*name*/,
                                                                                                                    -
                                                                                                                    15302  0x8f4eb4be /*zoneId*/,
                                                                                                                    +
                                                                                                                    15300 const extended::ZoneInfo kZonePacific_Pago_Pago ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15301  kZoneNamePacific_Pago_Pago /*name*/,
                                                                                                                    +
                                                                                                                    15302  0x603aebd0 /*zoneId*/,
                                                                                                                    15303  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15304  3 /*numEras*/,
                                                                                                                    -
                                                                                                                    15305  kZoneEraPacific_Norfolk /*eras*/,
                                                                                                                    +
                                                                                                                    15304  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    15305  kZoneEraPacific_Pago_Pago /*eras*/,
                                                                                                                    15306 };
                                                                                                                    15307 
                                                                                                                    15308 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15309 // Zone name: Pacific/Noumea
                                                                                                                    +
                                                                                                                    15309 // Zone name: Pacific/Palau
                                                                                                                    15310 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15311 // Strings (bytes): 16 (originally 23)
                                                                                                                    -
                                                                                                                    15312 // Memory (8-bit): 38
                                                                                                                    -
                                                                                                                    15313 // Memory (32-bit): 52
                                                                                                                    +
                                                                                                                    15311 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    15312 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    15313 // Memory (32-bit): 47
                                                                                                                    15314 //---------------------------------------------------------------------------
                                                                                                                    15315 
                                                                                                                    -
                                                                                                                    15316 static const extended::ZoneEra kZoneEraPacific_Noumea[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15317  // 11:00 NC +11/+12
                                                                                                                    +
                                                                                                                    15316 static const extended::ZoneEra kZoneEraPacific_Palau[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15317  // 9:00 - +09
                                                                                                                    15318  {
                                                                                                                    -
                                                                                                                    15319  &kPolicyNC /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15320  "+11/+12" /*format*/,
                                                                                                                    -
                                                                                                                    15321  44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15319  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15320  "+09" /*format*/,
                                                                                                                    +
                                                                                                                    15321  36 /*offsetCode*/,
                                                                                                                    15322  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15323  127 /*untilYearTiny*/,
                                                                                                                    15324  1 /*untilMonth*/,
                                                                                                                    @@ -15402,30 +15402,30 @@
                                                                                                                    15329 
                                                                                                                    15330 };
                                                                                                                    15331 
                                                                                                                    -
                                                                                                                    15332 static const char kZoneNamePacific_Noumea[] ACE_TIME_PROGMEM = "\x0e" "Noumea";
                                                                                                                    +
                                                                                                                    15332 static const char kZoneNamePacific_Palau[] ACE_TIME_PROGMEM = "\x0e" "Palau";
                                                                                                                    15333 
                                                                                                                    -
                                                                                                                    15334 const extended::ZoneInfo kZonePacific_Noumea ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15335  kZoneNamePacific_Noumea /*name*/,
                                                                                                                    -
                                                                                                                    15336  0xe551b788 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15334 const extended::ZoneInfo kZonePacific_Palau ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15335  kZoneNamePacific_Palau /*name*/,
                                                                                                                    +
                                                                                                                    15336  0x8af04a36 /*zoneId*/,
                                                                                                                    15337  &kZoneContext /*zoneContext*/,
                                                                                                                    15338  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15339  kZoneEraPacific_Noumea /*eras*/,
                                                                                                                    +
                                                                                                                    15339  kZoneEraPacific_Palau /*eras*/,
                                                                                                                    15340 };
                                                                                                                    15341 
                                                                                                                    15342 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15343 // Zone name: Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    15343 // Zone name: Pacific/Pitcairn
                                                                                                                    15344 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15345 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    15346 // Memory (8-bit): 37
                                                                                                                    -
                                                                                                                    15347 // Memory (32-bit): 51
                                                                                                                    +
                                                                                                                    15345 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    15346 // Memory (8-bit): 36
                                                                                                                    +
                                                                                                                    15347 // Memory (32-bit): 50
                                                                                                                    15348 //---------------------------------------------------------------------------
                                                                                                                    15349 
                                                                                                                    -
                                                                                                                    15350 static const extended::ZoneEra kZoneEraPacific_Pago_Pago[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15351  // -11:00 - SST
                                                                                                                    +
                                                                                                                    15350 static const extended::ZoneEra kZoneEraPacific_Pitcairn[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15351  // -8:00 - -08
                                                                                                                    15352  {
                                                                                                                    15353  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15354  "SST" /*format*/,
                                                                                                                    -
                                                                                                                    15355  -44 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15354  "-08" /*format*/,
                                                                                                                    +
                                                                                                                    15355  -32 /*offsetCode*/,
                                                                                                                    15356  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15357  127 /*untilYearTiny*/,
                                                                                                                    15358  1 /*untilMonth*/,
                                                                                                                    @@ -15436,30 +15436,30 @@
                                                                                                                    15363 
                                                                                                                    15364 };
                                                                                                                    15365 
                                                                                                                    -
                                                                                                                    15366 static const char kZoneNamePacific_Pago_Pago[] ACE_TIME_PROGMEM = "\x0e" "Pago_Pago";
                                                                                                                    +
                                                                                                                    15366 static const char kZoneNamePacific_Pitcairn[] ACE_TIME_PROGMEM = "\x0e" "Pitcairn";
                                                                                                                    15367 
                                                                                                                    -
                                                                                                                    15368 const extended::ZoneInfo kZonePacific_Pago_Pago ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15369  kZoneNamePacific_Pago_Pago /*name*/,
                                                                                                                    -
                                                                                                                    15370  0x603aebd0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15368 const extended::ZoneInfo kZonePacific_Pitcairn ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15369  kZoneNamePacific_Pitcairn /*name*/,
                                                                                                                    +
                                                                                                                    15370  0x8837d8bd /*zoneId*/,
                                                                                                                    15371  &kZoneContext /*zoneContext*/,
                                                                                                                    15372  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15373  kZoneEraPacific_Pago_Pago /*eras*/,
                                                                                                                    +
                                                                                                                    15373  kZoneEraPacific_Pitcairn /*eras*/,
                                                                                                                    15374 };
                                                                                                                    15375 
                                                                                                                    15376 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15377 // Zone name: Pacific/Palau
                                                                                                                    +
                                                                                                                    15377 // Zone name: Pacific/Port_Moresby
                                                                                                                    15378 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15379 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    15380 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    15381 // Memory (32-bit): 47
                                                                                                                    +
                                                                                                                    15379 // Strings (bytes): 18 (originally 25)
                                                                                                                    +
                                                                                                                    15380 // Memory (8-bit): 40
                                                                                                                    +
                                                                                                                    15381 // Memory (32-bit): 54
                                                                                                                    15382 //---------------------------------------------------------------------------
                                                                                                                    15383 
                                                                                                                    -
                                                                                                                    15384 static const extended::ZoneEra kZoneEraPacific_Palau[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15385  // 9:00 - +09
                                                                                                                    +
                                                                                                                    15384 static const extended::ZoneEra kZoneEraPacific_Port_Moresby[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15385  // 10:00 - +10
                                                                                                                    15386  {
                                                                                                                    15387  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15388  "+09" /*format*/,
                                                                                                                    -
                                                                                                                    15389  36 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15388  "+10" /*format*/,
                                                                                                                    +
                                                                                                                    15389  40 /*offsetCode*/,
                                                                                                                    15390  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15391  127 /*untilYearTiny*/,
                                                                                                                    15392  1 /*untilMonth*/,
                                                                                                                    @@ -15470,30 +15470,30 @@
                                                                                                                    15397 
                                                                                                                    15398 };
                                                                                                                    15399 
                                                                                                                    -
                                                                                                                    15400 static const char kZoneNamePacific_Palau[] ACE_TIME_PROGMEM = "\x0e" "Palau";
                                                                                                                    +
                                                                                                                    15400 static const char kZoneNamePacific_Port_Moresby[] ACE_TIME_PROGMEM = "\x0e" "Port_Moresby";
                                                                                                                    15401 
                                                                                                                    -
                                                                                                                    15402 const extended::ZoneInfo kZonePacific_Palau ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15403  kZoneNamePacific_Palau /*name*/,
                                                                                                                    -
                                                                                                                    15404  0x8af04a36 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15402 const extended::ZoneInfo kZonePacific_Port_Moresby ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15403  kZoneNamePacific_Port_Moresby /*name*/,
                                                                                                                    +
                                                                                                                    15404  0xa7ba7f68 /*zoneId*/,
                                                                                                                    15405  &kZoneContext /*zoneContext*/,
                                                                                                                    15406  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15407  kZoneEraPacific_Palau /*eras*/,
                                                                                                                    +
                                                                                                                    15407  kZoneEraPacific_Port_Moresby /*eras*/,
                                                                                                                    15408 };
                                                                                                                    15409 
                                                                                                                    15410 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15411 // Zone name: Pacific/Pitcairn
                                                                                                                    +
                                                                                                                    15411 // Zone name: Pacific/Rarotonga
                                                                                                                    15412 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15413 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    15414 // Memory (8-bit): 36
                                                                                                                    -
                                                                                                                    15415 // Memory (32-bit): 50
                                                                                                                    +
                                                                                                                    15413 // Strings (bytes): 21 (originally 28)
                                                                                                                    +
                                                                                                                    15414 // Memory (8-bit): 43
                                                                                                                    +
                                                                                                                    15415 // Memory (32-bit): 57
                                                                                                                    15416 //---------------------------------------------------------------------------
                                                                                                                    15417 
                                                                                                                    -
                                                                                                                    15418 static const extended::ZoneEra kZoneEraPacific_Pitcairn[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15419  // -8:00 - -08
                                                                                                                    +
                                                                                                                    15418 static const extended::ZoneEra kZoneEraPacific_Rarotonga[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15419  // -10:00 Cook -10/-0930
                                                                                                                    15420  {
                                                                                                                    -
                                                                                                                    15421  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15422  "-08" /*format*/,
                                                                                                                    -
                                                                                                                    15423  -32 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15421  &kPolicyCook /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15422  "-10/-0930" /*format*/,
                                                                                                                    +
                                                                                                                    15423  -40 /*offsetCode*/,
                                                                                                                    15424  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15425  127 /*untilYearTiny*/,
                                                                                                                    15426  1 /*untilMonth*/,
                                                                                                                    @@ -15504,30 +15504,30 @@
                                                                                                                    15431 
                                                                                                                    15432 };
                                                                                                                    15433 
                                                                                                                    -
                                                                                                                    15434 static const char kZoneNamePacific_Pitcairn[] ACE_TIME_PROGMEM = "\x0e" "Pitcairn";
                                                                                                                    +
                                                                                                                    15434 static const char kZoneNamePacific_Rarotonga[] ACE_TIME_PROGMEM = "\x0e" "Rarotonga";
                                                                                                                    15435 
                                                                                                                    -
                                                                                                                    15436 const extended::ZoneInfo kZonePacific_Pitcairn ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15437  kZoneNamePacific_Pitcairn /*name*/,
                                                                                                                    -
                                                                                                                    15438  0x8837d8bd /*zoneId*/,
                                                                                                                    +
                                                                                                                    15436 const extended::ZoneInfo kZonePacific_Rarotonga ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15437  kZoneNamePacific_Rarotonga /*name*/,
                                                                                                                    +
                                                                                                                    15438  0x9981a3b0 /*zoneId*/,
                                                                                                                    15439  &kZoneContext /*zoneContext*/,
                                                                                                                    15440  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15441  kZoneEraPacific_Pitcairn /*eras*/,
                                                                                                                    +
                                                                                                                    15441  kZoneEraPacific_Rarotonga /*eras*/,
                                                                                                                    15442 };
                                                                                                                    15443 
                                                                                                                    15444 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15445 // Zone name: Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    15445 // Zone name: Pacific/Tahiti
                                                                                                                    15446 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15447 // Strings (bytes): 18 (originally 25)
                                                                                                                    -
                                                                                                                    15448 // Memory (8-bit): 40
                                                                                                                    -
                                                                                                                    15449 // Memory (32-bit): 54
                                                                                                                    +
                                                                                                                    15447 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    15448 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    15449 // Memory (32-bit): 48
                                                                                                                    15450 //---------------------------------------------------------------------------
                                                                                                                    15451 
                                                                                                                    -
                                                                                                                    15452 static const extended::ZoneEra kZoneEraPacific_Port_Moresby[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15453  // 10:00 - +10
                                                                                                                    +
                                                                                                                    15452 static const extended::ZoneEra kZoneEraPacific_Tahiti[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15453  // -10:00 - -10
                                                                                                                    15454  {
                                                                                                                    15455  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15456  "+10" /*format*/,
                                                                                                                    -
                                                                                                                    15457  40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15456  "-10" /*format*/,
                                                                                                                    +
                                                                                                                    15457  -40 /*offsetCode*/,
                                                                                                                    15458  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15459  127 /*untilYearTiny*/,
                                                                                                                    15460  1 /*untilMonth*/,
                                                                                                                    @@ -15538,30 +15538,30 @@
                                                                                                                    15465 
                                                                                                                    15466 };
                                                                                                                    15467 
                                                                                                                    -
                                                                                                                    15468 static const char kZoneNamePacific_Port_Moresby[] ACE_TIME_PROGMEM = "\x0e" "Port_Moresby";
                                                                                                                    +
                                                                                                                    15468 static const char kZoneNamePacific_Tahiti[] ACE_TIME_PROGMEM = "\x0e" "Tahiti";
                                                                                                                    15469 
                                                                                                                    -
                                                                                                                    15470 const extended::ZoneInfo kZonePacific_Port_Moresby ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15471  kZoneNamePacific_Port_Moresby /*name*/,
                                                                                                                    -
                                                                                                                    15472  0xa7ba7f68 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15470 const extended::ZoneInfo kZonePacific_Tahiti ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15471  kZoneNamePacific_Tahiti /*name*/,
                                                                                                                    +
                                                                                                                    15472  0xf24c2446 /*zoneId*/,
                                                                                                                    15473  &kZoneContext /*zoneContext*/,
                                                                                                                    15474  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15475  kZoneEraPacific_Port_Moresby /*eras*/,
                                                                                                                    +
                                                                                                                    15475  kZoneEraPacific_Tahiti /*eras*/,
                                                                                                                    15476 };
                                                                                                                    15477 
                                                                                                                    15478 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15479 // Zone name: Pacific/Rarotonga
                                                                                                                    +
                                                                                                                    15479 // Zone name: Pacific/Tarawa
                                                                                                                    15480 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15481 // Strings (bytes): 21 (originally 28)
                                                                                                                    -
                                                                                                                    15482 // Memory (8-bit): 43
                                                                                                                    -
                                                                                                                    15483 // Memory (32-bit): 57
                                                                                                                    +
                                                                                                                    15481 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    15482 // Memory (8-bit): 34
                                                                                                                    +
                                                                                                                    15483 // Memory (32-bit): 48
                                                                                                                    15484 //---------------------------------------------------------------------------
                                                                                                                    15485 
                                                                                                                    -
                                                                                                                    15486 static const extended::ZoneEra kZoneEraPacific_Rarotonga[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15487  // -10:00 Cook -10/-0930
                                                                                                                    +
                                                                                                                    15486 static const extended::ZoneEra kZoneEraPacific_Tarawa[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15487  // 12:00 - +12
                                                                                                                    15488  {
                                                                                                                    -
                                                                                                                    15489  &kPolicyCook /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15490  "-10/-0930" /*format*/,
                                                                                                                    -
                                                                                                                    15491  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15489  nullptr /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15490  "+12" /*format*/,
                                                                                                                    +
                                                                                                                    15491  48 /*offsetCode*/,
                                                                                                                    15492  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    15493  127 /*untilYearTiny*/,
                                                                                                                    15494  1 /*untilMonth*/,
                                                                                                                    @@ -15572,4243 +15572,4207 @@
                                                                                                                    15499 
                                                                                                                    15500 };
                                                                                                                    15501 
                                                                                                                    -
                                                                                                                    15502 static const char kZoneNamePacific_Rarotonga[] ACE_TIME_PROGMEM = "\x0e" "Rarotonga";
                                                                                                                    +
                                                                                                                    15502 static const char kZoneNamePacific_Tarawa[] ACE_TIME_PROGMEM = "\x0e" "Tarawa";
                                                                                                                    15503 
                                                                                                                    -
                                                                                                                    15504 const extended::ZoneInfo kZonePacific_Rarotonga ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15505  kZoneNamePacific_Rarotonga /*name*/,
                                                                                                                    -
                                                                                                                    15506  0x9981a3b0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15504 const extended::ZoneInfo kZonePacific_Tarawa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15505  kZoneNamePacific_Tarawa /*name*/,
                                                                                                                    +
                                                                                                                    15506  0xf2517e63 /*zoneId*/,
                                                                                                                    15507  &kZoneContext /*zoneContext*/,
                                                                                                                    15508  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15509  kZoneEraPacific_Rarotonga /*eras*/,
                                                                                                                    +
                                                                                                                    15509  kZoneEraPacific_Tarawa /*eras*/,
                                                                                                                    15510 };
                                                                                                                    15511 
                                                                                                                    15512 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15513 // Zone name: Pacific/Tahiti
                                                                                                                    -
                                                                                                                    15514 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15515 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    15516 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    15517 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    15513 // Zone name: Pacific/Tongatapu
                                                                                                                    +
                                                                                                                    15514 // Zone Eras: 2
                                                                                                                    +
                                                                                                                    15515 // Strings (bytes): 23 (originally 30)
                                                                                                                    +
                                                                                                                    15516 // Memory (8-bit): 56
                                                                                                                    +
                                                                                                                    15517 // Memory (32-bit): 75
                                                                                                                    15518 //---------------------------------------------------------------------------
                                                                                                                    15519 
                                                                                                                    -
                                                                                                                    15520 static const extended::ZoneEra kZoneEraPacific_Tahiti[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15521  // -10:00 - -10
                                                                                                                    +
                                                                                                                    15520 static const extended::ZoneEra kZoneEraPacific_Tongatapu[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15521  // 13:00 - +13 1999
                                                                                                                    15522  {
                                                                                                                    15523  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15524  "-10" /*format*/,
                                                                                                                    -
                                                                                                                    15525  -40 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15524  "+13" /*format*/,
                                                                                                                    +
                                                                                                                    15525  52 /*offsetCode*/,
                                                                                                                    15526  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15527  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15527  -1 /*untilYearTiny*/,
                                                                                                                    15528  1 /*untilMonth*/,
                                                                                                                    15529  1 /*untilDay*/,
                                                                                                                    15530  0 /*untilTimeCode*/,
                                                                                                                    15531  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    15532  },
                                                                                                                    -
                                                                                                                    15533 
                                                                                                                    -
                                                                                                                    15534 };
                                                                                                                    -
                                                                                                                    15535 
                                                                                                                    -
                                                                                                                    15536 static const char kZoneNamePacific_Tahiti[] ACE_TIME_PROGMEM = "\x0e" "Tahiti";
                                                                                                                    -
                                                                                                                    15537 
                                                                                                                    -
                                                                                                                    15538 const extended::ZoneInfo kZonePacific_Tahiti ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15539  kZoneNamePacific_Tahiti /*name*/,
                                                                                                                    -
                                                                                                                    15540  0xf24c2446 /*zoneId*/,
                                                                                                                    -
                                                                                                                    15541  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15542  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15543  kZoneEraPacific_Tahiti /*eras*/,
                                                                                                                    -
                                                                                                                    15544 };
                                                                                                                    +
                                                                                                                    15533  // 13:00 Tonga +13/+14
                                                                                                                    +
                                                                                                                    15534  {
                                                                                                                    +
                                                                                                                    15535  &kPolicyTonga /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15536  "+13/+14" /*format*/,
                                                                                                                    +
                                                                                                                    15537  52 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15538  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    15539  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15540  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    15541  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    15542  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    15543  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    15544  },
                                                                                                                    15545 
                                                                                                                    -
                                                                                                                    15546 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15547 // Zone name: Pacific/Tarawa
                                                                                                                    -
                                                                                                                    15548 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15549 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    15550 // Memory (8-bit): 34
                                                                                                                    -
                                                                                                                    15551 // Memory (32-bit): 48
                                                                                                                    -
                                                                                                                    15552 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15553 
                                                                                                                    -
                                                                                                                    15554 static const extended::ZoneEra kZoneEraPacific_Tarawa[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15555  // 12:00 - +12
                                                                                                                    -
                                                                                                                    15556  {
                                                                                                                    -
                                                                                                                    15557  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15558  "+12" /*format*/,
                                                                                                                    -
                                                                                                                    15559  48 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15560  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15561  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15562  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15563  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15564  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15565  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    15566  },
                                                                                                                    -
                                                                                                                    15567 
                                                                                                                    -
                                                                                                                    15568 };
                                                                                                                    -
                                                                                                                    15569 
                                                                                                                    -
                                                                                                                    15570 static const char kZoneNamePacific_Tarawa[] ACE_TIME_PROGMEM = "\x0e" "Tarawa";
                                                                                                                    -
                                                                                                                    15571 
                                                                                                                    -
                                                                                                                    15572 const extended::ZoneInfo kZonePacific_Tarawa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15573  kZoneNamePacific_Tarawa /*name*/,
                                                                                                                    -
                                                                                                                    15574  0xf2517e63 /*zoneId*/,
                                                                                                                    -
                                                                                                                    15575  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15576  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15577  kZoneEraPacific_Tarawa /*eras*/,
                                                                                                                    -
                                                                                                                    15578 };
                                                                                                                    +
                                                                                                                    15546 };
                                                                                                                    +
                                                                                                                    15547 
                                                                                                                    +
                                                                                                                    15548 static const char kZoneNamePacific_Tongatapu[] ACE_TIME_PROGMEM = "\x0e" "Tongatapu";
                                                                                                                    +
                                                                                                                    15549 
                                                                                                                    +
                                                                                                                    15550 const extended::ZoneInfo kZonePacific_Tongatapu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15551  kZoneNamePacific_Tongatapu /*name*/,
                                                                                                                    +
                                                                                                                    15552  0x262ca836 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15553  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15554  2 /*numEras*/,
                                                                                                                    +
                                                                                                                    15555  kZoneEraPacific_Tongatapu /*eras*/,
                                                                                                                    +
                                                                                                                    15556 };
                                                                                                                    +
                                                                                                                    15557 
                                                                                                                    +
                                                                                                                    15558 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15559 // Zone name: WET
                                                                                                                    +
                                                                                                                    15560 // Zone Eras: 1
                                                                                                                    +
                                                                                                                    15561 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    15562 // Memory (8-bit): 31
                                                                                                                    +
                                                                                                                    15563 // Memory (32-bit): 45
                                                                                                                    +
                                                                                                                    15564 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15565 
                                                                                                                    +
                                                                                                                    15566 static const extended::ZoneEra kZoneEraWET[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15567  // 0:00 EU WE%sT
                                                                                                                    +
                                                                                                                    15568  {
                                                                                                                    +
                                                                                                                    15569  &kPolicyEU /*zonePolicy*/,
                                                                                                                    +
                                                                                                                    15570  "WE%T" /*format*/,
                                                                                                                    +
                                                                                                                    15571  0 /*offsetCode*/,
                                                                                                                    +
                                                                                                                    15572  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    +
                                                                                                                    15573  127 /*untilYearTiny*/,
                                                                                                                    +
                                                                                                                    15574  1 /*untilMonth*/,
                                                                                                                    +
                                                                                                                    15575  1 /*untilDay*/,
                                                                                                                    +
                                                                                                                    15576  0 /*untilTimeCode*/,
                                                                                                                    +
                                                                                                                    15577  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    15578  },
                                                                                                                    15579 
                                                                                                                    -
                                                                                                                    15580 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15581 // Zone name: Pacific/Tongatapu
                                                                                                                    -
                                                                                                                    15582 // Zone Eras: 2
                                                                                                                    -
                                                                                                                    15583 // Strings (bytes): 23 (originally 30)
                                                                                                                    -
                                                                                                                    15584 // Memory (8-bit): 56
                                                                                                                    -
                                                                                                                    15585 // Memory (32-bit): 75
                                                                                                                    -
                                                                                                                    15586 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15587 
                                                                                                                    -
                                                                                                                    15588 static const extended::ZoneEra kZoneEraPacific_Tongatapu[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15589  // 13:00 - +13 1999
                                                                                                                    -
                                                                                                                    15590  {
                                                                                                                    -
                                                                                                                    15591  nullptr /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15592  "+13" /*format*/,
                                                                                                                    -
                                                                                                                    15593  52 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15594  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15595  -1 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15596  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15597  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15598  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15599  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    15600  },
                                                                                                                    -
                                                                                                                    15601  // 13:00 Tonga +13/+14
                                                                                                                    -
                                                                                                                    15602  {
                                                                                                                    -
                                                                                                                    15603  &kPolicyTonga /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15604  "+13/+14" /*format*/,
                                                                                                                    -
                                                                                                                    15605  52 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15606  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15607  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15608  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15609  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15610  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15611  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    15612  },
                                                                                                                    -
                                                                                                                    15613 
                                                                                                                    -
                                                                                                                    15614 };
                                                                                                                    -
                                                                                                                    15615 
                                                                                                                    -
                                                                                                                    15616 static const char kZoneNamePacific_Tongatapu[] ACE_TIME_PROGMEM = "\x0e" "Tongatapu";
                                                                                                                    -
                                                                                                                    15617 
                                                                                                                    -
                                                                                                                    15618 const extended::ZoneInfo kZonePacific_Tongatapu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15619  kZoneNamePacific_Tongatapu /*name*/,
                                                                                                                    -
                                                                                                                    15620  0x262ca836 /*zoneId*/,
                                                                                                                    -
                                                                                                                    15621  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15622  2 /*numEras*/,
                                                                                                                    -
                                                                                                                    15623  kZoneEraPacific_Tongatapu /*eras*/,
                                                                                                                    -
                                                                                                                    15624 };
                                                                                                                    -
                                                                                                                    15625 
                                                                                                                    -
                                                                                                                    15626 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15627 // Zone name: WET
                                                                                                                    -
                                                                                                                    15628 // Zone Eras: 1
                                                                                                                    -
                                                                                                                    15629 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    15630 // Memory (8-bit): 31
                                                                                                                    -
                                                                                                                    15631 // Memory (32-bit): 45
                                                                                                                    +
                                                                                                                    15580 };
                                                                                                                    +
                                                                                                                    15581 
                                                                                                                    +
                                                                                                                    15582 static const char kZoneNameWET[] ACE_TIME_PROGMEM = "WET";
                                                                                                                    +
                                                                                                                    15583 
                                                                                                                    +
                                                                                                                    15584 const extended::ZoneInfo kZoneWET ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15585  kZoneNameWET /*name*/,
                                                                                                                    +
                                                                                                                    15586  0x0b882e35 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15587  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15588  1 /*numEras*/,
                                                                                                                    +
                                                                                                                    15589  kZoneEraWET /*eras*/,
                                                                                                                    +
                                                                                                                    15590 };
                                                                                                                    +
                                                                                                                    15591 
                                                                                                                    +
                                                                                                                    15592 
                                                                                                                    +
                                                                                                                    15593 
                                                                                                                    +
                                                                                                                    15594 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15595 // Links: 241
                                                                                                                    +
                                                                                                                    15596 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15597 
                                                                                                                    +
                                                                                                                    15598 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15599 // Link name: Africa/Accra -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    15600 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    15601 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    15602 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    15603 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15604 
                                                                                                                    +
                                                                                                                    15605 static const char kZoneNameAfrica_Accra[] ACE_TIME_PROGMEM = "\x01" "Accra";
                                                                                                                    +
                                                                                                                    15606 
                                                                                                                    +
                                                                                                                    15607 const extended::ZoneInfo kZoneAfrica_Accra ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15608  kZoneNameAfrica_Accra /*name*/,
                                                                                                                    +
                                                                                                                    15609  0x77d5b054 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15610  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15611  0 /*numEras*/,
                                                                                                                    +
                                                                                                                    15612  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15613 };
                                                                                                                    +
                                                                                                                    15614 
                                                                                                                    +
                                                                                                                    15615 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15616 // Link name: Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    15617 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    15618 // Memory (8-bit): 24
                                                                                                                    +
                                                                                                                    15619 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    15620 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15621 
                                                                                                                    +
                                                                                                                    15622 static const char kZoneNameAfrica_Addis_Ababa[] ACE_TIME_PROGMEM = "\x01" "Addis_Ababa";
                                                                                                                    +
                                                                                                                    15623 
                                                                                                                    +
                                                                                                                    15624 const extended::ZoneInfo kZoneAfrica_Addis_Ababa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15625  kZoneNameAfrica_Addis_Ababa /*name*/,
                                                                                                                    +
                                                                                                                    15626  0x05ae1e65 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15627  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15628  0 /*numEras*/,
                                                                                                                    +
                                                                                                                    15629  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15630 };
                                                                                                                    +
                                                                                                                    15631 
                                                                                                                    15632 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15633 
                                                                                                                    -
                                                                                                                    15634 static const extended::ZoneEra kZoneEraWET[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15635  // 0:00 EU WE%sT
                                                                                                                    -
                                                                                                                    15636  {
                                                                                                                    -
                                                                                                                    15637  &kPolicyEU /*zonePolicy*/,
                                                                                                                    -
                                                                                                                    15638  "WE%T" /*format*/,
                                                                                                                    -
                                                                                                                    15639  0 /*offsetCode*/,
                                                                                                                    -
                                                                                                                    15640  4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/,
                                                                                                                    -
                                                                                                                    15641  127 /*untilYearTiny*/,
                                                                                                                    -
                                                                                                                    15642  1 /*untilMonth*/,
                                                                                                                    -
                                                                                                                    15643  1 /*untilDay*/,
                                                                                                                    -
                                                                                                                    15644  0 /*untilTimeCode*/,
                                                                                                                    -
                                                                                                                    15645  0 /*untilTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    15646  },
                                                                                                                    -
                                                                                                                    15647 
                                                                                                                    -
                                                                                                                    15648 };
                                                                                                                    -
                                                                                                                    15649 
                                                                                                                    -
                                                                                                                    15650 static const char kZoneNameWET[] ACE_TIME_PROGMEM = "WET";
                                                                                                                    -
                                                                                                                    15651 
                                                                                                                    -
                                                                                                                    15652 const extended::ZoneInfo kZoneWET ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15653  kZoneNameWET /*name*/,
                                                                                                                    -
                                                                                                                    15654  0x0b882e35 /*zoneId*/,
                                                                                                                    -
                                                                                                                    15655  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    15656  1 /*numEras*/,
                                                                                                                    -
                                                                                                                    15657  kZoneEraWET /*eras*/,
                                                                                                                    -
                                                                                                                    15658 };
                                                                                                                    -
                                                                                                                    15659 
                                                                                                                    -
                                                                                                                    15660 
                                                                                                                    -
                                                                                                                    15661 
                                                                                                                    -
                                                                                                                    15662 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15663 // Links: 239
                                                                                                                    -
                                                                                                                    15664 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15633 // Link name: Africa/Asmara -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    15634 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    15635 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    15636 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    15637 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15638 
                                                                                                                    +
                                                                                                                    15639 static const char kZoneNameAfrica_Asmara[] ACE_TIME_PROGMEM = "\x01" "Asmara";
                                                                                                                    +
                                                                                                                    15640 
                                                                                                                    +
                                                                                                                    15641 const extended::ZoneInfo kZoneAfrica_Asmara ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15642  kZoneNameAfrica_Asmara /*name*/,
                                                                                                                    +
                                                                                                                    15643  0x73b278ef /*zoneId*/,
                                                                                                                    +
                                                                                                                    15644  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15645  0 /*numEras*/,
                                                                                                                    +
                                                                                                                    15646  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15647 };
                                                                                                                    +
                                                                                                                    15648 
                                                                                                                    +
                                                                                                                    15649 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15650 // Link name: Africa/Asmera -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    15651 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    15652 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    15653 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    15654 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    15655 
                                                                                                                    +
                                                                                                                    15656 static const char kZoneNameAfrica_Asmera[] ACE_TIME_PROGMEM = "\x01" "Asmera";
                                                                                                                    +
                                                                                                                    15657 
                                                                                                                    +
                                                                                                                    15658 const extended::ZoneInfo kZoneAfrica_Asmera ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15659  kZoneNameAfrica_Asmera /*name*/,
                                                                                                                    +
                                                                                                                    15660  0x73b289f3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15661  &kZoneContext /*zoneContext*/,
                                                                                                                    +
                                                                                                                    15662  0 /*numEras*/,
                                                                                                                    +
                                                                                                                    15663  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15664 };
                                                                                                                    15665 
                                                                                                                    15666 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15667 // Link name: Africa/Accra -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    15668 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    15669 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    15670 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    15667 // Link name: Africa/Bamako -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    15668 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    15669 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    15670 // Memory (32-bit): 28
                                                                                                                    15671 //---------------------------------------------------------------------------
                                                                                                                    15672 
                                                                                                                    -
                                                                                                                    15673 static const char kZoneNameAfrica_Accra[] ACE_TIME_PROGMEM = "\x01" "Accra";
                                                                                                                    +
                                                                                                                    15673 static const char kZoneNameAfrica_Bamako[] ACE_TIME_PROGMEM = "\x01" "Bamako";
                                                                                                                    15674 
                                                                                                                    -
                                                                                                                    15675 const extended::ZoneInfo kZoneAfrica_Accra ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15676  kZoneNameAfrica_Accra /*name*/,
                                                                                                                    -
                                                                                                                    15677  0x77d5b054 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15675 const extended::ZoneInfo kZoneAfrica_Bamako ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15676  kZoneNameAfrica_Bamako /*name*/,
                                                                                                                    +
                                                                                                                    15677  0x74c1e7a5 /*zoneId*/,
                                                                                                                    15678  &kZoneContext /*zoneContext*/,
                                                                                                                    15679  0 /*numEras*/,
                                                                                                                    15680  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    15681 };
                                                                                                                    15682 
                                                                                                                    15683 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15684 // Link name: Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    15685 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    15686 // Memory (8-bit): 24
                                                                                                                    -
                                                                                                                    15687 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    15684 // Link name: Africa/Bangui -> Africa/Lagos
                                                                                                                    +
                                                                                                                    15685 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    15686 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    15687 // Memory (32-bit): 28
                                                                                                                    15688 //---------------------------------------------------------------------------
                                                                                                                    15689 
                                                                                                                    -
                                                                                                                    15690 static const char kZoneNameAfrica_Addis_Ababa[] ACE_TIME_PROGMEM = "\x01" "Addis_Ababa";
                                                                                                                    +
                                                                                                                    15690 static const char kZoneNameAfrica_Bangui[] ACE_TIME_PROGMEM = "\x01" "Bangui";
                                                                                                                    15691 
                                                                                                                    -
                                                                                                                    15692 const extended::ZoneInfo kZoneAfrica_Addis_Ababa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15693  kZoneNameAfrica_Addis_Ababa /*name*/,
                                                                                                                    -
                                                                                                                    15694  0x05ae1e65 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15692 const extended::ZoneInfo kZoneAfrica_Bangui ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15693  kZoneNameAfrica_Bangui /*name*/,
                                                                                                                    +
                                                                                                                    15694  0x74c28ed0 /*zoneId*/,
                                                                                                                    15695  &kZoneContext /*zoneContext*/,
                                                                                                                    15696  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15697  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15697  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    15698 };
                                                                                                                    15699 
                                                                                                                    15700 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15701 // Link name: Africa/Asmara -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    15701 // Link name: Africa/Banjul -> Africa/Abidjan
                                                                                                                    15702 // Strings (bytes): 8 (originally 14)
                                                                                                                    15703 // Memory (8-bit): 19
                                                                                                                    15704 // Memory (32-bit): 28
                                                                                                                    15705 //---------------------------------------------------------------------------
                                                                                                                    15706 
                                                                                                                    -
                                                                                                                    15707 static const char kZoneNameAfrica_Asmara[] ACE_TIME_PROGMEM = "\x01" "Asmara";
                                                                                                                    +
                                                                                                                    15707 static const char kZoneNameAfrica_Banjul[] ACE_TIME_PROGMEM = "\x01" "Banjul";
                                                                                                                    15708 
                                                                                                                    -
                                                                                                                    15709 const extended::ZoneInfo kZoneAfrica_Asmara ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15710  kZoneNameAfrica_Asmara /*name*/,
                                                                                                                    -
                                                                                                                    15711  0x73b278ef /*zoneId*/,
                                                                                                                    +
                                                                                                                    15709 const extended::ZoneInfo kZoneAfrica_Banjul ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15710  kZoneNameAfrica_Banjul /*name*/,
                                                                                                                    +
                                                                                                                    15711  0x74c29b96 /*zoneId*/,
                                                                                                                    15712  &kZoneContext /*zoneContext*/,
                                                                                                                    15713  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15714  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15714  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    15715 };
                                                                                                                    15716 
                                                                                                                    15717 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15718 // Link name: Africa/Asmera -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    15719 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    15720 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    15721 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    15718 // Link name: Africa/Blantyre -> Africa/Maputo
                                                                                                                    +
                                                                                                                    15719 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    15720 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    15721 // Memory (32-bit): 30
                                                                                                                    15722 //---------------------------------------------------------------------------
                                                                                                                    15723 
                                                                                                                    -
                                                                                                                    15724 static const char kZoneNameAfrica_Asmera[] ACE_TIME_PROGMEM = "\x01" "Asmera";
                                                                                                                    +
                                                                                                                    15724 static const char kZoneNameAfrica_Blantyre[] ACE_TIME_PROGMEM = "\x01" "Blantyre";
                                                                                                                    15725 
                                                                                                                    -
                                                                                                                    15726 const extended::ZoneInfo kZoneAfrica_Asmera ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15727  kZoneNameAfrica_Asmera /*name*/,
                                                                                                                    -
                                                                                                                    15728  0x73b289f3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15726 const extended::ZoneInfo kZoneAfrica_Blantyre ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15727  kZoneNameAfrica_Blantyre /*name*/,
                                                                                                                    +
                                                                                                                    15728  0xe08d813b /*zoneId*/,
                                                                                                                    15729  &kZoneContext /*zoneContext*/,
                                                                                                                    15730  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15731  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15731  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    15732 };
                                                                                                                    15733 
                                                                                                                    15734 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15735 // Link name: Africa/Bamako -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    15736 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    15737 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    15738 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    15735 // Link name: Africa/Brazzaville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    15736 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    15737 // Memory (8-bit): 24
                                                                                                                    +
                                                                                                                    15738 // Memory (32-bit): 33
                                                                                                                    15739 //---------------------------------------------------------------------------
                                                                                                                    15740 
                                                                                                                    -
                                                                                                                    15741 static const char kZoneNameAfrica_Bamako[] ACE_TIME_PROGMEM = "\x01" "Bamako";
                                                                                                                    +
                                                                                                                    15741 static const char kZoneNameAfrica_Brazzaville[] ACE_TIME_PROGMEM = "\x01" "Brazzaville";
                                                                                                                    15742 
                                                                                                                    -
                                                                                                                    15743 const extended::ZoneInfo kZoneAfrica_Bamako ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15744  kZoneNameAfrica_Bamako /*name*/,
                                                                                                                    -
                                                                                                                    15745  0x74c1e7a5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15743 const extended::ZoneInfo kZoneAfrica_Brazzaville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15744  kZoneNameAfrica_Brazzaville /*name*/,
                                                                                                                    +
                                                                                                                    15745  0x39cda760 /*zoneId*/,
                                                                                                                    15746  &kZoneContext /*zoneContext*/,
                                                                                                                    15747  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15748  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15748  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    15749 };
                                                                                                                    15750 
                                                                                                                    15751 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15752 // Link name: Africa/Bangui -> Africa/Lagos
                                                                                                                    -
                                                                                                                    15753 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    15754 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    15755 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    15752 // Link name: Africa/Bujumbura -> Africa/Maputo
                                                                                                                    +
                                                                                                                    15753 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    15754 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    15755 // Memory (32-bit): 31
                                                                                                                    15756 //---------------------------------------------------------------------------
                                                                                                                    15757 
                                                                                                                    -
                                                                                                                    15758 static const char kZoneNameAfrica_Bangui[] ACE_TIME_PROGMEM = "\x01" "Bangui";
                                                                                                                    +
                                                                                                                    15758 static const char kZoneNameAfrica_Bujumbura[] ACE_TIME_PROGMEM = "\x01" "Bujumbura";
                                                                                                                    15759 
                                                                                                                    -
                                                                                                                    15760 const extended::ZoneInfo kZoneAfrica_Bangui ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15761  kZoneNameAfrica_Bangui /*name*/,
                                                                                                                    -
                                                                                                                    15762  0x74c28ed0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15760 const extended::ZoneInfo kZoneAfrica_Bujumbura ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15761  kZoneNameAfrica_Bujumbura /*name*/,
                                                                                                                    +
                                                                                                                    15762  0x05232a47 /*zoneId*/,
                                                                                                                    15763  &kZoneContext /*zoneContext*/,
                                                                                                                    15764  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15765  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15765  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    15766 };
                                                                                                                    15767 
                                                                                                                    15768 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15769 // Link name: Africa/Banjul -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    15770 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    15771 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    15772 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    15769 // Link name: Africa/Conakry -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    15770 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    15771 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    15772 // Memory (32-bit): 29
                                                                                                                    15773 //---------------------------------------------------------------------------
                                                                                                                    15774 
                                                                                                                    -
                                                                                                                    15775 static const char kZoneNameAfrica_Banjul[] ACE_TIME_PROGMEM = "\x01" "Banjul";
                                                                                                                    +
                                                                                                                    15775 static const char kZoneNameAfrica_Conakry[] ACE_TIME_PROGMEM = "\x01" "Conakry";
                                                                                                                    15776 
                                                                                                                    -
                                                                                                                    15777 const extended::ZoneInfo kZoneAfrica_Banjul ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15778  kZoneNameAfrica_Banjul /*name*/,
                                                                                                                    -
                                                                                                                    15779  0x74c29b96 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15777 const extended::ZoneInfo kZoneAfrica_Conakry ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15778  kZoneNameAfrica_Conakry /*name*/,
                                                                                                                    +
                                                                                                                    15779  0x7ab36b31 /*zoneId*/,
                                                                                                                    15780  &kZoneContext /*zoneContext*/,
                                                                                                                    15781  0 /*numEras*/,
                                                                                                                    15782  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    15783 };
                                                                                                                    15784 
                                                                                                                    15785 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15786 // Link name: Africa/Blantyre -> Africa/Maputo
                                                                                                                    -
                                                                                                                    15787 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    15788 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    15789 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    15786 // Link name: Africa/Dakar -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    15787 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    15788 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    15789 // Memory (32-bit): 27
                                                                                                                    15790 //---------------------------------------------------------------------------
                                                                                                                    15791 
                                                                                                                    -
                                                                                                                    15792 static const char kZoneNameAfrica_Blantyre[] ACE_TIME_PROGMEM = "\x01" "Blantyre";
                                                                                                                    +
                                                                                                                    15792 static const char kZoneNameAfrica_Dakar[] ACE_TIME_PROGMEM = "\x01" "Dakar";
                                                                                                                    15793 
                                                                                                                    -
                                                                                                                    15794 const extended::ZoneInfo kZoneAfrica_Blantyre ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15795  kZoneNameAfrica_Blantyre /*name*/,
                                                                                                                    -
                                                                                                                    15796  0xe08d813b /*zoneId*/,
                                                                                                                    +
                                                                                                                    15794 const extended::ZoneInfo kZoneAfrica_Dakar ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15795  kZoneNameAfrica_Dakar /*name*/,
                                                                                                                    +
                                                                                                                    15796  0x780b00fd /*zoneId*/,
                                                                                                                    15797  &kZoneContext /*zoneContext*/,
                                                                                                                    15798  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15799  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15799  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    15800 };
                                                                                                                    15801 
                                                                                                                    15802 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15803 // Link name: Africa/Brazzaville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    15804 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    15805 // Memory (8-bit): 24
                                                                                                                    -
                                                                                                                    15806 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    15803 // Link name: Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    15804 // Strings (bytes): 15 (originally 21)
                                                                                                                    +
                                                                                                                    15805 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    15806 // Memory (32-bit): 35
                                                                                                                    15807 //---------------------------------------------------------------------------
                                                                                                                    15808 
                                                                                                                    -
                                                                                                                    15809 static const char kZoneNameAfrica_Brazzaville[] ACE_TIME_PROGMEM = "\x01" "Brazzaville";
                                                                                                                    +
                                                                                                                    15809 static const char kZoneNameAfrica_Dar_es_Salaam[] ACE_TIME_PROGMEM = "\x01" "Dar_es_Salaam";
                                                                                                                    15810 
                                                                                                                    -
                                                                                                                    15811 const extended::ZoneInfo kZoneAfrica_Brazzaville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15812  kZoneNameAfrica_Brazzaville /*name*/,
                                                                                                                    -
                                                                                                                    15813  0x39cda760 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15811 const extended::ZoneInfo kZoneAfrica_Dar_es_Salaam ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15812  kZoneNameAfrica_Dar_es_Salaam /*name*/,
                                                                                                                    +
                                                                                                                    15813  0xa04c47b6 /*zoneId*/,
                                                                                                                    15814  &kZoneContext /*zoneContext*/,
                                                                                                                    15815  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15816  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15816  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    15817 };
                                                                                                                    15818 
                                                                                                                    15819 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15820 // Link name: Africa/Bujumbura -> Africa/Maputo
                                                                                                                    -
                                                                                                                    15821 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    15822 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    15823 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    15820 // Link name: Africa/Djibouti -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    15821 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    15822 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    15823 // Memory (32-bit): 30
                                                                                                                    15824 //---------------------------------------------------------------------------
                                                                                                                    15825 
                                                                                                                    -
                                                                                                                    15826 static const char kZoneNameAfrica_Bujumbura[] ACE_TIME_PROGMEM = "\x01" "Bujumbura";
                                                                                                                    +
                                                                                                                    15826 static const char kZoneNameAfrica_Djibouti[] ACE_TIME_PROGMEM = "\x01" "Djibouti";
                                                                                                                    15827 
                                                                                                                    -
                                                                                                                    15828 const extended::ZoneInfo kZoneAfrica_Bujumbura ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15829  kZoneNameAfrica_Bujumbura /*name*/,
                                                                                                                    -
                                                                                                                    15830  0x05232a47 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15828 const extended::ZoneInfo kZoneAfrica_Djibouti ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15829  kZoneNameAfrica_Djibouti /*name*/,
                                                                                                                    +
                                                                                                                    15830  0x30ea01d4 /*zoneId*/,
                                                                                                                    15831  &kZoneContext /*zoneContext*/,
                                                                                                                    15832  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15833  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15833  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    15834 };
                                                                                                                    15835 
                                                                                                                    15836 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15837 // Link name: Africa/Conakry -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    15838 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    15839 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    15840 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    15837 // Link name: Africa/Douala -> Africa/Lagos
                                                                                                                    +
                                                                                                                    15838 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    15839 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    15840 // Memory (32-bit): 28
                                                                                                                    15841 //---------------------------------------------------------------------------
                                                                                                                    15842 
                                                                                                                    -
                                                                                                                    15843 static const char kZoneNameAfrica_Conakry[] ACE_TIME_PROGMEM = "\x01" "Conakry";
                                                                                                                    +
                                                                                                                    15843 static const char kZoneNameAfrica_Douala[] ACE_TIME_PROGMEM = "\x01" "Douala";
                                                                                                                    15844 
                                                                                                                    -
                                                                                                                    15845 const extended::ZoneInfo kZoneAfrica_Conakry ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15846  kZoneNameAfrica_Conakry /*name*/,
                                                                                                                    -
                                                                                                                    15847  0x7ab36b31 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15845 const extended::ZoneInfo kZoneAfrica_Douala ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15846  kZoneNameAfrica_Douala /*name*/,
                                                                                                                    +
                                                                                                                    15847  0x7a6df310 /*zoneId*/,
                                                                                                                    15848  &kZoneContext /*zoneContext*/,
                                                                                                                    15849  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15850  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15850  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    15851 };
                                                                                                                    15852 
                                                                                                                    15853 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15854 // Link name: Africa/Dakar -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    15855 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    15856 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    15857 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    15854 // Link name: Africa/Freetown -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    15855 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    15856 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    15857 // Memory (32-bit): 30
                                                                                                                    15858 //---------------------------------------------------------------------------
                                                                                                                    15859 
                                                                                                                    -
                                                                                                                    15860 static const char kZoneNameAfrica_Dakar[] ACE_TIME_PROGMEM = "\x01" "Dakar";
                                                                                                                    +
                                                                                                                    15860 static const char kZoneNameAfrica_Freetown[] ACE_TIME_PROGMEM = "\x01" "Freetown";
                                                                                                                    15861 
                                                                                                                    -
                                                                                                                    15862 const extended::ZoneInfo kZoneAfrica_Dakar ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15863  kZoneNameAfrica_Dakar /*name*/,
                                                                                                                    -
                                                                                                                    15864  0x780b00fd /*zoneId*/,
                                                                                                                    +
                                                                                                                    15862 const extended::ZoneInfo kZoneAfrica_Freetown ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15863  kZoneNameAfrica_Freetown /*name*/,
                                                                                                                    +
                                                                                                                    15864  0x6823dd64 /*zoneId*/,
                                                                                                                    15865  &kZoneContext /*zoneContext*/,
                                                                                                                    15866  0 /*numEras*/,
                                                                                                                    15867  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    15868 };
                                                                                                                    15869 
                                                                                                                    15870 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15871 // Link name: Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    15872 // Strings (bytes): 15 (originally 21)
                                                                                                                    -
                                                                                                                    15873 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    15874 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    15871 // Link name: Africa/Gaborone -> Africa/Maputo
                                                                                                                    +
                                                                                                                    15872 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    15873 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    15874 // Memory (32-bit): 30
                                                                                                                    15875 //---------------------------------------------------------------------------
                                                                                                                    15876 
                                                                                                                    -
                                                                                                                    15877 static const char kZoneNameAfrica_Dar_es_Salaam[] ACE_TIME_PROGMEM = "\x01" "Dar_es_Salaam";
                                                                                                                    +
                                                                                                                    15877 static const char kZoneNameAfrica_Gaborone[] ACE_TIME_PROGMEM = "\x01" "Gaborone";
                                                                                                                    15878 
                                                                                                                    -
                                                                                                                    15879 const extended::ZoneInfo kZoneAfrica_Dar_es_Salaam ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15880  kZoneNameAfrica_Dar_es_Salaam /*name*/,
                                                                                                                    -
                                                                                                                    15881  0xa04c47b6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15879 const extended::ZoneInfo kZoneAfrica_Gaborone ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15880  kZoneNameAfrica_Gaborone /*name*/,
                                                                                                                    +
                                                                                                                    15881  0x317c0aa7 /*zoneId*/,
                                                                                                                    15882  &kZoneContext /*zoneContext*/,
                                                                                                                    15883  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15884  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15884  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    15885 };
                                                                                                                    15886 
                                                                                                                    15887 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15888 // Link name: Africa/Djibouti -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    15889 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    15890 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    15891 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    15888 // Link name: Africa/Harare -> Africa/Maputo
                                                                                                                    +
                                                                                                                    15889 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    15890 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    15891 // Memory (32-bit): 28
                                                                                                                    15892 //---------------------------------------------------------------------------
                                                                                                                    15893 
                                                                                                                    -
                                                                                                                    15894 static const char kZoneNameAfrica_Djibouti[] ACE_TIME_PROGMEM = "\x01" "Djibouti";
                                                                                                                    +
                                                                                                                    15894 static const char kZoneNameAfrica_Harare[] ACE_TIME_PROGMEM = "\x01" "Harare";
                                                                                                                    15895 
                                                                                                                    -
                                                                                                                    15896 const extended::ZoneInfo kZoneAfrica_Djibouti ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15897  kZoneNameAfrica_Djibouti /*name*/,
                                                                                                                    -
                                                                                                                    15898  0x30ea01d4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15896 const extended::ZoneInfo kZoneAfrica_Harare ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15897  kZoneNameAfrica_Harare /*name*/,
                                                                                                                    +
                                                                                                                    15898  0x82c39a2d /*zoneId*/,
                                                                                                                    15899  &kZoneContext /*zoneContext*/,
                                                                                                                    15900  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15901  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15901  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    15902 };
                                                                                                                    15903 
                                                                                                                    15904 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15905 // Link name: Africa/Douala -> Africa/Lagos
                                                                                                                    -
                                                                                                                    15906 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    15907 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    15908 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    15905 // Link name: Africa/Kampala -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    15906 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    15907 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    15908 // Memory (32-bit): 29
                                                                                                                    15909 //---------------------------------------------------------------------------
                                                                                                                    15910 
                                                                                                                    -
                                                                                                                    15911 static const char kZoneNameAfrica_Douala[] ACE_TIME_PROGMEM = "\x01" "Douala";
                                                                                                                    +
                                                                                                                    15911 static const char kZoneNameAfrica_Kampala[] ACE_TIME_PROGMEM = "\x01" "Kampala";
                                                                                                                    15912 
                                                                                                                    -
                                                                                                                    15913 const extended::ZoneInfo kZoneAfrica_Douala ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15914  kZoneNameAfrica_Douala /*name*/,
                                                                                                                    -
                                                                                                                    15915  0x7a6df310 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15913 const extended::ZoneInfo kZoneAfrica_Kampala ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15914  kZoneNameAfrica_Kampala /*name*/,
                                                                                                                    +
                                                                                                                    15915  0xc1d30e31 /*zoneId*/,
                                                                                                                    15916  &kZoneContext /*zoneContext*/,
                                                                                                                    15917  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15918  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15918  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    15919 };
                                                                                                                    15920 
                                                                                                                    15921 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15922 // Link name: Africa/Freetown -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    15923 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    15924 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    15925 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    15922 // Link name: Africa/Kigali -> Africa/Maputo
                                                                                                                    +
                                                                                                                    15923 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    15924 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    15925 // Memory (32-bit): 28
                                                                                                                    15926 //---------------------------------------------------------------------------
                                                                                                                    15927 
                                                                                                                    -
                                                                                                                    15928 static const char kZoneNameAfrica_Freetown[] ACE_TIME_PROGMEM = "\x01" "Freetown";
                                                                                                                    +
                                                                                                                    15928 static const char kZoneNameAfrica_Kigali[] ACE_TIME_PROGMEM = "\x01" "Kigali";
                                                                                                                    15929 
                                                                                                                    -
                                                                                                                    15930 const extended::ZoneInfo kZoneAfrica_Freetown ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15931  kZoneNameAfrica_Freetown /*name*/,
                                                                                                                    -
                                                                                                                    15932  0x6823dd64 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15930 const extended::ZoneInfo kZoneAfrica_Kigali ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15931  kZoneNameAfrica_Kigali /*name*/,
                                                                                                                    +
                                                                                                                    15932  0x8a4dcf2b /*zoneId*/,
                                                                                                                    15933  &kZoneContext /*zoneContext*/,
                                                                                                                    15934  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15935  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15935  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    15936 };
                                                                                                                    15937 
                                                                                                                    15938 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15939 // Link name: Africa/Gaborone -> Africa/Maputo
                                                                                                                    +
                                                                                                                    15939 // Link name: Africa/Kinshasa -> Africa/Lagos
                                                                                                                    15940 // Strings (bytes): 10 (originally 16)
                                                                                                                    15941 // Memory (8-bit): 21
                                                                                                                    15942 // Memory (32-bit): 30
                                                                                                                    15943 //---------------------------------------------------------------------------
                                                                                                                    15944 
                                                                                                                    -
                                                                                                                    15945 static const char kZoneNameAfrica_Gaborone[] ACE_TIME_PROGMEM = "\x01" "Gaborone";
                                                                                                                    +
                                                                                                                    15945 static const char kZoneNameAfrica_Kinshasa[] ACE_TIME_PROGMEM = "\x01" "Kinshasa";
                                                                                                                    15946 
                                                                                                                    -
                                                                                                                    15947 const extended::ZoneInfo kZoneAfrica_Gaborone ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15948  kZoneNameAfrica_Gaborone /*name*/,
                                                                                                                    -
                                                                                                                    15949  0x317c0aa7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15947 const extended::ZoneInfo kZoneAfrica_Kinshasa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15948  kZoneNameAfrica_Kinshasa /*name*/,
                                                                                                                    +
                                                                                                                    15949  0x6695d70c /*zoneId*/,
                                                                                                                    15950  &kZoneContext /*zoneContext*/,
                                                                                                                    15951  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15952  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15952  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    15953 };
                                                                                                                    15954 
                                                                                                                    15955 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15956 // Link name: Africa/Harare -> Africa/Maputo
                                                                                                                    -
                                                                                                                    15957 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    15958 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    15959 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    15956 // Link name: Africa/Libreville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    15957 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    15958 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    15959 // Memory (32-bit): 32
                                                                                                                    15960 //---------------------------------------------------------------------------
                                                                                                                    15961 
                                                                                                                    -
                                                                                                                    15962 static const char kZoneNameAfrica_Harare[] ACE_TIME_PROGMEM = "\x01" "Harare";
                                                                                                                    +
                                                                                                                    15962 static const char kZoneNameAfrica_Libreville[] ACE_TIME_PROGMEM = "\x01" "Libreville";
                                                                                                                    15963 
                                                                                                                    -
                                                                                                                    15964 const extended::ZoneInfo kZoneAfrica_Harare ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15965  kZoneNameAfrica_Harare /*name*/,
                                                                                                                    -
                                                                                                                    15966  0x82c39a2d /*zoneId*/,
                                                                                                                    +
                                                                                                                    15964 const extended::ZoneInfo kZoneAfrica_Libreville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15965  kZoneNameAfrica_Libreville /*name*/,
                                                                                                                    +
                                                                                                                    15966  0x01d96de4 /*zoneId*/,
                                                                                                                    15967  &kZoneContext /*zoneContext*/,
                                                                                                                    15968  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15969  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15969  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    15970 };
                                                                                                                    15971 
                                                                                                                    15972 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15973 // Link name: Africa/Kampala -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    15974 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    15975 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    15976 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    15973 // Link name: Africa/Lome -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    15974 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    15975 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    15976 // Memory (32-bit): 26
                                                                                                                    15977 //---------------------------------------------------------------------------
                                                                                                                    15978 
                                                                                                                    -
                                                                                                                    15979 static const char kZoneNameAfrica_Kampala[] ACE_TIME_PROGMEM = "\x01" "Kampala";
                                                                                                                    +
                                                                                                                    15979 static const char kZoneNameAfrica_Lome[] ACE_TIME_PROGMEM = "\x01" "Lome";
                                                                                                                    15980 
                                                                                                                    -
                                                                                                                    15981 const extended::ZoneInfo kZoneAfrica_Kampala ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15982  kZoneNameAfrica_Kampala /*name*/,
                                                                                                                    -
                                                                                                                    15983  0xc1d30e31 /*zoneId*/,
                                                                                                                    +
                                                                                                                    15981 const extended::ZoneInfo kZoneAfrica_Lome ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15982  kZoneNameAfrica_Lome /*name*/,
                                                                                                                    +
                                                                                                                    15983  0xd51c3a07 /*zoneId*/,
                                                                                                                    15984  &kZoneContext /*zoneContext*/,
                                                                                                                    15985  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    15986  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    15986  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    15987 };
                                                                                                                    15988 
                                                                                                                    15989 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    15990 // Link name: Africa/Kigali -> Africa/Maputo
                                                                                                                    +
                                                                                                                    15990 // Link name: Africa/Luanda -> Africa/Lagos
                                                                                                                    15991 // Strings (bytes): 8 (originally 14)
                                                                                                                    15992 // Memory (8-bit): 19
                                                                                                                    15993 // Memory (32-bit): 28
                                                                                                                    15994 //---------------------------------------------------------------------------
                                                                                                                    15995 
                                                                                                                    -
                                                                                                                    15996 static const char kZoneNameAfrica_Kigali[] ACE_TIME_PROGMEM = "\x01" "Kigali";
                                                                                                                    +
                                                                                                                    15996 static const char kZoneNameAfrica_Luanda[] ACE_TIME_PROGMEM = "\x01" "Luanda";
                                                                                                                    15997 
                                                                                                                    -
                                                                                                                    15998 const extended::ZoneInfo kZoneAfrica_Kigali ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    15999  kZoneNameAfrica_Kigali /*name*/,
                                                                                                                    -
                                                                                                                    16000  0x8a4dcf2b /*zoneId*/,
                                                                                                                    +
                                                                                                                    15998 const extended::ZoneInfo kZoneAfrica_Luanda ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    15999  kZoneNameAfrica_Luanda /*name*/,
                                                                                                                    +
                                                                                                                    16000  0x8d7909cf /*zoneId*/,
                                                                                                                    16001  &kZoneContext /*zoneContext*/,
                                                                                                                    16002  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16003  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16003  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    16004 };
                                                                                                                    16005 
                                                                                                                    16006 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16007 // Link name: Africa/Kinshasa -> Africa/Lagos
                                                                                                                    -
                                                                                                                    16008 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    16009 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16010 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16007 // Link name: Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    +
                                                                                                                    16008 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    16009 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16010 // Memory (32-bit): 32
                                                                                                                    16011 //---------------------------------------------------------------------------
                                                                                                                    16012 
                                                                                                                    -
                                                                                                                    16013 static const char kZoneNameAfrica_Kinshasa[] ACE_TIME_PROGMEM = "\x01" "Kinshasa";
                                                                                                                    +
                                                                                                                    16013 static const char kZoneNameAfrica_Lubumbashi[] ACE_TIME_PROGMEM = "\x01" "Lubumbashi";
                                                                                                                    16014 
                                                                                                                    -
                                                                                                                    16015 const extended::ZoneInfo kZoneAfrica_Kinshasa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16016  kZoneNameAfrica_Kinshasa /*name*/,
                                                                                                                    -
                                                                                                                    16017  0x6695d70c /*zoneId*/,
                                                                                                                    +
                                                                                                                    16015 const extended::ZoneInfo kZoneAfrica_Lubumbashi ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16016  kZoneNameAfrica_Lubumbashi /*name*/,
                                                                                                                    +
                                                                                                                    16017  0x6fd88566 /*zoneId*/,
                                                                                                                    16018  &kZoneContext /*zoneContext*/,
                                                                                                                    16019  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16020  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16020  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    16021 };
                                                                                                                    16022 
                                                                                                                    16023 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16024 // Link name: Africa/Libreville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    16025 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    16026 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16027 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16024 // Link name: Africa/Lusaka -> Africa/Maputo
                                                                                                                    +
                                                                                                                    16025 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    16026 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    16027 // Memory (32-bit): 28
                                                                                                                    16028 //---------------------------------------------------------------------------
                                                                                                                    16029 
                                                                                                                    -
                                                                                                                    16030 static const char kZoneNameAfrica_Libreville[] ACE_TIME_PROGMEM = "\x01" "Libreville";
                                                                                                                    +
                                                                                                                    16030 static const char kZoneNameAfrica_Lusaka[] ACE_TIME_PROGMEM = "\x01" "Lusaka";
                                                                                                                    16031 
                                                                                                                    -
                                                                                                                    16032 const extended::ZoneInfo kZoneAfrica_Libreville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16033  kZoneNameAfrica_Libreville /*name*/,
                                                                                                                    -
                                                                                                                    16034  0x01d96de4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16032 const extended::ZoneInfo kZoneAfrica_Lusaka ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16033  kZoneNameAfrica_Lusaka /*name*/,
                                                                                                                    +
                                                                                                                    16034  0x8d82b23b /*zoneId*/,
                                                                                                                    16035  &kZoneContext /*zoneContext*/,
                                                                                                                    16036  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16037  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16037  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    16038 };
                                                                                                                    16039 
                                                                                                                    16040 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16041 // Link name: Africa/Lome -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    16042 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    16043 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    16044 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    16041 // Link name: Africa/Malabo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    16042 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    16043 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    16044 // Memory (32-bit): 28
                                                                                                                    16045 //---------------------------------------------------------------------------
                                                                                                                    16046 
                                                                                                                    -
                                                                                                                    16047 static const char kZoneNameAfrica_Lome[] ACE_TIME_PROGMEM = "\x01" "Lome";
                                                                                                                    +
                                                                                                                    16047 static const char kZoneNameAfrica_Malabo[] ACE_TIME_PROGMEM = "\x01" "Malabo";
                                                                                                                    16048 
                                                                                                                    -
                                                                                                                    16049 const extended::ZoneInfo kZoneAfrica_Lome ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16050  kZoneNameAfrica_Lome /*name*/,
                                                                                                                    -
                                                                                                                    16051  0xd51c3a07 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16049 const extended::ZoneInfo kZoneAfrica_Malabo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16050  kZoneNameAfrica_Malabo /*name*/,
                                                                                                                    +
                                                                                                                    16051  0x8e6a1906 /*zoneId*/,
                                                                                                                    16052  &kZoneContext /*zoneContext*/,
                                                                                                                    16053  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16054  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16054  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    16055 };
                                                                                                                    16056 
                                                                                                                    16057 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16058 // Link name: Africa/Luanda -> Africa/Lagos
                                                                                                                    +
                                                                                                                    16058 // Link name: Africa/Maseru -> Africa/Johannesburg
                                                                                                                    16059 // Strings (bytes): 8 (originally 14)
                                                                                                                    16060 // Memory (8-bit): 19
                                                                                                                    16061 // Memory (32-bit): 28
                                                                                                                    16062 //---------------------------------------------------------------------------
                                                                                                                    16063 
                                                                                                                    -
                                                                                                                    16064 static const char kZoneNameAfrica_Luanda[] ACE_TIME_PROGMEM = "\x01" "Luanda";
                                                                                                                    +
                                                                                                                    16064 static const char kZoneNameAfrica_Maseru[] ACE_TIME_PROGMEM = "\x01" "Maseru";
                                                                                                                    16065 
                                                                                                                    -
                                                                                                                    16066 const extended::ZoneInfo kZoneAfrica_Luanda ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16067  kZoneNameAfrica_Luanda /*name*/,
                                                                                                                    -
                                                                                                                    16068  0x8d7909cf /*zoneId*/,
                                                                                                                    +
                                                                                                                    16066 const extended::ZoneInfo kZoneAfrica_Maseru ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16067  kZoneNameAfrica_Maseru /*name*/,
                                                                                                                    +
                                                                                                                    16068  0x8e6e02c7 /*zoneId*/,
                                                                                                                    16069  &kZoneContext /*zoneContext*/,
                                                                                                                    16070  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16071  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16071  &kZoneAfrica_Johannesburg /*eras(info)*/,
                                                                                                                    16072 };
                                                                                                                    16073 
                                                                                                                    16074 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16075 // Link name: Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    -
                                                                                                                    16076 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    16077 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16078 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16075 // Link name: Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    16076 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    16077 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16078 // Memory (32-bit): 29
                                                                                                                    16079 //---------------------------------------------------------------------------
                                                                                                                    16080 
                                                                                                                    -
                                                                                                                    16081 static const char kZoneNameAfrica_Lubumbashi[] ACE_TIME_PROGMEM = "\x01" "Lubumbashi";
                                                                                                                    +
                                                                                                                    16081 static const char kZoneNameAfrica_Mbabane[] ACE_TIME_PROGMEM = "\x01" "Mbabane";
                                                                                                                    16082 
                                                                                                                    -
                                                                                                                    16083 const extended::ZoneInfo kZoneAfrica_Lubumbashi ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16084  kZoneNameAfrica_Lubumbashi /*name*/,
                                                                                                                    -
                                                                                                                    16085  0x6fd88566 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16083 const extended::ZoneInfo kZoneAfrica_Mbabane ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16084  kZoneNameAfrica_Mbabane /*name*/,
                                                                                                                    +
                                                                                                                    16085  0x5d3bdd40 /*zoneId*/,
                                                                                                                    16086  &kZoneContext /*zoneContext*/,
                                                                                                                    16087  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16088  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16088  &kZoneAfrica_Johannesburg /*eras(info)*/,
                                                                                                                    16089 };
                                                                                                                    16090 
                                                                                                                    16091 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16092 // Link name: Africa/Lusaka -> Africa/Maputo
                                                                                                                    -
                                                                                                                    16093 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    16094 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    16095 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    16092 // Link name: Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    16093 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    16094 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    16095 // Memory (32-bit): 31
                                                                                                                    16096 //---------------------------------------------------------------------------
                                                                                                                    16097 
                                                                                                                    -
                                                                                                                    16098 static const char kZoneNameAfrica_Lusaka[] ACE_TIME_PROGMEM = "\x01" "Lusaka";
                                                                                                                    +
                                                                                                                    16098 static const char kZoneNameAfrica_Mogadishu[] ACE_TIME_PROGMEM = "\x01" "Mogadishu";
                                                                                                                    16099 
                                                                                                                    -
                                                                                                                    16100 const extended::ZoneInfo kZoneAfrica_Lusaka ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16101  kZoneNameAfrica_Lusaka /*name*/,
                                                                                                                    -
                                                                                                                    16102  0x8d82b23b /*zoneId*/,
                                                                                                                    +
                                                                                                                    16100 const extended::ZoneInfo kZoneAfrica_Mogadishu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16101  kZoneNameAfrica_Mogadishu /*name*/,
                                                                                                                    +
                                                                                                                    16102  0x66bc159b /*zoneId*/,
                                                                                                                    16103  &kZoneContext /*zoneContext*/,
                                                                                                                    16104  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16105  &kZoneAfrica_Maputo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16105  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    16106 };
                                                                                                                    16107 
                                                                                                                    16108 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16109 // Link name: Africa/Malabo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    16109 // Link name: Africa/Niamey -> Africa/Lagos
                                                                                                                    16110 // Strings (bytes): 8 (originally 14)
                                                                                                                    16111 // Memory (8-bit): 19
                                                                                                                    16112 // Memory (32-bit): 28
                                                                                                                    16113 //---------------------------------------------------------------------------
                                                                                                                    16114 
                                                                                                                    -
                                                                                                                    16115 static const char kZoneNameAfrica_Malabo[] ACE_TIME_PROGMEM = "\x01" "Malabo";
                                                                                                                    +
                                                                                                                    16115 static const char kZoneNameAfrica_Niamey[] ACE_TIME_PROGMEM = "\x01" "Niamey";
                                                                                                                    16116 
                                                                                                                    -
                                                                                                                    16117 const extended::ZoneInfo kZoneAfrica_Malabo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16118  kZoneNameAfrica_Malabo /*name*/,
                                                                                                                    -
                                                                                                                    16119  0x8e6a1906 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16117 const extended::ZoneInfo kZoneAfrica_Niamey ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16118  kZoneNameAfrica_Niamey /*name*/,
                                                                                                                    +
                                                                                                                    16119  0x914a30fd /*zoneId*/,
                                                                                                                    16120  &kZoneContext /*zoneContext*/,
                                                                                                                    16121  0 /*numEras*/,
                                                                                                                    16122  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    16123 };
                                                                                                                    16124 
                                                                                                                    16125 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16126 // Link name: Africa/Maseru -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    16127 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    16128 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    16129 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    16126 // Link name: Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    16127 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    16128 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16129 // Memory (32-bit): 32
                                                                                                                    16130 //---------------------------------------------------------------------------
                                                                                                                    16131 
                                                                                                                    -
                                                                                                                    16132 static const char kZoneNameAfrica_Maseru[] ACE_TIME_PROGMEM = "\x01" "Maseru";
                                                                                                                    +
                                                                                                                    16132 static const char kZoneNameAfrica_Nouakchott[] ACE_TIME_PROGMEM = "\x01" "Nouakchott";
                                                                                                                    16133 
                                                                                                                    -
                                                                                                                    16134 const extended::ZoneInfo kZoneAfrica_Maseru ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16135  kZoneNameAfrica_Maseru /*name*/,
                                                                                                                    -
                                                                                                                    16136  0x8e6e02c7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16134 const extended::ZoneInfo kZoneAfrica_Nouakchott ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16135  kZoneNameAfrica_Nouakchott /*name*/,
                                                                                                                    +
                                                                                                                    16136  0x3dc49dba /*zoneId*/,
                                                                                                                    16137  &kZoneContext /*zoneContext*/,
                                                                                                                    16138  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16139  &kZoneAfrica_Johannesburg /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16139  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    16140 };
                                                                                                                    16141 
                                                                                                                    16142 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16143 // Link name: Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    16144 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    16145 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16146 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16143 // Link name: Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    16144 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    16145 // Memory (8-bit): 24
                                                                                                                    +
                                                                                                                    16146 // Memory (32-bit): 33
                                                                                                                    16147 //---------------------------------------------------------------------------
                                                                                                                    16148 
                                                                                                                    -
                                                                                                                    16149 static const char kZoneNameAfrica_Mbabane[] ACE_TIME_PROGMEM = "\x01" "Mbabane";
                                                                                                                    +
                                                                                                                    16149 static const char kZoneNameAfrica_Ouagadougou[] ACE_TIME_PROGMEM = "\x01" "Ouagadougou";
                                                                                                                    16150 
                                                                                                                    -
                                                                                                                    16151 const extended::ZoneInfo kZoneAfrica_Mbabane ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16152  kZoneNameAfrica_Mbabane /*name*/,
                                                                                                                    -
                                                                                                                    16153  0x5d3bdd40 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16151 const extended::ZoneInfo kZoneAfrica_Ouagadougou ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16152  kZoneNameAfrica_Ouagadougou /*name*/,
                                                                                                                    +
                                                                                                                    16153  0x04d7219a /*zoneId*/,
                                                                                                                    16154  &kZoneContext /*zoneContext*/,
                                                                                                                    16155  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16156  &kZoneAfrica_Johannesburg /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16156  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    16157 };
                                                                                                                    16158 
                                                                                                                    16159 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16160 // Link name: Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    16161 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    16162 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    16163 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    16160 // Link name: Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    16161 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    16162 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16163 // Memory (32-bit): 32
                                                                                                                    16164 //---------------------------------------------------------------------------
                                                                                                                    16165 
                                                                                                                    -
                                                                                                                    16166 static const char kZoneNameAfrica_Mogadishu[] ACE_TIME_PROGMEM = "\x01" "Mogadishu";
                                                                                                                    +
                                                                                                                    16166 static const char kZoneNameAfrica_Porto_Novo[] ACE_TIME_PROGMEM = "\x01" "Porto-Novo";
                                                                                                                    16167 
                                                                                                                    -
                                                                                                                    16168 const extended::ZoneInfo kZoneAfrica_Mogadishu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16169  kZoneNameAfrica_Mogadishu /*name*/,
                                                                                                                    -
                                                                                                                    16170  0x66bc159b /*zoneId*/,
                                                                                                                    +
                                                                                                                    16168 const extended::ZoneInfo kZoneAfrica_Porto_Novo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16169  kZoneNameAfrica_Porto_Novo /*name*/,
                                                                                                                    +
                                                                                                                    16170  0x3d1bf95d /*zoneId*/,
                                                                                                                    16171  &kZoneContext /*zoneContext*/,
                                                                                                                    16172  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16173  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16173  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    16174 };
                                                                                                                    16175 
                                                                                                                    16176 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16177 // Link name: Africa/Niamey -> Africa/Lagos
                                                                                                                    -
                                                                                                                    16178 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    16179 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    16180 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    16177 // Link name: Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    16178 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    16179 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    16180 // Memory (32-bit): 30
                                                                                                                    16181 //---------------------------------------------------------------------------
                                                                                                                    16182 
                                                                                                                    -
                                                                                                                    16183 static const char kZoneNameAfrica_Niamey[] ACE_TIME_PROGMEM = "\x01" "Niamey";
                                                                                                                    +
                                                                                                                    16183 static const char kZoneNameAfrica_Timbuktu[] ACE_TIME_PROGMEM = "\x01" "Timbuktu";
                                                                                                                    16184 
                                                                                                                    -
                                                                                                                    16185 const extended::ZoneInfo kZoneAfrica_Niamey ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16186  kZoneNameAfrica_Niamey /*name*/,
                                                                                                                    -
                                                                                                                    16187  0x914a30fd /*zoneId*/,
                                                                                                                    +
                                                                                                                    16185 const extended::ZoneInfo kZoneAfrica_Timbuktu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16186  kZoneNameAfrica_Timbuktu /*name*/,
                                                                                                                    +
                                                                                                                    16187  0xb164d56f /*zoneId*/,
                                                                                                                    16188  &kZoneContext /*zoneContext*/,
                                                                                                                    16189  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16190  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16190  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    16191 };
                                                                                                                    16192 
                                                                                                                    16193 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16194 // Link name: Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    16195 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    16196 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16197 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16194 // Link name: America/Anguilla -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16195 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    16196 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    16197 // Memory (32-bit): 30
                                                                                                                    16198 //---------------------------------------------------------------------------
                                                                                                                    16199 
                                                                                                                    -
                                                                                                                    16200 static const char kZoneNameAfrica_Nouakchott[] ACE_TIME_PROGMEM = "\x01" "Nouakchott";
                                                                                                                    +
                                                                                                                    16200 static const char kZoneNameAmerica_Anguilla[] ACE_TIME_PROGMEM = "\x02" "Anguilla";
                                                                                                                    16201 
                                                                                                                    -
                                                                                                                    16202 const extended::ZoneInfo kZoneAfrica_Nouakchott ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16203  kZoneNameAfrica_Nouakchott /*name*/,
                                                                                                                    -
                                                                                                                    16204  0x3dc49dba /*zoneId*/,
                                                                                                                    +
                                                                                                                    16202 const extended::ZoneInfo kZoneAmerica_Anguilla ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16203  kZoneNameAmerica_Anguilla /*name*/,
                                                                                                                    +
                                                                                                                    16204  0xafe31333 /*zoneId*/,
                                                                                                                    16205  &kZoneContext /*zoneContext*/,
                                                                                                                    16206  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16207  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16207  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16208 };
                                                                                                                    16209 
                                                                                                                    16210 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16211 // Link name: Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    16212 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    16213 // Memory (8-bit): 24
                                                                                                                    -
                                                                                                                    16214 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    16211 // Link name: America/Antigua -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16212 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    16213 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16214 // Memory (32-bit): 29
                                                                                                                    16215 //---------------------------------------------------------------------------
                                                                                                                    16216 
                                                                                                                    -
                                                                                                                    16217 static const char kZoneNameAfrica_Ouagadougou[] ACE_TIME_PROGMEM = "\x01" "Ouagadougou";
                                                                                                                    +
                                                                                                                    16217 static const char kZoneNameAmerica_Antigua[] ACE_TIME_PROGMEM = "\x02" "Antigua";
                                                                                                                    16218 
                                                                                                                    -
                                                                                                                    16219 const extended::ZoneInfo kZoneAfrica_Ouagadougou ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16220  kZoneNameAfrica_Ouagadougou /*name*/,
                                                                                                                    -
                                                                                                                    16221  0x04d7219a /*zoneId*/,
                                                                                                                    +
                                                                                                                    16219 const extended::ZoneInfo kZoneAmerica_Antigua ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16220  kZoneNameAmerica_Antigua /*name*/,
                                                                                                                    +
                                                                                                                    16221  0xc067a32f /*zoneId*/,
                                                                                                                    16222  &kZoneContext /*zoneContext*/,
                                                                                                                    16223  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16224  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16224  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16225 };
                                                                                                                    16226 
                                                                                                                    16227 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16228 // Link name: Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    16229 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    16230 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16231 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16228 // Link name: America/Argentina/ComodRivadavia -> America/Argentina/Catamarca
                                                                                                                    +
                                                                                                                    16229 // Strings (bytes): 17 (originally 33)
                                                                                                                    +
                                                                                                                    16230 // Memory (8-bit): 28
                                                                                                                    +
                                                                                                                    16231 // Memory (32-bit): 37
                                                                                                                    16232 //---------------------------------------------------------------------------
                                                                                                                    16233 
                                                                                                                    -
                                                                                                                    16234 static const char kZoneNameAfrica_Porto_Novo[] ACE_TIME_PROGMEM = "\x01" "Porto-Novo";
                                                                                                                    +
                                                                                                                    16234 static const char kZoneNameAmerica_Argentina_ComodRivadavia[] ACE_TIME_PROGMEM = "\x02" "\x04" "ComodRivadavia";
                                                                                                                    16235 
                                                                                                                    -
                                                                                                                    16236 const extended::ZoneInfo kZoneAfrica_Porto_Novo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16237  kZoneNameAfrica_Porto_Novo /*name*/,
                                                                                                                    -
                                                                                                                    16238  0x3d1bf95d /*zoneId*/,
                                                                                                                    +
                                                                                                                    16236 const extended::ZoneInfo kZoneAmerica_Argentina_ComodRivadavia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16237  kZoneNameAmerica_Argentina_ComodRivadavia /*name*/,
                                                                                                                    +
                                                                                                                    16238  0x22758877 /*zoneId*/,
                                                                                                                    16239  &kZoneContext /*zoneContext*/,
                                                                                                                    16240  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16241  &kZoneAfrica_Lagos /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16241  &kZoneAmerica_Argentina_Catamarca /*eras(info)*/,
                                                                                                                    16242 };
                                                                                                                    16243 
                                                                                                                    16244 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16245 // Link name: Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    16246 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    16247 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16248 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16245 // Link name: America/Aruba -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16246 // Strings (bytes): 7 (originally 14)
                                                                                                                    +
                                                                                                                    16247 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    16248 // Memory (32-bit): 27
                                                                                                                    16249 //---------------------------------------------------------------------------
                                                                                                                    16250 
                                                                                                                    -
                                                                                                                    16251 static const char kZoneNameAfrica_Timbuktu[] ACE_TIME_PROGMEM = "\x01" "Timbuktu";
                                                                                                                    +
                                                                                                                    16251 static const char kZoneNameAmerica_Aruba[] ACE_TIME_PROGMEM = "\x02" "Aruba";
                                                                                                                    16252 
                                                                                                                    -
                                                                                                                    16253 const extended::ZoneInfo kZoneAfrica_Timbuktu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16254  kZoneNameAfrica_Timbuktu /*name*/,
                                                                                                                    -
                                                                                                                    16255  0xb164d56f /*zoneId*/,
                                                                                                                    +
                                                                                                                    16253 const extended::ZoneInfo kZoneAmerica_Aruba ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16254  kZoneNameAmerica_Aruba /*name*/,
                                                                                                                    +
                                                                                                                    16255  0x97cf8651 /*zoneId*/,
                                                                                                                    16256  &kZoneContext /*zoneContext*/,
                                                                                                                    16257  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16258  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16258  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16259 };
                                                                                                                    16260 
                                                                                                                    16261 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16262 // Link name: America/Anguilla -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16262 // Link name: America/Atikokan -> America/Panama
                                                                                                                    16263 // Strings (bytes): 10 (originally 17)
                                                                                                                    16264 // Memory (8-bit): 21
                                                                                                                    16265 // Memory (32-bit): 30
                                                                                                                    16266 //---------------------------------------------------------------------------
                                                                                                                    16267 
                                                                                                                    -
                                                                                                                    16268 static const char kZoneNameAmerica_Anguilla[] ACE_TIME_PROGMEM = "\x02" "Anguilla";
                                                                                                                    +
                                                                                                                    16268 static const char kZoneNameAmerica_Atikokan[] ACE_TIME_PROGMEM = "\x02" "Atikokan";
                                                                                                                    16269 
                                                                                                                    -
                                                                                                                    16270 const extended::ZoneInfo kZoneAmerica_Anguilla ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16271  kZoneNameAmerica_Anguilla /*name*/,
                                                                                                                    -
                                                                                                                    16272  0xafe31333 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16270 const extended::ZoneInfo kZoneAmerica_Atikokan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16271  kZoneNameAmerica_Atikokan /*name*/,
                                                                                                                    +
                                                                                                                    16272  0x81b92098 /*zoneId*/,
                                                                                                                    16273  &kZoneContext /*zoneContext*/,
                                                                                                                    16274  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16275  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16275  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    16276 };
                                                                                                                    16277 
                                                                                                                    16278 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16279 // Link name: America/Antigua -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16280 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    16281 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16282 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16279 // Link name: America/Atka -> America/Adak
                                                                                                                    +
                                                                                                                    16280 // Strings (bytes): 6 (originally 13)
                                                                                                                    +
                                                                                                                    16281 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    16282 // Memory (32-bit): 26
                                                                                                                    16283 //---------------------------------------------------------------------------
                                                                                                                    16284 
                                                                                                                    -
                                                                                                                    16285 static const char kZoneNameAmerica_Antigua[] ACE_TIME_PROGMEM = "\x02" "Antigua";
                                                                                                                    +
                                                                                                                    16285 static const char kZoneNameAmerica_Atka[] ACE_TIME_PROGMEM = "\x02" "Atka";
                                                                                                                    16286 
                                                                                                                    -
                                                                                                                    16287 const extended::ZoneInfo kZoneAmerica_Antigua ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16288  kZoneNameAmerica_Antigua /*name*/,
                                                                                                                    -
                                                                                                                    16289  0xc067a32f /*zoneId*/,
                                                                                                                    +
                                                                                                                    16287 const extended::ZoneInfo kZoneAmerica_Atka ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16288  kZoneNameAmerica_Atka /*name*/,
                                                                                                                    +
                                                                                                                    16289  0x97fe8f27 /*zoneId*/,
                                                                                                                    16290  &kZoneContext /*zoneContext*/,
                                                                                                                    16291  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16292  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16292  &kZoneAmerica_Adak /*eras(info)*/,
                                                                                                                    16293 };
                                                                                                                    16294 
                                                                                                                    16295 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16296 // Link name: America/Argentina/ComodRivadavia -> America/Argentina/Catamarca
                                                                                                                    -
                                                                                                                    16297 // Strings (bytes): 17 (originally 33)
                                                                                                                    -
                                                                                                                    16298 // Memory (8-bit): 28
                                                                                                                    -
                                                                                                                    16299 // Memory (32-bit): 37
                                                                                                                    +
                                                                                                                    16296 // Link name: America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16297 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    16298 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    16299 // Memory (32-bit): 34
                                                                                                                    16300 //---------------------------------------------------------------------------
                                                                                                                    16301 
                                                                                                                    -
                                                                                                                    16302 static const char kZoneNameAmerica_Argentina_ComodRivadavia[] ACE_TIME_PROGMEM = "\x02" "\x04" "ComodRivadavia";
                                                                                                                    +
                                                                                                                    16302 static const char kZoneNameAmerica_Blanc_Sablon[] ACE_TIME_PROGMEM = "\x02" "Blanc-Sablon";
                                                                                                                    16303 
                                                                                                                    -
                                                                                                                    16304 const extended::ZoneInfo kZoneAmerica_Argentina_ComodRivadavia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16305  kZoneNameAmerica_Argentina_ComodRivadavia /*name*/,
                                                                                                                    -
                                                                                                                    16306  0x22758877 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16304 const extended::ZoneInfo kZoneAmerica_Blanc_Sablon ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16305  kZoneNameAmerica_Blanc_Sablon /*name*/,
                                                                                                                    +
                                                                                                                    16306  0x6e299892 /*zoneId*/,
                                                                                                                    16307  &kZoneContext /*zoneContext*/,
                                                                                                                    16308  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16309  &kZoneAmerica_Argentina_Catamarca /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16309  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16310 };
                                                                                                                    16311 
                                                                                                                    16312 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16313 // Link name: America/Aruba -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16314 // Strings (bytes): 7 (originally 14)
                                                                                                                    -
                                                                                                                    16315 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    16316 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    16313 // Link name: America/Buenos_Aires -> America/Argentina/Buenos_Aires
                                                                                                                    +
                                                                                                                    16314 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    16315 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    16316 // Memory (32-bit): 34
                                                                                                                    16317 //---------------------------------------------------------------------------
                                                                                                                    16318 
                                                                                                                    -
                                                                                                                    16319 static const char kZoneNameAmerica_Aruba[] ACE_TIME_PROGMEM = "\x02" "Aruba";
                                                                                                                    +
                                                                                                                    16319 static const char kZoneNameAmerica_Buenos_Aires[] ACE_TIME_PROGMEM = "\x02" "Buenos_Aires";
                                                                                                                    16320 
                                                                                                                    -
                                                                                                                    16321 const extended::ZoneInfo kZoneAmerica_Aruba ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16322  kZoneNameAmerica_Aruba /*name*/,
                                                                                                                    -
                                                                                                                    16323  0x97cf8651 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16321 const extended::ZoneInfo kZoneAmerica_Buenos_Aires ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16322  kZoneNameAmerica_Buenos_Aires /*name*/,
                                                                                                                    +
                                                                                                                    16323  0x67d79a05 /*zoneId*/,
                                                                                                                    16324  &kZoneContext /*zoneContext*/,
                                                                                                                    16325  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16326  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16326  &kZoneAmerica_Argentina_Buenos_Aires /*eras(info)*/,
                                                                                                                    16327 };
                                                                                                                    16328 
                                                                                                                    16329 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16330 // Link name: America/Atikokan -> America/Panama
                                                                                                                    -
                                                                                                                    16331 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    16332 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16333 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16330 // Link name: America/Catamarca -> America/Argentina/Catamarca
                                                                                                                    +
                                                                                                                    16331 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    16332 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    16333 // Memory (32-bit): 31
                                                                                                                    16334 //---------------------------------------------------------------------------
                                                                                                                    16335 
                                                                                                                    -
                                                                                                                    16336 static const char kZoneNameAmerica_Atikokan[] ACE_TIME_PROGMEM = "\x02" "Atikokan";
                                                                                                                    +
                                                                                                                    16336 static const char kZoneNameAmerica_Catamarca[] ACE_TIME_PROGMEM = "\x02" "Catamarca";
                                                                                                                    16337 
                                                                                                                    -
                                                                                                                    16338 const extended::ZoneInfo kZoneAmerica_Atikokan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16339  kZoneNameAmerica_Atikokan /*name*/,
                                                                                                                    -
                                                                                                                    16340  0x81b92098 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16338 const extended::ZoneInfo kZoneAmerica_Catamarca ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16339  kZoneNameAmerica_Catamarca /*name*/,
                                                                                                                    +
                                                                                                                    16340  0x5036e963 /*zoneId*/,
                                                                                                                    16341  &kZoneContext /*zoneContext*/,
                                                                                                                    16342  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16343  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16343  &kZoneAmerica_Argentina_Catamarca /*eras(info)*/,
                                                                                                                    16344 };
                                                                                                                    16345 
                                                                                                                    16346 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16347 // Link name: America/Atka -> America/Adak
                                                                                                                    -
                                                                                                                    16348 // Strings (bytes): 6 (originally 13)
                                                                                                                    -
                                                                                                                    16349 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    16350 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    16347 // Link name: America/Cayman -> America/Panama
                                                                                                                    +
                                                                                                                    16348 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    16349 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    16350 // Memory (32-bit): 28
                                                                                                                    16351 //---------------------------------------------------------------------------
                                                                                                                    16352 
                                                                                                                    -
                                                                                                                    16353 static const char kZoneNameAmerica_Atka[] ACE_TIME_PROGMEM = "\x02" "Atka";
                                                                                                                    +
                                                                                                                    16353 static const char kZoneNameAmerica_Cayman[] ACE_TIME_PROGMEM = "\x02" "Cayman";
                                                                                                                    16354 
                                                                                                                    -
                                                                                                                    16355 const extended::ZoneInfo kZoneAmerica_Atka ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16356  kZoneNameAmerica_Atka /*name*/,
                                                                                                                    -
                                                                                                                    16357  0x97fe8f27 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16355 const extended::ZoneInfo kZoneAmerica_Cayman ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16356  kZoneNameAmerica_Cayman /*name*/,
                                                                                                                    +
                                                                                                                    16357  0x953961df /*zoneId*/,
                                                                                                                    16358  &kZoneContext /*zoneContext*/,
                                                                                                                    16359  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16360  &kZoneAmerica_Adak /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16360  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    16361 };
                                                                                                                    16362 
                                                                                                                    16363 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16364 // Link name: America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16365 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    16366 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    16367 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    16364 // Link name: America/Coral_Harbour -> America/Panama
                                                                                                                    +
                                                                                                                    16365 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    16366 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    16367 // Memory (32-bit): 35
                                                                                                                    16368 //---------------------------------------------------------------------------
                                                                                                                    16369 
                                                                                                                    -
                                                                                                                    16370 static const char kZoneNameAmerica_Blanc_Sablon[] ACE_TIME_PROGMEM = "\x02" "Blanc-Sablon";
                                                                                                                    +
                                                                                                                    16370 static const char kZoneNameAmerica_Coral_Harbour[] ACE_TIME_PROGMEM = "\x02" "Coral_Harbour";
                                                                                                                    16371 
                                                                                                                    -
                                                                                                                    16372 const extended::ZoneInfo kZoneAmerica_Blanc_Sablon ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16373  kZoneNameAmerica_Blanc_Sablon /*name*/,
                                                                                                                    -
                                                                                                                    16374  0x6e299892 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16372 const extended::ZoneInfo kZoneAmerica_Coral_Harbour ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16373  kZoneNameAmerica_Coral_Harbour /*name*/,
                                                                                                                    +
                                                                                                                    16374  0xabcb7569 /*zoneId*/,
                                                                                                                    16375  &kZoneContext /*zoneContext*/,
                                                                                                                    16376  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16377  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16377  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    16378 };
                                                                                                                    16379 
                                                                                                                    16380 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16381 // Link name: America/Buenos_Aires -> America/Argentina/Buenos_Aires
                                                                                                                    -
                                                                                                                    16382 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    16383 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    16384 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    16381 // Link name: America/Cordoba -> America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    16382 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    16383 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16384 // Memory (32-bit): 29
                                                                                                                    16385 //---------------------------------------------------------------------------
                                                                                                                    16386 
                                                                                                                    -
                                                                                                                    16387 static const char kZoneNameAmerica_Buenos_Aires[] ACE_TIME_PROGMEM = "\x02" "Buenos_Aires";
                                                                                                                    +
                                                                                                                    16387 static const char kZoneNameAmerica_Cordoba[] ACE_TIME_PROGMEM = "\x02" "Cordoba";
                                                                                                                    16388 
                                                                                                                    -
                                                                                                                    16389 const extended::ZoneInfo kZoneAmerica_Buenos_Aires ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16390  kZoneNameAmerica_Buenos_Aires /*name*/,
                                                                                                                    -
                                                                                                                    16391  0x67d79a05 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16389 const extended::ZoneInfo kZoneAmerica_Cordoba ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16390  kZoneNameAmerica_Cordoba /*name*/,
                                                                                                                    +
                                                                                                                    16391  0x5c8a7600 /*zoneId*/,
                                                                                                                    16392  &kZoneContext /*zoneContext*/,
                                                                                                                    16393  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16394  &kZoneAmerica_Argentina_Buenos_Aires /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16394  &kZoneAmerica_Argentina_Cordoba /*eras(info)*/,
                                                                                                                    16395 };
                                                                                                                    16396 
                                                                                                                    16397 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16398 // Link name: America/Catamarca -> America/Argentina/Catamarca
                                                                                                                    -
                                                                                                                    16399 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    16400 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    16401 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    16398 // Link name: America/Creston -> America/Phoenix
                                                                                                                    +
                                                                                                                    16399 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    16400 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16401 // Memory (32-bit): 29
                                                                                                                    16402 //---------------------------------------------------------------------------
                                                                                                                    16403 
                                                                                                                    -
                                                                                                                    16404 static const char kZoneNameAmerica_Catamarca[] ACE_TIME_PROGMEM = "\x02" "Catamarca";
                                                                                                                    +
                                                                                                                    16404 static const char kZoneNameAmerica_Creston[] ACE_TIME_PROGMEM = "\x02" "Creston";
                                                                                                                    16405 
                                                                                                                    -
                                                                                                                    16406 const extended::ZoneInfo kZoneAmerica_Catamarca ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16407  kZoneNameAmerica_Catamarca /*name*/,
                                                                                                                    -
                                                                                                                    16408  0x5036e963 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16406 const extended::ZoneInfo kZoneAmerica_Creston ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16407  kZoneNameAmerica_Creston /*name*/,
                                                                                                                    +
                                                                                                                    16408  0x62a70204 /*zoneId*/,
                                                                                                                    16409  &kZoneContext /*zoneContext*/,
                                                                                                                    16410  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16411  &kZoneAmerica_Argentina_Catamarca /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16411  &kZoneAmerica_Phoenix /*eras(info)*/,
                                                                                                                    16412 };
                                                                                                                    16413 
                                                                                                                    16414 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16415 // Link name: America/Cayman -> America/Panama
                                                                                                                    -
                                                                                                                    16416 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    16417 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    16418 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    16415 // Link name: America/Curacao -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16416 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    16417 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16418 // Memory (32-bit): 29
                                                                                                                    16419 //---------------------------------------------------------------------------
                                                                                                                    16420 
                                                                                                                    -
                                                                                                                    16421 static const char kZoneNameAmerica_Cayman[] ACE_TIME_PROGMEM = "\x02" "Cayman";
                                                                                                                    +
                                                                                                                    16421 static const char kZoneNameAmerica_Curacao[] ACE_TIME_PROGMEM = "\x02" "Curacao";
                                                                                                                    16422 
                                                                                                                    -
                                                                                                                    16423 const extended::ZoneInfo kZoneAmerica_Cayman ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16424  kZoneNameAmerica_Cayman /*name*/,
                                                                                                                    -
                                                                                                                    16425  0x953961df /*zoneId*/,
                                                                                                                    +
                                                                                                                    16423 const extended::ZoneInfo kZoneAmerica_Curacao ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16424  kZoneNameAmerica_Curacao /*name*/,
                                                                                                                    +
                                                                                                                    16425  0x6a879184 /*zoneId*/,
                                                                                                                    16426  &kZoneContext /*zoneContext*/,
                                                                                                                    16427  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16428  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16428  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16429 };
                                                                                                                    16430 
                                                                                                                    16431 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16432 // Link name: America/Coral_Harbour -> America/Panama
                                                                                                                    -
                                                                                                                    16433 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    16434 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    16435 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    16432 // Link name: America/Dominica -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16433 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    16434 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    16435 // Memory (32-bit): 30
                                                                                                                    16436 //---------------------------------------------------------------------------
                                                                                                                    16437 
                                                                                                                    -
                                                                                                                    16438 static const char kZoneNameAmerica_Coral_Harbour[] ACE_TIME_PROGMEM = "\x02" "Coral_Harbour";
                                                                                                                    +
                                                                                                                    16438 static const char kZoneNameAmerica_Dominica[] ACE_TIME_PROGMEM = "\x02" "Dominica";
                                                                                                                    16439 
                                                                                                                    -
                                                                                                                    16440 const extended::ZoneInfo kZoneAmerica_Coral_Harbour ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16441  kZoneNameAmerica_Coral_Harbour /*name*/,
                                                                                                                    -
                                                                                                                    16442  0xabcb7569 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16440 const extended::ZoneInfo kZoneAmerica_Dominica ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16441  kZoneNameAmerica_Dominica /*name*/,
                                                                                                                    +
                                                                                                                    16442  0xcecb4c4a /*zoneId*/,
                                                                                                                    16443  &kZoneContext /*zoneContext*/,
                                                                                                                    16444  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16445  &kZoneAmerica_Panama /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16445  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16446 };
                                                                                                                    16447 
                                                                                                                    16448 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16449 // Link name: America/Cordoba -> America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    16450 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    16451 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16452 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16449 // Link name: America/Ensenada -> America/Tijuana
                                                                                                                    +
                                                                                                                    16450 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    16451 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    16452 // Memory (32-bit): 30
                                                                                                                    16453 //---------------------------------------------------------------------------
                                                                                                                    16454 
                                                                                                                    -
                                                                                                                    16455 static const char kZoneNameAmerica_Cordoba[] ACE_TIME_PROGMEM = "\x02" "Cordoba";
                                                                                                                    +
                                                                                                                    16455 static const char kZoneNameAmerica_Ensenada[] ACE_TIME_PROGMEM = "\x02" "Ensenada";
                                                                                                                    16456 
                                                                                                                    -
                                                                                                                    16457 const extended::ZoneInfo kZoneAmerica_Cordoba ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16458  kZoneNameAmerica_Cordoba /*name*/,
                                                                                                                    -
                                                                                                                    16459  0x5c8a7600 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16457 const extended::ZoneInfo kZoneAmerica_Ensenada ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16458  kZoneNameAmerica_Ensenada /*name*/,
                                                                                                                    +
                                                                                                                    16459  0x7bc95445 /*zoneId*/,
                                                                                                                    16460  &kZoneContext /*zoneContext*/,
                                                                                                                    16461  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16462  &kZoneAmerica_Argentina_Cordoba /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16462  &kZoneAmerica_Tijuana /*eras(info)*/,
                                                                                                                    16463 };
                                                                                                                    16464 
                                                                                                                    16465 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16466 // Link name: America/Creston -> America/Phoenix
                                                                                                                    -
                                                                                                                    16467 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    16468 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16469 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16466 // Link name: America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    16467 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    16468 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16469 // Memory (32-bit): 32
                                                                                                                    16470 //---------------------------------------------------------------------------
                                                                                                                    16471 
                                                                                                                    -
                                                                                                                    16472 static const char kZoneNameAmerica_Creston[] ACE_TIME_PROGMEM = "\x02" "Creston";
                                                                                                                    +
                                                                                                                    16472 static const char kZoneNameAmerica_Fort_Wayne[] ACE_TIME_PROGMEM = "\x02" "Fort_Wayne";
                                                                                                                    16473 
                                                                                                                    -
                                                                                                                    16474 const extended::ZoneInfo kZoneAmerica_Creston ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16475  kZoneNameAmerica_Creston /*name*/,
                                                                                                                    -
                                                                                                                    16476  0x62a70204 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16474 const extended::ZoneInfo kZoneAmerica_Fort_Wayne ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16475  kZoneNameAmerica_Fort_Wayne /*name*/,
                                                                                                                    +
                                                                                                                    16476  0x7eaaaf24 /*zoneId*/,
                                                                                                                    16477  &kZoneContext /*zoneContext*/,
                                                                                                                    16478  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16479  &kZoneAmerica_Phoenix /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16479  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    16480 };
                                                                                                                    16481 
                                                                                                                    16482 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16483 // Link name: America/Curacao -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16483 // Link name: America/Godthab -> America/Nuuk
                                                                                                                    16484 // Strings (bytes): 9 (originally 16)
                                                                                                                    16485 // Memory (8-bit): 20
                                                                                                                    16486 // Memory (32-bit): 29
                                                                                                                    16487 //---------------------------------------------------------------------------
                                                                                                                    16488 
                                                                                                                    -
                                                                                                                    16489 static const char kZoneNameAmerica_Curacao[] ACE_TIME_PROGMEM = "\x02" "Curacao";
                                                                                                                    +
                                                                                                                    16489 static const char kZoneNameAmerica_Godthab[] ACE_TIME_PROGMEM = "\x02" "Godthab";
                                                                                                                    16490 
                                                                                                                    -
                                                                                                                    16491 const extended::ZoneInfo kZoneAmerica_Curacao ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16492  kZoneNameAmerica_Curacao /*name*/,
                                                                                                                    -
                                                                                                                    16493  0x6a879184 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16491 const extended::ZoneInfo kZoneAmerica_Godthab ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16492  kZoneNameAmerica_Godthab /*name*/,
                                                                                                                    +
                                                                                                                    16493  0x8f7eba1f /*zoneId*/,
                                                                                                                    16494  &kZoneContext /*zoneContext*/,
                                                                                                                    16495  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16496  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16496  &kZoneAmerica_Nuuk /*eras(info)*/,
                                                                                                                    16497 };
                                                                                                                    16498 
                                                                                                                    16499 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16500 // Link name: America/Dominica -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16501 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    16502 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16503 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16500 // Link name: America/Grenada -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16501 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    16502 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16503 // Memory (32-bit): 29
                                                                                                                    16504 //---------------------------------------------------------------------------
                                                                                                                    16505 
                                                                                                                    -
                                                                                                                    16506 static const char kZoneNameAmerica_Dominica[] ACE_TIME_PROGMEM = "\x02" "Dominica";
                                                                                                                    +
                                                                                                                    16506 static const char kZoneNameAmerica_Grenada[] ACE_TIME_PROGMEM = "\x02" "Grenada";
                                                                                                                    16507 
                                                                                                                    -
                                                                                                                    16508 const extended::ZoneInfo kZoneAmerica_Dominica ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16509  kZoneNameAmerica_Dominica /*name*/,
                                                                                                                    -
                                                                                                                    16510  0xcecb4c4a /*zoneId*/,
                                                                                                                    +
                                                                                                                    16508 const extended::ZoneInfo kZoneAmerica_Grenada ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16509  kZoneNameAmerica_Grenada /*name*/,
                                                                                                                    +
                                                                                                                    16510  0x968ce4d8 /*zoneId*/,
                                                                                                                    16511  &kZoneContext /*zoneContext*/,
                                                                                                                    16512  0 /*numEras*/,
                                                                                                                    16513  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16514 };
                                                                                                                    16515 
                                                                                                                    16516 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16517 // Link name: America/Ensenada -> America/Tijuana
                                                                                                                    -
                                                                                                                    16518 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    16519 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16520 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16517 // Link name: America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16518 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    16519 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16520 // Memory (32-bit): 32
                                                                                                                    16521 //---------------------------------------------------------------------------
                                                                                                                    16522 
                                                                                                                    -
                                                                                                                    16523 static const char kZoneNameAmerica_Ensenada[] ACE_TIME_PROGMEM = "\x02" "Ensenada";
                                                                                                                    +
                                                                                                                    16523 static const char kZoneNameAmerica_Guadeloupe[] ACE_TIME_PROGMEM = "\x02" "Guadeloupe";
                                                                                                                    16524 
                                                                                                                    -
                                                                                                                    16525 const extended::ZoneInfo kZoneAmerica_Ensenada ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16526  kZoneNameAmerica_Ensenada /*name*/,
                                                                                                                    -
                                                                                                                    16527  0x7bc95445 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16525 const extended::ZoneInfo kZoneAmerica_Guadeloupe ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16526  kZoneNameAmerica_Guadeloupe /*name*/,
                                                                                                                    +
                                                                                                                    16527  0xcd1f8a31 /*zoneId*/,
                                                                                                                    16528  &kZoneContext /*zoneContext*/,
                                                                                                                    16529  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16530  &kZoneAmerica_Tijuana /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16530  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16531 };
                                                                                                                    16532 
                                                                                                                    16533 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16534 // Link name: America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    16535 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    16536 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16537 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16534 // Link name: America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    16535 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    16536 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    16537 // Memory (32-bit): 34
                                                                                                                    16538 //---------------------------------------------------------------------------
                                                                                                                    16539 
                                                                                                                    -
                                                                                                                    16540 static const char kZoneNameAmerica_Fort_Wayne[] ACE_TIME_PROGMEM = "\x02" "Fort_Wayne";
                                                                                                                    +
                                                                                                                    16540 static const char kZoneNameAmerica_Indianapolis[] ACE_TIME_PROGMEM = "\x02" "Indianapolis";
                                                                                                                    16541 
                                                                                                                    -
                                                                                                                    16542 const extended::ZoneInfo kZoneAmerica_Fort_Wayne ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16543  kZoneNameAmerica_Fort_Wayne /*name*/,
                                                                                                                    -
                                                                                                                    16544  0x7eaaaf24 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16542 const extended::ZoneInfo kZoneAmerica_Indianapolis ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16543  kZoneNameAmerica_Indianapolis /*name*/,
                                                                                                                    +
                                                                                                                    16544  0x6a009ae1 /*zoneId*/,
                                                                                                                    16545  &kZoneContext /*zoneContext*/,
                                                                                                                    16546  0 /*numEras*/,
                                                                                                                    16547  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    16548 };
                                                                                                                    16549 
                                                                                                                    16550 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16551 // Link name: America/Godthab -> America/Nuuk
                                                                                                                    -
                                                                                                                    16552 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    16553 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16554 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16551 // Link name: America/Jujuy -> America/Argentina/Jujuy
                                                                                                                    +
                                                                                                                    16552 // Strings (bytes): 7 (originally 14)
                                                                                                                    +
                                                                                                                    16553 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    16554 // Memory (32-bit): 27
                                                                                                                    16555 //---------------------------------------------------------------------------
                                                                                                                    16556 
                                                                                                                    -
                                                                                                                    16557 static const char kZoneNameAmerica_Godthab[] ACE_TIME_PROGMEM = "\x02" "Godthab";
                                                                                                                    +
                                                                                                                    16557 static const char kZoneNameAmerica_Jujuy[] ACE_TIME_PROGMEM = "\x02" "Jujuy";
                                                                                                                    16558 
                                                                                                                    -
                                                                                                                    16559 const extended::ZoneInfo kZoneAmerica_Godthab ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16560  kZoneNameAmerica_Godthab /*name*/,
                                                                                                                    -
                                                                                                                    16561  0x8f7eba1f /*zoneId*/,
                                                                                                                    +
                                                                                                                    16559 const extended::ZoneInfo kZoneAmerica_Jujuy ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16560  kZoneNameAmerica_Jujuy /*name*/,
                                                                                                                    +
                                                                                                                    16561  0x9873dbbd /*zoneId*/,
                                                                                                                    16562  &kZoneContext /*zoneContext*/,
                                                                                                                    16563  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16564  &kZoneAmerica_Nuuk /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16564  &kZoneAmerica_Argentina_Jujuy /*eras(info)*/,
                                                                                                                    16565 };
                                                                                                                    16566 
                                                                                                                    16567 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16568 // Link name: America/Grenada -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16568 // Link name: America/Knox_IN -> America/Indiana/Knox
                                                                                                                    16569 // Strings (bytes): 9 (originally 16)
                                                                                                                    16570 // Memory (8-bit): 20
                                                                                                                    16571 // Memory (32-bit): 29
                                                                                                                    16572 //---------------------------------------------------------------------------
                                                                                                                    16573 
                                                                                                                    -
                                                                                                                    16574 static const char kZoneNameAmerica_Grenada[] ACE_TIME_PROGMEM = "\x02" "Grenada";
                                                                                                                    +
                                                                                                                    16574 static const char kZoneNameAmerica_Knox_IN[] ACE_TIME_PROGMEM = "\x02" "Knox_IN";
                                                                                                                    16575 
                                                                                                                    -
                                                                                                                    16576 const extended::ZoneInfo kZoneAmerica_Grenada ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16577  kZoneNameAmerica_Grenada /*name*/,
                                                                                                                    -
                                                                                                                    16578  0x968ce4d8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16576 const extended::ZoneInfo kZoneAmerica_Knox_IN ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16577  kZoneNameAmerica_Knox_IN /*name*/,
                                                                                                                    +
                                                                                                                    16578  0xc1db9a1c /*zoneId*/,
                                                                                                                    16579  &kZoneContext /*zoneContext*/,
                                                                                                                    16580  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16581  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16581  &kZoneAmerica_Indiana_Knox /*eras(info)*/,
                                                                                                                    16582 };
                                                                                                                    16583 
                                                                                                                    16584 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16585 // Link name: America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16585 // Link name: America/Kralendijk -> America/Puerto_Rico
                                                                                                                    16586 // Strings (bytes): 12 (originally 19)
                                                                                                                    16587 // Memory (8-bit): 23
                                                                                                                    16588 // Memory (32-bit): 32
                                                                                                                    16589 //---------------------------------------------------------------------------
                                                                                                                    16590 
                                                                                                                    -
                                                                                                                    16591 static const char kZoneNameAmerica_Guadeloupe[] ACE_TIME_PROGMEM = "\x02" "Guadeloupe";
                                                                                                                    +
                                                                                                                    16591 static const char kZoneNameAmerica_Kralendijk[] ACE_TIME_PROGMEM = "\x02" "Kralendijk";
                                                                                                                    16592 
                                                                                                                    -
                                                                                                                    16593 const extended::ZoneInfo kZoneAmerica_Guadeloupe ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16594  kZoneNameAmerica_Guadeloupe /*name*/,
                                                                                                                    -
                                                                                                                    16595  0xcd1f8a31 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16593 const extended::ZoneInfo kZoneAmerica_Kralendijk ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16594  kZoneNameAmerica_Kralendijk /*name*/,
                                                                                                                    +
                                                                                                                    16595  0xe7c456c5 /*zoneId*/,
                                                                                                                    16596  &kZoneContext /*zoneContext*/,
                                                                                                                    16597  0 /*numEras*/,
                                                                                                                    16598  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16599 };
                                                                                                                    16600 
                                                                                                                    16601 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16602 // Link name: America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    16603 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    16604 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    16605 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    16602 // Link name: America/Louisville -> America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    16603 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    16604 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16605 // Memory (32-bit): 32
                                                                                                                    16606 //---------------------------------------------------------------------------
                                                                                                                    16607 
                                                                                                                    -
                                                                                                                    16608 static const char kZoneNameAmerica_Indianapolis[] ACE_TIME_PROGMEM = "\x02" "Indianapolis";
                                                                                                                    +
                                                                                                                    16608 static const char kZoneNameAmerica_Louisville[] ACE_TIME_PROGMEM = "\x02" "Louisville";
                                                                                                                    16609 
                                                                                                                    -
                                                                                                                    16610 const extended::ZoneInfo kZoneAmerica_Indianapolis ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16611  kZoneNameAmerica_Indianapolis /*name*/,
                                                                                                                    -
                                                                                                                    16612  0x6a009ae1 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16610 const extended::ZoneInfo kZoneAmerica_Louisville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16611  kZoneNameAmerica_Louisville /*name*/,
                                                                                                                    +
                                                                                                                    16612  0x3dcb47ee /*zoneId*/,
                                                                                                                    16613  &kZoneContext /*zoneContext*/,
                                                                                                                    16614  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16615  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16615  &kZoneAmerica_Kentucky_Louisville /*eras(info)*/,
                                                                                                                    16616 };
                                                                                                                    16617 
                                                                                                                    16618 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16619 // Link name: America/Jujuy -> America/Argentina/Jujuy
                                                                                                                    -
                                                                                                                    16620 // Strings (bytes): 7 (originally 14)
                                                                                                                    -
                                                                                                                    16621 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    16622 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    16619 // Link name: America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16620 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    16621 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    16622 // Memory (32-bit): 35
                                                                                                                    16623 //---------------------------------------------------------------------------
                                                                                                                    16624 
                                                                                                                    -
                                                                                                                    16625 static const char kZoneNameAmerica_Jujuy[] ACE_TIME_PROGMEM = "\x02" "Jujuy";
                                                                                                                    +
                                                                                                                    16625 static const char kZoneNameAmerica_Lower_Princes[] ACE_TIME_PROGMEM = "\x02" "Lower_Princes";
                                                                                                                    16626 
                                                                                                                    -
                                                                                                                    16627 const extended::ZoneInfo kZoneAmerica_Jujuy ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16628  kZoneNameAmerica_Jujuy /*name*/,
                                                                                                                    -
                                                                                                                    16629  0x9873dbbd /*zoneId*/,
                                                                                                                    +
                                                                                                                    16627 const extended::ZoneInfo kZoneAmerica_Lower_Princes ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16628  kZoneNameAmerica_Lower_Princes /*name*/,
                                                                                                                    +
                                                                                                                    16629  0x6ae45b62 /*zoneId*/,
                                                                                                                    16630  &kZoneContext /*zoneContext*/,
                                                                                                                    16631  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16632  &kZoneAmerica_Argentina_Jujuy /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16632  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16633 };
                                                                                                                    16634 
                                                                                                                    16635 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16636 // Link name: America/Knox_IN -> America/Indiana/Knox
                                                                                                                    +
                                                                                                                    16636 // Link name: America/Marigot -> America/Puerto_Rico
                                                                                                                    16637 // Strings (bytes): 9 (originally 16)
                                                                                                                    16638 // Memory (8-bit): 20
                                                                                                                    16639 // Memory (32-bit): 29
                                                                                                                    16640 //---------------------------------------------------------------------------
                                                                                                                    16641 
                                                                                                                    -
                                                                                                                    16642 static const char kZoneNameAmerica_Knox_IN[] ACE_TIME_PROGMEM = "\x02" "Knox_IN";
                                                                                                                    +
                                                                                                                    16642 static const char kZoneNameAmerica_Marigot[] ACE_TIME_PROGMEM = "\x02" "Marigot";
                                                                                                                    16643 
                                                                                                                    -
                                                                                                                    16644 const extended::ZoneInfo kZoneAmerica_Knox_IN ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16645  kZoneNameAmerica_Knox_IN /*name*/,
                                                                                                                    -
                                                                                                                    16646  0xc1db9a1c /*zoneId*/,
                                                                                                                    +
                                                                                                                    16644 const extended::ZoneInfo kZoneAmerica_Marigot ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16645  kZoneNameAmerica_Marigot /*name*/,
                                                                                                                    +
                                                                                                                    16646  0x3dab3a59 /*zoneId*/,
                                                                                                                    16647  &kZoneContext /*zoneContext*/,
                                                                                                                    16648  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16649  &kZoneAmerica_Indiana_Knox /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16649  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16650 };
                                                                                                                    16651 
                                                                                                                    16652 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16653 // Link name: America/Kralendijk -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16654 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    16655 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16656 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16653 // Link name: America/Mendoza -> America/Argentina/Mendoza
                                                                                                                    +
                                                                                                                    16654 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    16655 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16656 // Memory (32-bit): 29
                                                                                                                    16657 //---------------------------------------------------------------------------
                                                                                                                    16658 
                                                                                                                    -
                                                                                                                    16659 static const char kZoneNameAmerica_Kralendijk[] ACE_TIME_PROGMEM = "\x02" "Kralendijk";
                                                                                                                    +
                                                                                                                    16659 static const char kZoneNameAmerica_Mendoza[] ACE_TIME_PROGMEM = "\x02" "Mendoza";
                                                                                                                    16660 
                                                                                                                    -
                                                                                                                    16661 const extended::ZoneInfo kZoneAmerica_Kralendijk ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16662  kZoneNameAmerica_Kralendijk /*name*/,
                                                                                                                    -
                                                                                                                    16663  0xe7c456c5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16661 const extended::ZoneInfo kZoneAmerica_Mendoza ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16662  kZoneNameAmerica_Mendoza /*name*/,
                                                                                                                    +
                                                                                                                    16663  0x46b4e054 /*zoneId*/,
                                                                                                                    16664  &kZoneContext /*zoneContext*/,
                                                                                                                    16665  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16666  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16666  &kZoneAmerica_Argentina_Mendoza /*eras(info)*/,
                                                                                                                    16667 };
                                                                                                                    16668 
                                                                                                                    16669 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16670 // Link name: America/Louisville -> America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    16671 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    16672 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16673 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16670 // Link name: America/Montreal -> America/Toronto
                                                                                                                    +
                                                                                                                    16671 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    16672 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    16673 // Memory (32-bit): 30
                                                                                                                    16674 //---------------------------------------------------------------------------
                                                                                                                    16675 
                                                                                                                    -
                                                                                                                    16676 static const char kZoneNameAmerica_Louisville[] ACE_TIME_PROGMEM = "\x02" "Louisville";
                                                                                                                    +
                                                                                                                    16676 static const char kZoneNameAmerica_Montreal[] ACE_TIME_PROGMEM = "\x02" "Montreal";
                                                                                                                    16677 
                                                                                                                    -
                                                                                                                    16678 const extended::ZoneInfo kZoneAmerica_Louisville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16679  kZoneNameAmerica_Louisville /*name*/,
                                                                                                                    -
                                                                                                                    16680  0x3dcb47ee /*zoneId*/,
                                                                                                                    +
                                                                                                                    16678 const extended::ZoneInfo kZoneAmerica_Montreal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16679  kZoneNameAmerica_Montreal /*name*/,
                                                                                                                    +
                                                                                                                    16680  0x203a1ea8 /*zoneId*/,
                                                                                                                    16681  &kZoneContext /*zoneContext*/,
                                                                                                                    16682  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16683  &kZoneAmerica_Kentucky_Louisville /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16683  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    16684 };
                                                                                                                    16685 
                                                                                                                    16686 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16687 // Link name: America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16688 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    16689 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    16690 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    16687 // Link name: America/Montserrat -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16688 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    16689 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16690 // Memory (32-bit): 32
                                                                                                                    16691 //---------------------------------------------------------------------------
                                                                                                                    16692 
                                                                                                                    -
                                                                                                                    16693 static const char kZoneNameAmerica_Lower_Princes[] ACE_TIME_PROGMEM = "\x02" "Lower_Princes";
                                                                                                                    +
                                                                                                                    16693 static const char kZoneNameAmerica_Montserrat[] ACE_TIME_PROGMEM = "\x02" "Montserrat";
                                                                                                                    16694 
                                                                                                                    -
                                                                                                                    16695 const extended::ZoneInfo kZoneAmerica_Lower_Princes ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16696  kZoneNameAmerica_Lower_Princes /*name*/,
                                                                                                                    -
                                                                                                                    16697  0x6ae45b62 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16695 const extended::ZoneInfo kZoneAmerica_Montserrat ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16696  kZoneNameAmerica_Montserrat /*name*/,
                                                                                                                    +
                                                                                                                    16697  0x199b0a35 /*zoneId*/,
                                                                                                                    16698  &kZoneContext /*zoneContext*/,
                                                                                                                    16699  0 /*numEras*/,
                                                                                                                    16700  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16701 };
                                                                                                                    16702 
                                                                                                                    16703 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16704 // Link name: America/Marigot -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16705 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    16706 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16707 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16704 // Link name: America/Nassau -> America/Toronto
                                                                                                                    +
                                                                                                                    16705 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    16706 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    16707 // Memory (32-bit): 28
                                                                                                                    16708 //---------------------------------------------------------------------------
                                                                                                                    16709 
                                                                                                                    -
                                                                                                                    16710 static const char kZoneNameAmerica_Marigot[] ACE_TIME_PROGMEM = "\x02" "Marigot";
                                                                                                                    +
                                                                                                                    16710 static const char kZoneNameAmerica_Nassau[] ACE_TIME_PROGMEM = "\x02" "Nassau";
                                                                                                                    16711 
                                                                                                                    -
                                                                                                                    16712 const extended::ZoneInfo kZoneAmerica_Marigot ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16713  kZoneNameAmerica_Marigot /*name*/,
                                                                                                                    -
                                                                                                                    16714  0x3dab3a59 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16712 const extended::ZoneInfo kZoneAmerica_Nassau ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16713  kZoneNameAmerica_Nassau /*name*/,
                                                                                                                    +
                                                                                                                    16714  0xaedef011 /*zoneId*/,
                                                                                                                    16715  &kZoneContext /*zoneContext*/,
                                                                                                                    16716  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16717  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16717  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    16718 };
                                                                                                                    16719 
                                                                                                                    16720 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16721 // Link name: America/Mendoza -> America/Argentina/Mendoza
                                                                                                                    -
                                                                                                                    16722 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    16723 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16724 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16721 // Link name: America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16722 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    16723 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    16724 // Memory (32-bit): 35
                                                                                                                    16725 //---------------------------------------------------------------------------
                                                                                                                    16726 
                                                                                                                    -
                                                                                                                    16727 static const char kZoneNameAmerica_Mendoza[] ACE_TIME_PROGMEM = "\x02" "Mendoza";
                                                                                                                    +
                                                                                                                    16727 static const char kZoneNameAmerica_Port_of_Spain[] ACE_TIME_PROGMEM = "\x02" "Port_of_Spain";
                                                                                                                    16728 
                                                                                                                    -
                                                                                                                    16729 const extended::ZoneInfo kZoneAmerica_Mendoza ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16730  kZoneNameAmerica_Mendoza /*name*/,
                                                                                                                    -
                                                                                                                    16731  0x46b4e054 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16729 const extended::ZoneInfo kZoneAmerica_Port_of_Spain ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16730  kZoneNameAmerica_Port_of_Spain /*name*/,
                                                                                                                    +
                                                                                                                    16731  0xd8b28d59 /*zoneId*/,
                                                                                                                    16732  &kZoneContext /*zoneContext*/,
                                                                                                                    16733  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16734  &kZoneAmerica_Argentina_Mendoza /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16734  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16735 };
                                                                                                                    16736 
                                                                                                                    16737 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16738 // Link name: America/Montreal -> America/Toronto
                                                                                                                    -
                                                                                                                    16739 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    16740 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16741 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16738 // Link name: America/Porto_Acre -> America/Rio_Branco
                                                                                                                    +
                                                                                                                    16739 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    16740 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16741 // Memory (32-bit): 32
                                                                                                                    16742 //---------------------------------------------------------------------------
                                                                                                                    16743 
                                                                                                                    -
                                                                                                                    16744 static const char kZoneNameAmerica_Montreal[] ACE_TIME_PROGMEM = "\x02" "Montreal";
                                                                                                                    +
                                                                                                                    16744 static const char kZoneNameAmerica_Porto_Acre[] ACE_TIME_PROGMEM = "\x02" "Porto_Acre";
                                                                                                                    16745 
                                                                                                                    -
                                                                                                                    16746 const extended::ZoneInfo kZoneAmerica_Montreal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16747  kZoneNameAmerica_Montreal /*name*/,
                                                                                                                    -
                                                                                                                    16748  0x203a1ea8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16746 const extended::ZoneInfo kZoneAmerica_Porto_Acre ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16747  kZoneNameAmerica_Porto_Acre /*name*/,
                                                                                                                    +
                                                                                                                    16748  0xcce5bf54 /*zoneId*/,
                                                                                                                    16749  &kZoneContext /*zoneContext*/,
                                                                                                                    16750  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16751  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16751  &kZoneAmerica_Rio_Branco /*eras(info)*/,
                                                                                                                    16752 };
                                                                                                                    16753 
                                                                                                                    16754 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16755 // Link name: America/Montserrat -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16756 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    16757 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16758 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16755 // Link name: America/Rosario -> America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    16756 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    16757 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16758 // Memory (32-bit): 29
                                                                                                                    16759 //---------------------------------------------------------------------------
                                                                                                                    16760 
                                                                                                                    -
                                                                                                                    16761 static const char kZoneNameAmerica_Montserrat[] ACE_TIME_PROGMEM = "\x02" "Montserrat";
                                                                                                                    +
                                                                                                                    16761 static const char kZoneNameAmerica_Rosario[] ACE_TIME_PROGMEM = "\x02" "Rosario";
                                                                                                                    16762 
                                                                                                                    -
                                                                                                                    16763 const extended::ZoneInfo kZoneAmerica_Montserrat ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16764  kZoneNameAmerica_Montserrat /*name*/,
                                                                                                                    -
                                                                                                                    16765  0x199b0a35 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16763 const extended::ZoneInfo kZoneAmerica_Rosario ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16764  kZoneNameAmerica_Rosario /*name*/,
                                                                                                                    +
                                                                                                                    16765  0xdf448665 /*zoneId*/,
                                                                                                                    16766  &kZoneContext /*zoneContext*/,
                                                                                                                    16767  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16768  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16768  &kZoneAmerica_Argentina_Cordoba /*eras(info)*/,
                                                                                                                    16769 };
                                                                                                                    16770 
                                                                                                                    16771 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16772 // Link name: America/Nassau -> America/Toronto
                                                                                                                    -
                                                                                                                    16773 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    16774 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    16775 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    16772 // Link name: America/Santa_Isabel -> America/Tijuana
                                                                                                                    +
                                                                                                                    16773 // Strings (bytes): 14 (originally 21)
                                                                                                                    +
                                                                                                                    16774 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    16775 // Memory (32-bit): 34
                                                                                                                    16776 //---------------------------------------------------------------------------
                                                                                                                    16777 
                                                                                                                    -
                                                                                                                    16778 static const char kZoneNameAmerica_Nassau[] ACE_TIME_PROGMEM = "\x02" "Nassau";
                                                                                                                    +
                                                                                                                    16778 static const char kZoneNameAmerica_Santa_Isabel[] ACE_TIME_PROGMEM = "\x02" "Santa_Isabel";
                                                                                                                    16779 
                                                                                                                    -
                                                                                                                    16780 const extended::ZoneInfo kZoneAmerica_Nassau ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16781  kZoneNameAmerica_Nassau /*name*/,
                                                                                                                    -
                                                                                                                    16782  0xaedef011 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16780 const extended::ZoneInfo kZoneAmerica_Santa_Isabel ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16781  kZoneNameAmerica_Santa_Isabel /*name*/,
                                                                                                                    +
                                                                                                                    16782  0xfd18a56c /*zoneId*/,
                                                                                                                    16783  &kZoneContext /*zoneContext*/,
                                                                                                                    16784  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16785  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16785  &kZoneAmerica_Tijuana /*eras(info)*/,
                                                                                                                    16786 };
                                                                                                                    16787 
                                                                                                                    16788 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16789 // Link name: America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16790 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    16791 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    16792 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    16789 // Link name: America/Shiprock -> America/Denver
                                                                                                                    +
                                                                                                                    16790 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    16791 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    16792 // Memory (32-bit): 30
                                                                                                                    16793 //---------------------------------------------------------------------------
                                                                                                                    16794 
                                                                                                                    -
                                                                                                                    16795 static const char kZoneNameAmerica_Port_of_Spain[] ACE_TIME_PROGMEM = "\x02" "Port_of_Spain";
                                                                                                                    +
                                                                                                                    16795 static const char kZoneNameAmerica_Shiprock[] ACE_TIME_PROGMEM = "\x02" "Shiprock";
                                                                                                                    16796 
                                                                                                                    -
                                                                                                                    16797 const extended::ZoneInfo kZoneAmerica_Port_of_Spain ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16798  kZoneNameAmerica_Port_of_Spain /*name*/,
                                                                                                                    -
                                                                                                                    16799  0xd8b28d59 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16797 const extended::ZoneInfo kZoneAmerica_Shiprock ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16798  kZoneNameAmerica_Shiprock /*name*/,
                                                                                                                    +
                                                                                                                    16799  0x82fb7049 /*zoneId*/,
                                                                                                                    16800  &kZoneContext /*zoneContext*/,
                                                                                                                    16801  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16802  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16802  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    16803 };
                                                                                                                    16804 
                                                                                                                    16805 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16806 // Link name: America/Porto_Acre -> America/Rio_Branco
                                                                                                                    -
                                                                                                                    16807 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    16808 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16809 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16806 // Link name: America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16807 // Strings (bytes): 15 (originally 22)
                                                                                                                    +
                                                                                                                    16808 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    16809 // Memory (32-bit): 35
                                                                                                                    16810 //---------------------------------------------------------------------------
                                                                                                                    16811 
                                                                                                                    -
                                                                                                                    16812 static const char kZoneNameAmerica_Porto_Acre[] ACE_TIME_PROGMEM = "\x02" "Porto_Acre";
                                                                                                                    +
                                                                                                                    16812 static const char kZoneNameAmerica_St_Barthelemy[] ACE_TIME_PROGMEM = "\x02" "St_Barthelemy";
                                                                                                                    16813 
                                                                                                                    -
                                                                                                                    16814 const extended::ZoneInfo kZoneAmerica_Porto_Acre ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16815  kZoneNameAmerica_Porto_Acre /*name*/,
                                                                                                                    -
                                                                                                                    16816  0xcce5bf54 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16814 const extended::ZoneInfo kZoneAmerica_St_Barthelemy ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16815  kZoneNameAmerica_St_Barthelemy /*name*/,
                                                                                                                    +
                                                                                                                    16816  0x054e6a79 /*zoneId*/,
                                                                                                                    16817  &kZoneContext /*zoneContext*/,
                                                                                                                    16818  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16819  &kZoneAmerica_Rio_Branco /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16819  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16820 };
                                                                                                                    16821 
                                                                                                                    16822 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16823 // Link name: America/Rosario -> America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    16824 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    16825 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16826 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16823 // Link name: America/St_Kitts -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16824 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    16825 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    16826 // Memory (32-bit): 30
                                                                                                                    16827 //---------------------------------------------------------------------------
                                                                                                                    16828 
                                                                                                                    -
                                                                                                                    16829 static const char kZoneNameAmerica_Rosario[] ACE_TIME_PROGMEM = "\x02" "Rosario";
                                                                                                                    +
                                                                                                                    16829 static const char kZoneNameAmerica_St_Kitts[] ACE_TIME_PROGMEM = "\x02" "St_Kitts";
                                                                                                                    16830 
                                                                                                                    -
                                                                                                                    16831 const extended::ZoneInfo kZoneAmerica_Rosario ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16832  kZoneNameAmerica_Rosario /*name*/,
                                                                                                                    -
                                                                                                                    16833  0xdf448665 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16831 const extended::ZoneInfo kZoneAmerica_St_Kitts ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16832  kZoneNameAmerica_St_Kitts /*name*/,
                                                                                                                    +
                                                                                                                    16833  0x04c0507b /*zoneId*/,
                                                                                                                    16834  &kZoneContext /*zoneContext*/,
                                                                                                                    16835  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16836  &kZoneAmerica_Argentina_Cordoba /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16836  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16837 };
                                                                                                                    16838 
                                                                                                                    16839 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16840 // Link name: America/Santa_Isabel -> America/Tijuana
                                                                                                                    -
                                                                                                                    16841 // Strings (bytes): 14 (originally 21)
                                                                                                                    -
                                                                                                                    16842 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    16843 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    16840 // Link name: America/St_Lucia -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16841 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    16842 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    16843 // Memory (32-bit): 30
                                                                                                                    16844 //---------------------------------------------------------------------------
                                                                                                                    16845 
                                                                                                                    -
                                                                                                                    16846 static const char kZoneNameAmerica_Santa_Isabel[] ACE_TIME_PROGMEM = "\x02" "Santa_Isabel";
                                                                                                                    +
                                                                                                                    16846 static const char kZoneNameAmerica_St_Lucia[] ACE_TIME_PROGMEM = "\x02" "St_Lucia";
                                                                                                                    16847 
                                                                                                                    -
                                                                                                                    16848 const extended::ZoneInfo kZoneAmerica_Santa_Isabel ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16849  kZoneNameAmerica_Santa_Isabel /*name*/,
                                                                                                                    -
                                                                                                                    16850  0xfd18a56c /*zoneId*/,
                                                                                                                    +
                                                                                                                    16848 const extended::ZoneInfo kZoneAmerica_St_Lucia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16849  kZoneNameAmerica_St_Lucia /*name*/,
                                                                                                                    +
                                                                                                                    16850  0x04d8b3ba /*zoneId*/,
                                                                                                                    16851  &kZoneContext /*zoneContext*/,
                                                                                                                    16852  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16853  &kZoneAmerica_Tijuana /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16853  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16854 };
                                                                                                                    16855 
                                                                                                                    16856 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16857 // Link name: America/Shiprock -> America/Denver
                                                                                                                    -
                                                                                                                    16858 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    16859 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16860 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16857 // Link name: America/St_Thomas -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16858 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    16859 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    16860 // Memory (32-bit): 31
                                                                                                                    16861 //---------------------------------------------------------------------------
                                                                                                                    16862 
                                                                                                                    -
                                                                                                                    16863 static const char kZoneNameAmerica_Shiprock[] ACE_TIME_PROGMEM = "\x02" "Shiprock";
                                                                                                                    +
                                                                                                                    16863 static const char kZoneNameAmerica_St_Thomas[] ACE_TIME_PROGMEM = "\x02" "St_Thomas";
                                                                                                                    16864 
                                                                                                                    -
                                                                                                                    16865 const extended::ZoneInfo kZoneAmerica_Shiprock ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16866  kZoneNameAmerica_Shiprock /*name*/,
                                                                                                                    -
                                                                                                                    16867  0x82fb7049 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16865 const extended::ZoneInfo kZoneAmerica_St_Thomas ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16866  kZoneNameAmerica_St_Thomas /*name*/,
                                                                                                                    +
                                                                                                                    16867  0xb1b3d778 /*zoneId*/,
                                                                                                                    16868  &kZoneContext /*zoneContext*/,
                                                                                                                    16869  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16870  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16870  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16871 };
                                                                                                                    16872 
                                                                                                                    16873 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16874 // Link name: America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16875 // Strings (bytes): 15 (originally 22)
                                                                                                                    -
                                                                                                                    16876 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    16877 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    16874 // Link name: America/St_Vincent -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16875 // Strings (bytes): 12 (originally 19)
                                                                                                                    +
                                                                                                                    16876 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16877 // Memory (32-bit): 32
                                                                                                                    16878 //---------------------------------------------------------------------------
                                                                                                                    16879 
                                                                                                                    -
                                                                                                                    16880 static const char kZoneNameAmerica_St_Barthelemy[] ACE_TIME_PROGMEM = "\x02" "St_Barthelemy";
                                                                                                                    +
                                                                                                                    16880 static const char kZoneNameAmerica_St_Vincent[] ACE_TIME_PROGMEM = "\x02" "St_Vincent";
                                                                                                                    16881 
                                                                                                                    -
                                                                                                                    16882 const extended::ZoneInfo kZoneAmerica_St_Barthelemy ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16883  kZoneNameAmerica_St_Barthelemy /*name*/,
                                                                                                                    -
                                                                                                                    16884  0x054e6a79 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16882 const extended::ZoneInfo kZoneAmerica_St_Vincent ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16883  kZoneNameAmerica_St_Vincent /*name*/,
                                                                                                                    +
                                                                                                                    16884  0x8460e523 /*zoneId*/,
                                                                                                                    16885  &kZoneContext /*zoneContext*/,
                                                                                                                    16886  0 /*numEras*/,
                                                                                                                    16887  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16888 };
                                                                                                                    16889 
                                                                                                                    16890 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16891 // Link name: America/St_Kitts -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16892 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    16893 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16894 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16891 // Link name: America/Tortola -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16892 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    16893 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16894 // Memory (32-bit): 29
                                                                                                                    16895 //---------------------------------------------------------------------------
                                                                                                                    16896 
                                                                                                                    -
                                                                                                                    16897 static const char kZoneNameAmerica_St_Kitts[] ACE_TIME_PROGMEM = "\x02" "St_Kitts";
                                                                                                                    +
                                                                                                                    16897 static const char kZoneNameAmerica_Tortola[] ACE_TIME_PROGMEM = "\x02" "Tortola";
                                                                                                                    16898 
                                                                                                                    -
                                                                                                                    16899 const extended::ZoneInfo kZoneAmerica_St_Kitts ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16900  kZoneNameAmerica_St_Kitts /*name*/,
                                                                                                                    -
                                                                                                                    16901  0x04c0507b /*zoneId*/,
                                                                                                                    +
                                                                                                                    16899 const extended::ZoneInfo kZoneAmerica_Tortola ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16900  kZoneNameAmerica_Tortola /*name*/,
                                                                                                                    +
                                                                                                                    16901  0x7931462b /*zoneId*/,
                                                                                                                    16902  &kZoneContext /*zoneContext*/,
                                                                                                                    16903  0 /*numEras*/,
                                                                                                                    16904  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16905 };
                                                                                                                    16906 
                                                                                                                    16907 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16908 // Link name: America/St_Lucia -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16909 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    16910 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    16911 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    16908 // Link name: America/Virgin -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    16909 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    16910 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    16911 // Memory (32-bit): 28
                                                                                                                    16912 //---------------------------------------------------------------------------
                                                                                                                    16913 
                                                                                                                    -
                                                                                                                    16914 static const char kZoneNameAmerica_St_Lucia[] ACE_TIME_PROGMEM = "\x02" "St_Lucia";
                                                                                                                    +
                                                                                                                    16914 static const char kZoneNameAmerica_Virgin[] ACE_TIME_PROGMEM = "\x02" "Virgin";
                                                                                                                    16915 
                                                                                                                    -
                                                                                                                    16916 const extended::ZoneInfo kZoneAmerica_St_Lucia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16917  kZoneNameAmerica_St_Lucia /*name*/,
                                                                                                                    -
                                                                                                                    16918  0x04d8b3ba /*zoneId*/,
                                                                                                                    +
                                                                                                                    16916 const extended::ZoneInfo kZoneAmerica_Virgin ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16917  kZoneNameAmerica_Virgin /*name*/,
                                                                                                                    +
                                                                                                                    16918  0xc2183ab5 /*zoneId*/,
                                                                                                                    16919  &kZoneContext /*zoneContext*/,
                                                                                                                    16920  0 /*numEras*/,
                                                                                                                    16921  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    16922 };
                                                                                                                    16923 
                                                                                                                    16924 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16925 // Link name: America/St_Thomas -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16926 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    16927 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    16928 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    16925 // Link name: Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    16926 // Strings (bytes): 16 (originally 26)
                                                                                                                    +
                                                                                                                    16927 // Memory (8-bit): 27
                                                                                                                    +
                                                                                                                    16928 // Memory (32-bit): 36
                                                                                                                    16929 //---------------------------------------------------------------------------
                                                                                                                    16930 
                                                                                                                    -
                                                                                                                    16931 static const char kZoneNameAmerica_St_Thomas[] ACE_TIME_PROGMEM = "\x02" "St_Thomas";
                                                                                                                    +
                                                                                                                    16931 static const char kZoneNameAntarctica_DumontDUrville[] ACE_TIME_PROGMEM = "\x03" "DumontDUrville";
                                                                                                                    16932 
                                                                                                                    -
                                                                                                                    16933 const extended::ZoneInfo kZoneAmerica_St_Thomas ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16934  kZoneNameAmerica_St_Thomas /*name*/,
                                                                                                                    -
                                                                                                                    16935  0xb1b3d778 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16933 const extended::ZoneInfo kZoneAntarctica_DumontDUrville ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16934  kZoneNameAntarctica_DumontDUrville /*name*/,
                                                                                                                    +
                                                                                                                    16935  0x5a3c656c /*zoneId*/,
                                                                                                                    16936  &kZoneContext /*zoneContext*/,
                                                                                                                    16937  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16938  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16938  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    16939 };
                                                                                                                    16940 
                                                                                                                    16941 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16942 // Link name: America/St_Vincent -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16943 // Strings (bytes): 12 (originally 19)
                                                                                                                    -
                                                                                                                    16944 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    16945 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    16942 // Link name: Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    16943 // Strings (bytes): 9 (originally 19)
                                                                                                                    +
                                                                                                                    16944 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    16945 // Memory (32-bit): 29
                                                                                                                    16946 //---------------------------------------------------------------------------
                                                                                                                    16947 
                                                                                                                    -
                                                                                                                    16948 static const char kZoneNameAmerica_St_Vincent[] ACE_TIME_PROGMEM = "\x02" "St_Vincent";
                                                                                                                    +
                                                                                                                    16948 static const char kZoneNameAntarctica_McMurdo[] ACE_TIME_PROGMEM = "\x03" "McMurdo";
                                                                                                                    16949 
                                                                                                                    -
                                                                                                                    16950 const extended::ZoneInfo kZoneAmerica_St_Vincent ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16951  kZoneNameAmerica_St_Vincent /*name*/,
                                                                                                                    -
                                                                                                                    16952  0x8460e523 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16950 const extended::ZoneInfo kZoneAntarctica_McMurdo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16951  kZoneNameAntarctica_McMurdo /*name*/,
                                                                                                                    +
                                                                                                                    16952  0x6eeb5585 /*zoneId*/,
                                                                                                                    16953  &kZoneContext /*zoneContext*/,
                                                                                                                    16954  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16955  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16955  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    16956 };
                                                                                                                    16957 
                                                                                                                    16958 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16959 // Link name: America/Tortola -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16960 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    16961 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    16962 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    16959 // Link name: Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    16960 // Strings (bytes): 12 (originally 22)
                                                                                                                    +
                                                                                                                    16961 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    16962 // Memory (32-bit): 32
                                                                                                                    16963 //---------------------------------------------------------------------------
                                                                                                                    16964 
                                                                                                                    -
                                                                                                                    16965 static const char kZoneNameAmerica_Tortola[] ACE_TIME_PROGMEM = "\x02" "Tortola";
                                                                                                                    +
                                                                                                                    16965 static const char kZoneNameAntarctica_South_Pole[] ACE_TIME_PROGMEM = "\x03" "South_Pole";
                                                                                                                    16966 
                                                                                                                    -
                                                                                                                    16967 const extended::ZoneInfo kZoneAmerica_Tortola ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16968  kZoneNameAmerica_Tortola /*name*/,
                                                                                                                    -
                                                                                                                    16969  0x7931462b /*zoneId*/,
                                                                                                                    +
                                                                                                                    16967 const extended::ZoneInfo kZoneAntarctica_South_Pole ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16968  kZoneNameAntarctica_South_Pole /*name*/,
                                                                                                                    +
                                                                                                                    16969  0xcd96b290 /*zoneId*/,
                                                                                                                    16970  &kZoneContext /*zoneContext*/,
                                                                                                                    16971  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16972  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16972  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    16973 };
                                                                                                                    16974 
                                                                                                                    16975 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16976 // Link name: America/Virgin -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    16977 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    16978 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    16979 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    16976 // Link name: Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    16977 // Strings (bytes): 7 (originally 17)
                                                                                                                    +
                                                                                                                    16978 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    16979 // Memory (32-bit): 27
                                                                                                                    16980 //---------------------------------------------------------------------------
                                                                                                                    16981 
                                                                                                                    -
                                                                                                                    16982 static const char kZoneNameAmerica_Virgin[] ACE_TIME_PROGMEM = "\x02" "Virgin";
                                                                                                                    +
                                                                                                                    16982 static const char kZoneNameAntarctica_Syowa[] ACE_TIME_PROGMEM = "\x03" "Syowa";
                                                                                                                    16983 
                                                                                                                    -
                                                                                                                    16984 const extended::ZoneInfo kZoneAmerica_Virgin ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    16985  kZoneNameAmerica_Virgin /*name*/,
                                                                                                                    -
                                                                                                                    16986  0xc2183ab5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    16984 const extended::ZoneInfo kZoneAntarctica_Syowa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    16985  kZoneNameAntarctica_Syowa /*name*/,
                                                                                                                    +
                                                                                                                    16986  0xe330c7e1 /*zoneId*/,
                                                                                                                    16987  &kZoneContext /*zoneContext*/,
                                                                                                                    16988  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    16989  &kZoneAmerica_Puerto_Rico /*eras(info)*/,
                                                                                                                    +
                                                                                                                    16989  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    16990 };
                                                                                                                    16991 
                                                                                                                    16992 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    16993 // Link name: Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    16994 // Strings (bytes): 16 (originally 26)
                                                                                                                    -
                                                                                                                    16995 // Memory (8-bit): 27
                                                                                                                    -
                                                                                                                    16996 // Memory (32-bit): 36
                                                                                                                    +
                                                                                                                    16993 // Link name: Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    16994 // Strings (bytes): 8 (originally 18)
                                                                                                                    +
                                                                                                                    16995 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    16996 // Memory (32-bit): 28
                                                                                                                    16997 //---------------------------------------------------------------------------
                                                                                                                    16998 
                                                                                                                    -
                                                                                                                    16999 static const char kZoneNameAntarctica_DumontDUrville[] ACE_TIME_PROGMEM = "\x03" "DumontDUrville";
                                                                                                                    +
                                                                                                                    16999 static const char kZoneNameAntarctica_Vostok[] ACE_TIME_PROGMEM = "\x03" "Vostok";
                                                                                                                    17000 
                                                                                                                    -
                                                                                                                    17001 const extended::ZoneInfo kZoneAntarctica_DumontDUrville ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17002  kZoneNameAntarctica_DumontDUrville /*name*/,
                                                                                                                    -
                                                                                                                    17003  0x5a3c656c /*zoneId*/,
                                                                                                                    +
                                                                                                                    17001 const extended::ZoneInfo kZoneAntarctica_Vostok ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17002  kZoneNameAntarctica_Vostok /*name*/,
                                                                                                                    +
                                                                                                                    17003  0x4f966fd4 /*zoneId*/,
                                                                                                                    17004  &kZoneContext /*zoneContext*/,
                                                                                                                    17005  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17006  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17006  &kZoneAsia_Urumqi /*eras(info)*/,
                                                                                                                    17007 };
                                                                                                                    17008 
                                                                                                                    17009 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17010 // Link name: Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    17011 // Strings (bytes): 9 (originally 19)
                                                                                                                    -
                                                                                                                    17012 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    17013 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    17010 // Link name: Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    17011 // Strings (bytes): 20 (originally 20)
                                                                                                                    +
                                                                                                                    17012 // Memory (8-bit): 31
                                                                                                                    +
                                                                                                                    17013 // Memory (32-bit): 40
                                                                                                                    17014 //---------------------------------------------------------------------------
                                                                                                                    17015 
                                                                                                                    -
                                                                                                                    17016 static const char kZoneNameAntarctica_McMurdo[] ACE_TIME_PROGMEM = "\x03" "McMurdo";
                                                                                                                    +
                                                                                                                    17016 static const char kZoneNameArctic_Longyearbyen[] ACE_TIME_PROGMEM = "Arctic/Longyearbyen";
                                                                                                                    17017 
                                                                                                                    -
                                                                                                                    17018 const extended::ZoneInfo kZoneAntarctica_McMurdo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17019  kZoneNameAntarctica_McMurdo /*name*/,
                                                                                                                    -
                                                                                                                    17020  0x6eeb5585 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17018 const extended::ZoneInfo kZoneArctic_Longyearbyen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17019  kZoneNameArctic_Longyearbyen /*name*/,
                                                                                                                    +
                                                                                                                    17020  0xd23e7859 /*zoneId*/,
                                                                                                                    17021  &kZoneContext /*zoneContext*/,
                                                                                                                    17022  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17023  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17023  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    17024 };
                                                                                                                    17025 
                                                                                                                    17026 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17027 // Link name: Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    17028 // Strings (bytes): 12 (originally 22)
                                                                                                                    -
                                                                                                                    17029 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    17030 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    17027 // Link name: Asia/Aden -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    17028 // Strings (bytes): 6 (originally 10)
                                                                                                                    +
                                                                                                                    17029 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    17030 // Memory (32-bit): 26
                                                                                                                    17031 //---------------------------------------------------------------------------
                                                                                                                    17032 
                                                                                                                    -
                                                                                                                    17033 static const char kZoneNameAntarctica_South_Pole[] ACE_TIME_PROGMEM = "\x03" "South_Pole";
                                                                                                                    +
                                                                                                                    17033 static const char kZoneNameAsia_Aden[] ACE_TIME_PROGMEM = "\x05" "Aden";
                                                                                                                    17034 
                                                                                                                    -
                                                                                                                    17035 const extended::ZoneInfo kZoneAntarctica_South_Pole ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17036  kZoneNameAntarctica_South_Pole /*name*/,
                                                                                                                    -
                                                                                                                    17037  0xcd96b290 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17035 const extended::ZoneInfo kZoneAsia_Aden ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17036  kZoneNameAsia_Aden /*name*/,
                                                                                                                    +
                                                                                                                    17037  0x1fa7084a /*zoneId*/,
                                                                                                                    17038  &kZoneContext /*zoneContext*/,
                                                                                                                    17039  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17040  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17040  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    17041 };
                                                                                                                    17042 
                                                                                                                    17043 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17044 // Link name: Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    17045 // Strings (bytes): 7 (originally 17)
                                                                                                                    -
                                                                                                                    17046 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    17047 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    17044 // Link name: Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    +
                                                                                                                    17045 // Strings (bytes): 11 (originally 15)
                                                                                                                    +
                                                                                                                    17046 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    17047 // Memory (32-bit): 31
                                                                                                                    17048 //---------------------------------------------------------------------------
                                                                                                                    17049 
                                                                                                                    -
                                                                                                                    17050 static const char kZoneNameAntarctica_Syowa[] ACE_TIME_PROGMEM = "\x03" "Syowa";
                                                                                                                    +
                                                                                                                    17050 static const char kZoneNameAsia_Ashkhabad[] ACE_TIME_PROGMEM = "\x05" "Ashkhabad";
                                                                                                                    17051 
                                                                                                                    -
                                                                                                                    17052 const extended::ZoneInfo kZoneAntarctica_Syowa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17053  kZoneNameAntarctica_Syowa /*name*/,
                                                                                                                    -
                                                                                                                    17054  0xe330c7e1 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17052 const extended::ZoneInfo kZoneAsia_Ashkhabad ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17053  kZoneNameAsia_Ashkhabad /*name*/,
                                                                                                                    +
                                                                                                                    17054  0x15454f09 /*zoneId*/,
                                                                                                                    17055  &kZoneContext /*zoneContext*/,
                                                                                                                    17056  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17057  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17057  &kZoneAsia_Ashgabat /*eras(info)*/,
                                                                                                                    17058 };
                                                                                                                    17059 
                                                                                                                    17060 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17061 // Link name: Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    17062 // Strings (bytes): 8 (originally 18)
                                                                                                                    -
                                                                                                                    17063 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    17064 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    17061 // Link name: Asia/Bahrain -> Asia/Qatar
                                                                                                                    +
                                                                                                                    17062 // Strings (bytes): 9 (originally 13)
                                                                                                                    +
                                                                                                                    17063 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    17064 // Memory (32-bit): 29
                                                                                                                    17065 //---------------------------------------------------------------------------
                                                                                                                    17066 
                                                                                                                    -
                                                                                                                    17067 static const char kZoneNameAntarctica_Vostok[] ACE_TIME_PROGMEM = "\x03" "Vostok";
                                                                                                                    +
                                                                                                                    17067 static const char kZoneNameAsia_Bahrain[] ACE_TIME_PROGMEM = "\x05" "Bahrain";
                                                                                                                    17068 
                                                                                                                    -
                                                                                                                    17069 const extended::ZoneInfo kZoneAntarctica_Vostok ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17070  kZoneNameAntarctica_Vostok /*name*/,
                                                                                                                    -
                                                                                                                    17071  0x4f966fd4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17069 const extended::ZoneInfo kZoneAsia_Bahrain ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17070  kZoneNameAsia_Bahrain /*name*/,
                                                                                                                    +
                                                                                                                    17071  0x9d078487 /*zoneId*/,
                                                                                                                    17072  &kZoneContext /*zoneContext*/,
                                                                                                                    17073  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17074  &kZoneAsia_Urumqi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17074  &kZoneAsia_Qatar /*eras(info)*/,
                                                                                                                    17075 };
                                                                                                                    17076 
                                                                                                                    17077 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17078 // Link name: Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    17079 // Strings (bytes): 20 (originally 20)
                                                                                                                    -
                                                                                                                    17080 // Memory (8-bit): 31
                                                                                                                    -
                                                                                                                    17081 // Memory (32-bit): 40
                                                                                                                    +
                                                                                                                    17078 // Link name: Asia/Brunei -> Asia/Kuching
                                                                                                                    +
                                                                                                                    17079 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    17080 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    17081 // Memory (32-bit): 28
                                                                                                                    17082 //---------------------------------------------------------------------------
                                                                                                                    17083 
                                                                                                                    -
                                                                                                                    17084 static const char kZoneNameArctic_Longyearbyen[] ACE_TIME_PROGMEM = "Arctic/Longyearbyen";
                                                                                                                    +
                                                                                                                    17084 static const char kZoneNameAsia_Brunei[] ACE_TIME_PROGMEM = "\x05" "Brunei";
                                                                                                                    17085 
                                                                                                                    -
                                                                                                                    17086 const extended::ZoneInfo kZoneArctic_Longyearbyen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17087  kZoneNameArctic_Longyearbyen /*name*/,
                                                                                                                    -
                                                                                                                    17088  0xd23e7859 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17086 const extended::ZoneInfo kZoneAsia_Brunei ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17087  kZoneNameAsia_Brunei /*name*/,
                                                                                                                    +
                                                                                                                    17088  0xa8e595f7 /*zoneId*/,
                                                                                                                    17089  &kZoneContext /*zoneContext*/,
                                                                                                                    17090  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17091  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17091  &kZoneAsia_Kuching /*eras(info)*/,
                                                                                                                    17092 };
                                                                                                                    17093 
                                                                                                                    17094 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17095 // Link name: Asia/Aden -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    17096 // Strings (bytes): 6 (originally 10)
                                                                                                                    -
                                                                                                                    17097 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    17098 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    17095 // Link name: Asia/Calcutta -> Asia/Kolkata
                                                                                                                    +
                                                                                                                    17096 // Strings (bytes): 10 (originally 14)
                                                                                                                    +
                                                                                                                    17097 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17098 // Memory (32-bit): 30
                                                                                                                    17099 //---------------------------------------------------------------------------
                                                                                                                    17100 
                                                                                                                    -
                                                                                                                    17101 static const char kZoneNameAsia_Aden[] ACE_TIME_PROGMEM = "\x05" "Aden";
                                                                                                                    +
                                                                                                                    17101 static const char kZoneNameAsia_Calcutta[] ACE_TIME_PROGMEM = "\x05" "Calcutta";
                                                                                                                    17102 
                                                                                                                    -
                                                                                                                    17103 const extended::ZoneInfo kZoneAsia_Aden ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17104  kZoneNameAsia_Aden /*name*/,
                                                                                                                    -
                                                                                                                    17105  0x1fa7084a /*zoneId*/,
                                                                                                                    +
                                                                                                                    17103 const extended::ZoneInfo kZoneAsia_Calcutta ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17104  kZoneNameAsia_Calcutta /*name*/,
                                                                                                                    +
                                                                                                                    17105  0x328a44c3 /*zoneId*/,
                                                                                                                    17106  &kZoneContext /*zoneContext*/,
                                                                                                                    17107  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17108  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17108  &kZoneAsia_Kolkata /*eras(info)*/,
                                                                                                                    17109 };
                                                                                                                    17110 
                                                                                                                    17111 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17112 // Link name: Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    +
                                                                                                                    17112 // Link name: Asia/Chongqing -> Asia/Shanghai
                                                                                                                    17113 // Strings (bytes): 11 (originally 15)
                                                                                                                    17114 // Memory (8-bit): 22
                                                                                                                    17115 // Memory (32-bit): 31
                                                                                                                    17116 //---------------------------------------------------------------------------
                                                                                                                    17117 
                                                                                                                    -
                                                                                                                    17118 static const char kZoneNameAsia_Ashkhabad[] ACE_TIME_PROGMEM = "\x05" "Ashkhabad";
                                                                                                                    +
                                                                                                                    17118 static const char kZoneNameAsia_Chongqing[] ACE_TIME_PROGMEM = "\x05" "Chongqing";
                                                                                                                    17119 
                                                                                                                    -
                                                                                                                    17120 const extended::ZoneInfo kZoneAsia_Ashkhabad ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17121  kZoneNameAsia_Ashkhabad /*name*/,
                                                                                                                    -
                                                                                                                    17122  0x15454f09 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17120 const extended::ZoneInfo kZoneAsia_Chongqing ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17121  kZoneNameAsia_Chongqing /*name*/,
                                                                                                                    +
                                                                                                                    17122  0xf937fb90 /*zoneId*/,
                                                                                                                    17123  &kZoneContext /*zoneContext*/,
                                                                                                                    17124  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17125  &kZoneAsia_Ashgabat /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17125  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    17126 };
                                                                                                                    17127 
                                                                                                                    17128 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17129 // Link name: Asia/Bahrain -> Asia/Qatar
                                                                                                                    -
                                                                                                                    17130 // Strings (bytes): 9 (originally 13)
                                                                                                                    -
                                                                                                                    17131 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    17132 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    17129 // Link name: Asia/Chungking -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    17130 // Strings (bytes): 11 (originally 15)
                                                                                                                    +
                                                                                                                    17131 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    17132 // Memory (32-bit): 31
                                                                                                                    17133 //---------------------------------------------------------------------------
                                                                                                                    17134 
                                                                                                                    -
                                                                                                                    17135 static const char kZoneNameAsia_Bahrain[] ACE_TIME_PROGMEM = "\x05" "Bahrain";
                                                                                                                    +
                                                                                                                    17135 static const char kZoneNameAsia_Chungking[] ACE_TIME_PROGMEM = "\x05" "Chungking";
                                                                                                                    17136 
                                                                                                                    -
                                                                                                                    17137 const extended::ZoneInfo kZoneAsia_Bahrain ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17138  kZoneNameAsia_Bahrain /*name*/,
                                                                                                                    -
                                                                                                                    17139  0x9d078487 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17137 const extended::ZoneInfo kZoneAsia_Chungking ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17138  kZoneNameAsia_Chungking /*name*/,
                                                                                                                    +
                                                                                                                    17139  0xc7121dd0 /*zoneId*/,
                                                                                                                    17140  &kZoneContext /*zoneContext*/,
                                                                                                                    17141  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17142  &kZoneAsia_Qatar /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17142  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    17143 };
                                                                                                                    17144 
                                                                                                                    17145 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17146 // Link name: Asia/Brunei -> Asia/Kuching
                                                                                                                    -
                                                                                                                    17147 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    17148 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    17149 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    17146 // Link name: Asia/Dacca -> Asia/Dhaka
                                                                                                                    +
                                                                                                                    17147 // Strings (bytes): 7 (originally 11)
                                                                                                                    +
                                                                                                                    17148 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    17149 // Memory (32-bit): 27
                                                                                                                    17150 //---------------------------------------------------------------------------
                                                                                                                    17151 
                                                                                                                    -
                                                                                                                    17152 static const char kZoneNameAsia_Brunei[] ACE_TIME_PROGMEM = "\x05" "Brunei";
                                                                                                                    +
                                                                                                                    17152 static const char kZoneNameAsia_Dacca[] ACE_TIME_PROGMEM = "\x05" "Dacca";
                                                                                                                    17153 
                                                                                                                    -
                                                                                                                    17154 const extended::ZoneInfo kZoneAsia_Brunei ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17155  kZoneNameAsia_Brunei /*name*/,
                                                                                                                    -
                                                                                                                    17156  0xa8e595f7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17154 const extended::ZoneInfo kZoneAsia_Dacca ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17155  kZoneNameAsia_Dacca /*name*/,
                                                                                                                    +
                                                                                                                    17156  0x14bcac5e /*zoneId*/,
                                                                                                                    17157  &kZoneContext /*zoneContext*/,
                                                                                                                    17158  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17159  &kZoneAsia_Kuching /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17159  &kZoneAsia_Dhaka /*eras(info)*/,
                                                                                                                    17160 };
                                                                                                                    17161 
                                                                                                                    17162 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17163 // Link name: Asia/Calcutta -> Asia/Kolkata
                                                                                                                    -
                                                                                                                    17164 // Strings (bytes): 10 (originally 14)
                                                                                                                    -
                                                                                                                    17165 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17166 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17163 // Link name: Asia/Harbin -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    17164 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    17165 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    17166 // Memory (32-bit): 28
                                                                                                                    17167 //---------------------------------------------------------------------------
                                                                                                                    17168 
                                                                                                                    -
                                                                                                                    17169 static const char kZoneNameAsia_Calcutta[] ACE_TIME_PROGMEM = "\x05" "Calcutta";
                                                                                                                    +
                                                                                                                    17169 static const char kZoneNameAsia_Harbin[] ACE_TIME_PROGMEM = "\x05" "Harbin";
                                                                                                                    17170 
                                                                                                                    -
                                                                                                                    17171 const extended::ZoneInfo kZoneAsia_Calcutta ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17172  kZoneNameAsia_Calcutta /*name*/,
                                                                                                                    -
                                                                                                                    17173  0x328a44c3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17171 const extended::ZoneInfo kZoneAsia_Harbin ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17172  kZoneNameAsia_Harbin /*name*/,
                                                                                                                    +
                                                                                                                    17173  0xb5af1186 /*zoneId*/,
                                                                                                                    17174  &kZoneContext /*zoneContext*/,
                                                                                                                    17175  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17176  &kZoneAsia_Kolkata /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17176  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    17177 };
                                                                                                                    17178 
                                                                                                                    17179 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17180 // Link name: Asia/Chongqing -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    17181 // Strings (bytes): 11 (originally 15)
                                                                                                                    -
                                                                                                                    17182 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    17183 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    17180 // Link name: Asia/Istanbul -> Europe/Istanbul
                                                                                                                    +
                                                                                                                    17181 // Strings (bytes): 10 (originally 14)
                                                                                                                    +
                                                                                                                    17182 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17183 // Memory (32-bit): 30
                                                                                                                    17184 //---------------------------------------------------------------------------
                                                                                                                    17185 
                                                                                                                    -
                                                                                                                    17186 static const char kZoneNameAsia_Chongqing[] ACE_TIME_PROGMEM = "\x05" "Chongqing";
                                                                                                                    +
                                                                                                                    17186 static const char kZoneNameAsia_Istanbul[] ACE_TIME_PROGMEM = "\x05" "Istanbul";
                                                                                                                    17187 
                                                                                                                    -
                                                                                                                    17188 const extended::ZoneInfo kZoneAsia_Chongqing ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17189  kZoneNameAsia_Chongqing /*name*/,
                                                                                                                    -
                                                                                                                    17190  0xf937fb90 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17188 const extended::ZoneInfo kZoneAsia_Istanbul ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17189  kZoneNameAsia_Istanbul /*name*/,
                                                                                                                    +
                                                                                                                    17190  0x382e7894 /*zoneId*/,
                                                                                                                    17191  &kZoneContext /*zoneContext*/,
                                                                                                                    17192  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17193  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17193  &kZoneEurope_Istanbul /*eras(info)*/,
                                                                                                                    17194 };
                                                                                                                    17195 
                                                                                                                    17196 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17197 // Link name: Asia/Chungking -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    17198 // Strings (bytes): 11 (originally 15)
                                                                                                                    -
                                                                                                                    17199 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    17200 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    17197 // Link name: Asia/Kashgar -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    17198 // Strings (bytes): 9 (originally 13)
                                                                                                                    +
                                                                                                                    17199 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    17200 // Memory (32-bit): 29
                                                                                                                    17201 //---------------------------------------------------------------------------
                                                                                                                    17202 
                                                                                                                    -
                                                                                                                    17203 static const char kZoneNameAsia_Chungking[] ACE_TIME_PROGMEM = "\x05" "Chungking";
                                                                                                                    +
                                                                                                                    17203 static const char kZoneNameAsia_Kashgar[] ACE_TIME_PROGMEM = "\x05" "Kashgar";
                                                                                                                    17204 
                                                                                                                    -
                                                                                                                    17205 const extended::ZoneInfo kZoneAsia_Chungking ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17206  kZoneNameAsia_Chungking /*name*/,
                                                                                                                    -
                                                                                                                    17207  0xc7121dd0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17205 const extended::ZoneInfo kZoneAsia_Kashgar ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17206  kZoneNameAsia_Kashgar /*name*/,
                                                                                                                    +
                                                                                                                    17207  0x52955193 /*zoneId*/,
                                                                                                                    17208  &kZoneContext /*zoneContext*/,
                                                                                                                    17209  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17210  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17210  &kZoneAsia_Urumqi /*eras(info)*/,
                                                                                                                    17211 };
                                                                                                                    17212 
                                                                                                                    17213 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17214 // Link name: Asia/Dacca -> Asia/Dhaka
                                                                                                                    -
                                                                                                                    17215 // Strings (bytes): 7 (originally 11)
                                                                                                                    -
                                                                                                                    17216 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    17217 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    17214 // Link name: Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    +
                                                                                                                    17215 // Strings (bytes): 10 (originally 14)
                                                                                                                    +
                                                                                                                    17216 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17217 // Memory (32-bit): 30
                                                                                                                    17218 //---------------------------------------------------------------------------
                                                                                                                    17219 
                                                                                                                    -
                                                                                                                    17220 static const char kZoneNameAsia_Dacca[] ACE_TIME_PROGMEM = "\x05" "Dacca";
                                                                                                                    +
                                                                                                                    17220 static const char kZoneNameAsia_Katmandu[] ACE_TIME_PROGMEM = "\x05" "Katmandu";
                                                                                                                    17221 
                                                                                                                    -
                                                                                                                    17222 const extended::ZoneInfo kZoneAsia_Dacca ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17223  kZoneNameAsia_Dacca /*name*/,
                                                                                                                    -
                                                                                                                    17224  0x14bcac5e /*zoneId*/,
                                                                                                                    +
                                                                                                                    17222 const extended::ZoneInfo kZoneAsia_Katmandu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17223  kZoneNameAsia_Katmandu /*name*/,
                                                                                                                    +
                                                                                                                    17224  0xa7ec12c7 /*zoneId*/,
                                                                                                                    17225  &kZoneContext /*zoneContext*/,
                                                                                                                    17226  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17227  &kZoneAsia_Dhaka /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17227  &kZoneAsia_Kathmandu /*eras(info)*/,
                                                                                                                    17228 };
                                                                                                                    17229 
                                                                                                                    17230 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17231 // Link name: Asia/Harbin -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    17232 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    17233 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    17234 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    17231 // Link name: Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    +
                                                                                                                    17232 // Strings (bytes): 14 (originally 18)
                                                                                                                    +
                                                                                                                    17233 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    17234 // Memory (32-bit): 34
                                                                                                                    17235 //---------------------------------------------------------------------------
                                                                                                                    17236 
                                                                                                                    -
                                                                                                                    17237 static const char kZoneNameAsia_Harbin[] ACE_TIME_PROGMEM = "\x05" "Harbin";
                                                                                                                    +
                                                                                                                    17237 static const char kZoneNameAsia_Kuala_Lumpur[] ACE_TIME_PROGMEM = "\x05" "Kuala_Lumpur";
                                                                                                                    17238 
                                                                                                                    -
                                                                                                                    17239 const extended::ZoneInfo kZoneAsia_Harbin ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17240  kZoneNameAsia_Harbin /*name*/,
                                                                                                                    -
                                                                                                                    17241  0xb5af1186 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17239 const extended::ZoneInfo kZoneAsia_Kuala_Lumpur ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17240  kZoneNameAsia_Kuala_Lumpur /*name*/,
                                                                                                                    +
                                                                                                                    17241  0x014763c4 /*zoneId*/,
                                                                                                                    17242  &kZoneContext /*zoneContext*/,
                                                                                                                    17243  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17244  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17244  &kZoneAsia_Singapore /*eras(info)*/,
                                                                                                                    17245 };
                                                                                                                    17246 
                                                                                                                    17247 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17248 // Link name: Asia/Istanbul -> Europe/Istanbul
                                                                                                                    -
                                                                                                                    17249 // Strings (bytes): 10 (originally 14)
                                                                                                                    -
                                                                                                                    17250 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17251 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17248 // Link name: Asia/Kuwait -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    17249 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    17250 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    17251 // Memory (32-bit): 28
                                                                                                                    17252 //---------------------------------------------------------------------------
                                                                                                                    17253 
                                                                                                                    -
                                                                                                                    17254 static const char kZoneNameAsia_Istanbul[] ACE_TIME_PROGMEM = "\x05" "Istanbul";
                                                                                                                    +
                                                                                                                    17254 static const char kZoneNameAsia_Kuwait[] ACE_TIME_PROGMEM = "\x05" "Kuwait";
                                                                                                                    17255 
                                                                                                                    -
                                                                                                                    17256 const extended::ZoneInfo kZoneAsia_Istanbul ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17257  kZoneNameAsia_Istanbul /*name*/,
                                                                                                                    -
                                                                                                                    17258  0x382e7894 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17256 const extended::ZoneInfo kZoneAsia_Kuwait ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17257  kZoneNameAsia_Kuwait /*name*/,
                                                                                                                    +
                                                                                                                    17258  0xbe1b2f27 /*zoneId*/,
                                                                                                                    17259  &kZoneContext /*zoneContext*/,
                                                                                                                    17260  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17261  &kZoneEurope_Istanbul /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17261  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    17262 };
                                                                                                                    17263 
                                                                                                                    17264 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17265 // Link name: Asia/Kashgar -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    17266 // Strings (bytes): 9 (originally 13)
                                                                                                                    -
                                                                                                                    17267 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    17268 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    17265 // Link name: Asia/Macao -> Asia/Macau
                                                                                                                    +
                                                                                                                    17266 // Strings (bytes): 7 (originally 11)
                                                                                                                    +
                                                                                                                    17267 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    17268 // Memory (32-bit): 27
                                                                                                                    17269 //---------------------------------------------------------------------------
                                                                                                                    17270 
                                                                                                                    -
                                                                                                                    17271 static const char kZoneNameAsia_Kashgar[] ACE_TIME_PROGMEM = "\x05" "Kashgar";
                                                                                                                    +
                                                                                                                    17271 static const char kZoneNameAsia_Macao[] ACE_TIME_PROGMEM = "\x05" "Macao";
                                                                                                                    17272 
                                                                                                                    -
                                                                                                                    17273 const extended::ZoneInfo kZoneAsia_Kashgar ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17274  kZoneNameAsia_Kashgar /*name*/,
                                                                                                                    -
                                                                                                                    17275  0x52955193 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17273 const extended::ZoneInfo kZoneAsia_Macao ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17274  kZoneNameAsia_Macao /*name*/,
                                                                                                                    +
                                                                                                                    17275  0x155f88b3 /*zoneId*/,
                                                                                                                    17276  &kZoneContext /*zoneContext*/,
                                                                                                                    17277  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17278  &kZoneAsia_Urumqi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17278  &kZoneAsia_Macau /*eras(info)*/,
                                                                                                                    17279 };
                                                                                                                    17280 
                                                                                                                    17281 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17282 // Link name: Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    -
                                                                                                                    17283 // Strings (bytes): 10 (originally 14)
                                                                                                                    -
                                                                                                                    17284 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17285 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17282 // Link name: Asia/Muscat -> Asia/Dubai
                                                                                                                    +
                                                                                                                    17283 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    17284 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    17285 // Memory (32-bit): 28
                                                                                                                    17286 //---------------------------------------------------------------------------
                                                                                                                    17287 
                                                                                                                    -
                                                                                                                    17288 static const char kZoneNameAsia_Katmandu[] ACE_TIME_PROGMEM = "\x05" "Katmandu";
                                                                                                                    +
                                                                                                                    17288 static const char kZoneNameAsia_Muscat[] ACE_TIME_PROGMEM = "\x05" "Muscat";
                                                                                                                    17289 
                                                                                                                    -
                                                                                                                    17290 const extended::ZoneInfo kZoneAsia_Katmandu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17291  kZoneNameAsia_Katmandu /*name*/,
                                                                                                                    -
                                                                                                                    17292  0xa7ec12c7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17290 const extended::ZoneInfo kZoneAsia_Muscat ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17291  kZoneNameAsia_Muscat /*name*/,
                                                                                                                    +
                                                                                                                    17292  0xc2c3565f /*zoneId*/,
                                                                                                                    17293  &kZoneContext /*zoneContext*/,
                                                                                                                    17294  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17295  &kZoneAsia_Kathmandu /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17295  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    17296 };
                                                                                                                    17297 
                                                                                                                    17298 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17299 // Link name: Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    -
                                                                                                                    17300 // Strings (bytes): 14 (originally 18)
                                                                                                                    -
                                                                                                                    17301 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    17302 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    17299 // Link name: Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    17300 // Strings (bytes): 12 (originally 16)
                                                                                                                    +
                                                                                                                    17301 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    17302 // Memory (32-bit): 32
                                                                                                                    17303 //---------------------------------------------------------------------------
                                                                                                                    17304 
                                                                                                                    -
                                                                                                                    17305 static const char kZoneNameAsia_Kuala_Lumpur[] ACE_TIME_PROGMEM = "\x05" "Kuala_Lumpur";
                                                                                                                    +
                                                                                                                    17305 static const char kZoneNameAsia_Phnom_Penh[] ACE_TIME_PROGMEM = "\x05" "Phnom_Penh";
                                                                                                                    17306 
                                                                                                                    -
                                                                                                                    17307 const extended::ZoneInfo kZoneAsia_Kuala_Lumpur ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17308  kZoneNameAsia_Kuala_Lumpur /*name*/,
                                                                                                                    -
                                                                                                                    17309  0x014763c4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17307 const extended::ZoneInfo kZoneAsia_Phnom_Penh ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17308  kZoneNameAsia_Phnom_Penh /*name*/,
                                                                                                                    +
                                                                                                                    17309  0xc224945e /*zoneId*/,
                                                                                                                    17310  &kZoneContext /*zoneContext*/,
                                                                                                                    17311  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17312  &kZoneAsia_Singapore /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17312  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    17313 };
                                                                                                                    17314 
                                                                                                                    17315 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17316 // Link name: Asia/Kuwait -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    17317 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    17318 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    17319 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    17316 // Link name: Asia/Rangoon -> Asia/Yangon
                                                                                                                    +
                                                                                                                    17317 // Strings (bytes): 9 (originally 13)
                                                                                                                    +
                                                                                                                    17318 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    17319 // Memory (32-bit): 29
                                                                                                                    17320 //---------------------------------------------------------------------------
                                                                                                                    17321 
                                                                                                                    -
                                                                                                                    17322 static const char kZoneNameAsia_Kuwait[] ACE_TIME_PROGMEM = "\x05" "Kuwait";
                                                                                                                    +
                                                                                                                    17322 static const char kZoneNameAsia_Rangoon[] ACE_TIME_PROGMEM = "\x05" "Rangoon";
                                                                                                                    17323 
                                                                                                                    -
                                                                                                                    17324 const extended::ZoneInfo kZoneAsia_Kuwait ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17325  kZoneNameAsia_Kuwait /*name*/,
                                                                                                                    -
                                                                                                                    17326  0xbe1b2f27 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17324 const extended::ZoneInfo kZoneAsia_Rangoon ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17325  kZoneNameAsia_Rangoon /*name*/,
                                                                                                                    +
                                                                                                                    17326  0x6d1217c6 /*zoneId*/,
                                                                                                                    17327  &kZoneContext /*zoneContext*/,
                                                                                                                    17328  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17329  &kZoneAsia_Riyadh /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17329  &kZoneAsia_Yangon /*eras(info)*/,
                                                                                                                    17330 };
                                                                                                                    17331 
                                                                                                                    17332 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17333 // Link name: Asia/Macao -> Asia/Macau
                                                                                                                    -
                                                                                                                    17334 // Strings (bytes): 7 (originally 11)
                                                                                                                    -
                                                                                                                    17335 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    17336 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    17333 // Link name: Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    17334 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    17335 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    17336 // Memory (32-bit): 28
                                                                                                                    17337 //---------------------------------------------------------------------------
                                                                                                                    17338 
                                                                                                                    -
                                                                                                                    17339 static const char kZoneNameAsia_Macao[] ACE_TIME_PROGMEM = "\x05" "Macao";
                                                                                                                    +
                                                                                                                    17339 static const char kZoneNameAsia_Saigon[] ACE_TIME_PROGMEM = "\x05" "Saigon";
                                                                                                                    17340 
                                                                                                                    -
                                                                                                                    17341 const extended::ZoneInfo kZoneAsia_Macao ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17342  kZoneNameAsia_Macao /*name*/,
                                                                                                                    -
                                                                                                                    17343  0x155f88b3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17341 const extended::ZoneInfo kZoneAsia_Saigon ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17342  kZoneNameAsia_Saigon /*name*/,
                                                                                                                    +
                                                                                                                    17343  0xcf52f713 /*zoneId*/,
                                                                                                                    17344  &kZoneContext /*zoneContext*/,
                                                                                                                    17345  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17346  &kZoneAsia_Macau /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17346  &kZoneAsia_Ho_Chi_Minh /*eras(info)*/,
                                                                                                                    17347 };
                                                                                                                    17348 
                                                                                                                    17349 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17350 // Link name: Asia/Muscat -> Asia/Dubai
                                                                                                                    -
                                                                                                                    17351 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    17352 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    17353 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    17350 // Link name: Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    17351 // Strings (bytes): 10 (originally 14)
                                                                                                                    +
                                                                                                                    17352 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17353 // Memory (32-bit): 30
                                                                                                                    17354 //---------------------------------------------------------------------------
                                                                                                                    17355 
                                                                                                                    -
                                                                                                                    17356 static const char kZoneNameAsia_Muscat[] ACE_TIME_PROGMEM = "\x05" "Muscat";
                                                                                                                    +
                                                                                                                    17356 static const char kZoneNameAsia_Tel_Aviv[] ACE_TIME_PROGMEM = "\x05" "Tel_Aviv";
                                                                                                                    17357 
                                                                                                                    -
                                                                                                                    17358 const extended::ZoneInfo kZoneAsia_Muscat ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17359  kZoneNameAsia_Muscat /*name*/,
                                                                                                                    -
                                                                                                                    17360  0xc2c3565f /*zoneId*/,
                                                                                                                    +
                                                                                                                    17358 const extended::ZoneInfo kZoneAsia_Tel_Aviv ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17359  kZoneNameAsia_Tel_Aviv /*name*/,
                                                                                                                    +
                                                                                                                    17360  0x166d7c2c /*zoneId*/,
                                                                                                                    17361  &kZoneContext /*zoneContext*/,
                                                                                                                    17362  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17363  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17363  &kZoneAsia_Jerusalem /*eras(info)*/,
                                                                                                                    17364 };
                                                                                                                    17365 
                                                                                                                    17366 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17367 // Link name: Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    17368 // Strings (bytes): 12 (originally 16)
                                                                                                                    -
                                                                                                                    17369 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    17370 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    17367 // Link name: Asia/Thimbu -> Asia/Thimphu
                                                                                                                    +
                                                                                                                    17368 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    17369 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    17370 // Memory (32-bit): 28
                                                                                                                    17371 //---------------------------------------------------------------------------
                                                                                                                    17372 
                                                                                                                    -
                                                                                                                    17373 static const char kZoneNameAsia_Phnom_Penh[] ACE_TIME_PROGMEM = "\x05" "Phnom_Penh";
                                                                                                                    +
                                                                                                                    17373 static const char kZoneNameAsia_Thimbu[] ACE_TIME_PROGMEM = "\x05" "Thimbu";
                                                                                                                    17374 
                                                                                                                    -
                                                                                                                    17375 const extended::ZoneInfo kZoneAsia_Phnom_Penh ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17376  kZoneNameAsia_Phnom_Penh /*name*/,
                                                                                                                    -
                                                                                                                    17377  0xc224945e /*zoneId*/,
                                                                                                                    +
                                                                                                                    17375 const extended::ZoneInfo kZoneAsia_Thimbu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17376  kZoneNameAsia_Thimbu /*name*/,
                                                                                                                    +
                                                                                                                    17377  0xd226e31b /*zoneId*/,
                                                                                                                    17378  &kZoneContext /*zoneContext*/,
                                                                                                                    17379  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17380  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17380  &kZoneAsia_Thimphu /*eras(info)*/,
                                                                                                                    17381 };
                                                                                                                    17382 
                                                                                                                    17383 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17384 // Link name: Asia/Rangoon -> Asia/Yangon
                                                                                                                    -
                                                                                                                    17385 // Strings (bytes): 9 (originally 13)
                                                                                                                    -
                                                                                                                    17386 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    17387 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    17384 // Link name: Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    +
                                                                                                                    17385 // Strings (bytes): 15 (originally 19)
                                                                                                                    +
                                                                                                                    17386 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    17387 // Memory (32-bit): 35
                                                                                                                    17388 //---------------------------------------------------------------------------
                                                                                                                    17389 
                                                                                                                    -
                                                                                                                    17390 static const char kZoneNameAsia_Rangoon[] ACE_TIME_PROGMEM = "\x05" "Rangoon";
                                                                                                                    +
                                                                                                                    17390 static const char kZoneNameAsia_Ujung_Pandang[] ACE_TIME_PROGMEM = "\x05" "Ujung_Pandang";
                                                                                                                    17391 
                                                                                                                    -
                                                                                                                    17392 const extended::ZoneInfo kZoneAsia_Rangoon ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17393  kZoneNameAsia_Rangoon /*name*/,
                                                                                                                    -
                                                                                                                    17394  0x6d1217c6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17392 const extended::ZoneInfo kZoneAsia_Ujung_Pandang ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17393  kZoneNameAsia_Ujung_Pandang /*name*/,
                                                                                                                    +
                                                                                                                    17394  0x5d001eb3 /*zoneId*/,
                                                                                                                    17395  &kZoneContext /*zoneContext*/,
                                                                                                                    17396  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17397  &kZoneAsia_Yangon /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17397  &kZoneAsia_Makassar /*eras(info)*/,
                                                                                                                    17398 };
                                                                                                                    17399 
                                                                                                                    17400 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17401 // Link name: Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    17402 // Strings (bytes): 8 (originally 12)
                                                                                                                    -
                                                                                                                    17403 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    17404 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    17401 // Link name: Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    17402 // Strings (bytes): 12 (originally 16)
                                                                                                                    +
                                                                                                                    17403 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    17404 // Memory (32-bit): 32
                                                                                                                    17405 //---------------------------------------------------------------------------
                                                                                                                    17406 
                                                                                                                    -
                                                                                                                    17407 static const char kZoneNameAsia_Saigon[] ACE_TIME_PROGMEM = "\x05" "Saigon";
                                                                                                                    +
                                                                                                                    17407 static const char kZoneNameAsia_Ulan_Bator[] ACE_TIME_PROGMEM = "\x05" "Ulan_Bator";
                                                                                                                    17408 
                                                                                                                    -
                                                                                                                    17409 const extended::ZoneInfo kZoneAsia_Saigon ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17410  kZoneNameAsia_Saigon /*name*/,
                                                                                                                    -
                                                                                                                    17411  0xcf52f713 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17409 const extended::ZoneInfo kZoneAsia_Ulan_Bator ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17410  kZoneNameAsia_Ulan_Bator /*name*/,
                                                                                                                    +
                                                                                                                    17411  0x394db4d9 /*zoneId*/,
                                                                                                                    17412  &kZoneContext /*zoneContext*/,
                                                                                                                    17413  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17414  &kZoneAsia_Ho_Chi_Minh /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17414  &kZoneAsia_Ulaanbaatar /*eras(info)*/,
                                                                                                                    17415 };
                                                                                                                    17416 
                                                                                                                    17417 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17418 // Link name: Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    17419 // Strings (bytes): 10 (originally 14)
                                                                                                                    -
                                                                                                                    17420 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17421 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17418 // Link name: Asia/Vientiane -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    17419 // Strings (bytes): 11 (originally 15)
                                                                                                                    +
                                                                                                                    17420 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    17421 // Memory (32-bit): 31
                                                                                                                    17422 //---------------------------------------------------------------------------
                                                                                                                    17423 
                                                                                                                    -
                                                                                                                    17424 static const char kZoneNameAsia_Tel_Aviv[] ACE_TIME_PROGMEM = "\x05" "Tel_Aviv";
                                                                                                                    +
                                                                                                                    17424 static const char kZoneNameAsia_Vientiane[] ACE_TIME_PROGMEM = "\x05" "Vientiane";
                                                                                                                    17425 
                                                                                                                    -
                                                                                                                    17426 const extended::ZoneInfo kZoneAsia_Tel_Aviv ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17427  kZoneNameAsia_Tel_Aviv /*name*/,
                                                                                                                    -
                                                                                                                    17428  0x166d7c2c /*zoneId*/,
                                                                                                                    +
                                                                                                                    17426 const extended::ZoneInfo kZoneAsia_Vientiane ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17427  kZoneNameAsia_Vientiane /*name*/,
                                                                                                                    +
                                                                                                                    17428  0x89d68d75 /*zoneId*/,
                                                                                                                    17429  &kZoneContext /*zoneContext*/,
                                                                                                                    17430  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17431  &kZoneAsia_Jerusalem /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17431  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    17432 };
                                                                                                                    17433 
                                                                                                                    17434 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17435 // Link name: Asia/Thimbu -> Asia/Thimphu
                                                                                                                    -
                                                                                                                    17436 // Strings (bytes): 8 (originally 12)
                                                                                                                    +
                                                                                                                    17435 // Link name: Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    +
                                                                                                                    17436 // Strings (bytes): 8 (originally 16)
                                                                                                                    17437 // Memory (8-bit): 19
                                                                                                                    17438 // Memory (32-bit): 28
                                                                                                                    17439 //---------------------------------------------------------------------------
                                                                                                                    17440 
                                                                                                                    -
                                                                                                                    17441 static const char kZoneNameAsia_Thimbu[] ACE_TIME_PROGMEM = "\x05" "Thimbu";
                                                                                                                    +
                                                                                                                    17441 static const char kZoneNameAtlantic_Faeroe[] ACE_TIME_PROGMEM = "\x06" "Faeroe";
                                                                                                                    17442 
                                                                                                                    -
                                                                                                                    17443 const extended::ZoneInfo kZoneAsia_Thimbu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17444  kZoneNameAsia_Thimbu /*name*/,
                                                                                                                    -
                                                                                                                    17445  0xd226e31b /*zoneId*/,
                                                                                                                    +
                                                                                                                    17443 const extended::ZoneInfo kZoneAtlantic_Faeroe ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17444  kZoneNameAtlantic_Faeroe /*name*/,
                                                                                                                    +
                                                                                                                    17445  0x031ec516 /*zoneId*/,
                                                                                                                    17446  &kZoneContext /*zoneContext*/,
                                                                                                                    17447  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17448  &kZoneAsia_Thimphu /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17448  &kZoneAtlantic_Faroe /*eras(info)*/,
                                                                                                                    17449 };
                                                                                                                    17450 
                                                                                                                    17451 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17452 // Link name: Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    -
                                                                                                                    17453 // Strings (bytes): 15 (originally 19)
                                                                                                                    -
                                                                                                                    17454 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    17455 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    17452 // Link name: Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    17453 // Strings (bytes): 11 (originally 19)
                                                                                                                    +
                                                                                                                    17454 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    17455 // Memory (32-bit): 31
                                                                                                                    17456 //---------------------------------------------------------------------------
                                                                                                                    17457 
                                                                                                                    -
                                                                                                                    17458 static const char kZoneNameAsia_Ujung_Pandang[] ACE_TIME_PROGMEM = "\x05" "Ujung_Pandang";
                                                                                                                    +
                                                                                                                    17458 static const char kZoneNameAtlantic_Jan_Mayen[] ACE_TIME_PROGMEM = "\x06" "Jan_Mayen";
                                                                                                                    17459 
                                                                                                                    -
                                                                                                                    17460 const extended::ZoneInfo kZoneAsia_Ujung_Pandang ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17461  kZoneNameAsia_Ujung_Pandang /*name*/,
                                                                                                                    -
                                                                                                                    17462  0x5d001eb3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17460 const extended::ZoneInfo kZoneAtlantic_Jan_Mayen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17461  kZoneNameAtlantic_Jan_Mayen /*name*/,
                                                                                                                    +
                                                                                                                    17462  0x5a7535b6 /*zoneId*/,
                                                                                                                    17463  &kZoneContext /*zoneContext*/,
                                                                                                                    17464  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17465  &kZoneAsia_Makassar /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17465  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    17466 };
                                                                                                                    17467 
                                                                                                                    17468 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17469 // Link name: Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    17470 // Strings (bytes): 12 (originally 16)
                                                                                                                    -
                                                                                                                    17471 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    17472 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    17469 // Link name: Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    17470 // Strings (bytes): 11 (originally 19)
                                                                                                                    +
                                                                                                                    17471 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    17472 // Memory (32-bit): 31
                                                                                                                    17473 //---------------------------------------------------------------------------
                                                                                                                    17474 
                                                                                                                    -
                                                                                                                    17475 static const char kZoneNameAsia_Ulan_Bator[] ACE_TIME_PROGMEM = "\x05" "Ulan_Bator";
                                                                                                                    +
                                                                                                                    17475 static const char kZoneNameAtlantic_Reykjavik[] ACE_TIME_PROGMEM = "\x06" "Reykjavik";
                                                                                                                    17476 
                                                                                                                    -
                                                                                                                    17477 const extended::ZoneInfo kZoneAsia_Ulan_Bator ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17478  kZoneNameAsia_Ulan_Bator /*name*/,
                                                                                                                    -
                                                                                                                    17479  0x394db4d9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17477 const extended::ZoneInfo kZoneAtlantic_Reykjavik ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17478  kZoneNameAtlantic_Reykjavik /*name*/,
                                                                                                                    +
                                                                                                                    17479  0x1c2b4f74 /*zoneId*/,
                                                                                                                    17480  &kZoneContext /*zoneContext*/,
                                                                                                                    17481  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17482  &kZoneAsia_Ulaanbaatar /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17482  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    17483 };
                                                                                                                    17484 
                                                                                                                    17485 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17486 // Link name: Asia/Vientiane -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    17487 // Strings (bytes): 11 (originally 15)
                                                                                                                    +
                                                                                                                    17486 // Link name: Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    17487 // Strings (bytes): 11 (originally 19)
                                                                                                                    17488 // Memory (8-bit): 22
                                                                                                                    17489 // Memory (32-bit): 31
                                                                                                                    17490 //---------------------------------------------------------------------------
                                                                                                                    17491 
                                                                                                                    -
                                                                                                                    17492 static const char kZoneNameAsia_Vientiane[] ACE_TIME_PROGMEM = "\x05" "Vientiane";
                                                                                                                    +
                                                                                                                    17492 static const char kZoneNameAtlantic_St_Helena[] ACE_TIME_PROGMEM = "\x06" "St_Helena";
                                                                                                                    17493 
                                                                                                                    -
                                                                                                                    17494 const extended::ZoneInfo kZoneAsia_Vientiane ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17495  kZoneNameAsia_Vientiane /*name*/,
                                                                                                                    -
                                                                                                                    17496  0x89d68d75 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17494 const extended::ZoneInfo kZoneAtlantic_St_Helena ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17495  kZoneNameAtlantic_St_Helena /*name*/,
                                                                                                                    +
                                                                                                                    17496  0x451fc5f7 /*zoneId*/,
                                                                                                                    17497  &kZoneContext /*zoneContext*/,
                                                                                                                    17498  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17499  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17499  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    17500 };
                                                                                                                    17501 
                                                                                                                    17502 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17503 // Link name: Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    -
                                                                                                                    17504 // Strings (bytes): 8 (originally 16)
                                                                                                                    -
                                                                                                                    17505 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    17506 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    17503 // Link name: Australia/ACT -> Australia/Sydney
                                                                                                                    +
                                                                                                                    17504 // Strings (bytes): 5 (originally 14)
                                                                                                                    +
                                                                                                                    17505 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    17506 // Memory (32-bit): 25
                                                                                                                    17507 //---------------------------------------------------------------------------
                                                                                                                    17508 
                                                                                                                    -
                                                                                                                    17509 static const char kZoneNameAtlantic_Faeroe[] ACE_TIME_PROGMEM = "\x06" "Faeroe";
                                                                                                                    +
                                                                                                                    17509 static const char kZoneNameAustralia_ACT[] ACE_TIME_PROGMEM = "\x07" "ACT";
                                                                                                                    17510 
                                                                                                                    -
                                                                                                                    17511 const extended::ZoneInfo kZoneAtlantic_Faeroe ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17512  kZoneNameAtlantic_Faeroe /*name*/,
                                                                                                                    -
                                                                                                                    17513  0x031ec516 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17511 const extended::ZoneInfo kZoneAustralia_ACT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17512  kZoneNameAustralia_ACT /*name*/,
                                                                                                                    +
                                                                                                                    17513  0x8a970eb2 /*zoneId*/,
                                                                                                                    17514  &kZoneContext /*zoneContext*/,
                                                                                                                    17515  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17516  &kZoneAtlantic_Faroe /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17516  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    17517 };
                                                                                                                    17518 
                                                                                                                    17519 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17520 // Link name: Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    17521 // Strings (bytes): 11 (originally 19)
                                                                                                                    -
                                                                                                                    17522 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    17523 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    17520 // Link name: Australia/Canberra -> Australia/Sydney
                                                                                                                    +
                                                                                                                    17521 // Strings (bytes): 10 (originally 19)
                                                                                                                    +
                                                                                                                    17522 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17523 // Memory (32-bit): 30
                                                                                                                    17524 //---------------------------------------------------------------------------
                                                                                                                    17525 
                                                                                                                    -
                                                                                                                    17526 static const char kZoneNameAtlantic_Jan_Mayen[] ACE_TIME_PROGMEM = "\x06" "Jan_Mayen";
                                                                                                                    +
                                                                                                                    17526 static const char kZoneNameAustralia_Canberra[] ACE_TIME_PROGMEM = "\x07" "Canberra";
                                                                                                                    17527 
                                                                                                                    -
                                                                                                                    17528 const extended::ZoneInfo kZoneAtlantic_Jan_Mayen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17529  kZoneNameAtlantic_Jan_Mayen /*name*/,
                                                                                                                    -
                                                                                                                    17530  0x5a7535b6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17528 const extended::ZoneInfo kZoneAustralia_Canberra ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17529  kZoneNameAustralia_Canberra /*name*/,
                                                                                                                    +
                                                                                                                    17530  0x2a09ae58 /*zoneId*/,
                                                                                                                    17531  &kZoneContext /*zoneContext*/,
                                                                                                                    17532  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17533  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17533  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    17534 };
                                                                                                                    17535 
                                                                                                                    17536 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17537 // Link name: Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    17538 // Strings (bytes): 11 (originally 19)
                                                                                                                    -
                                                                                                                    17539 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    17540 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    17537 // Link name: Australia/Currie -> Australia/Hobart
                                                                                                                    +
                                                                                                                    17538 // Strings (bytes): 8 (originally 17)
                                                                                                                    +
                                                                                                                    17539 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    17540 // Memory (32-bit): 28
                                                                                                                    17541 //---------------------------------------------------------------------------
                                                                                                                    17542 
                                                                                                                    -
                                                                                                                    17543 static const char kZoneNameAtlantic_Reykjavik[] ACE_TIME_PROGMEM = "\x06" "Reykjavik";
                                                                                                                    +
                                                                                                                    17543 static const char kZoneNameAustralia_Currie[] ACE_TIME_PROGMEM = "\x07" "Currie";
                                                                                                                    17544 
                                                                                                                    -
                                                                                                                    17545 const extended::ZoneInfo kZoneAtlantic_Reykjavik ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17546  kZoneNameAtlantic_Reykjavik /*name*/,
                                                                                                                    -
                                                                                                                    17547  0x1c2b4f74 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17545 const extended::ZoneInfo kZoneAustralia_Currie ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17546  kZoneNameAustralia_Currie /*name*/,
                                                                                                                    +
                                                                                                                    17547  0x278b6a24 /*zoneId*/,
                                                                                                                    17548  &kZoneContext /*zoneContext*/,
                                                                                                                    17549  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17550  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17550  &kZoneAustralia_Hobart /*eras(info)*/,
                                                                                                                    17551 };
                                                                                                                    17552 
                                                                                                                    17553 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17554 // Link name: Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    17555 // Strings (bytes): 11 (originally 19)
                                                                                                                    -
                                                                                                                    17556 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    17557 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    17554 // Link name: Australia/LHI -> Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    17555 // Strings (bytes): 5 (originally 14)
                                                                                                                    +
                                                                                                                    17556 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    17557 // Memory (32-bit): 25
                                                                                                                    17558 //---------------------------------------------------------------------------
                                                                                                                    17559 
                                                                                                                    -
                                                                                                                    17560 static const char kZoneNameAtlantic_St_Helena[] ACE_TIME_PROGMEM = "\x06" "St_Helena";
                                                                                                                    +
                                                                                                                    17560 static const char kZoneNameAustralia_LHI[] ACE_TIME_PROGMEM = "\x07" "LHI";
                                                                                                                    17561 
                                                                                                                    -
                                                                                                                    17562 const extended::ZoneInfo kZoneAtlantic_St_Helena ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17563  kZoneNameAtlantic_St_Helena /*name*/,
                                                                                                                    -
                                                                                                                    17564  0x451fc5f7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17562 const extended::ZoneInfo kZoneAustralia_LHI ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17563  kZoneNameAustralia_LHI /*name*/,
                                                                                                                    +
                                                                                                                    17564  0x8a973e17 /*zoneId*/,
                                                                                                                    17565  &kZoneContext /*zoneContext*/,
                                                                                                                    17566  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17567  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17567  &kZoneAustralia_Lord_Howe /*eras(info)*/,
                                                                                                                    17568 };
                                                                                                                    17569 
                                                                                                                    17570 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17571 // Link name: Australia/ACT -> Australia/Sydney
                                                                                                                    +
                                                                                                                    17571 // Link name: Australia/NSW -> Australia/Sydney
                                                                                                                    17572 // Strings (bytes): 5 (originally 14)
                                                                                                                    17573 // Memory (8-bit): 16
                                                                                                                    17574 // Memory (32-bit): 25
                                                                                                                    17575 //---------------------------------------------------------------------------
                                                                                                                    17576 
                                                                                                                    -
                                                                                                                    17577 static const char kZoneNameAustralia_ACT[] ACE_TIME_PROGMEM = "\x07" "ACT";
                                                                                                                    +
                                                                                                                    17577 static const char kZoneNameAustralia_NSW[] ACE_TIME_PROGMEM = "\x07" "NSW";
                                                                                                                    17578 
                                                                                                                    -
                                                                                                                    17579 const extended::ZoneInfo kZoneAustralia_ACT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17580  kZoneNameAustralia_ACT /*name*/,
                                                                                                                    -
                                                                                                                    17581  0x8a970eb2 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17579 const extended::ZoneInfo kZoneAustralia_NSW ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17580  kZoneNameAustralia_NSW /*name*/,
                                                                                                                    +
                                                                                                                    17581  0x8a974812 /*zoneId*/,
                                                                                                                    17582  &kZoneContext /*zoneContext*/,
                                                                                                                    17583  0 /*numEras*/,
                                                                                                                    17584  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    17585 };
                                                                                                                    17586 
                                                                                                                    17587 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17588 // Link name: Australia/Canberra -> Australia/Sydney
                                                                                                                    -
                                                                                                                    17589 // Strings (bytes): 10 (originally 19)
                                                                                                                    -
                                                                                                                    17590 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17591 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17588 // Link name: Australia/North -> Australia/Darwin
                                                                                                                    +
                                                                                                                    17589 // Strings (bytes): 7 (originally 16)
                                                                                                                    +
                                                                                                                    17590 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    17591 // Memory (32-bit): 27
                                                                                                                    17592 //---------------------------------------------------------------------------
                                                                                                                    17593 
                                                                                                                    -
                                                                                                                    17594 static const char kZoneNameAustralia_Canberra[] ACE_TIME_PROGMEM = "\x07" "Canberra";
                                                                                                                    +
                                                                                                                    17594 static const char kZoneNameAustralia_North[] ACE_TIME_PROGMEM = "\x07" "North";
                                                                                                                    17595 
                                                                                                                    -
                                                                                                                    17596 const extended::ZoneInfo kZoneAustralia_Canberra ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17597  kZoneNameAustralia_Canberra /*name*/,
                                                                                                                    -
                                                                                                                    17598  0x2a09ae58 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17596 const extended::ZoneInfo kZoneAustralia_North ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17597  kZoneNameAustralia_North /*name*/,
                                                                                                                    +
                                                                                                                    17598  0x8d997165 /*zoneId*/,
                                                                                                                    17599  &kZoneContext /*zoneContext*/,
                                                                                                                    17600  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17601  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17601  &kZoneAustralia_Darwin /*eras(info)*/,
                                                                                                                    17602 };
                                                                                                                    17603 
                                                                                                                    17604 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17605 // Link name: Australia/Currie -> Australia/Hobart
                                                                                                                    -
                                                                                                                    17606 // Strings (bytes): 8 (originally 17)
                                                                                                                    -
                                                                                                                    17607 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    17608 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    17605 // Link name: Australia/Queensland -> Australia/Brisbane
                                                                                                                    +
                                                                                                                    17606 // Strings (bytes): 12 (originally 21)
                                                                                                                    +
                                                                                                                    17607 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    17608 // Memory (32-bit): 32
                                                                                                                    17609 //---------------------------------------------------------------------------
                                                                                                                    17610 
                                                                                                                    -
                                                                                                                    17611 static const char kZoneNameAustralia_Currie[] ACE_TIME_PROGMEM = "\x07" "Currie";
                                                                                                                    +
                                                                                                                    17611 static const char kZoneNameAustralia_Queensland[] ACE_TIME_PROGMEM = "\x07" "Queensland";
                                                                                                                    17612 
                                                                                                                    -
                                                                                                                    17613 const extended::ZoneInfo kZoneAustralia_Currie ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17614  kZoneNameAustralia_Currie /*name*/,
                                                                                                                    -
                                                                                                                    17615  0x278b6a24 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17613 const extended::ZoneInfo kZoneAustralia_Queensland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17614  kZoneNameAustralia_Queensland /*name*/,
                                                                                                                    +
                                                                                                                    17615  0xd326ed0a /*zoneId*/,
                                                                                                                    17616  &kZoneContext /*zoneContext*/,
                                                                                                                    17617  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17618  &kZoneAustralia_Hobart /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17618  &kZoneAustralia_Brisbane /*eras(info)*/,
                                                                                                                    17619 };
                                                                                                                    17620 
                                                                                                                    17621 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17622 // Link name: Australia/LHI -> Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    17623 // Strings (bytes): 5 (originally 14)
                                                                                                                    -
                                                                                                                    17624 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    17625 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    17622 // Link name: Australia/South -> Australia/Adelaide
                                                                                                                    +
                                                                                                                    17623 // Strings (bytes): 7 (originally 16)
                                                                                                                    +
                                                                                                                    17624 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    17625 // Memory (32-bit): 27
                                                                                                                    17626 //---------------------------------------------------------------------------
                                                                                                                    17627 
                                                                                                                    -
                                                                                                                    17628 static const char kZoneNameAustralia_LHI[] ACE_TIME_PROGMEM = "\x07" "LHI";
                                                                                                                    +
                                                                                                                    17628 static const char kZoneNameAustralia_South[] ACE_TIME_PROGMEM = "\x07" "South";
                                                                                                                    17629 
                                                                                                                    -
                                                                                                                    17630 const extended::ZoneInfo kZoneAustralia_LHI ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17631  kZoneNameAustralia_LHI /*name*/,
                                                                                                                    -
                                                                                                                    17632  0x8a973e17 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17630 const extended::ZoneInfo kZoneAustralia_South ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17631  kZoneNameAustralia_South /*name*/,
                                                                                                                    +
                                                                                                                    17632  0x8df3f8ad /*zoneId*/,
                                                                                                                    17633  &kZoneContext /*zoneContext*/,
                                                                                                                    17634  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17635  &kZoneAustralia_Lord_Howe /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17635  &kZoneAustralia_Adelaide /*eras(info)*/,
                                                                                                                    17636 };
                                                                                                                    17637 
                                                                                                                    17638 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17639 // Link name: Australia/NSW -> Australia/Sydney
                                                                                                                    -
                                                                                                                    17640 // Strings (bytes): 5 (originally 14)
                                                                                                                    -
                                                                                                                    17641 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    17642 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    17639 // Link name: Australia/Tasmania -> Australia/Hobart
                                                                                                                    +
                                                                                                                    17640 // Strings (bytes): 10 (originally 19)
                                                                                                                    +
                                                                                                                    17641 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17642 // Memory (32-bit): 30
                                                                                                                    17643 //---------------------------------------------------------------------------
                                                                                                                    17644 
                                                                                                                    -
                                                                                                                    17645 static const char kZoneNameAustralia_NSW[] ACE_TIME_PROGMEM = "\x07" "NSW";
                                                                                                                    +
                                                                                                                    17645 static const char kZoneNameAustralia_Tasmania[] ACE_TIME_PROGMEM = "\x07" "Tasmania";
                                                                                                                    17646 
                                                                                                                    -
                                                                                                                    17647 const extended::ZoneInfo kZoneAustralia_NSW ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17648  kZoneNameAustralia_NSW /*name*/,
                                                                                                                    -
                                                                                                                    17649  0x8a974812 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17647 const extended::ZoneInfo kZoneAustralia_Tasmania ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17648  kZoneNameAustralia_Tasmania /*name*/,
                                                                                                                    +
                                                                                                                    17649  0xe6d76648 /*zoneId*/,
                                                                                                                    17650  &kZoneContext /*zoneContext*/,
                                                                                                                    17651  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17652  &kZoneAustralia_Sydney /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17652  &kZoneAustralia_Hobart /*eras(info)*/,
                                                                                                                    17653 };
                                                                                                                    17654 
                                                                                                                    17655 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17656 // Link name: Australia/North -> Australia/Darwin
                                                                                                                    -
                                                                                                                    17657 // Strings (bytes): 7 (originally 16)
                                                                                                                    -
                                                                                                                    17658 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    17659 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    17656 // Link name: Australia/Victoria -> Australia/Melbourne
                                                                                                                    +
                                                                                                                    17657 // Strings (bytes): 10 (originally 19)
                                                                                                                    +
                                                                                                                    17658 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17659 // Memory (32-bit): 30
                                                                                                                    17660 //---------------------------------------------------------------------------
                                                                                                                    17661 
                                                                                                                    -
                                                                                                                    17662 static const char kZoneNameAustralia_North[] ACE_TIME_PROGMEM = "\x07" "North";
                                                                                                                    +
                                                                                                                    17662 static const char kZoneNameAustralia_Victoria[] ACE_TIME_PROGMEM = "\x07" "Victoria";
                                                                                                                    17663 
                                                                                                                    -
                                                                                                                    17664 const extended::ZoneInfo kZoneAustralia_North ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17665  kZoneNameAustralia_North /*name*/,
                                                                                                                    -
                                                                                                                    17666  0x8d997165 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17664 const extended::ZoneInfo kZoneAustralia_Victoria ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17665  kZoneNameAustralia_Victoria /*name*/,
                                                                                                                    +
                                                                                                                    17666  0x0260d5db /*zoneId*/,
                                                                                                                    17667  &kZoneContext /*zoneContext*/,
                                                                                                                    17668  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17669  &kZoneAustralia_Darwin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17669  &kZoneAustralia_Melbourne /*eras(info)*/,
                                                                                                                    17670 };
                                                                                                                    17671 
                                                                                                                    17672 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17673 // Link name: Australia/Queensland -> Australia/Brisbane
                                                                                                                    -
                                                                                                                    17674 // Strings (bytes): 12 (originally 21)
                                                                                                                    -
                                                                                                                    17675 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    17676 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    17673 // Link name: Australia/West -> Australia/Perth
                                                                                                                    +
                                                                                                                    17674 // Strings (bytes): 6 (originally 15)
                                                                                                                    +
                                                                                                                    17675 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    17676 // Memory (32-bit): 26
                                                                                                                    17677 //---------------------------------------------------------------------------
                                                                                                                    17678 
                                                                                                                    -
                                                                                                                    17679 static const char kZoneNameAustralia_Queensland[] ACE_TIME_PROGMEM = "\x07" "Queensland";
                                                                                                                    +
                                                                                                                    17679 static const char kZoneNameAustralia_West[] ACE_TIME_PROGMEM = "\x07" "West";
                                                                                                                    17680 
                                                                                                                    -
                                                                                                                    17681 const extended::ZoneInfo kZoneAustralia_Queensland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17682  kZoneNameAustralia_Queensland /*name*/,
                                                                                                                    -
                                                                                                                    17683  0xd326ed0a /*zoneId*/,
                                                                                                                    +
                                                                                                                    17681 const extended::ZoneInfo kZoneAustralia_West ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17682  kZoneNameAustralia_West /*name*/,
                                                                                                                    +
                                                                                                                    17683  0xdd858a5d /*zoneId*/,
                                                                                                                    17684  &kZoneContext /*zoneContext*/,
                                                                                                                    17685  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17686  &kZoneAustralia_Brisbane /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17686  &kZoneAustralia_Perth /*eras(info)*/,
                                                                                                                    17687 };
                                                                                                                    17688 
                                                                                                                    17689 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17690 // Link name: Australia/South -> Australia/Adelaide
                                                                                                                    -
                                                                                                                    17691 // Strings (bytes): 7 (originally 16)
                                                                                                                    -
                                                                                                                    17692 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    17693 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    17690 // Link name: Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    17691 // Strings (bytes): 12 (originally 21)
                                                                                                                    +
                                                                                                                    17692 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    17693 // Memory (32-bit): 32
                                                                                                                    17694 //---------------------------------------------------------------------------
                                                                                                                    17695 
                                                                                                                    -
                                                                                                                    17696 static const char kZoneNameAustralia_South[] ACE_TIME_PROGMEM = "\x07" "South";
                                                                                                                    +
                                                                                                                    17696 static const char kZoneNameAustralia_Yancowinna[] ACE_TIME_PROGMEM = "\x07" "Yancowinna";
                                                                                                                    17697 
                                                                                                                    -
                                                                                                                    17698 const extended::ZoneInfo kZoneAustralia_South ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17699  kZoneNameAustralia_South /*name*/,
                                                                                                                    -
                                                                                                                    17700  0x8df3f8ad /*zoneId*/,
                                                                                                                    +
                                                                                                                    17698 const extended::ZoneInfo kZoneAustralia_Yancowinna ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17699  kZoneNameAustralia_Yancowinna /*name*/,
                                                                                                                    +
                                                                                                                    17700  0x90bac131 /*zoneId*/,
                                                                                                                    17701  &kZoneContext /*zoneContext*/,
                                                                                                                    17702  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17703  &kZoneAustralia_Adelaide /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17703  &kZoneAustralia_Broken_Hill /*eras(info)*/,
                                                                                                                    17704 };
                                                                                                                    17705 
                                                                                                                    17706 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17707 // Link name: Australia/Tasmania -> Australia/Hobart
                                                                                                                    -
                                                                                                                    17708 // Strings (bytes): 10 (originally 19)
                                                                                                                    -
                                                                                                                    17709 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17710 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17707 // Link name: Brazil/Acre -> America/Rio_Branco
                                                                                                                    +
                                                                                                                    17708 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    17709 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    17710 // Memory (32-bit): 26
                                                                                                                    17711 //---------------------------------------------------------------------------
                                                                                                                    17712 
                                                                                                                    -
                                                                                                                    17713 static const char kZoneNameAustralia_Tasmania[] ACE_TIME_PROGMEM = "\x07" "Tasmania";
                                                                                                                    +
                                                                                                                    17713 static const char kZoneNameBrazil_Acre[] ACE_TIME_PROGMEM = "\x08" "Acre";
                                                                                                                    17714 
                                                                                                                    -
                                                                                                                    17715 const extended::ZoneInfo kZoneAustralia_Tasmania ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17716  kZoneNameAustralia_Tasmania /*name*/,
                                                                                                                    -
                                                                                                                    17717  0xe6d76648 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17715 const extended::ZoneInfo kZoneBrazil_Acre ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17716  kZoneNameBrazil_Acre /*name*/,
                                                                                                                    +
                                                                                                                    17717  0x66934f93 /*zoneId*/,
                                                                                                                    17718  &kZoneContext /*zoneContext*/,
                                                                                                                    17719  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17720  &kZoneAustralia_Hobart /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17720  &kZoneAmerica_Rio_Branco /*eras(info)*/,
                                                                                                                    17721 };
                                                                                                                    17722 
                                                                                                                    17723 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17724 // Link name: Australia/Victoria -> Australia/Melbourne
                                                                                                                    -
                                                                                                                    17725 // Strings (bytes): 10 (originally 19)
                                                                                                                    -
                                                                                                                    17726 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17727 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17724 // Link name: Brazil/DeNoronha -> America/Noronha
                                                                                                                    +
                                                                                                                    17725 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    17726 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    17727 // Memory (32-bit): 31
                                                                                                                    17728 //---------------------------------------------------------------------------
                                                                                                                    17729 
                                                                                                                    -
                                                                                                                    17730 static const char kZoneNameAustralia_Victoria[] ACE_TIME_PROGMEM = "\x07" "Victoria";
                                                                                                                    +
                                                                                                                    17730 static const char kZoneNameBrazil_DeNoronha[] ACE_TIME_PROGMEM = "\x08" "DeNoronha";
                                                                                                                    17731 
                                                                                                                    -
                                                                                                                    17732 const extended::ZoneInfo kZoneAustralia_Victoria ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17733  kZoneNameAustralia_Victoria /*name*/,
                                                                                                                    -
                                                                                                                    17734  0x0260d5db /*zoneId*/,
                                                                                                                    +
                                                                                                                    17732 const extended::ZoneInfo kZoneBrazil_DeNoronha ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17733  kZoneNameBrazil_DeNoronha /*name*/,
                                                                                                                    +
                                                                                                                    17734  0x9b4cb496 /*zoneId*/,
                                                                                                                    17735  &kZoneContext /*zoneContext*/,
                                                                                                                    17736  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17737  &kZoneAustralia_Melbourne /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17737  &kZoneAmerica_Noronha /*eras(info)*/,
                                                                                                                    17738 };
                                                                                                                    17739 
                                                                                                                    17740 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17741 // Link name: Australia/West -> Australia/Perth
                                                                                                                    -
                                                                                                                    17742 // Strings (bytes): 6 (originally 15)
                                                                                                                    +
                                                                                                                    17741 // Link name: Brazil/East -> America/Sao_Paulo
                                                                                                                    +
                                                                                                                    17742 // Strings (bytes): 6 (originally 12)
                                                                                                                    17743 // Memory (8-bit): 17
                                                                                                                    17744 // Memory (32-bit): 26
                                                                                                                    17745 //---------------------------------------------------------------------------
                                                                                                                    17746 
                                                                                                                    -
                                                                                                                    17747 static const char kZoneNameAustralia_West[] ACE_TIME_PROGMEM = "\x07" "West";
                                                                                                                    +
                                                                                                                    17747 static const char kZoneNameBrazil_East[] ACE_TIME_PROGMEM = "\x08" "East";
                                                                                                                    17748 
                                                                                                                    -
                                                                                                                    17749 const extended::ZoneInfo kZoneAustralia_West ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17750  kZoneNameAustralia_West /*name*/,
                                                                                                                    -
                                                                                                                    17751  0xdd858a5d /*zoneId*/,
                                                                                                                    +
                                                                                                                    17749 const extended::ZoneInfo kZoneBrazil_East ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17750  kZoneNameBrazil_East /*name*/,
                                                                                                                    +
                                                                                                                    17751  0x669578c5 /*zoneId*/,
                                                                                                                    17752  &kZoneContext /*zoneContext*/,
                                                                                                                    17753  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17754  &kZoneAustralia_Perth /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17754  &kZoneAmerica_Sao_Paulo /*eras(info)*/,
                                                                                                                    17755 };
                                                                                                                    17756 
                                                                                                                    17757 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17758 // Link name: Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    17759 // Strings (bytes): 12 (originally 21)
                                                                                                                    -
                                                                                                                    17760 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    17761 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    17758 // Link name: Brazil/West -> America/Manaus
                                                                                                                    +
                                                                                                                    17759 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    17760 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    17761 // Memory (32-bit): 26
                                                                                                                    17762 //---------------------------------------------------------------------------
                                                                                                                    17763 
                                                                                                                    -
                                                                                                                    17764 static const char kZoneNameAustralia_Yancowinna[] ACE_TIME_PROGMEM = "\x07" "Yancowinna";
                                                                                                                    +
                                                                                                                    17764 static const char kZoneNameBrazil_West[] ACE_TIME_PROGMEM = "\x08" "West";
                                                                                                                    17765 
                                                                                                                    -
                                                                                                                    17766 const extended::ZoneInfo kZoneAustralia_Yancowinna ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17767  kZoneNameAustralia_Yancowinna /*name*/,
                                                                                                                    -
                                                                                                                    17768  0x90bac131 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17766 const extended::ZoneInfo kZoneBrazil_West ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17767  kZoneNameBrazil_West /*name*/,
                                                                                                                    +
                                                                                                                    17768  0x669f689b /*zoneId*/,
                                                                                                                    17769  &kZoneContext /*zoneContext*/,
                                                                                                                    17770  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17771  &kZoneAustralia_Broken_Hill /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17771  &kZoneAmerica_Manaus /*eras(info)*/,
                                                                                                                    17772 };
                                                                                                                    17773 
                                                                                                                    17774 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17775 // Link name: Brazil/Acre -> America/Rio_Branco
                                                                                                                    -
                                                                                                                    17776 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    17777 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    17778 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    17775 // Link name: Canada/Atlantic -> America/Halifax
                                                                                                                    +
                                                                                                                    17776 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    17777 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17778 // Memory (32-bit): 30
                                                                                                                    17779 //---------------------------------------------------------------------------
                                                                                                                    17780 
                                                                                                                    -
                                                                                                                    17781 static const char kZoneNameBrazil_Acre[] ACE_TIME_PROGMEM = "\x08" "Acre";
                                                                                                                    +
                                                                                                                    17781 static const char kZoneNameCanada_Atlantic[] ACE_TIME_PROGMEM = "\x09" "Atlantic";
                                                                                                                    17782 
                                                                                                                    -
                                                                                                                    17783 const extended::ZoneInfo kZoneBrazil_Acre ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17784  kZoneNameBrazil_Acre /*name*/,
                                                                                                                    -
                                                                                                                    17785  0x66934f93 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17783 const extended::ZoneInfo kZoneCanada_Atlantic ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17784  kZoneNameCanada_Atlantic /*name*/,
                                                                                                                    +
                                                                                                                    17785  0x536b119c /*zoneId*/,
                                                                                                                    17786  &kZoneContext /*zoneContext*/,
                                                                                                                    17787  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17788  &kZoneAmerica_Rio_Branco /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17788  &kZoneAmerica_Halifax /*eras(info)*/,
                                                                                                                    17789 };
                                                                                                                    17790 
                                                                                                                    17791 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17792 // Link name: Brazil/DeNoronha -> America/Noronha
                                                                                                                    -
                                                                                                                    17793 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    17794 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    17795 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    17792 // Link name: Canada/Central -> America/Winnipeg
                                                                                                                    +
                                                                                                                    17793 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    17794 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    17795 // Memory (32-bit): 29
                                                                                                                    17796 //---------------------------------------------------------------------------
                                                                                                                    17797 
                                                                                                                    -
                                                                                                                    17798 static const char kZoneNameBrazil_DeNoronha[] ACE_TIME_PROGMEM = "\x08" "DeNoronha";
                                                                                                                    +
                                                                                                                    17798 static const char kZoneNameCanada_Central[] ACE_TIME_PROGMEM = "\x09" "Central";
                                                                                                                    17799 
                                                                                                                    -
                                                                                                                    17800 const extended::ZoneInfo kZoneBrazil_DeNoronha ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17801  kZoneNameBrazil_DeNoronha /*name*/,
                                                                                                                    -
                                                                                                                    17802  0x9b4cb496 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17800 const extended::ZoneInfo kZoneCanada_Central ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17801  kZoneNameCanada_Central /*name*/,
                                                                                                                    +
                                                                                                                    17802  0x626710f5 /*zoneId*/,
                                                                                                                    17803  &kZoneContext /*zoneContext*/,
                                                                                                                    17804  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17805  &kZoneAmerica_Noronha /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17805  &kZoneAmerica_Winnipeg /*eras(info)*/,
                                                                                                                    17806 };
                                                                                                                    17807 
                                                                                                                    17808 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17809 // Link name: Brazil/East -> America/Sao_Paulo
                                                                                                                    -
                                                                                                                    17810 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    17811 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    17812 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    17809 // Link name: Canada/Eastern -> America/Toronto
                                                                                                                    +
                                                                                                                    17810 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    17811 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    17812 // Memory (32-bit): 29
                                                                                                                    17813 //---------------------------------------------------------------------------
                                                                                                                    17814 
                                                                                                                    -
                                                                                                                    17815 static const char kZoneNameBrazil_East[] ACE_TIME_PROGMEM = "\x08" "East";
                                                                                                                    +
                                                                                                                    17815 static const char kZoneNameCanada_Eastern[] ACE_TIME_PROGMEM = "\x09" "Eastern";
                                                                                                                    17816 
                                                                                                                    -
                                                                                                                    17817 const extended::ZoneInfo kZoneBrazil_East ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17818  kZoneNameBrazil_East /*name*/,
                                                                                                                    -
                                                                                                                    17819  0x669578c5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17817 const extended::ZoneInfo kZoneCanada_Eastern ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17818  kZoneNameCanada_Eastern /*name*/,
                                                                                                                    +
                                                                                                                    17819  0xf3612d5e /*zoneId*/,
                                                                                                                    17820  &kZoneContext /*zoneContext*/,
                                                                                                                    17821  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17822  &kZoneAmerica_Sao_Paulo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17822  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    17823 };
                                                                                                                    17824 
                                                                                                                    17825 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17826 // Link name: Brazil/West -> America/Manaus
                                                                                                                    -
                                                                                                                    17827 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    17828 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    17829 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    17826 // Link name: Canada/Mountain -> America/Edmonton
                                                                                                                    +
                                                                                                                    17827 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    17828 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    17829 // Memory (32-bit): 30
                                                                                                                    17830 //---------------------------------------------------------------------------
                                                                                                                    17831 
                                                                                                                    -
                                                                                                                    17832 static const char kZoneNameBrazil_West[] ACE_TIME_PROGMEM = "\x08" "West";
                                                                                                                    +
                                                                                                                    17832 static const char kZoneNameCanada_Mountain[] ACE_TIME_PROGMEM = "\x09" "Mountain";
                                                                                                                    17833 
                                                                                                                    -
                                                                                                                    17834 const extended::ZoneInfo kZoneBrazil_West ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17835  kZoneNameBrazil_West /*name*/,
                                                                                                                    -
                                                                                                                    17836  0x669f689b /*zoneId*/,
                                                                                                                    +
                                                                                                                    17834 const extended::ZoneInfo kZoneCanada_Mountain ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17835  kZoneNameCanada_Mountain /*name*/,
                                                                                                                    +
                                                                                                                    17836  0xfb8a8217 /*zoneId*/,
                                                                                                                    17837  &kZoneContext /*zoneContext*/,
                                                                                                                    17838  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17839  &kZoneAmerica_Manaus /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17839  &kZoneAmerica_Edmonton /*eras(info)*/,
                                                                                                                    17840 };
                                                                                                                    17841 
                                                                                                                    17842 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17843 // Link name: Canada/Atlantic -> America/Halifax
                                                                                                                    -
                                                                                                                    17844 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    17845 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17846 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17843 // Link name: Canada/Newfoundland -> America/St_Johns
                                                                                                                    +
                                                                                                                    17844 // Strings (bytes): 14 (originally 20)
                                                                                                                    +
                                                                                                                    17845 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    17846 // Memory (32-bit): 34
                                                                                                                    17847 //---------------------------------------------------------------------------
                                                                                                                    17848 
                                                                                                                    -
                                                                                                                    17849 static const char kZoneNameCanada_Atlantic[] ACE_TIME_PROGMEM = "\x09" "Atlantic";
                                                                                                                    +
                                                                                                                    17849 static const char kZoneNameCanada_Newfoundland[] ACE_TIME_PROGMEM = "\x09" "Newfoundland";
                                                                                                                    17850 
                                                                                                                    -
                                                                                                                    17851 const extended::ZoneInfo kZoneCanada_Atlantic ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17852  kZoneNameCanada_Atlantic /*name*/,
                                                                                                                    -
                                                                                                                    17853  0x536b119c /*zoneId*/,
                                                                                                                    +
                                                                                                                    17851 const extended::ZoneInfo kZoneCanada_Newfoundland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17852  kZoneNameCanada_Newfoundland /*name*/,
                                                                                                                    +
                                                                                                                    17853  0xb396e991 /*zoneId*/,
                                                                                                                    17854  &kZoneContext /*zoneContext*/,
                                                                                                                    17855  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17856  &kZoneAmerica_Halifax /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17856  &kZoneAmerica_St_Johns /*eras(info)*/,
                                                                                                                    17857 };
                                                                                                                    17858 
                                                                                                                    17859 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17860 // Link name: Canada/Central -> America/Winnipeg
                                                                                                                    +
                                                                                                                    17860 // Link name: Canada/Pacific -> America/Vancouver
                                                                                                                    17861 // Strings (bytes): 9 (originally 15)
                                                                                                                    17862 // Memory (8-bit): 20
                                                                                                                    17863 // Memory (32-bit): 29
                                                                                                                    17864 //---------------------------------------------------------------------------
                                                                                                                    17865 
                                                                                                                    -
                                                                                                                    17866 static const char kZoneNameCanada_Central[] ACE_TIME_PROGMEM = "\x09" "Central";
                                                                                                                    +
                                                                                                                    17866 static const char kZoneNameCanada_Pacific[] ACE_TIME_PROGMEM = "\x09" "Pacific";
                                                                                                                    17867 
                                                                                                                    -
                                                                                                                    17868 const extended::ZoneInfo kZoneCanada_Central ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17869  kZoneNameCanada_Central /*name*/,
                                                                                                                    -
                                                                                                                    17870  0x626710f5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17868 const extended::ZoneInfo kZoneCanada_Pacific ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17869  kZoneNameCanada_Pacific /*name*/,
                                                                                                                    +
                                                                                                                    17870  0x40fa3c7b /*zoneId*/,
                                                                                                                    17871  &kZoneContext /*zoneContext*/,
                                                                                                                    17872  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17873  &kZoneAmerica_Winnipeg /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17873  &kZoneAmerica_Vancouver /*eras(info)*/,
                                                                                                                    17874 };
                                                                                                                    17875 
                                                                                                                    17876 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17877 // Link name: Canada/Eastern -> America/Toronto
                                                                                                                    -
                                                                                                                    17878 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    17879 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    17880 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    17877 // Link name: Canada/Saskatchewan -> America/Regina
                                                                                                                    +
                                                                                                                    17878 // Strings (bytes): 14 (originally 20)
                                                                                                                    +
                                                                                                                    17879 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    17880 // Memory (32-bit): 34
                                                                                                                    17881 //---------------------------------------------------------------------------
                                                                                                                    17882 
                                                                                                                    -
                                                                                                                    17883 static const char kZoneNameCanada_Eastern[] ACE_TIME_PROGMEM = "\x09" "Eastern";
                                                                                                                    +
                                                                                                                    17883 static const char kZoneNameCanada_Saskatchewan[] ACE_TIME_PROGMEM = "\x09" "Saskatchewan";
                                                                                                                    17884 
                                                                                                                    -
                                                                                                                    17885 const extended::ZoneInfo kZoneCanada_Eastern ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17886  kZoneNameCanada_Eastern /*name*/,
                                                                                                                    -
                                                                                                                    17887  0xf3612d5e /*zoneId*/,
                                                                                                                    +
                                                                                                                    17885 const extended::ZoneInfo kZoneCanada_Saskatchewan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17886  kZoneNameCanada_Saskatchewan /*name*/,
                                                                                                                    +
                                                                                                                    17887  0x77311f49 /*zoneId*/,
                                                                                                                    17888  &kZoneContext /*zoneContext*/,
                                                                                                                    17889  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17890  &kZoneAmerica_Toronto /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17890  &kZoneAmerica_Regina /*eras(info)*/,
                                                                                                                    17891 };
                                                                                                                    17892 
                                                                                                                    17893 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17894 // Link name: Canada/Mountain -> America/Edmonton
                                                                                                                    -
                                                                                                                    17895 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    17896 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    17897 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    17894 // Link name: Canada/Yukon -> America/Whitehorse
                                                                                                                    +
                                                                                                                    17895 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    17896 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    17897 // Memory (32-bit): 27
                                                                                                                    17898 //---------------------------------------------------------------------------
                                                                                                                    17899 
                                                                                                                    -
                                                                                                                    17900 static const char kZoneNameCanada_Mountain[] ACE_TIME_PROGMEM = "\x09" "Mountain";
                                                                                                                    +
                                                                                                                    17900 static const char kZoneNameCanada_Yukon[] ACE_TIME_PROGMEM = "\x09" "Yukon";
                                                                                                                    17901 
                                                                                                                    -
                                                                                                                    17902 const extended::ZoneInfo kZoneCanada_Mountain ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17903  kZoneNameCanada_Mountain /*name*/,
                                                                                                                    -
                                                                                                                    17904  0xfb8a8217 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17902 const extended::ZoneInfo kZoneCanada_Yukon ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17903  kZoneNameCanada_Yukon /*name*/,
                                                                                                                    +
                                                                                                                    17904  0x78dd35c2 /*zoneId*/,
                                                                                                                    17905  &kZoneContext /*zoneContext*/,
                                                                                                                    17906  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17907  &kZoneAmerica_Edmonton /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17907  &kZoneAmerica_Whitehorse /*eras(info)*/,
                                                                                                                    17908 };
                                                                                                                    17909 
                                                                                                                    17910 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17911 // Link name: Canada/Newfoundland -> America/St_Johns
                                                                                                                    -
                                                                                                                    17912 // Strings (bytes): 14 (originally 20)
                                                                                                                    -
                                                                                                                    17913 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    17914 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    17911 // Link name: Chile/Continental -> America/Santiago
                                                                                                                    +
                                                                                                                    17912 // Strings (bytes): 18 (originally 18)
                                                                                                                    +
                                                                                                                    17913 // Memory (8-bit): 29
                                                                                                                    +
                                                                                                                    17914 // Memory (32-bit): 38
                                                                                                                    17915 //---------------------------------------------------------------------------
                                                                                                                    17916 
                                                                                                                    -
                                                                                                                    17917 static const char kZoneNameCanada_Newfoundland[] ACE_TIME_PROGMEM = "\x09" "Newfoundland";
                                                                                                                    +
                                                                                                                    17917 static const char kZoneNameChile_Continental[] ACE_TIME_PROGMEM = "Chile/Continental";
                                                                                                                    17918 
                                                                                                                    -
                                                                                                                    17919 const extended::ZoneInfo kZoneCanada_Newfoundland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17920  kZoneNameCanada_Newfoundland /*name*/,
                                                                                                                    -
                                                                                                                    17921  0xb396e991 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17919 const extended::ZoneInfo kZoneChile_Continental ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17920  kZoneNameChile_Continental /*name*/,
                                                                                                                    +
                                                                                                                    17921  0x7e2bdb18 /*zoneId*/,
                                                                                                                    17922  &kZoneContext /*zoneContext*/,
                                                                                                                    17923  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17924  &kZoneAmerica_St_Johns /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17924  &kZoneAmerica_Santiago /*eras(info)*/,
                                                                                                                    17925 };
                                                                                                                    17926 
                                                                                                                    17927 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17928 // Link name: Canada/Pacific -> America/Vancouver
                                                                                                                    -
                                                                                                                    17929 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    17930 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    17931 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    17928 // Link name: Chile/EasterIsland -> Pacific/Easter
                                                                                                                    +
                                                                                                                    17929 // Strings (bytes): 19 (originally 19)
                                                                                                                    +
                                                                                                                    17930 // Memory (8-bit): 30
                                                                                                                    +
                                                                                                                    17931 // Memory (32-bit): 39
                                                                                                                    17932 //---------------------------------------------------------------------------
                                                                                                                    17933 
                                                                                                                    -
                                                                                                                    17934 static const char kZoneNameCanada_Pacific[] ACE_TIME_PROGMEM = "\x09" "Pacific";
                                                                                                                    +
                                                                                                                    17934 static const char kZoneNameChile_EasterIsland[] ACE_TIME_PROGMEM = "Chile/EasterIsland";
                                                                                                                    17935 
                                                                                                                    -
                                                                                                                    17936 const extended::ZoneInfo kZoneCanada_Pacific ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17937  kZoneNameCanada_Pacific /*name*/,
                                                                                                                    -
                                                                                                                    17938  0x40fa3c7b /*zoneId*/,
                                                                                                                    +
                                                                                                                    17936 const extended::ZoneInfo kZoneChile_EasterIsland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17937  kZoneNameChile_EasterIsland /*name*/,
                                                                                                                    +
                                                                                                                    17938  0xb0982af8 /*zoneId*/,
                                                                                                                    17939  &kZoneContext /*zoneContext*/,
                                                                                                                    17940  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17941  &kZoneAmerica_Vancouver /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17941  &kZonePacific_Easter /*eras(info)*/,
                                                                                                                    17942 };
                                                                                                                    17943 
                                                                                                                    17944 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17945 // Link name: Canada/Saskatchewan -> America/Regina
                                                                                                                    -
                                                                                                                    17946 // Strings (bytes): 14 (originally 20)
                                                                                                                    -
                                                                                                                    17947 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    17948 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    17945 // Link name: Cuba -> America/Havana
                                                                                                                    +
                                                                                                                    17946 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    17947 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    17948 // Memory (32-bit): 25
                                                                                                                    17949 //---------------------------------------------------------------------------
                                                                                                                    17950 
                                                                                                                    -
                                                                                                                    17951 static const char kZoneNameCanada_Saskatchewan[] ACE_TIME_PROGMEM = "\x09" "Saskatchewan";
                                                                                                                    +
                                                                                                                    17951 static const char kZoneNameCuba[] ACE_TIME_PROGMEM = "Cuba";
                                                                                                                    17952 
                                                                                                                    -
                                                                                                                    17953 const extended::ZoneInfo kZoneCanada_Saskatchewan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17954  kZoneNameCanada_Saskatchewan /*name*/,
                                                                                                                    -
                                                                                                                    17955  0x77311f49 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17953 const extended::ZoneInfo kZoneCuba ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17954  kZoneNameCuba /*name*/,
                                                                                                                    +
                                                                                                                    17955  0x7c83cba0 /*zoneId*/,
                                                                                                                    17956  &kZoneContext /*zoneContext*/,
                                                                                                                    17957  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17958  &kZoneAmerica_Regina /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17958  &kZoneAmerica_Havana /*eras(info)*/,
                                                                                                                    17959 };
                                                                                                                    17960 
                                                                                                                    17961 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17962 // Link name: Canada/Yukon -> America/Whitehorse
                                                                                                                    -
                                                                                                                    17963 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    17964 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    17965 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    17962 // Link name: Egypt -> Africa/Cairo
                                                                                                                    +
                                                                                                                    17963 // Strings (bytes): 6 (originally 6)
                                                                                                                    +
                                                                                                                    17964 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    17965 // Memory (32-bit): 26
                                                                                                                    17966 //---------------------------------------------------------------------------
                                                                                                                    17967 
                                                                                                                    -
                                                                                                                    17968 static const char kZoneNameCanada_Yukon[] ACE_TIME_PROGMEM = "\x09" "Yukon";
                                                                                                                    +
                                                                                                                    17968 static const char kZoneNameEgypt[] ACE_TIME_PROGMEM = "Egypt";
                                                                                                                    17969 
                                                                                                                    -
                                                                                                                    17970 const extended::ZoneInfo kZoneCanada_Yukon ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17971  kZoneNameCanada_Yukon /*name*/,
                                                                                                                    -
                                                                                                                    17972  0x78dd35c2 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17970 const extended::ZoneInfo kZoneEgypt ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17971  kZoneNameEgypt /*name*/,
                                                                                                                    +
                                                                                                                    17972  0x0d1a278e /*zoneId*/,
                                                                                                                    17973  &kZoneContext /*zoneContext*/,
                                                                                                                    17974  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17975  &kZoneAmerica_Whitehorse /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17975  &kZoneAfrica_Cairo /*eras(info)*/,
                                                                                                                    17976 };
                                                                                                                    17977 
                                                                                                                    17978 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17979 // Link name: Chile/Continental -> America/Santiago
                                                                                                                    -
                                                                                                                    17980 // Strings (bytes): 18 (originally 18)
                                                                                                                    -
                                                                                                                    17981 // Memory (8-bit): 29
                                                                                                                    -
                                                                                                                    17982 // Memory (32-bit): 38
                                                                                                                    +
                                                                                                                    17979 // Link name: Eire -> Europe/Dublin
                                                                                                                    +
                                                                                                                    17980 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    17981 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    17982 // Memory (32-bit): 25
                                                                                                                    17983 //---------------------------------------------------------------------------
                                                                                                                    17984 
                                                                                                                    -
                                                                                                                    17985 static const char kZoneNameChile_Continental[] ACE_TIME_PROGMEM = "Chile/Continental";
                                                                                                                    +
                                                                                                                    17985 static const char kZoneNameEire[] ACE_TIME_PROGMEM = "Eire";
                                                                                                                    17986 
                                                                                                                    -
                                                                                                                    17987 const extended::ZoneInfo kZoneChile_Continental ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    17988  kZoneNameChile_Continental /*name*/,
                                                                                                                    -
                                                                                                                    17989  0x7e2bdb18 /*zoneId*/,
                                                                                                                    +
                                                                                                                    17987 const extended::ZoneInfo kZoneEire ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    17988  kZoneNameEire /*name*/,
                                                                                                                    +
                                                                                                                    17989  0x7c84b36a /*zoneId*/,
                                                                                                                    17990  &kZoneContext /*zoneContext*/,
                                                                                                                    17991  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    17992  &kZoneAmerica_Santiago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    17992  &kZoneEurope_Dublin /*eras(info)*/,
                                                                                                                    17993 };
                                                                                                                    17994 
                                                                                                                    17995 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    17996 // Link name: Chile/EasterIsland -> Pacific/Easter
                                                                                                                    -
                                                                                                                    17997 // Strings (bytes): 19 (originally 19)
                                                                                                                    -
                                                                                                                    17998 // Memory (8-bit): 30
                                                                                                                    -
                                                                                                                    17999 // Memory (32-bit): 39
                                                                                                                    +
                                                                                                                    17996 // Link name: Etc/GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    17997 // Strings (bytes): 7 (originally 10)
                                                                                                                    +
                                                                                                                    17998 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    17999 // Memory (32-bit): 27
                                                                                                                    18000 //---------------------------------------------------------------------------
                                                                                                                    18001 
                                                                                                                    -
                                                                                                                    18002 static const char kZoneNameChile_EasterIsland[] ACE_TIME_PROGMEM = "Chile/EasterIsland";
                                                                                                                    +
                                                                                                                    18002 static const char kZoneNameEtc_GMT_PLUS_0[] ACE_TIME_PROGMEM = "\x0a" "GMT+0";
                                                                                                                    18003 
                                                                                                                    -
                                                                                                                    18004 const extended::ZoneInfo kZoneChile_EasterIsland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18005  kZoneNameChile_EasterIsland /*name*/,
                                                                                                                    -
                                                                                                                    18006  0xb0982af8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18004 const extended::ZoneInfo kZoneEtc_GMT_PLUS_0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18005  kZoneNameEtc_GMT_PLUS_0 /*name*/,
                                                                                                                    +
                                                                                                                    18006  0x9d13da13 /*zoneId*/,
                                                                                                                    18007  &kZoneContext /*zoneContext*/,
                                                                                                                    18008  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18009  &kZonePacific_Easter /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18009  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18010 };
                                                                                                                    18011 
                                                                                                                    18012 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18013 // Link name: Cuba -> America/Havana
                                                                                                                    -
                                                                                                                    18014 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    18015 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    18016 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    18013 // Link name: Etc/GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    18014 // Strings (bytes): 7 (originally 10)
                                                                                                                    +
                                                                                                                    18015 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    18016 // Memory (32-bit): 27
                                                                                                                    18017 //---------------------------------------------------------------------------
                                                                                                                    18018 
                                                                                                                    -
                                                                                                                    18019 static const char kZoneNameCuba[] ACE_TIME_PROGMEM = "Cuba";
                                                                                                                    +
                                                                                                                    18019 static const char kZoneNameEtc_GMT_0[] ACE_TIME_PROGMEM = "\x0a" "GMT-0";
                                                                                                                    18020 
                                                                                                                    -
                                                                                                                    18021 const extended::ZoneInfo kZoneCuba ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18022  kZoneNameCuba /*name*/,
                                                                                                                    -
                                                                                                                    18023  0x7c83cba0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18021 const extended::ZoneInfo kZoneEtc_GMT_0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18022  kZoneNameEtc_GMT_0 /*name*/,
                                                                                                                    +
                                                                                                                    18023  0x9d13da55 /*zoneId*/,
                                                                                                                    18024  &kZoneContext /*zoneContext*/,
                                                                                                                    18025  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18026  &kZoneAmerica_Havana /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18026  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18027 };
                                                                                                                    18028 
                                                                                                                    18029 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18030 // Link name: Egypt -> Africa/Cairo
                                                                                                                    -
                                                                                                                    18031 // Strings (bytes): 6 (originally 6)
                                                                                                                    +
                                                                                                                    18030 // Link name: Etc/GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    18031 // Strings (bytes): 6 (originally 9)
                                                                                                                    18032 // Memory (8-bit): 17
                                                                                                                    18033 // Memory (32-bit): 26
                                                                                                                    18034 //---------------------------------------------------------------------------
                                                                                                                    18035 
                                                                                                                    -
                                                                                                                    18036 static const char kZoneNameEgypt[] ACE_TIME_PROGMEM = "Egypt";
                                                                                                                    +
                                                                                                                    18036 static const char kZoneNameEtc_GMT0[] ACE_TIME_PROGMEM = "\x0a" "GMT0";
                                                                                                                    18037 
                                                                                                                    -
                                                                                                                    18038 const extended::ZoneInfo kZoneEgypt ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18039  kZoneNameEgypt /*name*/,
                                                                                                                    -
                                                                                                                    18040  0x0d1a278e /*zoneId*/,
                                                                                                                    +
                                                                                                                    18038 const extended::ZoneInfo kZoneEtc_GMT0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18039  kZoneNameEtc_GMT0 /*name*/,
                                                                                                                    +
                                                                                                                    18040  0xf53ea988 /*zoneId*/,
                                                                                                                    18041  &kZoneContext /*zoneContext*/,
                                                                                                                    18042  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18043  &kZoneAfrica_Cairo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18043  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18044 };
                                                                                                                    18045 
                                                                                                                    18046 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18047 // Link name: Eire -> Europe/Dublin
                                                                                                                    -
                                                                                                                    18048 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    18049 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    18050 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    18047 // Link name: Etc/Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    18048 // Strings (bytes): 11 (originally 14)
                                                                                                                    +
                                                                                                                    18049 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    18050 // Memory (32-bit): 31
                                                                                                                    18051 //---------------------------------------------------------------------------
                                                                                                                    18052 
                                                                                                                    -
                                                                                                                    18053 static const char kZoneNameEire[] ACE_TIME_PROGMEM = "Eire";
                                                                                                                    +
                                                                                                                    18053 static const char kZoneNameEtc_Greenwich[] ACE_TIME_PROGMEM = "\x0a" "Greenwich";
                                                                                                                    18054 
                                                                                                                    -
                                                                                                                    18055 const extended::ZoneInfo kZoneEire ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18056  kZoneNameEire /*name*/,
                                                                                                                    -
                                                                                                                    18057  0x7c84b36a /*zoneId*/,
                                                                                                                    +
                                                                                                                    18055 const extended::ZoneInfo kZoneEtc_Greenwich ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18056  kZoneNameEtc_Greenwich /*name*/,
                                                                                                                    +
                                                                                                                    18057  0x26daa98c /*zoneId*/,
                                                                                                                    18058  &kZoneContext /*zoneContext*/,
                                                                                                                    18059  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18060  &kZoneEurope_Dublin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18060  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18061 };
                                                                                                                    18062 
                                                                                                                    18063 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18064 // Link name: Etc/GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    18065 // Strings (bytes): 7 (originally 10)
                                                                                                                    -
                                                                                                                    18066 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    18067 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    18064 // Link name: Etc/UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    18065 // Strings (bytes): 5 (originally 8)
                                                                                                                    +
                                                                                                                    18066 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    18067 // Memory (32-bit): 25
                                                                                                                    18068 //---------------------------------------------------------------------------
                                                                                                                    18069 
                                                                                                                    -
                                                                                                                    18070 static const char kZoneNameEtc_GMT_PLUS_0[] ACE_TIME_PROGMEM = "\x0a" "GMT+0";
                                                                                                                    +
                                                                                                                    18070 static const char kZoneNameEtc_UCT[] ACE_TIME_PROGMEM = "\x0a" "UCT";
                                                                                                                    18071 
                                                                                                                    -
                                                                                                                    18072 const extended::ZoneInfo kZoneEtc_GMT_PLUS_0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18073  kZoneNameEtc_GMT_PLUS_0 /*name*/,
                                                                                                                    -
                                                                                                                    18074  0x9d13da13 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18072 const extended::ZoneInfo kZoneEtc_UCT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18073  kZoneNameEtc_UCT /*name*/,
                                                                                                                    +
                                                                                                                    18074  0xd8e3189c /*zoneId*/,
                                                                                                                    18075  &kZoneContext /*zoneContext*/,
                                                                                                                    18076  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18077  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18077  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    18078 };
                                                                                                                    18079 
                                                                                                                    18080 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18081 // Link name: Etc/GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    18082 // Strings (bytes): 7 (originally 10)
                                                                                                                    -
                                                                                                                    18083 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    18084 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    18081 // Link name: Etc/Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    18082 // Strings (bytes): 11 (originally 14)
                                                                                                                    +
                                                                                                                    18083 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    18084 // Memory (32-bit): 31
                                                                                                                    18085 //---------------------------------------------------------------------------
                                                                                                                    18086 
                                                                                                                    -
                                                                                                                    18087 static const char kZoneNameEtc_GMT_0[] ACE_TIME_PROGMEM = "\x0a" "GMT-0";
                                                                                                                    +
                                                                                                                    18087 static const char kZoneNameEtc_Universal[] ACE_TIME_PROGMEM = "\x0a" "Universal";
                                                                                                                    18088 
                                                                                                                    -
                                                                                                                    18089 const extended::ZoneInfo kZoneEtc_GMT_0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18090  kZoneNameEtc_GMT_0 /*name*/,
                                                                                                                    -
                                                                                                                    18091  0x9d13da55 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18089 const extended::ZoneInfo kZoneEtc_Universal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18090  kZoneNameEtc_Universal /*name*/,
                                                                                                                    +
                                                                                                                    18091  0x2f8cb9a9 /*zoneId*/,
                                                                                                                    18092  &kZoneContext /*zoneContext*/,
                                                                                                                    18093  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18094  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18094  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    18095 };
                                                                                                                    18096 
                                                                                                                    18097 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18098 // Link name: Etc/GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    18098 // Link name: Etc/Zulu -> Etc/UTC
                                                                                                                    18099 // Strings (bytes): 6 (originally 9)
                                                                                                                    18100 // Memory (8-bit): 17
                                                                                                                    18101 // Memory (32-bit): 26
                                                                                                                    18102 //---------------------------------------------------------------------------
                                                                                                                    18103 
                                                                                                                    -
                                                                                                                    18104 static const char kZoneNameEtc_GMT0[] ACE_TIME_PROGMEM = "\x0a" "GMT0";
                                                                                                                    +
                                                                                                                    18104 static const char kZoneNameEtc_Zulu[] ACE_TIME_PROGMEM = "\x0a" "Zulu";
                                                                                                                    18105 
                                                                                                                    -
                                                                                                                    18106 const extended::ZoneInfo kZoneEtc_GMT0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18107  kZoneNameEtc_GMT0 /*name*/,
                                                                                                                    -
                                                                                                                    18108  0xf53ea988 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18106 const extended::ZoneInfo kZoneEtc_Zulu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18107  kZoneNameEtc_Zulu /*name*/,
                                                                                                                    +
                                                                                                                    18108  0xf549c240 /*zoneId*/,
                                                                                                                    18109  &kZoneContext /*zoneContext*/,
                                                                                                                    18110  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18111  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18111  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    18112 };
                                                                                                                    18113 
                                                                                                                    18114 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18115 // Link name: Etc/Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    18116 // Strings (bytes): 11 (originally 14)
                                                                                                                    +
                                                                                                                    18115 // Link name: Europe/Amsterdam -> Europe/Brussels
                                                                                                                    +
                                                                                                                    18116 // Strings (bytes): 11 (originally 17)
                                                                                                                    18117 // Memory (8-bit): 22
                                                                                                                    18118 // Memory (32-bit): 31
                                                                                                                    18119 //---------------------------------------------------------------------------
                                                                                                                    18120 
                                                                                                                    -
                                                                                                                    18121 static const char kZoneNameEtc_Greenwich[] ACE_TIME_PROGMEM = "\x0a" "Greenwich";
                                                                                                                    +
                                                                                                                    18121 static const char kZoneNameEurope_Amsterdam[] ACE_TIME_PROGMEM = "\x0b" "Amsterdam";
                                                                                                                    18122 
                                                                                                                    -
                                                                                                                    18123 const extended::ZoneInfo kZoneEtc_Greenwich ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18124  kZoneNameEtc_Greenwich /*name*/,
                                                                                                                    -
                                                                                                                    18125  0x26daa98c /*zoneId*/,
                                                                                                                    +
                                                                                                                    18123 const extended::ZoneInfo kZoneEurope_Amsterdam ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18124  kZoneNameEurope_Amsterdam /*name*/,
                                                                                                                    +
                                                                                                                    18125  0x109395c2 /*zoneId*/,
                                                                                                                    18126  &kZoneContext /*zoneContext*/,
                                                                                                                    18127  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18128  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18128  &kZoneEurope_Brussels /*eras(info)*/,
                                                                                                                    18129 };
                                                                                                                    18130 
                                                                                                                    18131 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18132 // Link name: Etc/UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    18133 // Strings (bytes): 5 (originally 8)
                                                                                                                    -
                                                                                                                    18134 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    18135 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    18132 // Link name: Europe/Belfast -> Europe/London
                                                                                                                    +
                                                                                                                    18133 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    18134 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    18135 // Memory (32-bit): 29
                                                                                                                    18136 //---------------------------------------------------------------------------
                                                                                                                    18137 
                                                                                                                    -
                                                                                                                    18138 static const char kZoneNameEtc_UCT[] ACE_TIME_PROGMEM = "\x0a" "UCT";
                                                                                                                    +
                                                                                                                    18138 static const char kZoneNameEurope_Belfast[] ACE_TIME_PROGMEM = "\x0b" "Belfast";
                                                                                                                    18139 
                                                                                                                    -
                                                                                                                    18140 const extended::ZoneInfo kZoneEtc_UCT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18141  kZoneNameEtc_UCT /*name*/,
                                                                                                                    -
                                                                                                                    18142  0xd8e3189c /*zoneId*/,
                                                                                                                    +
                                                                                                                    18140 const extended::ZoneInfo kZoneEurope_Belfast ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18141  kZoneNameEurope_Belfast /*name*/,
                                                                                                                    +
                                                                                                                    18142  0xd07dd1e5 /*zoneId*/,
                                                                                                                    18143  &kZoneContext /*zoneContext*/,
                                                                                                                    18144  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18145  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18145  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    18146 };
                                                                                                                    18147 
                                                                                                                    18148 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18149 // Link name: Etc/Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    18150 // Strings (bytes): 11 (originally 14)
                                                                                                                    -
                                                                                                                    18151 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    18152 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    18149 // Link name: Europe/Bratislava -> Europe/Prague
                                                                                                                    +
                                                                                                                    18150 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    18151 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    18152 // Memory (32-bit): 32
                                                                                                                    18153 //---------------------------------------------------------------------------
                                                                                                                    18154 
                                                                                                                    -
                                                                                                                    18155 static const char kZoneNameEtc_Universal[] ACE_TIME_PROGMEM = "\x0a" "Universal";
                                                                                                                    +
                                                                                                                    18155 static const char kZoneNameEurope_Bratislava[] ACE_TIME_PROGMEM = "\x0b" "Bratislava";
                                                                                                                    18156 
                                                                                                                    -
                                                                                                                    18157 const extended::ZoneInfo kZoneEtc_Universal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18158  kZoneNameEtc_Universal /*name*/,
                                                                                                                    -
                                                                                                                    18159  0x2f8cb9a9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18157 const extended::ZoneInfo kZoneEurope_Bratislava ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18158  kZoneNameEurope_Bratislava /*name*/,
                                                                                                                    +
                                                                                                                    18159  0xda493bed /*zoneId*/,
                                                                                                                    18160  &kZoneContext /*zoneContext*/,
                                                                                                                    18161  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18162  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18162  &kZoneEurope_Prague /*eras(info)*/,
                                                                                                                    18163 };
                                                                                                                    18164 
                                                                                                                    18165 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18166 // Link name: Etc/Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    18167 // Strings (bytes): 6 (originally 9)
                                                                                                                    -
                                                                                                                    18168 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    18169 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    18166 // Link name: Europe/Busingen -> Europe/Zurich
                                                                                                                    +
                                                                                                                    18167 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    18168 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    18169 // Memory (32-bit): 30
                                                                                                                    18170 //---------------------------------------------------------------------------
                                                                                                                    18171 
                                                                                                                    -
                                                                                                                    18172 static const char kZoneNameEtc_Zulu[] ACE_TIME_PROGMEM = "\x0a" "Zulu";
                                                                                                                    +
                                                                                                                    18172 static const char kZoneNameEurope_Busingen[] ACE_TIME_PROGMEM = "\x0b" "Busingen";
                                                                                                                    18173 
                                                                                                                    -
                                                                                                                    18174 const extended::ZoneInfo kZoneEtc_Zulu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18175  kZoneNameEtc_Zulu /*name*/,
                                                                                                                    -
                                                                                                                    18176  0xf549c240 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18174 const extended::ZoneInfo kZoneEurope_Busingen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18175  kZoneNameEurope_Busingen /*name*/,
                                                                                                                    +
                                                                                                                    18176  0xc06d2cdf /*zoneId*/,
                                                                                                                    18177  &kZoneContext /*zoneContext*/,
                                                                                                                    18178  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18179  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18179  &kZoneEurope_Zurich /*eras(info)*/,
                                                                                                                    18180 };
                                                                                                                    18181 
                                                                                                                    18182 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18183 // Link name: Europe/Amsterdam -> Europe/Brussels
                                                                                                                    -
                                                                                                                    18184 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    18185 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    18186 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    18183 // Link name: Europe/Copenhagen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    18184 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    18185 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    18186 // Memory (32-bit): 32
                                                                                                                    18187 //---------------------------------------------------------------------------
                                                                                                                    18188 
                                                                                                                    -
                                                                                                                    18189 static const char kZoneNameEurope_Amsterdam[] ACE_TIME_PROGMEM = "\x0b" "Amsterdam";
                                                                                                                    +
                                                                                                                    18189 static const char kZoneNameEurope_Copenhagen[] ACE_TIME_PROGMEM = "\x0b" "Copenhagen";
                                                                                                                    18190 
                                                                                                                    -
                                                                                                                    18191 const extended::ZoneInfo kZoneEurope_Amsterdam ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18192  kZoneNameEurope_Amsterdam /*name*/,
                                                                                                                    -
                                                                                                                    18193  0x109395c2 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18191 const extended::ZoneInfo kZoneEurope_Copenhagen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18192  kZoneNameEurope_Copenhagen /*name*/,
                                                                                                                    +
                                                                                                                    18193  0xe0ed30bc /*zoneId*/,
                                                                                                                    18194  &kZoneContext /*zoneContext*/,
                                                                                                                    18195  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18196  &kZoneEurope_Brussels /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18196  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    18197 };
                                                                                                                    18198 
                                                                                                                    18199 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18200 // Link name: Europe/Belfast -> Europe/London
                                                                                                                    -
                                                                                                                    18201 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    18202 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    18203 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    18200 // Link name: Europe/Guernsey -> Europe/London
                                                                                                                    +
                                                                                                                    18201 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    18202 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    18203 // Memory (32-bit): 30
                                                                                                                    18204 //---------------------------------------------------------------------------
                                                                                                                    18205 
                                                                                                                    -
                                                                                                                    18206 static const char kZoneNameEurope_Belfast[] ACE_TIME_PROGMEM = "\x0b" "Belfast";
                                                                                                                    +
                                                                                                                    18206 static const char kZoneNameEurope_Guernsey[] ACE_TIME_PROGMEM = "\x0b" "Guernsey";
                                                                                                                    18207 
                                                                                                                    -
                                                                                                                    18208 const extended::ZoneInfo kZoneEurope_Belfast ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18209  kZoneNameEurope_Belfast /*name*/,
                                                                                                                    -
                                                                                                                    18210  0xd07dd1e5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18208 const extended::ZoneInfo kZoneEurope_Guernsey ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18209  kZoneNameEurope_Guernsey /*name*/,
                                                                                                                    +
                                                                                                                    18210  0x3db12c16 /*zoneId*/,
                                                                                                                    18211  &kZoneContext /*zoneContext*/,
                                                                                                                    18212  0 /*numEras*/,
                                                                                                                    18213  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    18214 };
                                                                                                                    18215 
                                                                                                                    18216 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18217 // Link name: Europe/Bratislava -> Europe/Prague
                                                                                                                    -
                                                                                                                    18218 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    18219 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    18220 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    18217 // Link name: Europe/Isle_of_Man -> Europe/London
                                                                                                                    +
                                                                                                                    18218 // Strings (bytes): 13 (originally 19)
                                                                                                                    +
                                                                                                                    18219 // Memory (8-bit): 24
                                                                                                                    +
                                                                                                                    18220 // Memory (32-bit): 33
                                                                                                                    18221 //---------------------------------------------------------------------------
                                                                                                                    18222 
                                                                                                                    -
                                                                                                                    18223 static const char kZoneNameEurope_Bratislava[] ACE_TIME_PROGMEM = "\x0b" "Bratislava";
                                                                                                                    +
                                                                                                                    18223 static const char kZoneNameEurope_Isle_of_Man[] ACE_TIME_PROGMEM = "\x0b" "Isle_of_Man";
                                                                                                                    18224 
                                                                                                                    -
                                                                                                                    18225 const extended::ZoneInfo kZoneEurope_Bratislava ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18226  kZoneNameEurope_Bratislava /*name*/,
                                                                                                                    -
                                                                                                                    18227  0xda493bed /*zoneId*/,
                                                                                                                    +
                                                                                                                    18225 const extended::ZoneInfo kZoneEurope_Isle_of_Man ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18226  kZoneNameEurope_Isle_of_Man /*name*/,
                                                                                                                    +
                                                                                                                    18227  0xeaf84580 /*zoneId*/,
                                                                                                                    18228  &kZoneContext /*zoneContext*/,
                                                                                                                    18229  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18230  &kZoneEurope_Prague /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18230  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    18231 };
                                                                                                                    18232 
                                                                                                                    18233 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18234 // Link name: Europe/Busingen -> Europe/Zurich
                                                                                                                    -
                                                                                                                    18235 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    18236 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    18237 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    18234 // Link name: Europe/Jersey -> Europe/London
                                                                                                                    +
                                                                                                                    18235 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    18236 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    18237 // Memory (32-bit): 28
                                                                                                                    18238 //---------------------------------------------------------------------------
                                                                                                                    18239 
                                                                                                                    -
                                                                                                                    18240 static const char kZoneNameEurope_Busingen[] ACE_TIME_PROGMEM = "\x0b" "Busingen";
                                                                                                                    +
                                                                                                                    18240 static const char kZoneNameEurope_Jersey[] ACE_TIME_PROGMEM = "\x0b" "Jersey";
                                                                                                                    18241 
                                                                                                                    -
                                                                                                                    18242 const extended::ZoneInfo kZoneEurope_Busingen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18243  kZoneNameEurope_Busingen /*name*/,
                                                                                                                    -
                                                                                                                    18244  0xc06d2cdf /*zoneId*/,
                                                                                                                    +
                                                                                                                    18242 const extended::ZoneInfo kZoneEurope_Jersey ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18243  kZoneNameEurope_Jersey /*name*/,
                                                                                                                    +
                                                                                                                    18244  0x570dae76 /*zoneId*/,
                                                                                                                    18245  &kZoneContext /*zoneContext*/,
                                                                                                                    18246  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18247  &kZoneEurope_Zurich /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18247  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    18248 };
                                                                                                                    18249 
                                                                                                                    18250 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18251 // Link name: Europe/Copenhagen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    18252 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    18253 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    18254 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    18251 // Link name: Europe/Kiev -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    18252 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    18253 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    18254 // Memory (32-bit): 26
                                                                                                                    18255 //---------------------------------------------------------------------------
                                                                                                                    18256 
                                                                                                                    -
                                                                                                                    18257 static const char kZoneNameEurope_Copenhagen[] ACE_TIME_PROGMEM = "\x0b" "Copenhagen";
                                                                                                                    +
                                                                                                                    18257 static const char kZoneNameEurope_Kiev[] ACE_TIME_PROGMEM = "\x0b" "Kiev";
                                                                                                                    18258 
                                                                                                                    -
                                                                                                                    18259 const extended::ZoneInfo kZoneEurope_Copenhagen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18260  kZoneNameEurope_Copenhagen /*name*/,
                                                                                                                    -
                                                                                                                    18261  0xe0ed30bc /*zoneId*/,
                                                                                                                    +
                                                                                                                    18259 const extended::ZoneInfo kZoneEurope_Kiev ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18260  kZoneNameEurope_Kiev /*name*/,
                                                                                                                    +
                                                                                                                    18261  0xa2c19eb3 /*zoneId*/,
                                                                                                                    18262  &kZoneContext /*zoneContext*/,
                                                                                                                    18263  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18264  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18264  &kZoneEurope_Kyiv /*eras(info)*/,
                                                                                                                    18265 };
                                                                                                                    18266 
                                                                                                                    18267 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18268 // Link name: Europe/Guernsey -> Europe/London
                                                                                                                    -
                                                                                                                    18269 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    18270 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    18271 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    18268 // Link name: Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    18269 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    18270 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    18271 // Memory (32-bit): 31
                                                                                                                    18272 //---------------------------------------------------------------------------
                                                                                                                    18273 
                                                                                                                    -
                                                                                                                    18274 static const char kZoneNameEurope_Guernsey[] ACE_TIME_PROGMEM = "\x0b" "Guernsey";
                                                                                                                    +
                                                                                                                    18274 static const char kZoneNameEurope_Ljubljana[] ACE_TIME_PROGMEM = "\x0b" "Ljubljana";
                                                                                                                    18275 
                                                                                                                    -
                                                                                                                    18276 const extended::ZoneInfo kZoneEurope_Guernsey ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18277  kZoneNameEurope_Guernsey /*name*/,
                                                                                                                    -
                                                                                                                    18278  0x3db12c16 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18276 const extended::ZoneInfo kZoneEurope_Ljubljana ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18277  kZoneNameEurope_Ljubljana /*name*/,
                                                                                                                    +
                                                                                                                    18278  0xbd98cdb7 /*zoneId*/,
                                                                                                                    18279  &kZoneContext /*zoneContext*/,
                                                                                                                    18280  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18281  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18281  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    18282 };
                                                                                                                    18283 
                                                                                                                    18284 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18285 // Link name: Europe/Isle_of_Man -> Europe/London
                                                                                                                    -
                                                                                                                    18286 // Strings (bytes): 13 (originally 19)
                                                                                                                    -
                                                                                                                    18287 // Memory (8-bit): 24
                                                                                                                    -
                                                                                                                    18288 // Memory (32-bit): 33
                                                                                                                    +
                                                                                                                    18285 // Link name: Europe/Luxembourg -> Europe/Brussels
                                                                                                                    +
                                                                                                                    18286 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    18287 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    18288 // Memory (32-bit): 32
                                                                                                                    18289 //---------------------------------------------------------------------------
                                                                                                                    18290 
                                                                                                                    -
                                                                                                                    18291 static const char kZoneNameEurope_Isle_of_Man[] ACE_TIME_PROGMEM = "\x0b" "Isle_of_Man";
                                                                                                                    +
                                                                                                                    18291 static const char kZoneNameEurope_Luxembourg[] ACE_TIME_PROGMEM = "\x0b" "Luxembourg";
                                                                                                                    18292 
                                                                                                                    -
                                                                                                                    18293 const extended::ZoneInfo kZoneEurope_Isle_of_Man ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18294  kZoneNameEurope_Isle_of_Man /*name*/,
                                                                                                                    -
                                                                                                                    18295  0xeaf84580 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18293 const extended::ZoneInfo kZoneEurope_Luxembourg ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18294  kZoneNameEurope_Luxembourg /*name*/,
                                                                                                                    +
                                                                                                                    18295  0x1f8bc6ce /*zoneId*/,
                                                                                                                    18296  &kZoneContext /*zoneContext*/,
                                                                                                                    18297  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18298  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18298  &kZoneEurope_Brussels /*eras(info)*/,
                                                                                                                    18299 };
                                                                                                                    18300 
                                                                                                                    18301 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18302 // Link name: Europe/Jersey -> Europe/London
                                                                                                                    -
                                                                                                                    18303 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    18304 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    18305 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    18302 // Link name: Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    +
                                                                                                                    18303 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    18304 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    18305 // Memory (32-bit): 31
                                                                                                                    18306 //---------------------------------------------------------------------------
                                                                                                                    18307 
                                                                                                                    -
                                                                                                                    18308 static const char kZoneNameEurope_Jersey[] ACE_TIME_PROGMEM = "\x0b" "Jersey";
                                                                                                                    +
                                                                                                                    18308 static const char kZoneNameEurope_Mariehamn[] ACE_TIME_PROGMEM = "\x0b" "Mariehamn";
                                                                                                                    18309 
                                                                                                                    -
                                                                                                                    18310 const extended::ZoneInfo kZoneEurope_Jersey ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18311  kZoneNameEurope_Jersey /*name*/,
                                                                                                                    -
                                                                                                                    18312  0x570dae76 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18310 const extended::ZoneInfo kZoneEurope_Mariehamn ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18311  kZoneNameEurope_Mariehamn /*name*/,
                                                                                                                    +
                                                                                                                    18312  0x0caa6496 /*zoneId*/,
                                                                                                                    18313  &kZoneContext /*zoneContext*/,
                                                                                                                    18314  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18315  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18315  &kZoneEurope_Helsinki /*eras(info)*/,
                                                                                                                    18316 };
                                                                                                                    18317 
                                                                                                                    18318 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18319 // Link name: Europe/Kiev -> Europe/Kyiv
                                                                                                                    -
                                                                                                                    18320 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    18321 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    18322 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    18319 // Link name: Europe/Monaco -> Europe/Paris
                                                                                                                    +
                                                                                                                    18320 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    18321 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    18322 // Memory (32-bit): 28
                                                                                                                    18323 //---------------------------------------------------------------------------
                                                                                                                    18324 
                                                                                                                    -
                                                                                                                    18325 static const char kZoneNameEurope_Kiev[] ACE_TIME_PROGMEM = "\x0b" "Kiev";
                                                                                                                    +
                                                                                                                    18325 static const char kZoneNameEurope_Monaco[] ACE_TIME_PROGMEM = "\x0b" "Monaco";
                                                                                                                    18326 
                                                                                                                    -
                                                                                                                    18327 const extended::ZoneInfo kZoneEurope_Kiev ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18328  kZoneNameEurope_Kiev /*name*/,
                                                                                                                    -
                                                                                                                    18329  0xa2c19eb3 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18327 const extended::ZoneInfo kZoneEurope_Monaco ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18328  kZoneNameEurope_Monaco /*name*/,
                                                                                                                    +
                                                                                                                    18329  0x5ebf9f01 /*zoneId*/,
                                                                                                                    18330  &kZoneContext /*zoneContext*/,
                                                                                                                    18331  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18332  &kZoneEurope_Kyiv /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18332  &kZoneEurope_Paris /*eras(info)*/,
                                                                                                                    18333 };
                                                                                                                    18334 
                                                                                                                    18335 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18336 // Link name: Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    18337 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    18338 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    18339 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    18336 // Link name: Europe/Nicosia -> Asia/Nicosia
                                                                                                                    +
                                                                                                                    18337 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    18338 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    18339 // Memory (32-bit): 29
                                                                                                                    18340 //---------------------------------------------------------------------------
                                                                                                                    18341 
                                                                                                                    -
                                                                                                                    18342 static const char kZoneNameEurope_Ljubljana[] ACE_TIME_PROGMEM = "\x0b" "Ljubljana";
                                                                                                                    +
                                                                                                                    18342 static const char kZoneNameEurope_Nicosia[] ACE_TIME_PROGMEM = "\x0b" "Nicosia";
                                                                                                                    18343 
                                                                                                                    -
                                                                                                                    18344 const extended::ZoneInfo kZoneEurope_Ljubljana ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18345  kZoneNameEurope_Ljubljana /*name*/,
                                                                                                                    -
                                                                                                                    18346  0xbd98cdb7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18344 const extended::ZoneInfo kZoneEurope_Nicosia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18345  kZoneNameEurope_Nicosia /*name*/,
                                                                                                                    +
                                                                                                                    18346  0x74efab8a /*zoneId*/,
                                                                                                                    18347  &kZoneContext /*zoneContext*/,
                                                                                                                    18348  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18349  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18349  &kZoneAsia_Nicosia /*eras(info)*/,
                                                                                                                    18350 };
                                                                                                                    18351 
                                                                                                                    18352 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18353 // Link name: Europe/Luxembourg -> Europe/Brussels
                                                                                                                    -
                                                                                                                    18354 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    18355 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    18356 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    18353 // Link name: Europe/Oslo -> Europe/Berlin
                                                                                                                    +
                                                                                                                    18354 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    18355 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    18356 // Memory (32-bit): 26
                                                                                                                    18357 //---------------------------------------------------------------------------
                                                                                                                    18358 
                                                                                                                    -
                                                                                                                    18359 static const char kZoneNameEurope_Luxembourg[] ACE_TIME_PROGMEM = "\x0b" "Luxembourg";
                                                                                                                    +
                                                                                                                    18359 static const char kZoneNameEurope_Oslo[] ACE_TIME_PROGMEM = "\x0b" "Oslo";
                                                                                                                    18360 
                                                                                                                    -
                                                                                                                    18361 const extended::ZoneInfo kZoneEurope_Luxembourg ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18362  kZoneNameEurope_Luxembourg /*name*/,
                                                                                                                    -
                                                                                                                    18363  0x1f8bc6ce /*zoneId*/,
                                                                                                                    +
                                                                                                                    18361 const extended::ZoneInfo kZoneEurope_Oslo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18362  kZoneNameEurope_Oslo /*name*/,
                                                                                                                    +
                                                                                                                    18363  0xa2c3fba1 /*zoneId*/,
                                                                                                                    18364  &kZoneContext /*zoneContext*/,
                                                                                                                    18365  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18366  &kZoneEurope_Brussels /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18366  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    18367 };
                                                                                                                    18368 
                                                                                                                    18369 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18370 // Link name: Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    +
                                                                                                                    18370 // Link name: Europe/Podgorica -> Europe/Belgrade
                                                                                                                    18371 // Strings (bytes): 11 (originally 17)
                                                                                                                    18372 // Memory (8-bit): 22
                                                                                                                    18373 // Memory (32-bit): 31
                                                                                                                    18374 //---------------------------------------------------------------------------
                                                                                                                    18375 
                                                                                                                    -
                                                                                                                    18376 static const char kZoneNameEurope_Mariehamn[] ACE_TIME_PROGMEM = "\x0b" "Mariehamn";
                                                                                                                    +
                                                                                                                    18376 static const char kZoneNameEurope_Podgorica[] ACE_TIME_PROGMEM = "\x0b" "Podgorica";
                                                                                                                    18377 
                                                                                                                    -
                                                                                                                    18378 const extended::ZoneInfo kZoneEurope_Mariehamn ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18379  kZoneNameEurope_Mariehamn /*name*/,
                                                                                                                    -
                                                                                                                    18380  0x0caa6496 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18378 const extended::ZoneInfo kZoneEurope_Podgorica ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18379  kZoneNameEurope_Podgorica /*name*/,
                                                                                                                    +
                                                                                                                    18380  0x1c1a499c /*zoneId*/,
                                                                                                                    18381  &kZoneContext /*zoneContext*/,
                                                                                                                    18382  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18383  &kZoneEurope_Helsinki /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18383  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    18384 };
                                                                                                                    18385 
                                                                                                                    18386 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18387 // Link name: Europe/Monaco -> Europe/Paris
                                                                                                                    -
                                                                                                                    18388 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    18389 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    18390 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    18387 // Link name: Europe/San_Marino -> Europe/Rome
                                                                                                                    +
                                                                                                                    18388 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    18389 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    18390 // Memory (32-bit): 32
                                                                                                                    18391 //---------------------------------------------------------------------------
                                                                                                                    18392 
                                                                                                                    -
                                                                                                                    18393 static const char kZoneNameEurope_Monaco[] ACE_TIME_PROGMEM = "\x0b" "Monaco";
                                                                                                                    +
                                                                                                                    18393 static const char kZoneNameEurope_San_Marino[] ACE_TIME_PROGMEM = "\x0b" "San_Marino";
                                                                                                                    18394 
                                                                                                                    -
                                                                                                                    18395 const extended::ZoneInfo kZoneEurope_Monaco ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18396  kZoneNameEurope_Monaco /*name*/,
                                                                                                                    -
                                                                                                                    18397  0x5ebf9f01 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18395 const extended::ZoneInfo kZoneEurope_San_Marino ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18396  kZoneNameEurope_San_Marino /*name*/,
                                                                                                                    +
                                                                                                                    18397  0xcef7724b /*zoneId*/,
                                                                                                                    18398  &kZoneContext /*zoneContext*/,
                                                                                                                    18399  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18400  &kZoneEurope_Paris /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18400  &kZoneEurope_Rome /*eras(info)*/,
                                                                                                                    18401 };
                                                                                                                    18402 
                                                                                                                    18403 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18404 // Link name: Europe/Nicosia -> Asia/Nicosia
                                                                                                                    -
                                                                                                                    18405 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    18406 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    18407 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    18404 // Link name: Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    18405 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    18406 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    18407 // Memory (32-bit): 30
                                                                                                                    18408 //---------------------------------------------------------------------------
                                                                                                                    18409 
                                                                                                                    -
                                                                                                                    18410 static const char kZoneNameEurope_Nicosia[] ACE_TIME_PROGMEM = "\x0b" "Nicosia";
                                                                                                                    +
                                                                                                                    18410 static const char kZoneNameEurope_Sarajevo[] ACE_TIME_PROGMEM = "\x0b" "Sarajevo";
                                                                                                                    18411 
                                                                                                                    -
                                                                                                                    18412 const extended::ZoneInfo kZoneEurope_Nicosia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18413  kZoneNameEurope_Nicosia /*name*/,
                                                                                                                    -
                                                                                                                    18414  0x74efab8a /*zoneId*/,
                                                                                                                    +
                                                                                                                    18412 const extended::ZoneInfo kZoneEurope_Sarajevo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18413  kZoneNameEurope_Sarajevo /*name*/,
                                                                                                                    +
                                                                                                                    18414  0x6a576c3f /*zoneId*/,
                                                                                                                    18415  &kZoneContext /*zoneContext*/,
                                                                                                                    18416  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18417  &kZoneAsia_Nicosia /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18417  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    18418 };
                                                                                                                    18419 
                                                                                                                    18420 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18421 // Link name: Europe/Oslo -> Europe/Berlin
                                                                                                                    -
                                                                                                                    18422 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    18423 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    18424 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    18421 // Link name: Europe/Skopje -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    18422 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    18423 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    18424 // Memory (32-bit): 28
                                                                                                                    18425 //---------------------------------------------------------------------------
                                                                                                                    18426 
                                                                                                                    -
                                                                                                                    18427 static const char kZoneNameEurope_Oslo[] ACE_TIME_PROGMEM = "\x0b" "Oslo";
                                                                                                                    +
                                                                                                                    18427 static const char kZoneNameEurope_Skopje[] ACE_TIME_PROGMEM = "\x0b" "Skopje";
                                                                                                                    18428 
                                                                                                                    -
                                                                                                                    18429 const extended::ZoneInfo kZoneEurope_Oslo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18430  kZoneNameEurope_Oslo /*name*/,
                                                                                                                    -
                                                                                                                    18431  0xa2c3fba1 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18429 const extended::ZoneInfo kZoneEurope_Skopje ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18430  kZoneNameEurope_Skopje /*name*/,
                                                                                                                    +
                                                                                                                    18431  0x6c76fdd0 /*zoneId*/,
                                                                                                                    18432  &kZoneContext /*zoneContext*/,
                                                                                                                    18433  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18434  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18434  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    18435 };
                                                                                                                    18436 
                                                                                                                    18437 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18438 // Link name: Europe/Podgorica -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    18438 // Link name: Europe/Stockholm -> Europe/Berlin
                                                                                                                    18439 // Strings (bytes): 11 (originally 17)
                                                                                                                    18440 // Memory (8-bit): 22
                                                                                                                    18441 // Memory (32-bit): 31
                                                                                                                    18442 //---------------------------------------------------------------------------
                                                                                                                    18443 
                                                                                                                    -
                                                                                                                    18444 static const char kZoneNameEurope_Podgorica[] ACE_TIME_PROGMEM = "\x0b" "Podgorica";
                                                                                                                    +
                                                                                                                    18444 static const char kZoneNameEurope_Stockholm[] ACE_TIME_PROGMEM = "\x0b" "Stockholm";
                                                                                                                    18445 
                                                                                                                    -
                                                                                                                    18446 const extended::ZoneInfo kZoneEurope_Podgorica ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18447  kZoneNameEurope_Podgorica /*name*/,
                                                                                                                    -
                                                                                                                    18448  0x1c1a499c /*zoneId*/,
                                                                                                                    +
                                                                                                                    18446 const extended::ZoneInfo kZoneEurope_Stockholm ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18447  kZoneNameEurope_Stockholm /*name*/,
                                                                                                                    +
                                                                                                                    18448  0x5bf6fbb8 /*zoneId*/,
                                                                                                                    18449  &kZoneContext /*zoneContext*/,
                                                                                                                    18450  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18451  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18451  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    18452 };
                                                                                                                    18453 
                                                                                                                    18454 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18455 // Link name: Europe/San_Marino -> Europe/Rome
                                                                                                                    -
                                                                                                                    18456 // Strings (bytes): 12 (originally 18)
                                                                                                                    -
                                                                                                                    18457 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    18458 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    18455 // Link name: Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    +
                                                                                                                    18456 // Strings (bytes): 10 (originally 16)
                                                                                                                    +
                                                                                                                    18457 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    18458 // Memory (32-bit): 30
                                                                                                                    18459 //---------------------------------------------------------------------------
                                                                                                                    18460 
                                                                                                                    -
                                                                                                                    18461 static const char kZoneNameEurope_San_Marino[] ACE_TIME_PROGMEM = "\x0b" "San_Marino";
                                                                                                                    +
                                                                                                                    18461 static const char kZoneNameEurope_Tiraspol[] ACE_TIME_PROGMEM = "\x0b" "Tiraspol";
                                                                                                                    18462 
                                                                                                                    -
                                                                                                                    18463 const extended::ZoneInfo kZoneEurope_San_Marino ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18464  kZoneNameEurope_San_Marino /*name*/,
                                                                                                                    -
                                                                                                                    18465  0xcef7724b /*zoneId*/,
                                                                                                                    +
                                                                                                                    18463 const extended::ZoneInfo kZoneEurope_Tiraspol ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18464  kZoneNameEurope_Tiraspol /*name*/,
                                                                                                                    +
                                                                                                                    18465  0xbe704472 /*zoneId*/,
                                                                                                                    18466  &kZoneContext /*zoneContext*/,
                                                                                                                    18467  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18468  &kZoneEurope_Rome /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18468  &kZoneEurope_Chisinau /*eras(info)*/,
                                                                                                                    18469 };
                                                                                                                    18470 
                                                                                                                    18471 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18472 // Link name: Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    18472 // Link name: Europe/Uzhgorod -> Europe/Kyiv
                                                                                                                    18473 // Strings (bytes): 10 (originally 16)
                                                                                                                    18474 // Memory (8-bit): 21
                                                                                                                    18475 // Memory (32-bit): 30
                                                                                                                    18476 //---------------------------------------------------------------------------
                                                                                                                    18477 
                                                                                                                    -
                                                                                                                    18478 static const char kZoneNameEurope_Sarajevo[] ACE_TIME_PROGMEM = "\x0b" "Sarajevo";
                                                                                                                    +
                                                                                                                    18478 static const char kZoneNameEurope_Uzhgorod[] ACE_TIME_PROGMEM = "\x0b" "Uzhgorod";
                                                                                                                    18479 
                                                                                                                    -
                                                                                                                    18480 const extended::ZoneInfo kZoneEurope_Sarajevo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18481  kZoneNameEurope_Sarajevo /*name*/,
                                                                                                                    -
                                                                                                                    18482  0x6a576c3f /*zoneId*/,
                                                                                                                    +
                                                                                                                    18480 const extended::ZoneInfo kZoneEurope_Uzhgorod ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18481  kZoneNameEurope_Uzhgorod /*name*/,
                                                                                                                    +
                                                                                                                    18482  0xb066f5d6 /*zoneId*/,
                                                                                                                    18483  &kZoneContext /*zoneContext*/,
                                                                                                                    18484  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18485  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18485  &kZoneEurope_Kyiv /*eras(info)*/,
                                                                                                                    18486 };
                                                                                                                    18487 
                                                                                                                    18488 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18489 // Link name: Europe/Skopje -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    18490 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    18491 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    18492 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    18489 // Link name: Europe/Vaduz -> Europe/Zurich
                                                                                                                    +
                                                                                                                    18490 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    18491 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    18492 // Memory (32-bit): 27
                                                                                                                    18493 //---------------------------------------------------------------------------
                                                                                                                    18494 
                                                                                                                    -
                                                                                                                    18495 static const char kZoneNameEurope_Skopje[] ACE_TIME_PROGMEM = "\x0b" "Skopje";
                                                                                                                    +
                                                                                                                    18495 static const char kZoneNameEurope_Vaduz[] ACE_TIME_PROGMEM = "\x0b" "Vaduz";
                                                                                                                    18496 
                                                                                                                    -
                                                                                                                    18497 const extended::ZoneInfo kZoneEurope_Skopje ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18498  kZoneNameEurope_Skopje /*name*/,
                                                                                                                    -
                                                                                                                    18499  0x6c76fdd0 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18497 const extended::ZoneInfo kZoneEurope_Vaduz ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18498  kZoneNameEurope_Vaduz /*name*/,
                                                                                                                    +
                                                                                                                    18499  0xfbb81bae /*zoneId*/,
                                                                                                                    18500  &kZoneContext /*zoneContext*/,
                                                                                                                    18501  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18502  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18502  &kZoneEurope_Zurich /*eras(info)*/,
                                                                                                                    18503 };
                                                                                                                    18504 
                                                                                                                    18505 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18506 // Link name: Europe/Stockholm -> Europe/Berlin
                                                                                                                    -
                                                                                                                    18507 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    18508 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    18509 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    18506 // Link name: Europe/Vatican -> Europe/Rome
                                                                                                                    +
                                                                                                                    18507 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    18508 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    18509 // Memory (32-bit): 29
                                                                                                                    18510 //---------------------------------------------------------------------------
                                                                                                                    18511 
                                                                                                                    -
                                                                                                                    18512 static const char kZoneNameEurope_Stockholm[] ACE_TIME_PROGMEM = "\x0b" "Stockholm";
                                                                                                                    +
                                                                                                                    18512 static const char kZoneNameEurope_Vatican[] ACE_TIME_PROGMEM = "\x0b" "Vatican";
                                                                                                                    18513 
                                                                                                                    -
                                                                                                                    18514 const extended::ZoneInfo kZoneEurope_Stockholm ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18515  kZoneNameEurope_Stockholm /*name*/,
                                                                                                                    -
                                                                                                                    18516  0x5bf6fbb8 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18514 const extended::ZoneInfo kZoneEurope_Vatican ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18515  kZoneNameEurope_Vatican /*name*/,
                                                                                                                    +
                                                                                                                    18516  0xcb485dca /*zoneId*/,
                                                                                                                    18517  &kZoneContext /*zoneContext*/,
                                                                                                                    18518  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18519  &kZoneEurope_Berlin /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18519  &kZoneEurope_Rome /*eras(info)*/,
                                                                                                                    18520 };
                                                                                                                    18521 
                                                                                                                    18522 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18523 // Link name: Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    -
                                                                                                                    18524 // Strings (bytes): 10 (originally 16)
                                                                                                                    -
                                                                                                                    18525 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    18526 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    18523 // Link name: Europe/Zagreb -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    18524 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    18525 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    18526 // Memory (32-bit): 28
                                                                                                                    18527 //---------------------------------------------------------------------------
                                                                                                                    18528 
                                                                                                                    -
                                                                                                                    18529 static const char kZoneNameEurope_Tiraspol[] ACE_TIME_PROGMEM = "\x0b" "Tiraspol";
                                                                                                                    +
                                                                                                                    18529 static const char kZoneNameEurope_Zagreb[] ACE_TIME_PROGMEM = "\x0b" "Zagreb";
                                                                                                                    18530 
                                                                                                                    -
                                                                                                                    18531 const extended::ZoneInfo kZoneEurope_Tiraspol ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18532  kZoneNameEurope_Tiraspol /*name*/,
                                                                                                                    -
                                                                                                                    18533  0xbe704472 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18531 const extended::ZoneInfo kZoneEurope_Zagreb ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18532  kZoneNameEurope_Zagreb /*name*/,
                                                                                                                    +
                                                                                                                    18533  0x7c11c9ff /*zoneId*/,
                                                                                                                    18534  &kZoneContext /*zoneContext*/,
                                                                                                                    18535  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18536  &kZoneEurope_Chisinau /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18536  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    18537 };
                                                                                                                    18538 
                                                                                                                    18539 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18540 // Link name: Europe/Vaduz -> Europe/Zurich
                                                                                                                    -
                                                                                                                    18541 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    18542 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    18543 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    18540 // Link name: Europe/Zaporozhye -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    18541 // Strings (bytes): 12 (originally 18)
                                                                                                                    +
                                                                                                                    18542 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    18543 // Memory (32-bit): 32
                                                                                                                    18544 //---------------------------------------------------------------------------
                                                                                                                    18545 
                                                                                                                    -
                                                                                                                    18546 static const char kZoneNameEurope_Vaduz[] ACE_TIME_PROGMEM = "\x0b" "Vaduz";
                                                                                                                    +
                                                                                                                    18546 static const char kZoneNameEurope_Zaporozhye[] ACE_TIME_PROGMEM = "\x0b" "Zaporozhye";
                                                                                                                    18547 
                                                                                                                    -
                                                                                                                    18548 const extended::ZoneInfo kZoneEurope_Vaduz ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18549  kZoneNameEurope_Vaduz /*name*/,
                                                                                                                    -
                                                                                                                    18550  0xfbb81bae /*zoneId*/,
                                                                                                                    +
                                                                                                                    18548 const extended::ZoneInfo kZoneEurope_Zaporozhye ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18549  kZoneNameEurope_Zaporozhye /*name*/,
                                                                                                                    +
                                                                                                                    18550  0xeab9767f /*zoneId*/,
                                                                                                                    18551  &kZoneContext /*zoneContext*/,
                                                                                                                    18552  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18553  &kZoneEurope_Zurich /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18553  &kZoneEurope_Kyiv /*eras(info)*/,
                                                                                                                    18554 };
                                                                                                                    18555 
                                                                                                                    18556 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18557 // Link name: Europe/Vatican -> Europe/Rome
                                                                                                                    -
                                                                                                                    18558 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    18559 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    18560 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    18557 // Link name: GB -> Europe/London
                                                                                                                    +
                                                                                                                    18558 // Strings (bytes): 3 (originally 3)
                                                                                                                    +
                                                                                                                    18559 // Memory (8-bit): 14
                                                                                                                    +
                                                                                                                    18560 // Memory (32-bit): 23
                                                                                                                    18561 //---------------------------------------------------------------------------
                                                                                                                    18562 
                                                                                                                    -
                                                                                                                    18563 static const char kZoneNameEurope_Vatican[] ACE_TIME_PROGMEM = "\x0b" "Vatican";
                                                                                                                    +
                                                                                                                    18563 static const char kZoneNameGB[] ACE_TIME_PROGMEM = "GB";
                                                                                                                    18564 
                                                                                                                    -
                                                                                                                    18565 const extended::ZoneInfo kZoneEurope_Vatican ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18566  kZoneNameEurope_Vatican /*name*/,
                                                                                                                    -
                                                                                                                    18567  0xcb485dca /*zoneId*/,
                                                                                                                    +
                                                                                                                    18565 const extended::ZoneInfo kZoneGB ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18566  kZoneNameGB /*name*/,
                                                                                                                    +
                                                                                                                    18567  0x005973ae /*zoneId*/,
                                                                                                                    18568  &kZoneContext /*zoneContext*/,
                                                                                                                    18569  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18570  &kZoneEurope_Rome /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18570  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    18571 };
                                                                                                                    18572 
                                                                                                                    18573 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18574 // Link name: Europe/Zagreb -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    18575 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    18574 // Link name: GB-Eire -> Europe/London
                                                                                                                    +
                                                                                                                    18575 // Strings (bytes): 8 (originally 8)
                                                                                                                    18576 // Memory (8-bit): 19
                                                                                                                    18577 // Memory (32-bit): 28
                                                                                                                    18578 //---------------------------------------------------------------------------
                                                                                                                    18579 
                                                                                                                    -
                                                                                                                    18580 static const char kZoneNameEurope_Zagreb[] ACE_TIME_PROGMEM = "\x0b" "Zagreb";
                                                                                                                    +
                                                                                                                    18580 static const char kZoneNameGB_Eire[] ACE_TIME_PROGMEM = "GB-Eire";
                                                                                                                    18581 
                                                                                                                    -
                                                                                                                    18582 const extended::ZoneInfo kZoneEurope_Zagreb ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18583  kZoneNameEurope_Zagreb /*name*/,
                                                                                                                    -
                                                                                                                    18584  0x7c11c9ff /*zoneId*/,
                                                                                                                    +
                                                                                                                    18582 const extended::ZoneInfo kZoneGB_Eire ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18583  kZoneNameGB_Eire /*name*/,
                                                                                                                    +
                                                                                                                    18584  0xfa70e300 /*zoneId*/,
                                                                                                                    18585  &kZoneContext /*zoneContext*/,
                                                                                                                    18586  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18587  &kZoneEurope_Belgrade /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18587  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    18588 };
                                                                                                                    18589 
                                                                                                                    18590 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18591 // Link name: GB -> Europe/London
                                                                                                                    -
                                                                                                                    18592 // Strings (bytes): 3 (originally 3)
                                                                                                                    -
                                                                                                                    18593 // Memory (8-bit): 14
                                                                                                                    -
                                                                                                                    18594 // Memory (32-bit): 23
                                                                                                                    +
                                                                                                                    18591 // Link name: GMT -> Etc/GMT
                                                                                                                    +
                                                                                                                    18592 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    18593 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    18594 // Memory (32-bit): 24
                                                                                                                    18595 //---------------------------------------------------------------------------
                                                                                                                    18596 
                                                                                                                    -
                                                                                                                    18597 static const char kZoneNameGB[] ACE_TIME_PROGMEM = "GB";
                                                                                                                    +
                                                                                                                    18597 static const char kZoneNameGMT[] ACE_TIME_PROGMEM = "GMT";
                                                                                                                    18598 
                                                                                                                    -
                                                                                                                    18599 const extended::ZoneInfo kZoneGB ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18600  kZoneNameGB /*name*/,
                                                                                                                    -
                                                                                                                    18601  0x005973ae /*zoneId*/,
                                                                                                                    +
                                                                                                                    18599 const extended::ZoneInfo kZoneGMT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18600  kZoneNameGMT /*name*/,
                                                                                                                    +
                                                                                                                    18601  0x0b87eb2d /*zoneId*/,
                                                                                                                    18602  &kZoneContext /*zoneContext*/,
                                                                                                                    18603  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18604  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18604  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18605 };
                                                                                                                    18606 
                                                                                                                    18607 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18608 // Link name: GB-Eire -> Europe/London
                                                                                                                    -
                                                                                                                    18609 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    18610 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    18611 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    18608 // Link name: GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    18609 // Strings (bytes): 6 (originally 6)
                                                                                                                    +
                                                                                                                    18610 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    18611 // Memory (32-bit): 26
                                                                                                                    18612 //---------------------------------------------------------------------------
                                                                                                                    18613 
                                                                                                                    -
                                                                                                                    18614 static const char kZoneNameGB_Eire[] ACE_TIME_PROGMEM = "GB-Eire";
                                                                                                                    +
                                                                                                                    18614 static const char kZoneNameGMT_PLUS_0[] ACE_TIME_PROGMEM = "GMT+0";
                                                                                                                    18615 
                                                                                                                    -
                                                                                                                    18616 const extended::ZoneInfo kZoneGB_Eire ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18617  kZoneNameGB_Eire /*name*/,
                                                                                                                    -
                                                                                                                    18618  0xfa70e300 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18616 const extended::ZoneInfo kZoneGMT_PLUS_0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18617  kZoneNameGMT_PLUS_0 /*name*/,
                                                                                                                    +
                                                                                                                    18618  0x0d2f7028 /*zoneId*/,
                                                                                                                    18619  &kZoneContext /*zoneContext*/,
                                                                                                                    18620  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18621  &kZoneEurope_London /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18621  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18622 };
                                                                                                                    18623 
                                                                                                                    18624 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18625 // Link name: GMT -> Etc/GMT
                                                                                                                    -
                                                                                                                    18626 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    18627 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    18628 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    18625 // Link name: GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    18626 // Strings (bytes): 6 (originally 6)
                                                                                                                    +
                                                                                                                    18627 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    18628 // Memory (32-bit): 26
                                                                                                                    18629 //---------------------------------------------------------------------------
                                                                                                                    18630 
                                                                                                                    -
                                                                                                                    18631 static const char kZoneNameGMT[] ACE_TIME_PROGMEM = "GMT";
                                                                                                                    +
                                                                                                                    18631 static const char kZoneNameGMT_0[] ACE_TIME_PROGMEM = "GMT-0";
                                                                                                                    18632 
                                                                                                                    -
                                                                                                                    18633 const extended::ZoneInfo kZoneGMT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18634  kZoneNameGMT /*name*/,
                                                                                                                    -
                                                                                                                    18635  0x0b87eb2d /*zoneId*/,
                                                                                                                    +
                                                                                                                    18633 const extended::ZoneInfo kZoneGMT_0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18634  kZoneNameGMT_0 /*name*/,
                                                                                                                    +
                                                                                                                    18635  0x0d2f706a /*zoneId*/,
                                                                                                                    18636  &kZoneContext /*zoneContext*/,
                                                                                                                    18637  0 /*numEras*/,
                                                                                                                    18638  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18639 };
                                                                                                                    18640 
                                                                                                                    18641 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18642 // Link name: GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    18643 // Strings (bytes): 6 (originally 6)
                                                                                                                    -
                                                                                                                    18644 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    18645 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    18642 // Link name: GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    18643 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    18644 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    18645 // Memory (32-bit): 25
                                                                                                                    18646 //---------------------------------------------------------------------------
                                                                                                                    18647 
                                                                                                                    -
                                                                                                                    18648 static const char kZoneNameGMT_PLUS_0[] ACE_TIME_PROGMEM = "GMT+0";
                                                                                                                    +
                                                                                                                    18648 static const char kZoneNameGMT0[] ACE_TIME_PROGMEM = "GMT0";
                                                                                                                    18649 
                                                                                                                    -
                                                                                                                    18650 const extended::ZoneInfo kZoneGMT_PLUS_0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18651  kZoneNameGMT_PLUS_0 /*name*/,
                                                                                                                    -
                                                                                                                    18652  0x0d2f7028 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18650 const extended::ZoneInfo kZoneGMT0 ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18651  kZoneNameGMT0 /*name*/,
                                                                                                                    +
                                                                                                                    18652  0x7c8550fd /*zoneId*/,
                                                                                                                    18653  &kZoneContext /*zoneContext*/,
                                                                                                                    18654  0 /*numEras*/,
                                                                                                                    18655  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18656 };
                                                                                                                    18657 
                                                                                                                    18658 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18659 // Link name: GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    18660 // Strings (bytes): 6 (originally 6)
                                                                                                                    -
                                                                                                                    18661 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    18662 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    18659 // Link name: Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    18660 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    18661 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    18662 // Memory (32-bit): 30
                                                                                                                    18663 //---------------------------------------------------------------------------
                                                                                                                    18664 
                                                                                                                    -
                                                                                                                    18665 static const char kZoneNameGMT_0[] ACE_TIME_PROGMEM = "GMT-0";
                                                                                                                    +
                                                                                                                    18665 static const char kZoneNameGreenwich[] ACE_TIME_PROGMEM = "Greenwich";
                                                                                                                    18666 
                                                                                                                    -
                                                                                                                    18667 const extended::ZoneInfo kZoneGMT_0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18668  kZoneNameGMT_0 /*name*/,
                                                                                                                    -
                                                                                                                    18669  0x0d2f706a /*zoneId*/,
                                                                                                                    +
                                                                                                                    18667 const extended::ZoneInfo kZoneGreenwich ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18668  kZoneNameGreenwich /*name*/,
                                                                                                                    +
                                                                                                                    18669  0xc84d4221 /*zoneId*/,
                                                                                                                    18670  &kZoneContext /*zoneContext*/,
                                                                                                                    18671  0 /*numEras*/,
                                                                                                                    18672  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    18673 };
                                                                                                                    18674 
                                                                                                                    18675 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18676 // Link name: GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    18677 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    18678 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    18679 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    18676 // Link name: Hongkong -> Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    18677 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    18678 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    18679 // Memory (32-bit): 29
                                                                                                                    18680 //---------------------------------------------------------------------------
                                                                                                                    18681 
                                                                                                                    -
                                                                                                                    18682 static const char kZoneNameGMT0[] ACE_TIME_PROGMEM = "GMT0";
                                                                                                                    +
                                                                                                                    18682 static const char kZoneNameHongkong[] ACE_TIME_PROGMEM = "Hongkong";
                                                                                                                    18683 
                                                                                                                    -
                                                                                                                    18684 const extended::ZoneInfo kZoneGMT0 ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18685  kZoneNameGMT0 /*name*/,
                                                                                                                    -
                                                                                                                    18686  0x7c8550fd /*zoneId*/,
                                                                                                                    +
                                                                                                                    18684 const extended::ZoneInfo kZoneHongkong ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18685  kZoneNameHongkong /*name*/,
                                                                                                                    +
                                                                                                                    18686  0x56d36560 /*zoneId*/,
                                                                                                                    18687  &kZoneContext /*zoneContext*/,
                                                                                                                    18688  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18689  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18689  &kZoneAsia_Hong_Kong /*eras(info)*/,
                                                                                                                    18690 };
                                                                                                                    18691 
                                                                                                                    18692 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18693 // Link name: Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    18694 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    18695 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    18696 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    18693 // Link name: Iceland -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    18694 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    18695 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    18696 // Memory (32-bit): 28
                                                                                                                    18697 //---------------------------------------------------------------------------
                                                                                                                    18698 
                                                                                                                    -
                                                                                                                    18699 static const char kZoneNameGreenwich[] ACE_TIME_PROGMEM = "Greenwich";
                                                                                                                    +
                                                                                                                    18699 static const char kZoneNameIceland[] ACE_TIME_PROGMEM = "Iceland";
                                                                                                                    18700 
                                                                                                                    -
                                                                                                                    18701 const extended::ZoneInfo kZoneGreenwich ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18702  kZoneNameGreenwich /*name*/,
                                                                                                                    -
                                                                                                                    18703  0xc84d4221 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18701 const extended::ZoneInfo kZoneIceland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18702  kZoneNameIceland /*name*/,
                                                                                                                    +
                                                                                                                    18703  0xe56a35b5 /*zoneId*/,
                                                                                                                    18704  &kZoneContext /*zoneContext*/,
                                                                                                                    18705  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18706  &kZoneEtc_GMT /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18706  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    18707 };
                                                                                                                    18708 
                                                                                                                    18709 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18710 // Link name: Hongkong -> Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    18711 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    18712 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    18713 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    18710 // Link name: Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    18711 // Strings (bytes): 14 (originally 20)
                                                                                                                    +
                                                                                                                    18712 // Memory (8-bit): 25
                                                                                                                    +
                                                                                                                    18713 // Memory (32-bit): 34
                                                                                                                    18714 //---------------------------------------------------------------------------
                                                                                                                    18715 
                                                                                                                    -
                                                                                                                    18716 static const char kZoneNameHongkong[] ACE_TIME_PROGMEM = "Hongkong";
                                                                                                                    +
                                                                                                                    18716 static const char kZoneNameIndian_Antananarivo[] ACE_TIME_PROGMEM = "\x0c" "Antananarivo";
                                                                                                                    18717 
                                                                                                                    -
                                                                                                                    18718 const extended::ZoneInfo kZoneHongkong ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18719  kZoneNameHongkong /*name*/,
                                                                                                                    -
                                                                                                                    18720  0x56d36560 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18718 const extended::ZoneInfo kZoneIndian_Antananarivo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18719  kZoneNameIndian_Antananarivo /*name*/,
                                                                                                                    +
                                                                                                                    18720  0x9ebf5289 /*zoneId*/,
                                                                                                                    18721  &kZoneContext /*zoneContext*/,
                                                                                                                    18722  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18723  &kZoneAsia_Hong_Kong /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18723  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    18724 };
                                                                                                                    18725 
                                                                                                                    18726 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18727 // Link name: Iceland -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    18728 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    18729 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    18730 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    18727 // Link name: Indian/Christmas -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    18728 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    18729 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    18730 // Memory (32-bit): 31
                                                                                                                    18731 //---------------------------------------------------------------------------
                                                                                                                    18732 
                                                                                                                    -
                                                                                                                    18733 static const char kZoneNameIceland[] ACE_TIME_PROGMEM = "Iceland";
                                                                                                                    +
                                                                                                                    18733 static const char kZoneNameIndian_Christmas[] ACE_TIME_PROGMEM = "\x0c" "Christmas";
                                                                                                                    18734 
                                                                                                                    -
                                                                                                                    18735 const extended::ZoneInfo kZoneIceland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18736  kZoneNameIceland /*name*/,
                                                                                                                    -
                                                                                                                    18737  0xe56a35b5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18735 const extended::ZoneInfo kZoneIndian_Christmas ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18736  kZoneNameIndian_Christmas /*name*/,
                                                                                                                    +
                                                                                                                    18737  0x68c207d5 /*zoneId*/,
                                                                                                                    18738  &kZoneContext /*zoneContext*/,
                                                                                                                    18739  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18740  &kZoneAfrica_Abidjan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18740  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    18741 };
                                                                                                                    18742 
                                                                                                                    18743 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18744 // Link name: Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    18745 // Strings (bytes): 14 (originally 20)
                                                                                                                    -
                                                                                                                    18746 // Memory (8-bit): 25
                                                                                                                    -
                                                                                                                    18747 // Memory (32-bit): 34
                                                                                                                    +
                                                                                                                    18744 // Link name: Indian/Cocos -> Asia/Yangon
                                                                                                                    +
                                                                                                                    18745 // Strings (bytes): 7 (originally 13)
                                                                                                                    +
                                                                                                                    18746 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    18747 // Memory (32-bit): 27
                                                                                                                    18748 //---------------------------------------------------------------------------
                                                                                                                    18749 
                                                                                                                    -
                                                                                                                    18750 static const char kZoneNameIndian_Antananarivo[] ACE_TIME_PROGMEM = "\x0c" "Antananarivo";
                                                                                                                    +
                                                                                                                    18750 static const char kZoneNameIndian_Cocos[] ACE_TIME_PROGMEM = "\x0c" "Cocos";
                                                                                                                    18751 
                                                                                                                    -
                                                                                                                    18752 const extended::ZoneInfo kZoneIndian_Antananarivo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18753  kZoneNameIndian_Antananarivo /*name*/,
                                                                                                                    -
                                                                                                                    18754  0x9ebf5289 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18752 const extended::ZoneInfo kZoneIndian_Cocos ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18753  kZoneNameIndian_Cocos /*name*/,
                                                                                                                    +
                                                                                                                    18754  0x021e86de /*zoneId*/,
                                                                                                                    18755  &kZoneContext /*zoneContext*/,
                                                                                                                    18756  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18757  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18757  &kZoneAsia_Yangon /*eras(info)*/,
                                                                                                                    18758 };
                                                                                                                    18759 
                                                                                                                    18760 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18761 // Link name: Indian/Christmas -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    18762 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    18763 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    18764 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    18761 // Link name: Indian/Comoro -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    18762 // Strings (bytes): 8 (originally 14)
                                                                                                                    +
                                                                                                                    18763 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    18764 // Memory (32-bit): 28
                                                                                                                    18765 //---------------------------------------------------------------------------
                                                                                                                    18766 
                                                                                                                    -
                                                                                                                    18767 static const char kZoneNameIndian_Christmas[] ACE_TIME_PROGMEM = "\x0c" "Christmas";
                                                                                                                    +
                                                                                                                    18767 static const char kZoneNameIndian_Comoro[] ACE_TIME_PROGMEM = "\x0c" "Comoro";
                                                                                                                    18768 
                                                                                                                    -
                                                                                                                    18769 const extended::ZoneInfo kZoneIndian_Christmas ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18770  kZoneNameIndian_Christmas /*name*/,
                                                                                                                    -
                                                                                                                    18771  0x68c207d5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18769 const extended::ZoneInfo kZoneIndian_Comoro ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18770  kZoneNameIndian_Comoro /*name*/,
                                                                                                                    +
                                                                                                                    18771  0x45f4deb6 /*zoneId*/,
                                                                                                                    18772  &kZoneContext /*zoneContext*/,
                                                                                                                    18773  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18774  &kZoneAsia_Bangkok /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18774  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    18775 };
                                                                                                                    18776 
                                                                                                                    18777 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18778 // Link name: Indian/Cocos -> Asia/Yangon
                                                                                                                    -
                                                                                                                    18779 // Strings (bytes): 7 (originally 13)
                                                                                                                    -
                                                                                                                    18780 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    18781 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    18778 // Link name: Indian/Kerguelen -> Indian/Maldives
                                                                                                                    +
                                                                                                                    18779 // Strings (bytes): 11 (originally 17)
                                                                                                                    +
                                                                                                                    18780 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    18781 // Memory (32-bit): 31
                                                                                                                    18782 //---------------------------------------------------------------------------
                                                                                                                    18783 
                                                                                                                    -
                                                                                                                    18784 static const char kZoneNameIndian_Cocos[] ACE_TIME_PROGMEM = "\x0c" "Cocos";
                                                                                                                    +
                                                                                                                    18784 static const char kZoneNameIndian_Kerguelen[] ACE_TIME_PROGMEM = "\x0c" "Kerguelen";
                                                                                                                    18785 
                                                                                                                    -
                                                                                                                    18786 const extended::ZoneInfo kZoneIndian_Cocos ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18787  kZoneNameIndian_Cocos /*name*/,
                                                                                                                    -
                                                                                                                    18788  0x021e86de /*zoneId*/,
                                                                                                                    +
                                                                                                                    18786 const extended::ZoneInfo kZoneIndian_Kerguelen ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18787  kZoneNameIndian_Kerguelen /*name*/,
                                                                                                                    +
                                                                                                                    18788  0x4351b389 /*zoneId*/,
                                                                                                                    18789  &kZoneContext /*zoneContext*/,
                                                                                                                    18790  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18791  &kZoneAsia_Yangon /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18791  &kZoneIndian_Maldives /*eras(info)*/,
                                                                                                                    18792 };
                                                                                                                    18793 
                                                                                                                    18794 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18795 // Link name: Indian/Comoro -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    18796 // Strings (bytes): 8 (originally 14)
                                                                                                                    -
                                                                                                                    18797 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    18798 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    18795 // Link name: Indian/Mahe -> Asia/Dubai
                                                                                                                    +
                                                                                                                    18796 // Strings (bytes): 6 (originally 12)
                                                                                                                    +
                                                                                                                    18797 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    18798 // Memory (32-bit): 26
                                                                                                                    18799 //---------------------------------------------------------------------------
                                                                                                                    18800 
                                                                                                                    -
                                                                                                                    18801 static const char kZoneNameIndian_Comoro[] ACE_TIME_PROGMEM = "\x0c" "Comoro";
                                                                                                                    +
                                                                                                                    18801 static const char kZoneNameIndian_Mahe[] ACE_TIME_PROGMEM = "\x0c" "Mahe";
                                                                                                                    18802 
                                                                                                                    -
                                                                                                                    18803 const extended::ZoneInfo kZoneIndian_Comoro ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18804  kZoneNameIndian_Comoro /*name*/,
                                                                                                                    -
                                                                                                                    18805  0x45f4deb6 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18803 const extended::ZoneInfo kZoneIndian_Mahe ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18804  kZoneNameIndian_Mahe /*name*/,
                                                                                                                    +
                                                                                                                    18805  0x45e725e2 /*zoneId*/,
                                                                                                                    18806  &kZoneContext /*zoneContext*/,
                                                                                                                    18807  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18808  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18808  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    18809 };
                                                                                                                    18810 
                                                                                                                    18811 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18812 // Link name: Indian/Kerguelen -> Indian/Maldives
                                                                                                                    -
                                                                                                                    18813 // Strings (bytes): 11 (originally 17)
                                                                                                                    -
                                                                                                                    18814 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    18815 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    18812 // Link name: Indian/Mayotte -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    18813 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    18814 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    18815 // Memory (32-bit): 29
                                                                                                                    18816 //---------------------------------------------------------------------------
                                                                                                                    18817 
                                                                                                                    -
                                                                                                                    18818 static const char kZoneNameIndian_Kerguelen[] ACE_TIME_PROGMEM = "\x0c" "Kerguelen";
                                                                                                                    +
                                                                                                                    18818 static const char kZoneNameIndian_Mayotte[] ACE_TIME_PROGMEM = "\x0c" "Mayotte";
                                                                                                                    18819 
                                                                                                                    -
                                                                                                                    18820 const extended::ZoneInfo kZoneIndian_Kerguelen ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18821  kZoneNameIndian_Kerguelen /*name*/,
                                                                                                                    -
                                                                                                                    18822  0x4351b389 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18820 const extended::ZoneInfo kZoneIndian_Mayotte ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18821  kZoneNameIndian_Mayotte /*name*/,
                                                                                                                    +
                                                                                                                    18822  0xe6880bca /*zoneId*/,
                                                                                                                    18823  &kZoneContext /*zoneContext*/,
                                                                                                                    18824  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18825  &kZoneIndian_Maldives /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18825  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    18826 };
                                                                                                                    18827 
                                                                                                                    18828 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18829 // Link name: Indian/Mahe -> Asia/Dubai
                                                                                                                    -
                                                                                                                    18830 // Strings (bytes): 6 (originally 12)
                                                                                                                    -
                                                                                                                    18831 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    18832 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    18829 // Link name: Indian/Reunion -> Asia/Dubai
                                                                                                                    +
                                                                                                                    18830 // Strings (bytes): 9 (originally 15)
                                                                                                                    +
                                                                                                                    18831 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    18832 // Memory (32-bit): 29
                                                                                                                    18833 //---------------------------------------------------------------------------
                                                                                                                    18834 
                                                                                                                    -
                                                                                                                    18835 static const char kZoneNameIndian_Mahe[] ACE_TIME_PROGMEM = "\x0c" "Mahe";
                                                                                                                    +
                                                                                                                    18835 static const char kZoneNameIndian_Reunion[] ACE_TIME_PROGMEM = "\x0c" "Reunion";
                                                                                                                    18836 
                                                                                                                    -
                                                                                                                    18837 const extended::ZoneInfo kZoneIndian_Mahe ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18838  kZoneNameIndian_Mahe /*name*/,
                                                                                                                    -
                                                                                                                    18839  0x45e725e2 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18837 const extended::ZoneInfo kZoneIndian_Reunion ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18838  kZoneNameIndian_Reunion /*name*/,
                                                                                                                    +
                                                                                                                    18839  0x7076c047 /*zoneId*/,
                                                                                                                    18840  &kZoneContext /*zoneContext*/,
                                                                                                                    18841  0 /*numEras*/,
                                                                                                                    18842  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    18843 };
                                                                                                                    18844 
                                                                                                                    18845 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18846 // Link name: Indian/Mayotte -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    18847 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    18848 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    18849 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    18846 // Link name: Iran -> Asia/Tehran
                                                                                                                    +
                                                                                                                    18847 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    18848 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    18849 // Memory (32-bit): 25
                                                                                                                    18850 //---------------------------------------------------------------------------
                                                                                                                    18851 
                                                                                                                    -
                                                                                                                    18852 static const char kZoneNameIndian_Mayotte[] ACE_TIME_PROGMEM = "\x0c" "Mayotte";
                                                                                                                    +
                                                                                                                    18852 static const char kZoneNameIran[] ACE_TIME_PROGMEM = "Iran";
                                                                                                                    18853 
                                                                                                                    -
                                                                                                                    18854 const extended::ZoneInfo kZoneIndian_Mayotte ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18855  kZoneNameIndian_Mayotte /*name*/,
                                                                                                                    -
                                                                                                                    18856  0xe6880bca /*zoneId*/,
                                                                                                                    +
                                                                                                                    18854 const extended::ZoneInfo kZoneIran ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18855  kZoneNameIran /*name*/,
                                                                                                                    +
                                                                                                                    18856  0x7c87090f /*zoneId*/,
                                                                                                                    18857  &kZoneContext /*zoneContext*/,
                                                                                                                    18858  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18859  &kZoneAfrica_Nairobi /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18859  &kZoneAsia_Tehran /*eras(info)*/,
                                                                                                                    18860 };
                                                                                                                    18861 
                                                                                                                    18862 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18863 // Link name: Indian/Reunion -> Asia/Dubai
                                                                                                                    -
                                                                                                                    18864 // Strings (bytes): 9 (originally 15)
                                                                                                                    -
                                                                                                                    18865 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    18866 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    18863 // Link name: Israel -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    18864 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    18865 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    18866 // Memory (32-bit): 27
                                                                                                                    18867 //---------------------------------------------------------------------------
                                                                                                                    18868 
                                                                                                                    -
                                                                                                                    18869 static const char kZoneNameIndian_Reunion[] ACE_TIME_PROGMEM = "\x0c" "Reunion";
                                                                                                                    +
                                                                                                                    18869 static const char kZoneNameIsrael[] ACE_TIME_PROGMEM = "Israel";
                                                                                                                    18870 
                                                                                                                    -
                                                                                                                    18871 const extended::ZoneInfo kZoneIndian_Reunion ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18872  kZoneNameIndian_Reunion /*name*/,
                                                                                                                    -
                                                                                                                    18873  0x7076c047 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18871 const extended::ZoneInfo kZoneIsrael ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18872  kZoneNameIsrael /*name*/,
                                                                                                                    +
                                                                                                                    18873  0xba88c9e5 /*zoneId*/,
                                                                                                                    18874  &kZoneContext /*zoneContext*/,
                                                                                                                    18875  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18876  &kZoneAsia_Dubai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18876  &kZoneAsia_Jerusalem /*eras(info)*/,
                                                                                                                    18877 };
                                                                                                                    18878 
                                                                                                                    18879 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18880 // Link name: Iran -> Asia/Tehran
                                                                                                                    -
                                                                                                                    18881 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    18882 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    18883 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    18880 // Link name: Jamaica -> America/Jamaica
                                                                                                                    +
                                                                                                                    18881 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    18882 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    18883 // Memory (32-bit): 28
                                                                                                                    18884 //---------------------------------------------------------------------------
                                                                                                                    18885 
                                                                                                                    -
                                                                                                                    18886 static const char kZoneNameIran[] ACE_TIME_PROGMEM = "Iran";
                                                                                                                    +
                                                                                                                    18886 static const char kZoneNameJamaica[] ACE_TIME_PROGMEM = "Jamaica";
                                                                                                                    18887 
                                                                                                                    -
                                                                                                                    18888 const extended::ZoneInfo kZoneIran ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18889  kZoneNameIran /*name*/,
                                                                                                                    -
                                                                                                                    18890  0x7c87090f /*zoneId*/,
                                                                                                                    +
                                                                                                                    18888 const extended::ZoneInfo kZoneJamaica ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18889  kZoneNameJamaica /*name*/,
                                                                                                                    +
                                                                                                                    18890  0x2e44fdab /*zoneId*/,
                                                                                                                    18891  &kZoneContext /*zoneContext*/,
                                                                                                                    18892  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18893  &kZoneAsia_Tehran /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18893  &kZoneAmerica_Jamaica /*eras(info)*/,
                                                                                                                    18894 };
                                                                                                                    18895 
                                                                                                                    18896 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18897 // Link name: Israel -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    18898 // Strings (bytes): 7 (originally 7)
                                                                                                                    -
                                                                                                                    18899 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    18900 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    18897 // Link name: Japan -> Asia/Tokyo
                                                                                                                    +
                                                                                                                    18898 // Strings (bytes): 6 (originally 6)
                                                                                                                    +
                                                                                                                    18899 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    18900 // Memory (32-bit): 26
                                                                                                                    18901 //---------------------------------------------------------------------------
                                                                                                                    18902 
                                                                                                                    -
                                                                                                                    18903 static const char kZoneNameIsrael[] ACE_TIME_PROGMEM = "Israel";
                                                                                                                    +
                                                                                                                    18903 static const char kZoneNameJapan[] ACE_TIME_PROGMEM = "Japan";
                                                                                                                    18904 
                                                                                                                    -
                                                                                                                    18905 const extended::ZoneInfo kZoneIsrael ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18906  kZoneNameIsrael /*name*/,
                                                                                                                    -
                                                                                                                    18907  0xba88c9e5 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18905 const extended::ZoneInfo kZoneJapan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18906  kZoneNameJapan /*name*/,
                                                                                                                    +
                                                                                                                    18907  0x0d712f8f /*zoneId*/,
                                                                                                                    18908  &kZoneContext /*zoneContext*/,
                                                                                                                    18909  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18910  &kZoneAsia_Jerusalem /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18910  &kZoneAsia_Tokyo /*eras(info)*/,
                                                                                                                    18911 };
                                                                                                                    18912 
                                                                                                                    18913 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18914 // Link name: Jamaica -> America/Jamaica
                                                                                                                    -
                                                                                                                    18915 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    18916 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    18917 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    18914 // Link name: Kwajalein -> Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    18915 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    18916 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    18917 // Memory (32-bit): 30
                                                                                                                    18918 //---------------------------------------------------------------------------
                                                                                                                    18919 
                                                                                                                    -
                                                                                                                    18920 static const char kZoneNameJamaica[] ACE_TIME_PROGMEM = "Jamaica";
                                                                                                                    +
                                                                                                                    18920 static const char kZoneNameKwajalein[] ACE_TIME_PROGMEM = "Kwajalein";
                                                                                                                    18921 
                                                                                                                    -
                                                                                                                    18922 const extended::ZoneInfo kZoneJamaica ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18923  kZoneNameJamaica /*name*/,
                                                                                                                    -
                                                                                                                    18924  0x2e44fdab /*zoneId*/,
                                                                                                                    +
                                                                                                                    18922 const extended::ZoneInfo kZoneKwajalein ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18923  kZoneNameKwajalein /*name*/,
                                                                                                                    +
                                                                                                                    18924  0x0e57afbb /*zoneId*/,
                                                                                                                    18925  &kZoneContext /*zoneContext*/,
                                                                                                                    18926  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18927  &kZoneAmerica_Jamaica /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18927  &kZonePacific_Kwajalein /*eras(info)*/,
                                                                                                                    18928 };
                                                                                                                    18929 
                                                                                                                    18930 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18931 // Link name: Japan -> Asia/Tokyo
                                                                                                                    +
                                                                                                                    18931 // Link name: Libya -> Africa/Tripoli
                                                                                                                    18932 // Strings (bytes): 6 (originally 6)
                                                                                                                    18933 // Memory (8-bit): 17
                                                                                                                    18934 // Memory (32-bit): 26
                                                                                                                    18935 //---------------------------------------------------------------------------
                                                                                                                    18936 
                                                                                                                    -
                                                                                                                    18937 static const char kZoneNameJapan[] ACE_TIME_PROGMEM = "Japan";
                                                                                                                    +
                                                                                                                    18937 static const char kZoneNameLibya[] ACE_TIME_PROGMEM = "Libya";
                                                                                                                    18938 
                                                                                                                    -
                                                                                                                    18939 const extended::ZoneInfo kZoneJapan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18940  kZoneNameJapan /*name*/,
                                                                                                                    -
                                                                                                                    18941  0x0d712f8f /*zoneId*/,
                                                                                                                    +
                                                                                                                    18939 const extended::ZoneInfo kZoneLibya ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18940  kZoneNameLibya /*name*/,
                                                                                                                    +
                                                                                                                    18941  0x0d998b16 /*zoneId*/,
                                                                                                                    18942  &kZoneContext /*zoneContext*/,
                                                                                                                    18943  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18944  &kZoneAsia_Tokyo /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18944  &kZoneAfrica_Tripoli /*eras(info)*/,
                                                                                                                    18945 };
                                                                                                                    18946 
                                                                                                                    18947 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18948 // Link name: Kwajalein -> Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    18949 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    18950 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    18951 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    18948 // Link name: Mexico/BajaNorte -> America/Tijuana
                                                                                                                    +
                                                                                                                    18949 // Strings (bytes): 17 (originally 17)
                                                                                                                    +
                                                                                                                    18950 // Memory (8-bit): 28
                                                                                                                    +
                                                                                                                    18951 // Memory (32-bit): 37
                                                                                                                    18952 //---------------------------------------------------------------------------
                                                                                                                    18953 
                                                                                                                    -
                                                                                                                    18954 static const char kZoneNameKwajalein[] ACE_TIME_PROGMEM = "Kwajalein";
                                                                                                                    +
                                                                                                                    18954 static const char kZoneNameMexico_BajaNorte[] ACE_TIME_PROGMEM = "Mexico/BajaNorte";
                                                                                                                    18955 
                                                                                                                    -
                                                                                                                    18956 const extended::ZoneInfo kZoneKwajalein ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18957  kZoneNameKwajalein /*name*/,
                                                                                                                    -
                                                                                                                    18958  0x0e57afbb /*zoneId*/,
                                                                                                                    +
                                                                                                                    18956 const extended::ZoneInfo kZoneMexico_BajaNorte ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18957  kZoneNameMexico_BajaNorte /*name*/,
                                                                                                                    +
                                                                                                                    18958  0xfcf7150f /*zoneId*/,
                                                                                                                    18959  &kZoneContext /*zoneContext*/,
                                                                                                                    18960  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18961  &kZonePacific_Kwajalein /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18961  &kZoneAmerica_Tijuana /*eras(info)*/,
                                                                                                                    18962 };
                                                                                                                    18963 
                                                                                                                    18964 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18965 // Link name: Libya -> Africa/Tripoli
                                                                                                                    -
                                                                                                                    18966 // Strings (bytes): 6 (originally 6)
                                                                                                                    -
                                                                                                                    18967 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    18968 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    18965 // Link name: Mexico/BajaSur -> America/Mazatlan
                                                                                                                    +
                                                                                                                    18966 // Strings (bytes): 15 (originally 15)
                                                                                                                    +
                                                                                                                    18967 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    18968 // Memory (32-bit): 35
                                                                                                                    18969 //---------------------------------------------------------------------------
                                                                                                                    18970 
                                                                                                                    -
                                                                                                                    18971 static const char kZoneNameLibya[] ACE_TIME_PROGMEM = "Libya";
                                                                                                                    +
                                                                                                                    18971 static const char kZoneNameMexico_BajaSur[] ACE_TIME_PROGMEM = "Mexico/BajaSur";
                                                                                                                    18972 
                                                                                                                    -
                                                                                                                    18973 const extended::ZoneInfo kZoneLibya ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18974  kZoneNameLibya /*name*/,
                                                                                                                    -
                                                                                                                    18975  0x0d998b16 /*zoneId*/,
                                                                                                                    +
                                                                                                                    18973 const extended::ZoneInfo kZoneMexico_BajaSur ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18974  kZoneNameMexico_BajaSur /*name*/,
                                                                                                                    +
                                                                                                                    18975  0x08ee3641 /*zoneId*/,
                                                                                                                    18976  &kZoneContext /*zoneContext*/,
                                                                                                                    18977  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18978  &kZoneAfrica_Tripoli /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18978  &kZoneAmerica_Mazatlan /*eras(info)*/,
                                                                                                                    18979 };
                                                                                                                    18980 
                                                                                                                    18981 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18982 // Link name: Mexico/BajaNorte -> America/Tijuana
                                                                                                                    -
                                                                                                                    18983 // Strings (bytes): 17 (originally 17)
                                                                                                                    -
                                                                                                                    18984 // Memory (8-bit): 28
                                                                                                                    -
                                                                                                                    18985 // Memory (32-bit): 37
                                                                                                                    +
                                                                                                                    18982 // Link name: Mexico/General -> America/Mexico_City
                                                                                                                    +
                                                                                                                    18983 // Strings (bytes): 15 (originally 15)
                                                                                                                    +
                                                                                                                    18984 // Memory (8-bit): 26
                                                                                                                    +
                                                                                                                    18985 // Memory (32-bit): 35
                                                                                                                    18986 //---------------------------------------------------------------------------
                                                                                                                    18987 
                                                                                                                    -
                                                                                                                    18988 static const char kZoneNameMexico_BajaNorte[] ACE_TIME_PROGMEM = "Mexico/BajaNorte";
                                                                                                                    +
                                                                                                                    18988 static const char kZoneNameMexico_General[] ACE_TIME_PROGMEM = "Mexico/General";
                                                                                                                    18989 
                                                                                                                    -
                                                                                                                    18990 const extended::ZoneInfo kZoneMexico_BajaNorte ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    18991  kZoneNameMexico_BajaNorte /*name*/,
                                                                                                                    -
                                                                                                                    18992  0xfcf7150f /*zoneId*/,
                                                                                                                    +
                                                                                                                    18990 const extended::ZoneInfo kZoneMexico_General ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    18991  kZoneNameMexico_General /*name*/,
                                                                                                                    +
                                                                                                                    18992  0x93711d57 /*zoneId*/,
                                                                                                                    18993  &kZoneContext /*zoneContext*/,
                                                                                                                    18994  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    18995  &kZoneAmerica_Tijuana /*eras(info)*/,
                                                                                                                    +
                                                                                                                    18995  &kZoneAmerica_Mexico_City /*eras(info)*/,
                                                                                                                    18996 };
                                                                                                                    18997 
                                                                                                                    18998 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    18999 // Link name: Mexico/BajaSur -> America/Mazatlan
                                                                                                                    -
                                                                                                                    19000 // Strings (bytes): 15 (originally 15)
                                                                                                                    -
                                                                                                                    19001 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    19002 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    18999 // Link name: NZ -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    19000 // Strings (bytes): 3 (originally 3)
                                                                                                                    +
                                                                                                                    19001 // Memory (8-bit): 14
                                                                                                                    +
                                                                                                                    19002 // Memory (32-bit): 23
                                                                                                                    19003 //---------------------------------------------------------------------------
                                                                                                                    19004 
                                                                                                                    -
                                                                                                                    19005 static const char kZoneNameMexico_BajaSur[] ACE_TIME_PROGMEM = "Mexico/BajaSur";
                                                                                                                    +
                                                                                                                    19005 static const char kZoneNameNZ[] ACE_TIME_PROGMEM = "NZ";
                                                                                                                    19006 
                                                                                                                    -
                                                                                                                    19007 const extended::ZoneInfo kZoneMexico_BajaSur ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19008  kZoneNameMexico_BajaSur /*name*/,
                                                                                                                    -
                                                                                                                    19009  0x08ee3641 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19007 const extended::ZoneInfo kZoneNZ ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19008  kZoneNameNZ /*name*/,
                                                                                                                    +
                                                                                                                    19009  0x005974ad /*zoneId*/,
                                                                                                                    19010  &kZoneContext /*zoneContext*/,
                                                                                                                    19011  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19012  &kZoneAmerica_Mazatlan /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19012  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    19013 };
                                                                                                                    19014 
                                                                                                                    19015 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19016 // Link name: Mexico/General -> America/Mexico_City
                                                                                                                    -
                                                                                                                    19017 // Strings (bytes): 15 (originally 15)
                                                                                                                    -
                                                                                                                    19018 // Memory (8-bit): 26
                                                                                                                    -
                                                                                                                    19019 // Memory (32-bit): 35
                                                                                                                    +
                                                                                                                    19016 // Link name: NZ-CHAT -> Pacific/Chatham
                                                                                                                    +
                                                                                                                    19017 // Strings (bytes): 8 (originally 8)
                                                                                                                    +
                                                                                                                    19018 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    19019 // Memory (32-bit): 28
                                                                                                                    19020 //---------------------------------------------------------------------------
                                                                                                                    19021 
                                                                                                                    -
                                                                                                                    19022 static const char kZoneNameMexico_General[] ACE_TIME_PROGMEM = "Mexico/General";
                                                                                                                    +
                                                                                                                    19022 static const char kZoneNameNZ_CHAT[] ACE_TIME_PROGMEM = "NZ-CHAT";
                                                                                                                    19023 
                                                                                                                    -
                                                                                                                    19024 const extended::ZoneInfo kZoneMexico_General ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19025  kZoneNameMexico_General /*name*/,
                                                                                                                    -
                                                                                                                    19026  0x93711d57 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19024 const extended::ZoneInfo kZoneNZ_CHAT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19025  kZoneNameNZ_CHAT /*name*/,
                                                                                                                    +
                                                                                                                    19026  0x4d42afda /*zoneId*/,
                                                                                                                    19027  &kZoneContext /*zoneContext*/,
                                                                                                                    19028  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19029  &kZoneAmerica_Mexico_City /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19029  &kZonePacific_Chatham /*eras(info)*/,
                                                                                                                    19030 };
                                                                                                                    19031 
                                                                                                                    19032 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19033 // Link name: NZ -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    19034 // Strings (bytes): 3 (originally 3)
                                                                                                                    -
                                                                                                                    19035 // Memory (8-bit): 14
                                                                                                                    -
                                                                                                                    19036 // Memory (32-bit): 23
                                                                                                                    +
                                                                                                                    19033 // Link name: Navajo -> America/Denver
                                                                                                                    +
                                                                                                                    19034 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    19035 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    19036 // Memory (32-bit): 27
                                                                                                                    19037 //---------------------------------------------------------------------------
                                                                                                                    19038 
                                                                                                                    -
                                                                                                                    19039 static const char kZoneNameNZ[] ACE_TIME_PROGMEM = "NZ";
                                                                                                                    +
                                                                                                                    19039 static const char kZoneNameNavajo[] ACE_TIME_PROGMEM = "Navajo";
                                                                                                                    19040 
                                                                                                                    -
                                                                                                                    19041 const extended::ZoneInfo kZoneNZ ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19042  kZoneNameNZ /*name*/,
                                                                                                                    -
                                                                                                                    19043  0x005974ad /*zoneId*/,
                                                                                                                    +
                                                                                                                    19041 const extended::ZoneInfo kZoneNavajo ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19042  kZoneNameNavajo /*name*/,
                                                                                                                    +
                                                                                                                    19043  0xc4ef0e24 /*zoneId*/,
                                                                                                                    19044  &kZoneContext /*zoneContext*/,
                                                                                                                    19045  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19046  &kZonePacific_Auckland /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19046  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    19047 };
                                                                                                                    19048 
                                                                                                                    19049 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19050 // Link name: NZ-CHAT -> Pacific/Chatham
                                                                                                                    -
                                                                                                                    19051 // Strings (bytes): 8 (originally 8)
                                                                                                                    -
                                                                                                                    19052 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    19053 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    19050 // Link name: PRC -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    19051 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    19052 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    19053 // Memory (32-bit): 24
                                                                                                                    19054 //---------------------------------------------------------------------------
                                                                                                                    19055 
                                                                                                                    -
                                                                                                                    19056 static const char kZoneNameNZ_CHAT[] ACE_TIME_PROGMEM = "NZ-CHAT";
                                                                                                                    +
                                                                                                                    19056 static const char kZoneNamePRC[] ACE_TIME_PROGMEM = "PRC";
                                                                                                                    19057 
                                                                                                                    -
                                                                                                                    19058 const extended::ZoneInfo kZoneNZ_CHAT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19059  kZoneNameNZ_CHAT /*name*/,
                                                                                                                    -
                                                                                                                    19060  0x4d42afda /*zoneId*/,
                                                                                                                    +
                                                                                                                    19058 const extended::ZoneInfo kZonePRC ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19059  kZoneNamePRC /*name*/,
                                                                                                                    +
                                                                                                                    19060  0x0b88120a /*zoneId*/,
                                                                                                                    19061  &kZoneContext /*zoneContext*/,
                                                                                                                    19062  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19063  &kZonePacific_Chatham /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19063  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    19064 };
                                                                                                                    19065 
                                                                                                                    19066 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19067 // Link name: Navajo -> America/Denver
                                                                                                                    -
                                                                                                                    19068 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    19067 // Link name: Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    19068 // Strings (bytes): 7 (originally 14)
                                                                                                                    19069 // Memory (8-bit): 18
                                                                                                                    19070 // Memory (32-bit): 27
                                                                                                                    19071 //---------------------------------------------------------------------------
                                                                                                                    19072 
                                                                                                                    -
                                                                                                                    19073 static const char kZoneNameNavajo[] ACE_TIME_PROGMEM = "Navajo";
                                                                                                                    +
                                                                                                                    19073 static const char kZoneNamePacific_Chuuk[] ACE_TIME_PROGMEM = "\x0e" "Chuuk";
                                                                                                                    19074 
                                                                                                                    -
                                                                                                                    19075 const extended::ZoneInfo kZoneNavajo ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19076  kZoneNameNavajo /*name*/,
                                                                                                                    -
                                                                                                                    19077  0xc4ef0e24 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19075 const extended::ZoneInfo kZonePacific_Chuuk ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19076  kZoneNamePacific_Chuuk /*name*/,
                                                                                                                    +
                                                                                                                    19077  0x8a090b23 /*zoneId*/,
                                                                                                                    19078  &kZoneContext /*zoneContext*/,
                                                                                                                    19079  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19080  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19080  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    19081 };
                                                                                                                    19082 
                                                                                                                    19083 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19084 // Link name: PRC -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    19085 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    19086 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    19087 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    19084 // Link name: Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    +
                                                                                                                    19085 // Strings (bytes): 11 (originally 18)
                                                                                                                    +
                                                                                                                    19086 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    19087 // Memory (32-bit): 31
                                                                                                                    19088 //---------------------------------------------------------------------------
                                                                                                                    19089 
                                                                                                                    -
                                                                                                                    19090 static const char kZoneNamePRC[] ACE_TIME_PROGMEM = "PRC";
                                                                                                                    +
                                                                                                                    19090 static const char kZoneNamePacific_Enderbury[] ACE_TIME_PROGMEM = "\x0e" "Enderbury";
                                                                                                                    19091 
                                                                                                                    -
                                                                                                                    19092 const extended::ZoneInfo kZonePRC ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19093  kZoneNamePRC /*name*/,
                                                                                                                    -
                                                                                                                    19094  0x0b88120a /*zoneId*/,
                                                                                                                    +
                                                                                                                    19092 const extended::ZoneInfo kZonePacific_Enderbury ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19093  kZoneNamePacific_Enderbury /*name*/,
                                                                                                                    +
                                                                                                                    19094  0x61599a93 /*zoneId*/,
                                                                                                                    19095  &kZoneContext /*zoneContext*/,
                                                                                                                    19096  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19097  &kZoneAsia_Shanghai /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19097  &kZonePacific_Kanton /*eras(info)*/,
                                                                                                                    19098 };
                                                                                                                    19099 
                                                                                                                    19100 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19101 // Link name: Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    19102 // Strings (bytes): 7 (originally 14)
                                                                                                                    -
                                                                                                                    19103 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    19104 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    19101 // Link name: Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    19102 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    19103 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    19104 // Memory (32-bit): 30
                                                                                                                    19105 //---------------------------------------------------------------------------
                                                                                                                    19106 
                                                                                                                    -
                                                                                                                    19107 static const char kZoneNamePacific_Chuuk[] ACE_TIME_PROGMEM = "\x0e" "Chuuk";
                                                                                                                    +
                                                                                                                    19107 static const char kZoneNamePacific_Funafuti[] ACE_TIME_PROGMEM = "\x0e" "Funafuti";
                                                                                                                    19108 
                                                                                                                    -
                                                                                                                    19109 const extended::ZoneInfo kZonePacific_Chuuk ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19110  kZoneNamePacific_Chuuk /*name*/,
                                                                                                                    -
                                                                                                                    19111  0x8a090b23 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19109 const extended::ZoneInfo kZonePacific_Funafuti ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19110  kZoneNamePacific_Funafuti /*name*/,
                                                                                                                    +
                                                                                                                    19111  0xdb402d65 /*zoneId*/,
                                                                                                                    19112  &kZoneContext /*zoneContext*/,
                                                                                                                    19113  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19114  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19114  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    19115 };
                                                                                                                    19116 
                                                                                                                    19117 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19118 // Link name: Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    -
                                                                                                                    19119 // Strings (bytes): 11 (originally 18)
                                                                                                                    -
                                                                                                                    19120 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    19121 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    19118 // Link name: Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    19119 // Strings (bytes): 10 (originally 17)
                                                                                                                    +
                                                                                                                    19120 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    19121 // Memory (32-bit): 30
                                                                                                                    19122 //---------------------------------------------------------------------------
                                                                                                                    19123 
                                                                                                                    -
                                                                                                                    19124 static const char kZoneNamePacific_Enderbury[] ACE_TIME_PROGMEM = "\x0e" "Enderbury";
                                                                                                                    +
                                                                                                                    19124 static const char kZoneNamePacific_Johnston[] ACE_TIME_PROGMEM = "\x0e" "Johnston";
                                                                                                                    19125 
                                                                                                                    -
                                                                                                                    19126 const extended::ZoneInfo kZonePacific_Enderbury ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19127  kZoneNamePacific_Enderbury /*name*/,
                                                                                                                    -
                                                                                                                    19128  0x61599a93 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19126 const extended::ZoneInfo kZonePacific_Johnston ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19127  kZoneNamePacific_Johnston /*name*/,
                                                                                                                    +
                                                                                                                    19128  0xb15d7b36 /*zoneId*/,
                                                                                                                    19129  &kZoneContext /*zoneContext*/,
                                                                                                                    19130  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19131  &kZonePacific_Kanton /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19131  &kZonePacific_Honolulu /*eras(info)*/,
                                                                                                                    19132 };
                                                                                                                    19133 
                                                                                                                    19134 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19135 // Link name: Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    19136 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    19137 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    19138 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    19135 // Link name: Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    19136 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    19137 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    19138 // Memory (32-bit): 28
                                                                                                                    19139 //---------------------------------------------------------------------------
                                                                                                                    19140 
                                                                                                                    -
                                                                                                                    19141 static const char kZoneNamePacific_Funafuti[] ACE_TIME_PROGMEM = "\x0e" "Funafuti";
                                                                                                                    +
                                                                                                                    19141 static const char kZoneNamePacific_Majuro[] ACE_TIME_PROGMEM = "\x0e" "Majuro";
                                                                                                                    19142 
                                                                                                                    -
                                                                                                                    19143 const extended::ZoneInfo kZonePacific_Funafuti ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19144  kZoneNamePacific_Funafuti /*name*/,
                                                                                                                    -
                                                                                                                    19145  0xdb402d65 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19143 const extended::ZoneInfo kZonePacific_Majuro ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19144  kZoneNamePacific_Majuro /*name*/,
                                                                                                                    +
                                                                                                                    19145  0xe1f95371 /*zoneId*/,
                                                                                                                    19146  &kZoneContext /*zoneContext*/,
                                                                                                                    19147  0 /*numEras*/,
                                                                                                                    19148  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    19149 };
                                                                                                                    19150 
                                                                                                                    19151 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19152 // Link name: Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    19153 // Strings (bytes): 10 (originally 17)
                                                                                                                    -
                                                                                                                    19154 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    19155 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    19152 // Link name: Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    19153 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    19154 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    19155 // Memory (32-bit): 28
                                                                                                                    19156 //---------------------------------------------------------------------------
                                                                                                                    19157 
                                                                                                                    -
                                                                                                                    19158 static const char kZoneNamePacific_Johnston[] ACE_TIME_PROGMEM = "\x0e" "Johnston";
                                                                                                                    +
                                                                                                                    19158 static const char kZoneNamePacific_Midway[] ACE_TIME_PROGMEM = "\x0e" "Midway";
                                                                                                                    19159 
                                                                                                                    -
                                                                                                                    19160 const extended::ZoneInfo kZonePacific_Johnston ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19161  kZoneNamePacific_Johnston /*name*/,
                                                                                                                    -
                                                                                                                    19162  0xb15d7b36 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19160 const extended::ZoneInfo kZonePacific_Midway ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19161  kZoneNamePacific_Midway /*name*/,
                                                                                                                    +
                                                                                                                    19162  0xe286d38e /*zoneId*/,
                                                                                                                    19163  &kZoneContext /*zoneContext*/,
                                                                                                                    19164  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19165  &kZonePacific_Honolulu /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19165  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    19166 };
                                                                                                                    19167 
                                                                                                                    19168 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19169 // Link name: Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    19170 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    19171 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    19172 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    19169 // Link name: Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    19170 // Strings (bytes): 9 (originally 16)
                                                                                                                    +
                                                                                                                    19171 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    19172 // Memory (32-bit): 29
                                                                                                                    19173 //---------------------------------------------------------------------------
                                                                                                                    19174 
                                                                                                                    -
                                                                                                                    19175 static const char kZoneNamePacific_Majuro[] ACE_TIME_PROGMEM = "\x0e" "Majuro";
                                                                                                                    +
                                                                                                                    19175 static const char kZoneNamePacific_Pohnpei[] ACE_TIME_PROGMEM = "\x0e" "Pohnpei";
                                                                                                                    19176 
                                                                                                                    -
                                                                                                                    19177 const extended::ZoneInfo kZonePacific_Majuro ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19178  kZoneNamePacific_Majuro /*name*/,
                                                                                                                    -
                                                                                                                    19179  0xe1f95371 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19177 const extended::ZoneInfo kZonePacific_Pohnpei ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19178  kZoneNamePacific_Pohnpei /*name*/,
                                                                                                                    +
                                                                                                                    19179  0x28929f96 /*zoneId*/,
                                                                                                                    19180  &kZoneContext /*zoneContext*/,
                                                                                                                    19181  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19182  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19182  &kZonePacific_Guadalcanal /*eras(info)*/,
                                                                                                                    19183 };
                                                                                                                    19184 
                                                                                                                    19185 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19186 // Link name: Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    19186 // Link name: Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    19187 // Strings (bytes): 8 (originally 15)
                                                                                                                    19188 // Memory (8-bit): 19
                                                                                                                    19189 // Memory (32-bit): 28
                                                                                                                    19190 //---------------------------------------------------------------------------
                                                                                                                    19191 
                                                                                                                    -
                                                                                                                    19192 static const char kZoneNamePacific_Midway[] ACE_TIME_PROGMEM = "\x0e" "Midway";
                                                                                                                    +
                                                                                                                    19192 static const char kZoneNamePacific_Ponape[] ACE_TIME_PROGMEM = "\x0e" "Ponape";
                                                                                                                    19193 
                                                                                                                    -
                                                                                                                    19194 const extended::ZoneInfo kZonePacific_Midway ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19195  kZoneNamePacific_Midway /*name*/,
                                                                                                                    -
                                                                                                                    19196  0xe286d38e /*zoneId*/,
                                                                                                                    +
                                                                                                                    19194 const extended::ZoneInfo kZonePacific_Ponape ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19195  kZoneNamePacific_Ponape /*name*/,
                                                                                                                    +
                                                                                                                    19196  0xe9f80086 /*zoneId*/,
                                                                                                                    19197  &kZoneContext /*zoneContext*/,
                                                                                                                    19198  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19199  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19199  &kZonePacific_Guadalcanal /*eras(info)*/,
                                                                                                                    19200 };
                                                                                                                    19201 
                                                                                                                    19202 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19203 // Link name: Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    19204 // Strings (bytes): 9 (originally 16)
                                                                                                                    -
                                                                                                                    19205 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    19206 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    19203 // Link name: Pacific/Saipan -> Pacific/Guam
                                                                                                                    +
                                                                                                                    19204 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    19205 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    19206 // Memory (32-bit): 28
                                                                                                                    19207 //---------------------------------------------------------------------------
                                                                                                                    19208 
                                                                                                                    -
                                                                                                                    19209 static const char kZoneNamePacific_Pohnpei[] ACE_TIME_PROGMEM = "\x0e" "Pohnpei";
                                                                                                                    +
                                                                                                                    19209 static const char kZoneNamePacific_Saipan[] ACE_TIME_PROGMEM = "\x0e" "Saipan";
                                                                                                                    19210 
                                                                                                                    -
                                                                                                                    19211 const extended::ZoneInfo kZonePacific_Pohnpei ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19212  kZoneNamePacific_Pohnpei /*name*/,
                                                                                                                    -
                                                                                                                    19213  0x28929f96 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19211 const extended::ZoneInfo kZonePacific_Saipan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19212  kZoneNamePacific_Saipan /*name*/,
                                                                                                                    +
                                                                                                                    19213  0xeff7a35f /*zoneId*/,
                                                                                                                    19214  &kZoneContext /*zoneContext*/,
                                                                                                                    19215  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19216  &kZonePacific_Guadalcanal /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19216  &kZonePacific_Guam /*eras(info)*/,
                                                                                                                    19217 };
                                                                                                                    19218 
                                                                                                                    19219 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19220 // Link name: Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    19221 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    19222 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    19223 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    19220 // Link name: Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    19221 // Strings (bytes): 7 (originally 14)
                                                                                                                    +
                                                                                                                    19222 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    19223 // Memory (32-bit): 27
                                                                                                                    19224 //---------------------------------------------------------------------------
                                                                                                                    19225 
                                                                                                                    -
                                                                                                                    19226 static const char kZoneNamePacific_Ponape[] ACE_TIME_PROGMEM = "\x0e" "Ponape";
                                                                                                                    +
                                                                                                                    19226 static const char kZoneNamePacific_Samoa[] ACE_TIME_PROGMEM = "\x0e" "Samoa";
                                                                                                                    19227 
                                                                                                                    -
                                                                                                                    19228 const extended::ZoneInfo kZonePacific_Ponape ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19229  kZoneNamePacific_Ponape /*name*/,
                                                                                                                    -
                                                                                                                    19230  0xe9f80086 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19228 const extended::ZoneInfo kZonePacific_Samoa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19229  kZoneNamePacific_Samoa /*name*/,
                                                                                                                    +
                                                                                                                    19230  0x8b2699b4 /*zoneId*/,
                                                                                                                    19231  &kZoneContext /*zoneContext*/,
                                                                                                                    19232  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19233  &kZonePacific_Guadalcanal /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19233  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    19234 };
                                                                                                                    19235 
                                                                                                                    19236 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19237 // Link name: Pacific/Saipan -> Pacific/Guam
                                                                                                                    -
                                                                                                                    19238 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    19239 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    19240 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    19237 // Link name: Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    19238 // Strings (bytes): 6 (originally 13)
                                                                                                                    +
                                                                                                                    19239 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    19240 // Memory (32-bit): 26
                                                                                                                    19241 //---------------------------------------------------------------------------
                                                                                                                    19242 
                                                                                                                    -
                                                                                                                    19243 static const char kZoneNamePacific_Saipan[] ACE_TIME_PROGMEM = "\x0e" "Saipan";
                                                                                                                    +
                                                                                                                    19243 static const char kZoneNamePacific_Truk[] ACE_TIME_PROGMEM = "\x0e" "Truk";
                                                                                                                    19244 
                                                                                                                    -
                                                                                                                    19245 const extended::ZoneInfo kZonePacific_Saipan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19246  kZoneNamePacific_Saipan /*name*/,
                                                                                                                    -
                                                                                                                    19247  0xeff7a35f /*zoneId*/,
                                                                                                                    +
                                                                                                                    19245 const extended::ZoneInfo kZonePacific_Truk ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19246  kZoneNamePacific_Truk /*name*/,
                                                                                                                    +
                                                                                                                    19247  0x234010a9 /*zoneId*/,
                                                                                                                    19248  &kZoneContext /*zoneContext*/,
                                                                                                                    19249  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19250  &kZonePacific_Guam /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19250  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    19251 };
                                                                                                                    19252 
                                                                                                                    19253 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19254 // Link name: Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    19255 // Strings (bytes): 7 (originally 14)
                                                                                                                    -
                                                                                                                    19256 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    19257 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    19254 // Link name: Pacific/Wake -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    19255 // Strings (bytes): 6 (originally 13)
                                                                                                                    +
                                                                                                                    19256 // Memory (8-bit): 17
                                                                                                                    +
                                                                                                                    19257 // Memory (32-bit): 26
                                                                                                                    19258 //---------------------------------------------------------------------------
                                                                                                                    19259 
                                                                                                                    -
                                                                                                                    19260 static const char kZoneNamePacific_Samoa[] ACE_TIME_PROGMEM = "\x0e" "Samoa";
                                                                                                                    +
                                                                                                                    19260 static const char kZoneNamePacific_Wake[] ACE_TIME_PROGMEM = "\x0e" "Wake";
                                                                                                                    19261 
                                                                                                                    -
                                                                                                                    19262 const extended::ZoneInfo kZonePacific_Samoa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19263  kZoneNamePacific_Samoa /*name*/,
                                                                                                                    -
                                                                                                                    19264  0x8b2699b4 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19262 const extended::ZoneInfo kZonePacific_Wake ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19263  kZoneNamePacific_Wake /*name*/,
                                                                                                                    +
                                                                                                                    19264  0x23416c2b /*zoneId*/,
                                                                                                                    19265  &kZoneContext /*zoneContext*/,
                                                                                                                    19266  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19267  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19267  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    19268 };
                                                                                                                    19269 
                                                                                                                    19270 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19271 // Link name: Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    19272 // Strings (bytes): 6 (originally 13)
                                                                                                                    -
                                                                                                                    19273 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    19274 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    19271 // Link name: Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    19272 // Strings (bytes): 8 (originally 15)
                                                                                                                    +
                                                                                                                    19273 // Memory (8-bit): 19
                                                                                                                    +
                                                                                                                    19274 // Memory (32-bit): 28
                                                                                                                    19275 //---------------------------------------------------------------------------
                                                                                                                    19276 
                                                                                                                    -
                                                                                                                    19277 static const char kZoneNamePacific_Truk[] ACE_TIME_PROGMEM = "\x0e" "Truk";
                                                                                                                    +
                                                                                                                    19277 static const char kZoneNamePacific_Wallis[] ACE_TIME_PROGMEM = "\x0e" "Wallis";
                                                                                                                    19278 
                                                                                                                    -
                                                                                                                    19279 const extended::ZoneInfo kZonePacific_Truk ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19280  kZoneNamePacific_Truk /*name*/,
                                                                                                                    -
                                                                                                                    19281  0x234010a9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19279 const extended::ZoneInfo kZonePacific_Wallis ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19280  kZoneNamePacific_Wallis /*name*/,
                                                                                                                    +
                                                                                                                    19281  0xf94ddb0f /*zoneId*/,
                                                                                                                    19282  &kZoneContext /*zoneContext*/,
                                                                                                                    19283  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19284  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19284  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    19285 };
                                                                                                                    19286 
                                                                                                                    19287 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19288 // Link name: Pacific/Wake -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    19289 // Strings (bytes): 6 (originally 13)
                                                                                                                    -
                                                                                                                    19290 // Memory (8-bit): 17
                                                                                                                    -
                                                                                                                    19291 // Memory (32-bit): 26
                                                                                                                    +
                                                                                                                    19288 // Link name: Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    19289 // Strings (bytes): 5 (originally 12)
                                                                                                                    +
                                                                                                                    19290 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    19291 // Memory (32-bit): 25
                                                                                                                    19292 //---------------------------------------------------------------------------
                                                                                                                    19293 
                                                                                                                    -
                                                                                                                    19294 static const char kZoneNamePacific_Wake[] ACE_TIME_PROGMEM = "\x0e" "Wake";
                                                                                                                    +
                                                                                                                    19294 static const char kZoneNamePacific_Yap[] ACE_TIME_PROGMEM = "\x0e" "Yap";
                                                                                                                    19295 
                                                                                                                    -
                                                                                                                    19296 const extended::ZoneInfo kZonePacific_Wake ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19297  kZoneNamePacific_Wake /*name*/,
                                                                                                                    -
                                                                                                                    19298  0x23416c2b /*zoneId*/,
                                                                                                                    +
                                                                                                                    19296 const extended::ZoneInfo kZonePacific_Yap ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19297  kZoneNamePacific_Yap /*name*/,
                                                                                                                    +
                                                                                                                    19298  0xbb40138d /*zoneId*/,
                                                                                                                    19299  &kZoneContext /*zoneContext*/,
                                                                                                                    19300  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19301  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19301  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    19302 };
                                                                                                                    19303 
                                                                                                                    19304 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19305 // Link name: Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    19306 // Strings (bytes): 8 (originally 15)
                                                                                                                    -
                                                                                                                    19307 // Memory (8-bit): 19
                                                                                                                    -
                                                                                                                    19308 // Memory (32-bit): 28
                                                                                                                    +
                                                                                                                    19305 // Link name: Poland -> Europe/Warsaw
                                                                                                                    +
                                                                                                                    19306 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    19307 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    19308 // Memory (32-bit): 27
                                                                                                                    19309 //---------------------------------------------------------------------------
                                                                                                                    19310 
                                                                                                                    -
                                                                                                                    19311 static const char kZoneNamePacific_Wallis[] ACE_TIME_PROGMEM = "\x0e" "Wallis";
                                                                                                                    +
                                                                                                                    19311 static const char kZoneNamePoland[] ACE_TIME_PROGMEM = "Poland";
                                                                                                                    19312 
                                                                                                                    -
                                                                                                                    19313 const extended::ZoneInfo kZonePacific_Wallis ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19314  kZoneNamePacific_Wallis /*name*/,
                                                                                                                    -
                                                                                                                    19315  0xf94ddb0f /*zoneId*/,
                                                                                                                    +
                                                                                                                    19313 const extended::ZoneInfo kZonePoland ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19314  kZoneNamePoland /*name*/,
                                                                                                                    +
                                                                                                                    19315  0xca913b23 /*zoneId*/,
                                                                                                                    19316  &kZoneContext /*zoneContext*/,
                                                                                                                    19317  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19318  &kZonePacific_Tarawa /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19318  &kZoneEurope_Warsaw /*eras(info)*/,
                                                                                                                    19319 };
                                                                                                                    19320 
                                                                                                                    19321 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19322 // Link name: Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    19323 // Strings (bytes): 5 (originally 12)
                                                                                                                    -
                                                                                                                    19324 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    19325 // Memory (32-bit): 25
                                                                                                                    +
                                                                                                                    19322 // Link name: Portugal -> Europe/Lisbon
                                                                                                                    +
                                                                                                                    19323 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    19324 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    19325 // Memory (32-bit): 29
                                                                                                                    19326 //---------------------------------------------------------------------------
                                                                                                                    19327 
                                                                                                                    -
                                                                                                                    19328 static const char kZoneNamePacific_Yap[] ACE_TIME_PROGMEM = "\x0e" "Yap";
                                                                                                                    +
                                                                                                                    19328 static const char kZoneNamePortugal[] ACE_TIME_PROGMEM = "Portugal";
                                                                                                                    19329 
                                                                                                                    -
                                                                                                                    19330 const extended::ZoneInfo kZonePacific_Yap ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19331  kZoneNamePacific_Yap /*name*/,
                                                                                                                    -
                                                                                                                    19332  0xbb40138d /*zoneId*/,
                                                                                                                    +
                                                                                                                    19330 const extended::ZoneInfo kZonePortugal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19331  kZoneNamePortugal /*name*/,
                                                                                                                    +
                                                                                                                    19332  0xc3274593 /*zoneId*/,
                                                                                                                    19333  &kZoneContext /*zoneContext*/,
                                                                                                                    19334  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19335  &kZonePacific_Port_Moresby /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19335  &kZoneEurope_Lisbon /*eras(info)*/,
                                                                                                                    19336 };
                                                                                                                    19337 
                                                                                                                    19338 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19339 // Link name: Poland -> Europe/Warsaw
                                                                                                                    -
                                                                                                                    19340 // Strings (bytes): 7 (originally 7)
                                                                                                                    -
                                                                                                                    19341 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    19342 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    19339 // Link name: ROC -> Asia/Taipei
                                                                                                                    +
                                                                                                                    19340 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    19341 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    19342 // Memory (32-bit): 24
                                                                                                                    19343 //---------------------------------------------------------------------------
                                                                                                                    19344 
                                                                                                                    -
                                                                                                                    19345 static const char kZoneNamePoland[] ACE_TIME_PROGMEM = "Poland";
                                                                                                                    +
                                                                                                                    19345 static const char kZoneNameROC[] ACE_TIME_PROGMEM = "ROC";
                                                                                                                    19346 
                                                                                                                    -
                                                                                                                    19347 const extended::ZoneInfo kZonePoland ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19348  kZoneNamePoland /*name*/,
                                                                                                                    -
                                                                                                                    19349  0xca913b23 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19347 const extended::ZoneInfo kZoneROC ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19348  kZoneNameROC /*name*/,
                                                                                                                    +
                                                                                                                    19349  0x0b881a29 /*zoneId*/,
                                                                                                                    19350  &kZoneContext /*zoneContext*/,
                                                                                                                    19351  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19352  &kZoneEurope_Warsaw /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19352  &kZoneAsia_Taipei /*eras(info)*/,
                                                                                                                    19353 };
                                                                                                                    19354 
                                                                                                                    19355 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19356 // Link name: Portugal -> Europe/Lisbon
                                                                                                                    -
                                                                                                                    19357 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    19358 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    19359 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    19356 // Link name: ROK -> Asia/Seoul
                                                                                                                    +
                                                                                                                    19357 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    19358 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    19359 // Memory (32-bit): 24
                                                                                                                    19360 //---------------------------------------------------------------------------
                                                                                                                    19361 
                                                                                                                    -
                                                                                                                    19362 static const char kZoneNamePortugal[] ACE_TIME_PROGMEM = "Portugal";
                                                                                                                    +
                                                                                                                    19362 static const char kZoneNameROK[] ACE_TIME_PROGMEM = "ROK";
                                                                                                                    19363 
                                                                                                                    -
                                                                                                                    19364 const extended::ZoneInfo kZonePortugal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19365  kZoneNamePortugal /*name*/,
                                                                                                                    -
                                                                                                                    19366  0xc3274593 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19364 const extended::ZoneInfo kZoneROK ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19365  kZoneNameROK /*name*/,
                                                                                                                    +
                                                                                                                    19366  0x0b881a31 /*zoneId*/,
                                                                                                                    19367  &kZoneContext /*zoneContext*/,
                                                                                                                    19368  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19369  &kZoneEurope_Lisbon /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19369  &kZoneAsia_Seoul /*eras(info)*/,
                                                                                                                    19370 };
                                                                                                                    19371 
                                                                                                                    19372 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19373 // Link name: ROC -> Asia/Taipei
                                                                                                                    -
                                                                                                                    19374 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    19375 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    19376 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    19373 // Link name: Singapore -> Asia/Singapore
                                                                                                                    +
                                                                                                                    19374 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    19375 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    19376 // Memory (32-bit): 30
                                                                                                                    19377 //---------------------------------------------------------------------------
                                                                                                                    19378 
                                                                                                                    -
                                                                                                                    19379 static const char kZoneNameROC[] ACE_TIME_PROGMEM = "ROC";
                                                                                                                    +
                                                                                                                    19379 static const char kZoneNameSingapore[] ACE_TIME_PROGMEM = "Singapore";
                                                                                                                    19380 
                                                                                                                    -
                                                                                                                    19381 const extended::ZoneInfo kZoneROC ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19382  kZoneNameROC /*name*/,
                                                                                                                    -
                                                                                                                    19383  0x0b881a29 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19381 const extended::ZoneInfo kZoneSingapore ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19382  kZoneNameSingapore /*name*/,
                                                                                                                    +
                                                                                                                    19383  0xa8598c8d /*zoneId*/,
                                                                                                                    19384  &kZoneContext /*zoneContext*/,
                                                                                                                    19385  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19386  &kZoneAsia_Taipei /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19386  &kZoneAsia_Singapore /*eras(info)*/,
                                                                                                                    19387 };
                                                                                                                    19388 
                                                                                                                    19389 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19390 // Link name: ROK -> Asia/Seoul
                                                                                                                    -
                                                                                                                    19391 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    19392 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    19393 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    19390 // Link name: Turkey -> Europe/Istanbul
                                                                                                                    +
                                                                                                                    19391 // Strings (bytes): 7 (originally 7)
                                                                                                                    +
                                                                                                                    19392 // Memory (8-bit): 18
                                                                                                                    +
                                                                                                                    19393 // Memory (32-bit): 27
                                                                                                                    19394 //---------------------------------------------------------------------------
                                                                                                                    19395 
                                                                                                                    -
                                                                                                                    19396 static const char kZoneNameROK[] ACE_TIME_PROGMEM = "ROK";
                                                                                                                    +
                                                                                                                    19396 static const char kZoneNameTurkey[] ACE_TIME_PROGMEM = "Turkey";
                                                                                                                    19397 
                                                                                                                    -
                                                                                                                    19398 const extended::ZoneInfo kZoneROK ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19399  kZoneNameROK /*name*/,
                                                                                                                    -
                                                                                                                    19400  0x0b881a31 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19398 const extended::ZoneInfo kZoneTurkey ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19399  kZoneNameTurkey /*name*/,
                                                                                                                    +
                                                                                                                    19400  0xd455e469 /*zoneId*/,
                                                                                                                    19401  &kZoneContext /*zoneContext*/,
                                                                                                                    19402  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19403  &kZoneAsia_Seoul /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19403  &kZoneEurope_Istanbul /*eras(info)*/,
                                                                                                                    19404 };
                                                                                                                    19405 
                                                                                                                    19406 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19407 // Link name: Singapore -> Asia/Singapore
                                                                                                                    -
                                                                                                                    19408 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    19409 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    19410 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    19407 // Link name: UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    19408 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    19409 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    19410 // Memory (32-bit): 24
                                                                                                                    19411 //---------------------------------------------------------------------------
                                                                                                                    19412 
                                                                                                                    -
                                                                                                                    19413 static const char kZoneNameSingapore[] ACE_TIME_PROGMEM = "Singapore";
                                                                                                                    +
                                                                                                                    19413 static const char kZoneNameUCT[] ACE_TIME_PROGMEM = "UCT";
                                                                                                                    19414 
                                                                                                                    -
                                                                                                                    19415 const extended::ZoneInfo kZoneSingapore ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19416  kZoneNameSingapore /*name*/,
                                                                                                                    -
                                                                                                                    19417  0xa8598c8d /*zoneId*/,
                                                                                                                    +
                                                                                                                    19415 const extended::ZoneInfo kZoneUCT ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19416  kZoneNameUCT /*name*/,
                                                                                                                    +
                                                                                                                    19417  0x0b882571 /*zoneId*/,
                                                                                                                    19418  &kZoneContext /*zoneContext*/,
                                                                                                                    19419  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19420  &kZoneAsia_Singapore /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19420  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    19421 };
                                                                                                                    19422 
                                                                                                                    19423 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19424 // Link name: Turkey -> Europe/Istanbul
                                                                                                                    -
                                                                                                                    19425 // Strings (bytes): 7 (originally 7)
                                                                                                                    -
                                                                                                                    19426 // Memory (8-bit): 18
                                                                                                                    -
                                                                                                                    19427 // Memory (32-bit): 27
                                                                                                                    +
                                                                                                                    19424 // Link name: US/Alaska -> America/Anchorage
                                                                                                                    +
                                                                                                                    19425 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    19426 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    19427 // Memory (32-bit): 30
                                                                                                                    19428 //---------------------------------------------------------------------------
                                                                                                                    19429 
                                                                                                                    -
                                                                                                                    19430 static const char kZoneNameTurkey[] ACE_TIME_PROGMEM = "Turkey";
                                                                                                                    +
                                                                                                                    19430 static const char kZoneNameUS_Alaska[] ACE_TIME_PROGMEM = "US/Alaska";
                                                                                                                    19431 
                                                                                                                    -
                                                                                                                    19432 const extended::ZoneInfo kZoneTurkey ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19433  kZoneNameTurkey /*name*/,
                                                                                                                    -
                                                                                                                    19434  0xd455e469 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19432 const extended::ZoneInfo kZoneUS_Alaska ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19433  kZoneNameUS_Alaska /*name*/,
                                                                                                                    +
                                                                                                                    19434  0xfa300bc9 /*zoneId*/,
                                                                                                                    19435  &kZoneContext /*zoneContext*/,
                                                                                                                    19436  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19437  &kZoneEurope_Istanbul /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19437  &kZoneAmerica_Anchorage /*eras(info)*/,
                                                                                                                    19438 };
                                                                                                                    19439 
                                                                                                                    19440 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19441 // Link name: UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    19442 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    19443 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    19444 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    19441 // Link name: US/Aleutian -> America/Adak
                                                                                                                    +
                                                                                                                    19442 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    19443 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    19444 // Memory (32-bit): 32
                                                                                                                    19445 //---------------------------------------------------------------------------
                                                                                                                    19446 
                                                                                                                    -
                                                                                                                    19447 static const char kZoneNameUCT[] ACE_TIME_PROGMEM = "UCT";
                                                                                                                    +
                                                                                                                    19447 static const char kZoneNameUS_Aleutian[] ACE_TIME_PROGMEM = "US/Aleutian";
                                                                                                                    19448 
                                                                                                                    -
                                                                                                                    19449 const extended::ZoneInfo kZoneUCT ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19450  kZoneNameUCT /*name*/,
                                                                                                                    -
                                                                                                                    19451  0x0b882571 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19449 const extended::ZoneInfo kZoneUS_Aleutian ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19450  kZoneNameUS_Aleutian /*name*/,
                                                                                                                    +
                                                                                                                    19451  0x4fe013ef /*zoneId*/,
                                                                                                                    19452  &kZoneContext /*zoneContext*/,
                                                                                                                    19453  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19454  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19454  &kZoneAmerica_Adak /*eras(info)*/,
                                                                                                                    19455 };
                                                                                                                    19456 
                                                                                                                    19457 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19458 // Link name: US/Alaska -> America/Anchorage
                                                                                                                    -
                                                                                                                    19459 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    19460 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    19461 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    19458 // Link name: US/Arizona -> America/Phoenix
                                                                                                                    +
                                                                                                                    19459 // Strings (bytes): 11 (originally 11)
                                                                                                                    +
                                                                                                                    19460 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    19461 // Memory (32-bit): 31
                                                                                                                    19462 //---------------------------------------------------------------------------
                                                                                                                    19463 
                                                                                                                    -
                                                                                                                    19464 static const char kZoneNameUS_Alaska[] ACE_TIME_PROGMEM = "US/Alaska";
                                                                                                                    +
                                                                                                                    19464 static const char kZoneNameUS_Arizona[] ACE_TIME_PROGMEM = "US/Arizona";
                                                                                                                    19465 
                                                                                                                    -
                                                                                                                    19466 const extended::ZoneInfo kZoneUS_Alaska ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19467  kZoneNameUS_Alaska /*name*/,
                                                                                                                    -
                                                                                                                    19468  0xfa300bc9 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19466 const extended::ZoneInfo kZoneUS_Arizona ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19467  kZoneNameUS_Arizona /*name*/,
                                                                                                                    +
                                                                                                                    19468  0x4ec52670 /*zoneId*/,
                                                                                                                    19469  &kZoneContext /*zoneContext*/,
                                                                                                                    19470  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19471  &kZoneAmerica_Anchorage /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19471  &kZoneAmerica_Phoenix /*eras(info)*/,
                                                                                                                    19472 };
                                                                                                                    19473 
                                                                                                                    19474 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19475 // Link name: US/Aleutian -> America/Adak
                                                                                                                    -
                                                                                                                    19476 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    19477 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    19478 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    19475 // Link name: US/Central -> America/Chicago
                                                                                                                    +
                                                                                                                    19476 // Strings (bytes): 11 (originally 11)
                                                                                                                    +
                                                                                                                    19477 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    19478 // Memory (32-bit): 31
                                                                                                                    19479 //---------------------------------------------------------------------------
                                                                                                                    19480 
                                                                                                                    -
                                                                                                                    19481 static const char kZoneNameUS_Aleutian[] ACE_TIME_PROGMEM = "US/Aleutian";
                                                                                                                    +
                                                                                                                    19481 static const char kZoneNameUS_Central[] ACE_TIME_PROGMEM = "US/Central";
                                                                                                                    19482 
                                                                                                                    -
                                                                                                                    19483 const extended::ZoneInfo kZoneUS_Aleutian ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19484  kZoneNameUS_Aleutian /*name*/,
                                                                                                                    -
                                                                                                                    19485  0x4fe013ef /*zoneId*/,
                                                                                                                    +
                                                                                                                    19483 const extended::ZoneInfo kZoneUS_Central ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19484  kZoneNameUS_Central /*name*/,
                                                                                                                    +
                                                                                                                    19485  0xcabdcb25 /*zoneId*/,
                                                                                                                    19486  &kZoneContext /*zoneContext*/,
                                                                                                                    19487  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19488  &kZoneAmerica_Adak /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19488  &kZoneAmerica_Chicago /*eras(info)*/,
                                                                                                                    19489 };
                                                                                                                    19490 
                                                                                                                    19491 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19492 // Link name: US/Arizona -> America/Phoenix
                                                                                                                    -
                                                                                                                    19493 // Strings (bytes): 11 (originally 11)
                                                                                                                    -
                                                                                                                    19494 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    19495 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    19492 // Link name: US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    19493 // Strings (bytes): 16 (originally 16)
                                                                                                                    +
                                                                                                                    19494 // Memory (8-bit): 27
                                                                                                                    +
                                                                                                                    19495 // Memory (32-bit): 36
                                                                                                                    19496 //---------------------------------------------------------------------------
                                                                                                                    19497 
                                                                                                                    -
                                                                                                                    19498 static const char kZoneNameUS_Arizona[] ACE_TIME_PROGMEM = "US/Arizona";
                                                                                                                    +
                                                                                                                    19498 static const char kZoneNameUS_East_Indiana[] ACE_TIME_PROGMEM = "US/East-Indiana";
                                                                                                                    19499 
                                                                                                                    -
                                                                                                                    19500 const extended::ZoneInfo kZoneUS_Arizona ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19501  kZoneNameUS_Arizona /*name*/,
                                                                                                                    -
                                                                                                                    19502  0x4ec52670 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19500 const extended::ZoneInfo kZoneUS_East_Indiana ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19501  kZoneNameUS_East_Indiana /*name*/,
                                                                                                                    +
                                                                                                                    19502  0x6dcf558a /*zoneId*/,
                                                                                                                    19503  &kZoneContext /*zoneContext*/,
                                                                                                                    19504  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19505  &kZoneAmerica_Phoenix /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19505  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    19506 };
                                                                                                                    19507 
                                                                                                                    19508 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19509 // Link name: US/Central -> America/Chicago
                                                                                                                    +
                                                                                                                    19509 // Link name: US/Eastern -> America/New_York
                                                                                                                    19510 // Strings (bytes): 11 (originally 11)
                                                                                                                    19511 // Memory (8-bit): 22
                                                                                                                    19512 // Memory (32-bit): 31
                                                                                                                    19513 //---------------------------------------------------------------------------
                                                                                                                    19514 
                                                                                                                    -
                                                                                                                    19515 static const char kZoneNameUS_Central[] ACE_TIME_PROGMEM = "US/Central";
                                                                                                                    +
                                                                                                                    19515 static const char kZoneNameUS_Eastern[] ACE_TIME_PROGMEM = "US/Eastern";
                                                                                                                    19516 
                                                                                                                    -
                                                                                                                    19517 const extended::ZoneInfo kZoneUS_Central ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19518  kZoneNameUS_Central /*name*/,
                                                                                                                    -
                                                                                                                    19519  0xcabdcb25 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19517 const extended::ZoneInfo kZoneUS_Eastern ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19518  kZoneNameUS_Eastern /*name*/,
                                                                                                                    +
                                                                                                                    19519  0x5bb7e78e /*zoneId*/,
                                                                                                                    19520  &kZoneContext /*zoneContext*/,
                                                                                                                    19521  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19522  &kZoneAmerica_Chicago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19522  &kZoneAmerica_New_York /*eras(info)*/,
                                                                                                                    19523 };
                                                                                                                    19524 
                                                                                                                    19525 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19526 // Link name: US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    19527 // Strings (bytes): 16 (originally 16)
                                                                                                                    -
                                                                                                                    19528 // Memory (8-bit): 27
                                                                                                                    -
                                                                                                                    19529 // Memory (32-bit): 36
                                                                                                                    +
                                                                                                                    19526 // Link name: US/Hawaii -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    19527 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    19528 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    19529 // Memory (32-bit): 30
                                                                                                                    19530 //---------------------------------------------------------------------------
                                                                                                                    19531 
                                                                                                                    -
                                                                                                                    19532 static const char kZoneNameUS_East_Indiana[] ACE_TIME_PROGMEM = "US/East-Indiana";
                                                                                                                    +
                                                                                                                    19532 static const char kZoneNameUS_Hawaii[] ACE_TIME_PROGMEM = "US/Hawaii";
                                                                                                                    19533 
                                                                                                                    -
                                                                                                                    19534 const extended::ZoneInfo kZoneUS_East_Indiana ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19535  kZoneNameUS_East_Indiana /*name*/,
                                                                                                                    -
                                                                                                                    19536  0x6dcf558a /*zoneId*/,
                                                                                                                    +
                                                                                                                    19534 const extended::ZoneInfo kZoneUS_Hawaii ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19535  kZoneNameUS_Hawaii /*name*/,
                                                                                                                    +
                                                                                                                    19536  0x09c8de2f /*zoneId*/,
                                                                                                                    19537  &kZoneContext /*zoneContext*/,
                                                                                                                    19538  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19539  &kZoneAmerica_Indiana_Indianapolis /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19539  &kZonePacific_Honolulu /*eras(info)*/,
                                                                                                                    19540 };
                                                                                                                    19541 
                                                                                                                    19542 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19543 // Link name: US/Eastern -> America/New_York
                                                                                                                    -
                                                                                                                    19544 // Strings (bytes): 11 (originally 11)
                                                                                                                    -
                                                                                                                    19545 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    19546 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    19543 // Link name: US/Indiana-Starke -> America/Indiana/Knox
                                                                                                                    +
                                                                                                                    19544 // Strings (bytes): 18 (originally 18)
                                                                                                                    +
                                                                                                                    19545 // Memory (8-bit): 29
                                                                                                                    +
                                                                                                                    19546 // Memory (32-bit): 38
                                                                                                                    19547 //---------------------------------------------------------------------------
                                                                                                                    19548 
                                                                                                                    -
                                                                                                                    19549 static const char kZoneNameUS_Eastern[] ACE_TIME_PROGMEM = "US/Eastern";
                                                                                                                    +
                                                                                                                    19549 static const char kZoneNameUS_Indiana_Starke[] ACE_TIME_PROGMEM = "US/Indiana-Starke";
                                                                                                                    19550 
                                                                                                                    -
                                                                                                                    19551 const extended::ZoneInfo kZoneUS_Eastern ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19552  kZoneNameUS_Eastern /*name*/,
                                                                                                                    -
                                                                                                                    19553  0x5bb7e78e /*zoneId*/,
                                                                                                                    +
                                                                                                                    19551 const extended::ZoneInfo kZoneUS_Indiana_Starke ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19552  kZoneNameUS_Indiana_Starke /*name*/,
                                                                                                                    +
                                                                                                                    19553  0x67977be7 /*zoneId*/,
                                                                                                                    19554  &kZoneContext /*zoneContext*/,
                                                                                                                    19555  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19556  &kZoneAmerica_New_York /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19556  &kZoneAmerica_Indiana_Knox /*eras(info)*/,
                                                                                                                    19557 };
                                                                                                                    19558 
                                                                                                                    19559 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19560 // Link name: US/Hawaii -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    19561 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    19562 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    19563 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    19560 // Link name: US/Michigan -> America/Detroit
                                                                                                                    +
                                                                                                                    19561 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    19562 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    19563 // Memory (32-bit): 32
                                                                                                                    19564 //---------------------------------------------------------------------------
                                                                                                                    19565 
                                                                                                                    -
                                                                                                                    19566 static const char kZoneNameUS_Hawaii[] ACE_TIME_PROGMEM = "US/Hawaii";
                                                                                                                    +
                                                                                                                    19566 static const char kZoneNameUS_Michigan[] ACE_TIME_PROGMEM = "US/Michigan";
                                                                                                                    19567 
                                                                                                                    -
                                                                                                                    19568 const extended::ZoneInfo kZoneUS_Hawaii ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19569  kZoneNameUS_Hawaii /*name*/,
                                                                                                                    -
                                                                                                                    19570  0x09c8de2f /*zoneId*/,
                                                                                                                    +
                                                                                                                    19568 const extended::ZoneInfo kZoneUS_Michigan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19569  kZoneNameUS_Michigan /*name*/,
                                                                                                                    +
                                                                                                                    19570  0x766bb7bc /*zoneId*/,
                                                                                                                    19571  &kZoneContext /*zoneContext*/,
                                                                                                                    19572  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19573  &kZonePacific_Honolulu /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19573  &kZoneAmerica_Detroit /*eras(info)*/,
                                                                                                                    19574 };
                                                                                                                    19575 
                                                                                                                    19576 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19577 // Link name: US/Indiana-Starke -> America/Indiana/Knox
                                                                                                                    -
                                                                                                                    19578 // Strings (bytes): 18 (originally 18)
                                                                                                                    -
                                                                                                                    19579 // Memory (8-bit): 29
                                                                                                                    -
                                                                                                                    19580 // Memory (32-bit): 38
                                                                                                                    +
                                                                                                                    19577 // Link name: US/Mountain -> America/Denver
                                                                                                                    +
                                                                                                                    19578 // Strings (bytes): 12 (originally 12)
                                                                                                                    +
                                                                                                                    19579 // Memory (8-bit): 23
                                                                                                                    +
                                                                                                                    19580 // Memory (32-bit): 32
                                                                                                                    19581 //---------------------------------------------------------------------------
                                                                                                                    19582 
                                                                                                                    -
                                                                                                                    19583 static const char kZoneNameUS_Indiana_Starke[] ACE_TIME_PROGMEM = "US/Indiana-Starke";
                                                                                                                    +
                                                                                                                    19583 static const char kZoneNameUS_Mountain[] ACE_TIME_PROGMEM = "US/Mountain";
                                                                                                                    19584 
                                                                                                                    -
                                                                                                                    19585 const extended::ZoneInfo kZoneUS_Indiana_Starke ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19586  kZoneNameUS_Indiana_Starke /*name*/,
                                                                                                                    -
                                                                                                                    19587  0x67977be7 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19585 const extended::ZoneInfo kZoneUS_Mountain ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19586  kZoneNameUS_Mountain /*name*/,
                                                                                                                    +
                                                                                                                    19587  0x6eb88247 /*zoneId*/,
                                                                                                                    19588  &kZoneContext /*zoneContext*/,
                                                                                                                    19589  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19590  &kZoneAmerica_Indiana_Knox /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19590  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    19591 };
                                                                                                                    19592 
                                                                                                                    19593 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19594 // Link name: US/Michigan -> America/Detroit
                                                                                                                    -
                                                                                                                    19595 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    19596 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    19597 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    19594 // Link name: US/Pacific -> America/Los_Angeles
                                                                                                                    +
                                                                                                                    19595 // Strings (bytes): 11 (originally 11)
                                                                                                                    +
                                                                                                                    19596 // Memory (8-bit): 22
                                                                                                                    +
                                                                                                                    19597 // Memory (32-bit): 31
                                                                                                                    19598 //---------------------------------------------------------------------------
                                                                                                                    19599 
                                                                                                                    -
                                                                                                                    19600 static const char kZoneNameUS_Michigan[] ACE_TIME_PROGMEM = "US/Michigan";
                                                                                                                    +
                                                                                                                    19600 static const char kZoneNameUS_Pacific[] ACE_TIME_PROGMEM = "US/Pacific";
                                                                                                                    19601 
                                                                                                                    -
                                                                                                                    19602 const extended::ZoneInfo kZoneUS_Michigan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19603  kZoneNameUS_Michigan /*name*/,
                                                                                                                    -
                                                                                                                    19604  0x766bb7bc /*zoneId*/,
                                                                                                                    +
                                                                                                                    19602 const extended::ZoneInfo kZoneUS_Pacific ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19603  kZoneNameUS_Pacific /*name*/,
                                                                                                                    +
                                                                                                                    19604  0xa950f6ab /*zoneId*/,
                                                                                                                    19605  &kZoneContext /*zoneContext*/,
                                                                                                                    19606  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19607  &kZoneAmerica_Detroit /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19607  &kZoneAmerica_Los_Angeles /*eras(info)*/,
                                                                                                                    19608 };
                                                                                                                    19609 
                                                                                                                    19610 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19611 // Link name: US/Mountain -> America/Denver
                                                                                                                    -
                                                                                                                    19612 // Strings (bytes): 12 (originally 12)
                                                                                                                    -
                                                                                                                    19613 // Memory (8-bit): 23
                                                                                                                    -
                                                                                                                    19614 // Memory (32-bit): 32
                                                                                                                    +
                                                                                                                    19611 // Link name: US/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    19612 // Strings (bytes): 9 (originally 9)
                                                                                                                    +
                                                                                                                    19613 // Memory (8-bit): 20
                                                                                                                    +
                                                                                                                    19614 // Memory (32-bit): 29
                                                                                                                    19615 //---------------------------------------------------------------------------
                                                                                                                    19616 
                                                                                                                    -
                                                                                                                    19617 static const char kZoneNameUS_Mountain[] ACE_TIME_PROGMEM = "US/Mountain";
                                                                                                                    +
                                                                                                                    19617 static const char kZoneNameUS_Samoa[] ACE_TIME_PROGMEM = "US/Samoa";
                                                                                                                    19618 
                                                                                                                    -
                                                                                                                    19619 const extended::ZoneInfo kZoneUS_Mountain ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19620  kZoneNameUS_Mountain /*name*/,
                                                                                                                    -
                                                                                                                    19621  0x6eb88247 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19619 const extended::ZoneInfo kZoneUS_Samoa ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19620  kZoneNameUS_Samoa /*name*/,
                                                                                                                    +
                                                                                                                    19621  0x566821cd /*zoneId*/,
                                                                                                                    19622  &kZoneContext /*zoneContext*/,
                                                                                                                    19623  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19624  &kZoneAmerica_Denver /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19624  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    19625 };
                                                                                                                    19626 
                                                                                                                    19627 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19628 // Link name: US/Pacific -> America/Los_Angeles
                                                                                                                    -
                                                                                                                    19629 // Strings (bytes): 11 (originally 11)
                                                                                                                    -
                                                                                                                    19630 // Memory (8-bit): 22
                                                                                                                    -
                                                                                                                    19631 // Memory (32-bit): 31
                                                                                                                    +
                                                                                                                    19628 // Link name: UTC -> Etc/UTC
                                                                                                                    +
                                                                                                                    19629 // Strings (bytes): 4 (originally 4)
                                                                                                                    +
                                                                                                                    19630 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    19631 // Memory (32-bit): 24
                                                                                                                    19632 //---------------------------------------------------------------------------
                                                                                                                    19633 
                                                                                                                    -
                                                                                                                    19634 static const char kZoneNameUS_Pacific[] ACE_TIME_PROGMEM = "US/Pacific";
                                                                                                                    +
                                                                                                                    19634 static const char kZoneNameUTC[] ACE_TIME_PROGMEM = "UTC";
                                                                                                                    19635 
                                                                                                                    -
                                                                                                                    19636 const extended::ZoneInfo kZoneUS_Pacific ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19637  kZoneNameUS_Pacific /*name*/,
                                                                                                                    -
                                                                                                                    19638  0xa950f6ab /*zoneId*/,
                                                                                                                    +
                                                                                                                    19636 const extended::ZoneInfo kZoneUTC ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19637  kZoneNameUTC /*name*/,
                                                                                                                    +
                                                                                                                    19638  0x0b882791 /*zoneId*/,
                                                                                                                    19639  &kZoneContext /*zoneContext*/,
                                                                                                                    19640  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19641  &kZoneAmerica_Los_Angeles /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19641  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    19642 };
                                                                                                                    19643 
                                                                                                                    19644 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19645 // Link name: US/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    19646 // Strings (bytes): 9 (originally 9)
                                                                                                                    -
                                                                                                                    19647 // Memory (8-bit): 20
                                                                                                                    -
                                                                                                                    19648 // Memory (32-bit): 29
                                                                                                                    +
                                                                                                                    19645 // Link name: Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    19646 // Strings (bytes): 10 (originally 10)
                                                                                                                    +
                                                                                                                    19647 // Memory (8-bit): 21
                                                                                                                    +
                                                                                                                    19648 // Memory (32-bit): 30
                                                                                                                    19649 //---------------------------------------------------------------------------
                                                                                                                    19650 
                                                                                                                    -
                                                                                                                    19651 static const char kZoneNameUS_Samoa[] ACE_TIME_PROGMEM = "US/Samoa";
                                                                                                                    +
                                                                                                                    19651 static const char kZoneNameUniversal[] ACE_TIME_PROGMEM = "Universal";
                                                                                                                    19652 
                                                                                                                    -
                                                                                                                    19653 const extended::ZoneInfo kZoneUS_Samoa ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19654  kZoneNameUS_Samoa /*name*/,
                                                                                                                    -
                                                                                                                    19655  0x566821cd /*zoneId*/,
                                                                                                                    +
                                                                                                                    19653 const extended::ZoneInfo kZoneUniversal ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19654  kZoneNameUniversal /*name*/,
                                                                                                                    +
                                                                                                                    19655  0xd0ff523e /*zoneId*/,
                                                                                                                    19656  &kZoneContext /*zoneContext*/,
                                                                                                                    19657  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19658  &kZonePacific_Pago_Pago /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19658  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    19659 };
                                                                                                                    19660 
                                                                                                                    19661 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19662 // Link name: UTC -> Etc/UTC
                                                                                                                    -
                                                                                                                    19663 // Strings (bytes): 4 (originally 4)
                                                                                                                    -
                                                                                                                    19664 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    19665 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    19662 // Link name: W-SU -> Europe/Moscow
                                                                                                                    +
                                                                                                                    19663 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    19664 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    19665 // Memory (32-bit): 25
                                                                                                                    19666 //---------------------------------------------------------------------------
                                                                                                                    19667 
                                                                                                                    -
                                                                                                                    19668 static const char kZoneNameUTC[] ACE_TIME_PROGMEM = "UTC";
                                                                                                                    +
                                                                                                                    19668 static const char kZoneNameW_SU[] ACE_TIME_PROGMEM = "W-SU";
                                                                                                                    19669 
                                                                                                                    -
                                                                                                                    19670 const extended::ZoneInfo kZoneUTC ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19671  kZoneNameUTC /*name*/,
                                                                                                                    -
                                                                                                                    19672  0x0b882791 /*zoneId*/,
                                                                                                                    +
                                                                                                                    19670 const extended::ZoneInfo kZoneW_SU ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19671  kZoneNameW_SU /*name*/,
                                                                                                                    +
                                                                                                                    19672  0x7c8d8ef1 /*zoneId*/,
                                                                                                                    19673  &kZoneContext /*zoneContext*/,
                                                                                                                    19674  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19675  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    +
                                                                                                                    19675  &kZoneEurope_Moscow /*eras(info)*/,
                                                                                                                    19676 };
                                                                                                                    19677 
                                                                                                                    19678 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19679 // Link name: Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    19680 // Strings (bytes): 10 (originally 10)
                                                                                                                    -
                                                                                                                    19681 // Memory (8-bit): 21
                                                                                                                    -
                                                                                                                    19682 // Memory (32-bit): 30
                                                                                                                    +
                                                                                                                    19679 // Link name: Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    19680 // Strings (bytes): 5 (originally 5)
                                                                                                                    +
                                                                                                                    19681 // Memory (8-bit): 16
                                                                                                                    +
                                                                                                                    19682 // Memory (32-bit): 25
                                                                                                                    19683 //---------------------------------------------------------------------------
                                                                                                                    19684 
                                                                                                                    -
                                                                                                                    19685 static const char kZoneNameUniversal[] ACE_TIME_PROGMEM = "Universal";
                                                                                                                    +
                                                                                                                    19685 static const char kZoneNameZulu[] ACE_TIME_PROGMEM = "Zulu";
                                                                                                                    19686 
                                                                                                                    -
                                                                                                                    19687 const extended::ZoneInfo kZoneUniversal ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19688  kZoneNameUniversal /*name*/,
                                                                                                                    -
                                                                                                                    19689  0xd0ff523e /*zoneId*/,
                                                                                                                    +
                                                                                                                    19687 const extended::ZoneInfo kZoneZulu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    19688  kZoneNameZulu /*name*/,
                                                                                                                    +
                                                                                                                    19689  0x7c9069b5 /*zoneId*/,
                                                                                                                    19690  &kZoneContext /*zoneContext*/,
                                                                                                                    19691  0 /*numEras*/,
                                                                                                                    19692  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    19693 };
                                                                                                                    19694 
                                                                                                                    -
                                                                                                                    19695 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19696 // Link name: W-SU -> Europe/Moscow
                                                                                                                    -
                                                                                                                    19697 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    19698 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    19699 // Memory (32-bit): 25
                                                                                                                    -
                                                                                                                    19700 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19701 
                                                                                                                    -
                                                                                                                    19702 static const char kZoneNameW_SU[] ACE_TIME_PROGMEM = "W-SU";
                                                                                                                    -
                                                                                                                    19703 
                                                                                                                    -
                                                                                                                    19704 const extended::ZoneInfo kZoneW_SU ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19705  kZoneNameW_SU /*name*/,
                                                                                                                    -
                                                                                                                    19706  0x7c8d8ef1 /*zoneId*/,
                                                                                                                    -
                                                                                                                    19707  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    19708  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19709  &kZoneEurope_Moscow /*eras(info)*/,
                                                                                                                    -
                                                                                                                    19710 };
                                                                                                                    -
                                                                                                                    19711 
                                                                                                                    -
                                                                                                                    19712 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19713 // Link name: Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    19714 // Strings (bytes): 5 (originally 5)
                                                                                                                    -
                                                                                                                    19715 // Memory (8-bit): 16
                                                                                                                    -
                                                                                                                    19716 // Memory (32-bit): 25
                                                                                                                    -
                                                                                                                    19717 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    19718 
                                                                                                                    -
                                                                                                                    19719 static const char kZoneNameZulu[] ACE_TIME_PROGMEM = "Zulu";
                                                                                                                    -
                                                                                                                    19720 
                                                                                                                    -
                                                                                                                    19721 const extended::ZoneInfo kZoneZulu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    19722  kZoneNameZulu /*name*/,
                                                                                                                    -
                                                                                                                    19723  0x7c9069b5 /*zoneId*/,
                                                                                                                    -
                                                                                                                    19724  &kZoneContext /*zoneContext*/,
                                                                                                                    -
                                                                                                                    19725  0 /*numEras*/,
                                                                                                                    -
                                                                                                                    19726  &kZoneEtc_UTC /*eras(info)*/,
                                                                                                                    -
                                                                                                                    19727 };
                                                                                                                    -
                                                                                                                    19728 
                                                                                                                    -
                                                                                                                    19729 
                                                                                                                    -
                                                                                                                    19730 }
                                                                                                                    -
                                                                                                                    19731 }
                                                                                                                    +
                                                                                                                    19695 
                                                                                                                    +
                                                                                                                    19696 }
                                                                                                                    +
                                                                                                                    19697 }
                                                                                                                    +
                                                                                                                    Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
                                                                                                                    - diff --git a/docs/html/_2zone__infos_8h_source.html b/docs/html/zonedbx_2zone__infos_8h_source.html similarity index 99% rename from docs/html/_2zone__infos_8h_source.html rename to docs/html/zonedbx_2zone__infos_8h_source.html index 21bb73173..ebde868cf 100644 --- a/docs/html/_2zone__infos_8h_source.html +++ b/docs/html/zonedbx_2zone__infos_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedbx/zone_infos.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope extended
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // DO NOT EDIT
                                                                                                                    28 
                                                                                                                    @@ -118,7 +118,7 @@
                                                                                                                    45 extern const internal::ZoneContext kZoneContext;
                                                                                                                    46 
                                                                                                                    47 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    48 // Supported zones: 356
                                                                                                                    +
                                                                                                                    48 // Supported zones: 354
                                                                                                                    49 //---------------------------------------------------------------------------
                                                                                                                    50 
                                                                                                                    51 extern const extended::ZoneInfo kZoneAfrica_Abidjan; // Africa/Abidjan
                                                                                                                    @@ -431,833 +431,833 @@
                                                                                                                    358 extern const extended::ZoneInfo kZoneEurope_Tallinn; // Europe/Tallinn
                                                                                                                    359 extern const extended::ZoneInfo kZoneEurope_Tirane; // Europe/Tirane
                                                                                                                    360 extern const extended::ZoneInfo kZoneEurope_Ulyanovsk; // Europe/Ulyanovsk
                                                                                                                    -
                                                                                                                    361 extern const extended::ZoneInfo kZoneEurope_Uzhgorod; // Europe/Uzhgorod
                                                                                                                    -
                                                                                                                    362 extern const extended::ZoneInfo kZoneEurope_Vienna; // Europe/Vienna
                                                                                                                    -
                                                                                                                    363 extern const extended::ZoneInfo kZoneEurope_Vilnius; // Europe/Vilnius
                                                                                                                    -
                                                                                                                    364 extern const extended::ZoneInfo kZoneEurope_Volgograd; // Europe/Volgograd
                                                                                                                    -
                                                                                                                    365 extern const extended::ZoneInfo kZoneEurope_Warsaw; // Europe/Warsaw
                                                                                                                    -
                                                                                                                    366 extern const extended::ZoneInfo kZoneEurope_Zaporozhye; // Europe/Zaporozhye
                                                                                                                    -
                                                                                                                    367 extern const extended::ZoneInfo kZoneEurope_Zurich; // Europe/Zurich
                                                                                                                    -
                                                                                                                    368 extern const extended::ZoneInfo kZoneHST; // HST
                                                                                                                    -
                                                                                                                    369 extern const extended::ZoneInfo kZoneIndian_Chagos; // Indian/Chagos
                                                                                                                    -
                                                                                                                    370 extern const extended::ZoneInfo kZoneIndian_Maldives; // Indian/Maldives
                                                                                                                    -
                                                                                                                    371 extern const extended::ZoneInfo kZoneIndian_Mauritius; // Indian/Mauritius
                                                                                                                    -
                                                                                                                    372 extern const extended::ZoneInfo kZoneMET; // MET
                                                                                                                    -
                                                                                                                    373 extern const extended::ZoneInfo kZoneMST; // MST
                                                                                                                    -
                                                                                                                    374 extern const extended::ZoneInfo kZoneMST7MDT; // MST7MDT
                                                                                                                    -
                                                                                                                    375 extern const extended::ZoneInfo kZonePST8PDT; // PST8PDT
                                                                                                                    -
                                                                                                                    376 extern const extended::ZoneInfo kZonePacific_Apia; // Pacific/Apia
                                                                                                                    -
                                                                                                                    377 extern const extended::ZoneInfo kZonePacific_Auckland; // Pacific/Auckland
                                                                                                                    -
                                                                                                                    378 extern const extended::ZoneInfo kZonePacific_Bougainville; // Pacific/Bougainville
                                                                                                                    -
                                                                                                                    379 extern const extended::ZoneInfo kZonePacific_Chatham; // Pacific/Chatham
                                                                                                                    -
                                                                                                                    380 extern const extended::ZoneInfo kZonePacific_Easter; // Pacific/Easter
                                                                                                                    -
                                                                                                                    381 extern const extended::ZoneInfo kZonePacific_Efate; // Pacific/Efate
                                                                                                                    -
                                                                                                                    382 extern const extended::ZoneInfo kZonePacific_Fakaofo; // Pacific/Fakaofo
                                                                                                                    -
                                                                                                                    383 extern const extended::ZoneInfo kZonePacific_Fiji; // Pacific/Fiji
                                                                                                                    -
                                                                                                                    384 extern const extended::ZoneInfo kZonePacific_Galapagos; // Pacific/Galapagos
                                                                                                                    -
                                                                                                                    385 extern const extended::ZoneInfo kZonePacific_Gambier; // Pacific/Gambier
                                                                                                                    -
                                                                                                                    386 extern const extended::ZoneInfo kZonePacific_Guadalcanal; // Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    387 extern const extended::ZoneInfo kZonePacific_Guam; // Pacific/Guam
                                                                                                                    -
                                                                                                                    388 extern const extended::ZoneInfo kZonePacific_Honolulu; // Pacific/Honolulu
                                                                                                                    -
                                                                                                                    389 extern const extended::ZoneInfo kZonePacific_Kanton; // Pacific/Kanton
                                                                                                                    -
                                                                                                                    390 extern const extended::ZoneInfo kZonePacific_Kiritimati; // Pacific/Kiritimati
                                                                                                                    -
                                                                                                                    391 extern const extended::ZoneInfo kZonePacific_Kosrae; // Pacific/Kosrae
                                                                                                                    -
                                                                                                                    392 extern const extended::ZoneInfo kZonePacific_Kwajalein; // Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    393 extern const extended::ZoneInfo kZonePacific_Marquesas; // Pacific/Marquesas
                                                                                                                    -
                                                                                                                    394 extern const extended::ZoneInfo kZonePacific_Nauru; // Pacific/Nauru
                                                                                                                    -
                                                                                                                    395 extern const extended::ZoneInfo kZonePacific_Niue; // Pacific/Niue
                                                                                                                    -
                                                                                                                    396 extern const extended::ZoneInfo kZonePacific_Norfolk; // Pacific/Norfolk
                                                                                                                    -
                                                                                                                    397 extern const extended::ZoneInfo kZonePacific_Noumea; // Pacific/Noumea
                                                                                                                    -
                                                                                                                    398 extern const extended::ZoneInfo kZonePacific_Pago_Pago; // Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    399 extern const extended::ZoneInfo kZonePacific_Palau; // Pacific/Palau
                                                                                                                    -
                                                                                                                    400 extern const extended::ZoneInfo kZonePacific_Pitcairn; // Pacific/Pitcairn
                                                                                                                    -
                                                                                                                    401 extern const extended::ZoneInfo kZonePacific_Port_Moresby; // Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    402 extern const extended::ZoneInfo kZonePacific_Rarotonga; // Pacific/Rarotonga
                                                                                                                    -
                                                                                                                    403 extern const extended::ZoneInfo kZonePacific_Tahiti; // Pacific/Tahiti
                                                                                                                    -
                                                                                                                    404 extern const extended::ZoneInfo kZonePacific_Tarawa; // Pacific/Tarawa
                                                                                                                    -
                                                                                                                    405 extern const extended::ZoneInfo kZonePacific_Tongatapu; // Pacific/Tongatapu
                                                                                                                    -
                                                                                                                    406 extern const extended::ZoneInfo kZoneWET; // WET
                                                                                                                    -
                                                                                                                    407 
                                                                                                                    +
                                                                                                                    361 extern const extended::ZoneInfo kZoneEurope_Vienna; // Europe/Vienna
                                                                                                                    +
                                                                                                                    362 extern const extended::ZoneInfo kZoneEurope_Vilnius; // Europe/Vilnius
                                                                                                                    +
                                                                                                                    363 extern const extended::ZoneInfo kZoneEurope_Volgograd; // Europe/Volgograd
                                                                                                                    +
                                                                                                                    364 extern const extended::ZoneInfo kZoneEurope_Warsaw; // Europe/Warsaw
                                                                                                                    +
                                                                                                                    365 extern const extended::ZoneInfo kZoneEurope_Zurich; // Europe/Zurich
                                                                                                                    +
                                                                                                                    366 extern const extended::ZoneInfo kZoneHST; // HST
                                                                                                                    +
                                                                                                                    367 extern const extended::ZoneInfo kZoneIndian_Chagos; // Indian/Chagos
                                                                                                                    +
                                                                                                                    368 extern const extended::ZoneInfo kZoneIndian_Maldives; // Indian/Maldives
                                                                                                                    +
                                                                                                                    369 extern const extended::ZoneInfo kZoneIndian_Mauritius; // Indian/Mauritius
                                                                                                                    +
                                                                                                                    370 extern const extended::ZoneInfo kZoneMET; // MET
                                                                                                                    +
                                                                                                                    371 extern const extended::ZoneInfo kZoneMST; // MST
                                                                                                                    +
                                                                                                                    372 extern const extended::ZoneInfo kZoneMST7MDT; // MST7MDT
                                                                                                                    +
                                                                                                                    373 extern const extended::ZoneInfo kZonePST8PDT; // PST8PDT
                                                                                                                    +
                                                                                                                    374 extern const extended::ZoneInfo kZonePacific_Apia; // Pacific/Apia
                                                                                                                    +
                                                                                                                    375 extern const extended::ZoneInfo kZonePacific_Auckland; // Pacific/Auckland
                                                                                                                    +
                                                                                                                    376 extern const extended::ZoneInfo kZonePacific_Bougainville; // Pacific/Bougainville
                                                                                                                    +
                                                                                                                    377 extern const extended::ZoneInfo kZonePacific_Chatham; // Pacific/Chatham
                                                                                                                    +
                                                                                                                    378 extern const extended::ZoneInfo kZonePacific_Easter; // Pacific/Easter
                                                                                                                    +
                                                                                                                    379 extern const extended::ZoneInfo kZonePacific_Efate; // Pacific/Efate
                                                                                                                    +
                                                                                                                    380 extern const extended::ZoneInfo kZonePacific_Fakaofo; // Pacific/Fakaofo
                                                                                                                    +
                                                                                                                    381 extern const extended::ZoneInfo kZonePacific_Fiji; // Pacific/Fiji
                                                                                                                    +
                                                                                                                    382 extern const extended::ZoneInfo kZonePacific_Galapagos; // Pacific/Galapagos
                                                                                                                    +
                                                                                                                    383 extern const extended::ZoneInfo kZonePacific_Gambier; // Pacific/Gambier
                                                                                                                    +
                                                                                                                    384 extern const extended::ZoneInfo kZonePacific_Guadalcanal; // Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    385 extern const extended::ZoneInfo kZonePacific_Guam; // Pacific/Guam
                                                                                                                    +
                                                                                                                    386 extern const extended::ZoneInfo kZonePacific_Honolulu; // Pacific/Honolulu
                                                                                                                    +
                                                                                                                    387 extern const extended::ZoneInfo kZonePacific_Kanton; // Pacific/Kanton
                                                                                                                    +
                                                                                                                    388 extern const extended::ZoneInfo kZonePacific_Kiritimati; // Pacific/Kiritimati
                                                                                                                    +
                                                                                                                    389 extern const extended::ZoneInfo kZonePacific_Kosrae; // Pacific/Kosrae
                                                                                                                    +
                                                                                                                    390 extern const extended::ZoneInfo kZonePacific_Kwajalein; // Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    391 extern const extended::ZoneInfo kZonePacific_Marquesas; // Pacific/Marquesas
                                                                                                                    +
                                                                                                                    392 extern const extended::ZoneInfo kZonePacific_Nauru; // Pacific/Nauru
                                                                                                                    +
                                                                                                                    393 extern const extended::ZoneInfo kZonePacific_Niue; // Pacific/Niue
                                                                                                                    +
                                                                                                                    394 extern const extended::ZoneInfo kZonePacific_Norfolk; // Pacific/Norfolk
                                                                                                                    +
                                                                                                                    395 extern const extended::ZoneInfo kZonePacific_Noumea; // Pacific/Noumea
                                                                                                                    +
                                                                                                                    396 extern const extended::ZoneInfo kZonePacific_Pago_Pago; // Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    397 extern const extended::ZoneInfo kZonePacific_Palau; // Pacific/Palau
                                                                                                                    +
                                                                                                                    398 extern const extended::ZoneInfo kZonePacific_Pitcairn; // Pacific/Pitcairn
                                                                                                                    +
                                                                                                                    399 extern const extended::ZoneInfo kZonePacific_Port_Moresby; // Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    400 extern const extended::ZoneInfo kZonePacific_Rarotonga; // Pacific/Rarotonga
                                                                                                                    +
                                                                                                                    401 extern const extended::ZoneInfo kZonePacific_Tahiti; // Pacific/Tahiti
                                                                                                                    +
                                                                                                                    402 extern const extended::ZoneInfo kZonePacific_Tarawa; // Pacific/Tarawa
                                                                                                                    +
                                                                                                                    403 extern const extended::ZoneInfo kZonePacific_Tongatapu; // Pacific/Tongatapu
                                                                                                                    +
                                                                                                                    404 extern const extended::ZoneInfo kZoneWET; // WET
                                                                                                                    +
                                                                                                                    405 
                                                                                                                    +
                                                                                                                    406 
                                                                                                                    +
                                                                                                                    407 // Zone Ids
                                                                                                                    408 
                                                                                                                    -
                                                                                                                    409 // Zone Ids
                                                                                                                    -
                                                                                                                    410 
                                                                                                                    -
                                                                                                                    411 const uint32_t kZoneIdAfrica_Abidjan = 0xc21305a3; // Africa/Abidjan
                                                                                                                    -
                                                                                                                    412 const uint32_t kZoneIdAfrica_Algiers = 0xd94515c1; // Africa/Algiers
                                                                                                                    -
                                                                                                                    413 const uint32_t kZoneIdAfrica_Bissau = 0x75564141; // Africa/Bissau
                                                                                                                    -
                                                                                                                    414 const uint32_t kZoneIdAfrica_Cairo = 0x77f8e228; // Africa/Cairo
                                                                                                                    -
                                                                                                                    415 const uint32_t kZoneIdAfrica_Casablanca = 0xc59f1b33; // Africa/Casablanca
                                                                                                                    -
                                                                                                                    416 const uint32_t kZoneIdAfrica_Ceuta = 0x77fb46ec; // Africa/Ceuta
                                                                                                                    -
                                                                                                                    417 const uint32_t kZoneIdAfrica_El_Aaiun = 0x9d6fb118; // Africa/El_Aaiun
                                                                                                                    -
                                                                                                                    418 const uint32_t kZoneIdAfrica_Johannesburg = 0xd5d157a0; // Africa/Johannesburg
                                                                                                                    -
                                                                                                                    419 const uint32_t kZoneIdAfrica_Juba = 0xd51b395c; // Africa/Juba
                                                                                                                    -
                                                                                                                    420 const uint32_t kZoneIdAfrica_Khartoum = 0xfb3d4205; // Africa/Khartoum
                                                                                                                    -
                                                                                                                    421 const uint32_t kZoneIdAfrica_Lagos = 0x789bb5d0; // Africa/Lagos
                                                                                                                    -
                                                                                                                    422 const uint32_t kZoneIdAfrica_Maputo = 0x8e6ca1f0; // Africa/Maputo
                                                                                                                    -
                                                                                                                    423 const uint32_t kZoneIdAfrica_Monrovia = 0x0ce90385; // Africa/Monrovia
                                                                                                                    -
                                                                                                                    424 const uint32_t kZoneIdAfrica_Nairobi = 0xa87ab57e; // Africa/Nairobi
                                                                                                                    -
                                                                                                                    425 const uint32_t kZoneIdAfrica_Ndjamena = 0x9fe09898; // Africa/Ndjamena
                                                                                                                    -
                                                                                                                    426 const uint32_t kZoneIdAfrica_Sao_Tome = 0x61b319d1; // Africa/Sao_Tome
                                                                                                                    -
                                                                                                                    427 const uint32_t kZoneIdAfrica_Tripoli = 0x9dfebd3d; // Africa/Tripoli
                                                                                                                    -
                                                                                                                    428 const uint32_t kZoneIdAfrica_Tunis = 0x79378e6d; // Africa/Tunis
                                                                                                                    -
                                                                                                                    429 const uint32_t kZoneIdAfrica_Windhoek = 0x789c9bd3; // Africa/Windhoek
                                                                                                                    -
                                                                                                                    430 const uint32_t kZoneIdAmerica_Adak = 0x97fe49d7; // America/Adak
                                                                                                                    -
                                                                                                                    431 const uint32_t kZoneIdAmerica_Anchorage = 0x5a79260e; // America/Anchorage
                                                                                                                    -
                                                                                                                    432 const uint32_t kZoneIdAmerica_Araguaina = 0x6f9a3aef; // America/Araguaina
                                                                                                                    -
                                                                                                                    433 const uint32_t kZoneIdAmerica_Argentina_Buenos_Aires = 0xd43b4c0d; // America/Argentina/Buenos_Aires
                                                                                                                    -
                                                                                                                    434 const uint32_t kZoneIdAmerica_Argentina_Catamarca = 0x8d40986b; // America/Argentina/Catamarca
                                                                                                                    -
                                                                                                                    435 const uint32_t kZoneIdAmerica_Argentina_Cordoba = 0xbfccc308; // America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    436 const uint32_t kZoneIdAmerica_Argentina_Jujuy = 0x5f2f46c5; // America/Argentina/Jujuy
                                                                                                                    -
                                                                                                                    437 const uint32_t kZoneIdAmerica_Argentina_La_Rioja = 0xa46b7eef; // America/Argentina/La_Rioja
                                                                                                                    -
                                                                                                                    438 const uint32_t kZoneIdAmerica_Argentina_Mendoza = 0xa9f72d5c; // America/Argentina/Mendoza
                                                                                                                    -
                                                                                                                    439 const uint32_t kZoneIdAmerica_Argentina_Rio_Gallegos = 0xc5b0f565; // America/Argentina/Rio_Gallegos
                                                                                                                    -
                                                                                                                    440 const uint32_t kZoneIdAmerica_Argentina_Salta = 0x5fc73403; // America/Argentina/Salta
                                                                                                                    -
                                                                                                                    441 const uint32_t kZoneIdAmerica_Argentina_San_Juan = 0x3e1009bd; // America/Argentina/San_Juan
                                                                                                                    -
                                                                                                                    442 const uint32_t kZoneIdAmerica_Argentina_San_Luis = 0x3e11238c; // America/Argentina/San_Luis
                                                                                                                    -
                                                                                                                    443 const uint32_t kZoneIdAmerica_Argentina_Tucuman = 0xe96399eb; // America/Argentina/Tucuman
                                                                                                                    -
                                                                                                                    444 const uint32_t kZoneIdAmerica_Argentina_Ushuaia = 0x320dcdde; // America/Argentina/Ushuaia
                                                                                                                    -
                                                                                                                    445 const uint32_t kZoneIdAmerica_Asuncion = 0x50ec79a6; // America/Asuncion
                                                                                                                    -
                                                                                                                    446 const uint32_t kZoneIdAmerica_Bahia = 0x97d815fb; // America/Bahia
                                                                                                                    -
                                                                                                                    447 const uint32_t kZoneIdAmerica_Bahia_Banderas = 0x14f6329a; // America/Bahia_Banderas
                                                                                                                    -
                                                                                                                    448 const uint32_t kZoneIdAmerica_Barbados = 0xcbbc3b04; // America/Barbados
                                                                                                                    -
                                                                                                                    449 const uint32_t kZoneIdAmerica_Belem = 0x97da580b; // America/Belem
                                                                                                                    -
                                                                                                                    450 const uint32_t kZoneIdAmerica_Belize = 0x93256c81; // America/Belize
                                                                                                                    -
                                                                                                                    451 const uint32_t kZoneIdAmerica_Boa_Vista = 0x0a7b7efe; // America/Boa_Vista
                                                                                                                    -
                                                                                                                    452 const uint32_t kZoneIdAmerica_Bogota = 0x93d7bc62; // America/Bogota
                                                                                                                    -
                                                                                                                    453 const uint32_t kZoneIdAmerica_Boise = 0x97dfc8d8; // America/Boise
                                                                                                                    -
                                                                                                                    454 const uint32_t kZoneIdAmerica_Cambridge_Bay = 0xd5a44aff; // America/Cambridge_Bay
                                                                                                                    -
                                                                                                                    455 const uint32_t kZoneIdAmerica_Campo_Grande = 0xfec3e7a6; // America/Campo_Grande
                                                                                                                    -
                                                                                                                    456 const uint32_t kZoneIdAmerica_Cancun = 0x953331be; // America/Cancun
                                                                                                                    -
                                                                                                                    457 const uint32_t kZoneIdAmerica_Caracas = 0x3be064f4; // America/Caracas
                                                                                                                    -
                                                                                                                    458 const uint32_t kZoneIdAmerica_Cayenne = 0x3c617269; // America/Cayenne
                                                                                                                    -
                                                                                                                    459 const uint32_t kZoneIdAmerica_Chicago = 0x4b92b5d4; // America/Chicago
                                                                                                                    -
                                                                                                                    460 const uint32_t kZoneIdAmerica_Chihuahua = 0x8827d776; // America/Chihuahua
                                                                                                                    -
                                                                                                                    461 const uint32_t kZoneIdAmerica_Costa_Rica = 0x63ff66be; // America/Costa_Rica
                                                                                                                    -
                                                                                                                    462 const uint32_t kZoneIdAmerica_Cuiaba = 0x969a52eb; // America/Cuiaba
                                                                                                                    -
                                                                                                                    463 const uint32_t kZoneIdAmerica_Danmarkshavn = 0xf554d204; // America/Danmarkshavn
                                                                                                                    -
                                                                                                                    464 const uint32_t kZoneIdAmerica_Dawson = 0x978d8d12; // America/Dawson
                                                                                                                    -
                                                                                                                    465 const uint32_t kZoneIdAmerica_Dawson_Creek = 0x6cf24e5b; // America/Dawson_Creek
                                                                                                                    -
                                                                                                                    466 const uint32_t kZoneIdAmerica_Denver = 0x97d10b2a; // America/Denver
                                                                                                                    -
                                                                                                                    467 const uint32_t kZoneIdAmerica_Detroit = 0x925cfbc1; // America/Detroit
                                                                                                                    -
                                                                                                                    468 const uint32_t kZoneIdAmerica_Edmonton = 0x6cb9484a; // America/Edmonton
                                                                                                                    -
                                                                                                                    469 const uint32_t kZoneIdAmerica_Eirunepe = 0xf9b29683; // America/Eirunepe
                                                                                                                    -
                                                                                                                    470 const uint32_t kZoneIdAmerica_El_Salvador = 0x752ad652; // America/El_Salvador
                                                                                                                    -
                                                                                                                    471 const uint32_t kZoneIdAmerica_Fort_Nelson = 0x3f437e0f; // America/Fort_Nelson
                                                                                                                    -
                                                                                                                    472 const uint32_t kZoneIdAmerica_Fortaleza = 0x2ad018ee; // America/Fortaleza
                                                                                                                    -
                                                                                                                    473 const uint32_t kZoneIdAmerica_Glace_Bay = 0x9681f8dd; // America/Glace_Bay
                                                                                                                    -
                                                                                                                    474 const uint32_t kZoneIdAmerica_Goose_Bay = 0xb649541e; // America/Goose_Bay
                                                                                                                    -
                                                                                                                    475 const uint32_t kZoneIdAmerica_Grand_Turk = 0x6e216197; // America/Grand_Turk
                                                                                                                    -
                                                                                                                    476 const uint32_t kZoneIdAmerica_Guatemala = 0x0c8259f7; // America/Guatemala
                                                                                                                    -
                                                                                                                    477 const uint32_t kZoneIdAmerica_Guayaquil = 0x17e64958; // America/Guayaquil
                                                                                                                    -
                                                                                                                    478 const uint32_t kZoneIdAmerica_Guyana = 0x9ff7bd0b; // America/Guyana
                                                                                                                    -
                                                                                                                    479 const uint32_t kZoneIdAmerica_Halifax = 0xbc5b7183; // America/Halifax
                                                                                                                    -
                                                                                                                    480 const uint32_t kZoneIdAmerica_Havana = 0xa0e15675; // America/Havana
                                                                                                                    -
                                                                                                                    481 const uint32_t kZoneIdAmerica_Hermosillo = 0x065d21c4; // America/Hermosillo
                                                                                                                    -
                                                                                                                    482 const uint32_t kZoneIdAmerica_Indiana_Indianapolis = 0x28a669a4; // America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    483 const uint32_t kZoneIdAmerica_Indiana_Knox = 0x6554adc9; // America/Indiana/Knox
                                                                                                                    -
                                                                                                                    484 const uint32_t kZoneIdAmerica_Indiana_Marengo = 0x2feeee72; // America/Indiana/Marengo
                                                                                                                    -
                                                                                                                    485 const uint32_t kZoneIdAmerica_Indiana_Petersburg = 0x94ac7acc; // America/Indiana/Petersburg
                                                                                                                    -
                                                                                                                    486 const uint32_t kZoneIdAmerica_Indiana_Tell_City = 0x09263612; // America/Indiana/Tell_City
                                                                                                                    -
                                                                                                                    487 const uint32_t kZoneIdAmerica_Indiana_Vevay = 0x10aca054; // America/Indiana/Vevay
                                                                                                                    -
                                                                                                                    488 const uint32_t kZoneIdAmerica_Indiana_Vincennes = 0x28a0b212; // America/Indiana/Vincennes
                                                                                                                    -
                                                                                                                    489 const uint32_t kZoneIdAmerica_Indiana_Winamac = 0x4413fa69; // America/Indiana/Winamac
                                                                                                                    -
                                                                                                                    490 const uint32_t kZoneIdAmerica_Inuvik = 0xa42189fc; // America/Inuvik
                                                                                                                    -
                                                                                                                    491 const uint32_t kZoneIdAmerica_Iqaluit = 0x2de310bf; // America/Iqaluit
                                                                                                                    -
                                                                                                                    492 const uint32_t kZoneIdAmerica_Jamaica = 0x565dad6c; // America/Jamaica
                                                                                                                    -
                                                                                                                    493 const uint32_t kZoneIdAmerica_Juneau = 0xa6f13e2e; // America/Juneau
                                                                                                                    -
                                                                                                                    494 const uint32_t kZoneIdAmerica_Kentucky_Louisville = 0x1a21024b; // America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    495 const uint32_t kZoneIdAmerica_Kentucky_Monticello = 0xde71c439; // America/Kentucky/Monticello
                                                                                                                    -
                                                                                                                    496 const uint32_t kZoneIdAmerica_La_Paz = 0xaa29125d; // America/La_Paz
                                                                                                                    -
                                                                                                                    497 const uint32_t kZoneIdAmerica_Lima = 0x980468c9; // America/Lima
                                                                                                                    -
                                                                                                                    498 const uint32_t kZoneIdAmerica_Los_Angeles = 0xb7f7e8f2; // America/Los_Angeles
                                                                                                                    -
                                                                                                                    499 const uint32_t kZoneIdAmerica_Maceio = 0xac80c6d4; // America/Maceio
                                                                                                                    -
                                                                                                                    500 const uint32_t kZoneIdAmerica_Managua = 0x3d5e7600; // America/Managua
                                                                                                                    -
                                                                                                                    501 const uint32_t kZoneIdAmerica_Manaus = 0xac86bf8b; // America/Manaus
                                                                                                                    -
                                                                                                                    502 const uint32_t kZoneIdAmerica_Martinique = 0x551e84c5; // America/Martinique
                                                                                                                    -
                                                                                                                    503 const uint32_t kZoneIdAmerica_Matamoros = 0xdd1b0259; // America/Matamoros
                                                                                                                    -
                                                                                                                    504 const uint32_t kZoneIdAmerica_Mazatlan = 0x0532189e; // America/Mazatlan
                                                                                                                    -
                                                                                                                    505 const uint32_t kZoneIdAmerica_Menominee = 0xe0e9c583; // America/Menominee
                                                                                                                    -
                                                                                                                    506 const uint32_t kZoneIdAmerica_Merida = 0xacd172d8; // America/Merida
                                                                                                                    -
                                                                                                                    507 const uint32_t kZoneIdAmerica_Metlakatla = 0x84de2686; // America/Metlakatla
                                                                                                                    -
                                                                                                                    508 const uint32_t kZoneIdAmerica_Mexico_City = 0xd0d93f43; // America/Mexico_City
                                                                                                                    -
                                                                                                                    509 const uint32_t kZoneIdAmerica_Miquelon = 0x59674330; // America/Miquelon
                                                                                                                    -
                                                                                                                    510 const uint32_t kZoneIdAmerica_Moncton = 0x5e07fe24; // America/Moncton
                                                                                                                    -
                                                                                                                    511 const uint32_t kZoneIdAmerica_Monterrey = 0x269a1deb; // America/Monterrey
                                                                                                                    -
                                                                                                                    512 const uint32_t kZoneIdAmerica_Montevideo = 0xfa214780; // America/Montevideo
                                                                                                                    -
                                                                                                                    513 const uint32_t kZoneIdAmerica_New_York = 0x1e2a7654; // America/New_York
                                                                                                                    -
                                                                                                                    514 const uint32_t kZoneIdAmerica_Nipigon = 0x9d2a8b1a; // America/Nipigon
                                                                                                                    -
                                                                                                                    515 const uint32_t kZoneIdAmerica_Nome = 0x98059b15; // America/Nome
                                                                                                                    -
                                                                                                                    516 const uint32_t kZoneIdAmerica_Noronha = 0xab5116fb; // America/Noronha
                                                                                                                    -
                                                                                                                    517 const uint32_t kZoneIdAmerica_North_Dakota_Beulah = 0x9b52b384; // America/North_Dakota/Beulah
                                                                                                                    -
                                                                                                                    518 const uint32_t kZoneIdAmerica_North_Dakota_Center = 0x9da42814; // America/North_Dakota/Center
                                                                                                                    -
                                                                                                                    519 const uint32_t kZoneIdAmerica_North_Dakota_New_Salem = 0x04f9958e; // America/North_Dakota/New_Salem
                                                                                                                    -
                                                                                                                    520 const uint32_t kZoneIdAmerica_Nuuk = 0x9805b5a9; // America/Nuuk
                                                                                                                    -
                                                                                                                    521 const uint32_t kZoneIdAmerica_Ojinaga = 0xebfde83f; // America/Ojinaga
                                                                                                                    -
                                                                                                                    522 const uint32_t kZoneIdAmerica_Panama = 0xb3863854; // America/Panama
                                                                                                                    -
                                                                                                                    523 const uint32_t kZoneIdAmerica_Pangnirtung = 0x2d999193; // America/Pangnirtung
                                                                                                                    -
                                                                                                                    524 const uint32_t kZoneIdAmerica_Paramaribo = 0xb319e4c4; // America/Paramaribo
                                                                                                                    -
                                                                                                                    525 const uint32_t kZoneIdAmerica_Phoenix = 0x34b5af01; // America/Phoenix
                                                                                                                    -
                                                                                                                    526 const uint32_t kZoneIdAmerica_Port_au_Prince = 0x8e4a7bdc; // America/Port-au-Prince
                                                                                                                    -
                                                                                                                    527 const uint32_t kZoneIdAmerica_Porto_Velho = 0x6b1aac77; // America/Porto_Velho
                                                                                                                    -
                                                                                                                    528 const uint32_t kZoneIdAmerica_Puerto_Rico = 0x6752ca31; // America/Puerto_Rico
                                                                                                                    -
                                                                                                                    529 const uint32_t kZoneIdAmerica_Punta_Arenas = 0xc2c3bce7; // America/Punta_Arenas
                                                                                                                    -
                                                                                                                    530 const uint32_t kZoneIdAmerica_Rainy_River = 0x9cd58a10; // America/Rainy_River
                                                                                                                    -
                                                                                                                    531 const uint32_t kZoneIdAmerica_Rankin_Inlet = 0xc8de4984; // America/Rankin_Inlet
                                                                                                                    -
                                                                                                                    532 const uint32_t kZoneIdAmerica_Recife = 0xb8730494; // America/Recife
                                                                                                                    -
                                                                                                                    533 const uint32_t kZoneIdAmerica_Regina = 0xb875371c; // America/Regina
                                                                                                                    -
                                                                                                                    534 const uint32_t kZoneIdAmerica_Resolute = 0xc7093459; // America/Resolute
                                                                                                                    -
                                                                                                                    535 const uint32_t kZoneIdAmerica_Rio_Branco = 0x9d352764; // America/Rio_Branco
                                                                                                                    -
                                                                                                                    536 const uint32_t kZoneIdAmerica_Santarem = 0x740caec1; // America/Santarem
                                                                                                                    -
                                                                                                                    537 const uint32_t kZoneIdAmerica_Santiago = 0x7410c9bc; // America/Santiago
                                                                                                                    -
                                                                                                                    538 const uint32_t kZoneIdAmerica_Santo_Domingo = 0x75a0d177; // America/Santo_Domingo
                                                                                                                    -
                                                                                                                    539 const uint32_t kZoneIdAmerica_Sao_Paulo = 0x1063bfc9; // America/Sao_Paulo
                                                                                                                    -
                                                                                                                    540 const uint32_t kZoneIdAmerica_Scoresbysund = 0x123f8d2a; // America/Scoresbysund
                                                                                                                    -
                                                                                                                    541 const uint32_t kZoneIdAmerica_Sitka = 0x99104ce2; // America/Sitka
                                                                                                                    -
                                                                                                                    542 const uint32_t kZoneIdAmerica_St_Johns = 0x04b14e6e; // America/St_Johns
                                                                                                                    -
                                                                                                                    543 const uint32_t kZoneIdAmerica_Swift_Current = 0xdef98e55; // America/Swift_Current
                                                                                                                    -
                                                                                                                    544 const uint32_t kZoneIdAmerica_Tegucigalpa = 0xbfd6fd4c; // America/Tegucigalpa
                                                                                                                    -
                                                                                                                    545 const uint32_t kZoneIdAmerica_Thule = 0x9921dd68; // America/Thule
                                                                                                                    -
                                                                                                                    546 const uint32_t kZoneIdAmerica_Thunder_Bay = 0xf962e71b; // America/Thunder_Bay
                                                                                                                    -
                                                                                                                    547 const uint32_t kZoneIdAmerica_Tijuana = 0x6aa1df72; // America/Tijuana
                                                                                                                    -
                                                                                                                    548 const uint32_t kZoneIdAmerica_Toronto = 0x792e851b; // America/Toronto
                                                                                                                    -
                                                                                                                    549 const uint32_t kZoneIdAmerica_Vancouver = 0x2c6f6b1f; // America/Vancouver
                                                                                                                    -
                                                                                                                    550 const uint32_t kZoneIdAmerica_Whitehorse = 0x54e0e3e8; // America/Whitehorse
                                                                                                                    -
                                                                                                                    551 const uint32_t kZoneIdAmerica_Winnipeg = 0x8c7dafc7; // America/Winnipeg
                                                                                                                    -
                                                                                                                    552 const uint32_t kZoneIdAmerica_Yakutat = 0xd8ee31e9; // America/Yakutat
                                                                                                                    -
                                                                                                                    553 const uint32_t kZoneIdAmerica_Yellowknife = 0x0f76c76f; // America/Yellowknife
                                                                                                                    -
                                                                                                                    554 const uint32_t kZoneIdAntarctica_Casey = 0xe2022583; // Antarctica/Casey
                                                                                                                    -
                                                                                                                    555 const uint32_t kZoneIdAntarctica_Davis = 0xe2144b45; // Antarctica/Davis
                                                                                                                    -
                                                                                                                    556 const uint32_t kZoneIdAntarctica_Macquarie = 0x92f47626; // Antarctica/Macquarie
                                                                                                                    -
                                                                                                                    557 const uint32_t kZoneIdAntarctica_Mawson = 0x399cd863; // Antarctica/Mawson
                                                                                                                    -
                                                                                                                    558 const uint32_t kZoneIdAntarctica_Palmer = 0x40962f4f; // Antarctica/Palmer
                                                                                                                    -
                                                                                                                    559 const uint32_t kZoneIdAntarctica_Rothera = 0x0e86d203; // Antarctica/Rothera
                                                                                                                    -
                                                                                                                    560 const uint32_t kZoneIdAntarctica_Troll = 0xe33f085b; // Antarctica/Troll
                                                                                                                    -
                                                                                                                    561 const uint32_t kZoneIdAsia_Almaty = 0xa61f41fa; // Asia/Almaty
                                                                                                                    -
                                                                                                                    562 const uint32_t kZoneIdAsia_Amman = 0x148d21bc; // Asia/Amman
                                                                                                                    -
                                                                                                                    563 const uint32_t kZoneIdAsia_Anadyr = 0xa63cebd1; // Asia/Anadyr
                                                                                                                    -
                                                                                                                    564 const uint32_t kZoneIdAsia_Aqtau = 0x148f710e; // Asia/Aqtau
                                                                                                                    -
                                                                                                                    565 const uint32_t kZoneIdAsia_Aqtobe = 0xa67dcc4e; // Asia/Aqtobe
                                                                                                                    -
                                                                                                                    566 const uint32_t kZoneIdAsia_Ashgabat = 0xba87598d; // Asia/Ashgabat
                                                                                                                    -
                                                                                                                    567 const uint32_t kZoneIdAsia_Atyrau = 0xa6b6e068; // Asia/Atyrau
                                                                                                                    -
                                                                                                                    568 const uint32_t kZoneIdAsia_Baghdad = 0x9ceffbed; // Asia/Baghdad
                                                                                                                    -
                                                                                                                    569 const uint32_t kZoneIdAsia_Baku = 0x1fa788b5; // Asia/Baku
                                                                                                                    -
                                                                                                                    570 const uint32_t kZoneIdAsia_Bangkok = 0x9d6e3aaf; // Asia/Bangkok
                                                                                                                    -
                                                                                                                    571 const uint32_t kZoneIdAsia_Barnaul = 0x9dba4997; // Asia/Barnaul
                                                                                                                    -
                                                                                                                    572 const uint32_t kZoneIdAsia_Beirut = 0xa7f3d5fd; // Asia/Beirut
                                                                                                                    -
                                                                                                                    573 const uint32_t kZoneIdAsia_Bishkek = 0xb0728553; // Asia/Bishkek
                                                                                                                    -
                                                                                                                    574 const uint32_t kZoneIdAsia_Chita = 0x14ae863b; // Asia/Chita
                                                                                                                    -
                                                                                                                    575 const uint32_t kZoneIdAsia_Choibalsan = 0x928aa4a6; // Asia/Choibalsan
                                                                                                                    -
                                                                                                                    576 const uint32_t kZoneIdAsia_Colombo = 0x0af0e91d; // Asia/Colombo
                                                                                                                    -
                                                                                                                    577 const uint32_t kZoneIdAsia_Damascus = 0x20fbb063; // Asia/Damascus
                                                                                                                    -
                                                                                                                    578 const uint32_t kZoneIdAsia_Dhaka = 0x14c07b8b; // Asia/Dhaka
                                                                                                                    -
                                                                                                                    579 const uint32_t kZoneIdAsia_Dili = 0x1fa8c394; // Asia/Dili
                                                                                                                    -
                                                                                                                    580 const uint32_t kZoneIdAsia_Dubai = 0x14c79f77; // Asia/Dubai
                                                                                                                    -
                                                                                                                    581 const uint32_t kZoneIdAsia_Dushanbe = 0x32fc5c3c; // Asia/Dushanbe
                                                                                                                    -
                                                                                                                    582 const uint32_t kZoneIdAsia_Famagusta = 0x289b4f8b; // Asia/Famagusta
                                                                                                                    -
                                                                                                                    583 const uint32_t kZoneIdAsia_Gaza = 0x1faa4875; // Asia/Gaza
                                                                                                                    -
                                                                                                                    584 const uint32_t kZoneIdAsia_Hebron = 0xb5eef250; // Asia/Hebron
                                                                                                                    -
                                                                                                                    585 const uint32_t kZoneIdAsia_Ho_Chi_Minh = 0x20f2d127; // Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    586 const uint32_t kZoneIdAsia_Hong_Kong = 0x577f28ac; // Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    587 const uint32_t kZoneIdAsia_Hovd = 0x1fab0fe3; // Asia/Hovd
                                                                                                                    -
                                                                                                                    588 const uint32_t kZoneIdAsia_Irkutsk = 0xdfbf213f; // Asia/Irkutsk
                                                                                                                    -
                                                                                                                    589 const uint32_t kZoneIdAsia_Jakarta = 0x0506ab50; // Asia/Jakarta
                                                                                                                    -
                                                                                                                    590 const uint32_t kZoneIdAsia_Jayapura = 0xc6833c2f; // Asia/Jayapura
                                                                                                                    -
                                                                                                                    591 const uint32_t kZoneIdAsia_Jerusalem = 0x5becd23a; // Asia/Jerusalem
                                                                                                                    -
                                                                                                                    592 const uint32_t kZoneIdAsia_Kabul = 0x153b5601; // Asia/Kabul
                                                                                                                    -
                                                                                                                    593 const uint32_t kZoneIdAsia_Kamchatka = 0x73baf9d7; // Asia/Kamchatka
                                                                                                                    -
                                                                                                                    594 const uint32_t kZoneIdAsia_Karachi = 0x527f5245; // Asia/Karachi
                                                                                                                    -
                                                                                                                    595 const uint32_t kZoneIdAsia_Kathmandu = 0x9a96ce6f; // Asia/Kathmandu
                                                                                                                    -
                                                                                                                    596 const uint32_t kZoneIdAsia_Khandyga = 0x9685a4d9; // Asia/Khandyga
                                                                                                                    -
                                                                                                                    597 const uint32_t kZoneIdAsia_Kolkata = 0x72c06cd9; // Asia/Kolkata
                                                                                                                    -
                                                                                                                    598 const uint32_t kZoneIdAsia_Krasnoyarsk = 0xd0376c6a; // Asia/Krasnoyarsk
                                                                                                                    -
                                                                                                                    599 const uint32_t kZoneIdAsia_Kuching = 0x801b003b; // Asia/Kuching
                                                                                                                    -
                                                                                                                    600 const uint32_t kZoneIdAsia_Macau = 0x155f88b9; // Asia/Macau
                                                                                                                    -
                                                                                                                    601 const uint32_t kZoneIdAsia_Magadan = 0xebacc19b; // Asia/Magadan
                                                                                                                    -
                                                                                                                    602 const uint32_t kZoneIdAsia_Makassar = 0x6aa21c85; // Asia/Makassar
                                                                                                                    -
                                                                                                                    603 const uint32_t kZoneIdAsia_Manila = 0xc156c944; // Asia/Manila
                                                                                                                    -
                                                                                                                    604 const uint32_t kZoneIdAsia_Nicosia = 0x4b0fcf78; // Asia/Nicosia
                                                                                                                    -
                                                                                                                    605 const uint32_t kZoneIdAsia_Novokuznetsk = 0x69264f93; // Asia/Novokuznetsk
                                                                                                                    -
                                                                                                                    606 const uint32_t kZoneIdAsia_Novosibirsk = 0xa2a435cb; // Asia/Novosibirsk
                                                                                                                    -
                                                                                                                    607 const uint32_t kZoneIdAsia_Omsk = 0x1faeddac; // Asia/Omsk
                                                                                                                    -
                                                                                                                    608 const uint32_t kZoneIdAsia_Oral = 0x1faef0a0; // Asia/Oral
                                                                                                                    -
                                                                                                                    609 const uint32_t kZoneIdAsia_Pontianak = 0x1a76c057; // Asia/Pontianak
                                                                                                                    -
                                                                                                                    610 const uint32_t kZoneIdAsia_Pyongyang = 0x93ed1c8e; // Asia/Pyongyang
                                                                                                                    -
                                                                                                                    611 const uint32_t kZoneIdAsia_Qatar = 0x15a8330b; // Asia/Qatar
                                                                                                                    -
                                                                                                                    612 const uint32_t kZoneIdAsia_Qostanay = 0x654fe522; // Asia/Qostanay
                                                                                                                    -
                                                                                                                    613 const uint32_t kZoneIdAsia_Qyzylorda = 0x71282e81; // Asia/Qyzylorda
                                                                                                                    -
                                                                                                                    614 const uint32_t kZoneIdAsia_Riyadh = 0xcd973d93; // Asia/Riyadh
                                                                                                                    -
                                                                                                                    615 const uint32_t kZoneIdAsia_Sakhalin = 0xf4a1c9bd; // Asia/Sakhalin
                                                                                                                    -
                                                                                                                    616 const uint32_t kZoneIdAsia_Samarkand = 0x13ae5104; // Asia/Samarkand
                                                                                                                    -
                                                                                                                    617 const uint32_t kZoneIdAsia_Seoul = 0x15ce82da; // Asia/Seoul
                                                                                                                    -
                                                                                                                    618 const uint32_t kZoneIdAsia_Shanghai = 0xf895a7f5; // Asia/Shanghai
                                                                                                                    -
                                                                                                                    619 const uint32_t kZoneIdAsia_Singapore = 0xcf8581fa; // Asia/Singapore
                                                                                                                    -
                                                                                                                    620 const uint32_t kZoneIdAsia_Srednekolymsk = 0xbf8e337d; // Asia/Srednekolymsk
                                                                                                                    -
                                                                                                                    621 const uint32_t kZoneIdAsia_Taipei = 0xd1a844ae; // Asia/Taipei
                                                                                                                    -
                                                                                                                    622 const uint32_t kZoneIdAsia_Tashkent = 0xf3924254; // Asia/Tashkent
                                                                                                                    -
                                                                                                                    623 const uint32_t kZoneIdAsia_Tbilisi = 0x0903e442; // Asia/Tbilisi
                                                                                                                    -
                                                                                                                    624 const uint32_t kZoneIdAsia_Tehran = 0xd1f02254; // Asia/Tehran
                                                                                                                    -
                                                                                                                    625 const uint32_t kZoneIdAsia_Thimphu = 0x170380d1; // Asia/Thimphu
                                                                                                                    -
                                                                                                                    626 const uint32_t kZoneIdAsia_Tokyo = 0x15e606a8; // Asia/Tokyo
                                                                                                                    -
                                                                                                                    627 const uint32_t kZoneIdAsia_Tomsk = 0x15e60e60; // Asia/Tomsk
                                                                                                                    -
                                                                                                                    628 const uint32_t kZoneIdAsia_Ulaanbaatar = 0x30f0cc4e; // Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    629 const uint32_t kZoneIdAsia_Urumqi = 0xd5379735; // Asia/Urumqi
                                                                                                                    -
                                                                                                                    630 const uint32_t kZoneIdAsia_Ust_Nera = 0x4785f921; // Asia/Ust-Nera
                                                                                                                    -
                                                                                                                    631 const uint32_t kZoneIdAsia_Vladivostok = 0x29de34a8; // Asia/Vladivostok
                                                                                                                    -
                                                                                                                    632 const uint32_t kZoneIdAsia_Yakutsk = 0x87bb3a9e; // Asia/Yakutsk
                                                                                                                    -
                                                                                                                    633 const uint32_t kZoneIdAsia_Yangon = 0xdd54a8be; // Asia/Yangon
                                                                                                                    -
                                                                                                                    634 const uint32_t kZoneIdAsia_Yekaterinburg = 0xfb544c6e; // Asia/Yekaterinburg
                                                                                                                    -
                                                                                                                    635 const uint32_t kZoneIdAsia_Yerevan = 0x9185c8cc; // Asia/Yerevan
                                                                                                                    -
                                                                                                                    636 const uint32_t kZoneIdAtlantic_Azores = 0xf93ed918; // Atlantic/Azores
                                                                                                                    -
                                                                                                                    637 const uint32_t kZoneIdAtlantic_Bermuda = 0x3d4bb1c4; // Atlantic/Bermuda
                                                                                                                    -
                                                                                                                    638 const uint32_t kZoneIdAtlantic_Canary = 0xfc23f2c2; // Atlantic/Canary
                                                                                                                    -
                                                                                                                    639 const uint32_t kZoneIdAtlantic_Cape_Verde = 0x5c5e1772; // Atlantic/Cape_Verde
                                                                                                                    -
                                                                                                                    640 const uint32_t kZoneIdAtlantic_Faroe = 0xe110a971; // Atlantic/Faroe
                                                                                                                    -
                                                                                                                    641 const uint32_t kZoneIdAtlantic_Madeira = 0x81b5c037; // Atlantic/Madeira
                                                                                                                    -
                                                                                                                    642 const uint32_t kZoneIdAtlantic_South_Georgia = 0x33013174; // Atlantic/South_Georgia
                                                                                                                    -
                                                                                                                    643 const uint32_t kZoneIdAtlantic_Stanley = 0x7bb3e1c4; // Atlantic/Stanley
                                                                                                                    -
                                                                                                                    644 const uint32_t kZoneIdAustralia_Adelaide = 0x2428e8a3; // Australia/Adelaide
                                                                                                                    -
                                                                                                                    645 const uint32_t kZoneIdAustralia_Brisbane = 0x4fedc9c0; // Australia/Brisbane
                                                                                                                    -
                                                                                                                    646 const uint32_t kZoneIdAustralia_Broken_Hill = 0xb06eada3; // Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    647 const uint32_t kZoneIdAustralia_Darwin = 0x2876bdff; // Australia/Darwin
                                                                                                                    -
                                                                                                                    648 const uint32_t kZoneIdAustralia_Eucla = 0x8cf99e44; // Australia/Eucla
                                                                                                                    -
                                                                                                                    649 const uint32_t kZoneIdAustralia_Hobart = 0x32bf951a; // Australia/Hobart
                                                                                                                    -
                                                                                                                    650 const uint32_t kZoneIdAustralia_Lindeman = 0xe05029e2; // Australia/Lindeman
                                                                                                                    -
                                                                                                                    651 const uint32_t kZoneIdAustralia_Lord_Howe = 0xa748b67d; // Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    652 const uint32_t kZoneIdAustralia_Melbourne = 0x0fe559a3; // Australia/Melbourne
                                                                                                                    -
                                                                                                                    653 const uint32_t kZoneIdAustralia_Perth = 0x8db8269d; // Australia/Perth
                                                                                                                    -
                                                                                                                    654 const uint32_t kZoneIdAustralia_Sydney = 0x4d1e9776; // Australia/Sydney
                                                                                                                    -
                                                                                                                    655 const uint32_t kZoneIdCET = 0x0b87d921; // CET
                                                                                                                    -
                                                                                                                    656 const uint32_t kZoneIdCST6CDT = 0xf0e87d00; // CST6CDT
                                                                                                                    -
                                                                                                                    657 const uint32_t kZoneIdEET = 0x0b87e1a3; // EET
                                                                                                                    -
                                                                                                                    658 const uint32_t kZoneIdEST = 0x0b87e371; // EST
                                                                                                                    -
                                                                                                                    659 const uint32_t kZoneIdEST5EDT = 0x8adc72a3; // EST5EDT
                                                                                                                    -
                                                                                                                    660 const uint32_t kZoneIdEtc_GMT = 0xd8e2de58; // Etc/GMT
                                                                                                                    -
                                                                                                                    661 const uint32_t kZoneIdEtc_GMT_PLUS_1 = 0x9d13da14; // Etc/GMT+1
                                                                                                                    -
                                                                                                                    662 const uint32_t kZoneIdEtc_GMT_PLUS_10 = 0x3f8f1cc4; // Etc/GMT+10
                                                                                                                    -
                                                                                                                    663 const uint32_t kZoneIdEtc_GMT_PLUS_11 = 0x3f8f1cc5; // Etc/GMT+11
                                                                                                                    -
                                                                                                                    664 const uint32_t kZoneIdEtc_GMT_PLUS_12 = 0x3f8f1cc6; // Etc/GMT+12
                                                                                                                    -
                                                                                                                    665 const uint32_t kZoneIdEtc_GMT_PLUS_2 = 0x9d13da15; // Etc/GMT+2
                                                                                                                    -
                                                                                                                    666 const uint32_t kZoneIdEtc_GMT_PLUS_3 = 0x9d13da16; // Etc/GMT+3
                                                                                                                    -
                                                                                                                    667 const uint32_t kZoneIdEtc_GMT_PLUS_4 = 0x9d13da17; // Etc/GMT+4
                                                                                                                    -
                                                                                                                    668 const uint32_t kZoneIdEtc_GMT_PLUS_5 = 0x9d13da18; // Etc/GMT+5
                                                                                                                    -
                                                                                                                    669 const uint32_t kZoneIdEtc_GMT_PLUS_6 = 0x9d13da19; // Etc/GMT+6
                                                                                                                    -
                                                                                                                    670 const uint32_t kZoneIdEtc_GMT_PLUS_7 = 0x9d13da1a; // Etc/GMT+7
                                                                                                                    -
                                                                                                                    671 const uint32_t kZoneIdEtc_GMT_PLUS_8 = 0x9d13da1b; // Etc/GMT+8
                                                                                                                    -
                                                                                                                    672 const uint32_t kZoneIdEtc_GMT_PLUS_9 = 0x9d13da1c; // Etc/GMT+9
                                                                                                                    -
                                                                                                                    673 const uint32_t kZoneIdEtc_GMT_1 = 0x9d13da56; // Etc/GMT-1
                                                                                                                    -
                                                                                                                    674 const uint32_t kZoneIdEtc_GMT_10 = 0x3f8f2546; // Etc/GMT-10
                                                                                                                    -
                                                                                                                    675 const uint32_t kZoneIdEtc_GMT_11 = 0x3f8f2547; // Etc/GMT-11
                                                                                                                    -
                                                                                                                    676 const uint32_t kZoneIdEtc_GMT_12 = 0x3f8f2548; // Etc/GMT-12
                                                                                                                    -
                                                                                                                    677 const uint32_t kZoneIdEtc_GMT_13 = 0x3f8f2549; // Etc/GMT-13
                                                                                                                    -
                                                                                                                    678 const uint32_t kZoneIdEtc_GMT_14 = 0x3f8f254a; // Etc/GMT-14
                                                                                                                    -
                                                                                                                    679 const uint32_t kZoneIdEtc_GMT_2 = 0x9d13da57; // Etc/GMT-2
                                                                                                                    -
                                                                                                                    680 const uint32_t kZoneIdEtc_GMT_3 = 0x9d13da58; // Etc/GMT-3
                                                                                                                    -
                                                                                                                    681 const uint32_t kZoneIdEtc_GMT_4 = 0x9d13da59; // Etc/GMT-4
                                                                                                                    -
                                                                                                                    682 const uint32_t kZoneIdEtc_GMT_5 = 0x9d13da5a; // Etc/GMT-5
                                                                                                                    -
                                                                                                                    683 const uint32_t kZoneIdEtc_GMT_6 = 0x9d13da5b; // Etc/GMT-6
                                                                                                                    -
                                                                                                                    684 const uint32_t kZoneIdEtc_GMT_7 = 0x9d13da5c; // Etc/GMT-7
                                                                                                                    -
                                                                                                                    685 const uint32_t kZoneIdEtc_GMT_8 = 0x9d13da5d; // Etc/GMT-8
                                                                                                                    -
                                                                                                                    686 const uint32_t kZoneIdEtc_GMT_9 = 0x9d13da5e; // Etc/GMT-9
                                                                                                                    -
                                                                                                                    687 const uint32_t kZoneIdEtc_UTC = 0xd8e31abc; // Etc/UTC
                                                                                                                    -
                                                                                                                    688 const uint32_t kZoneIdEurope_Andorra = 0x97f6764b; // Europe/Andorra
                                                                                                                    -
                                                                                                                    689 const uint32_t kZoneIdEurope_Astrakhan = 0xe22256e1; // Europe/Astrakhan
                                                                                                                    -
                                                                                                                    690 const uint32_t kZoneIdEurope_Athens = 0x4318fa27; // Europe/Athens
                                                                                                                    -
                                                                                                                    691 const uint32_t kZoneIdEurope_Belgrade = 0xe0532b3a; // Europe/Belgrade
                                                                                                                    -
                                                                                                                    692 const uint32_t kZoneIdEurope_Berlin = 0x44644c20; // Europe/Berlin
                                                                                                                    -
                                                                                                                    693 const uint32_t kZoneIdEurope_Brussels = 0xdee07337; // Europe/Brussels
                                                                                                                    -
                                                                                                                    694 const uint32_t kZoneIdEurope_Bucharest = 0xfb349ec5; // Europe/Bucharest
                                                                                                                    -
                                                                                                                    695 const uint32_t kZoneIdEurope_Budapest = 0x9ce0197c; // Europe/Budapest
                                                                                                                    -
                                                                                                                    696 const uint32_t kZoneIdEurope_Chisinau = 0xad58aa18; // Europe/Chisinau
                                                                                                                    -
                                                                                                                    697 const uint32_t kZoneIdEurope_Dublin = 0x4a275f62; // Europe/Dublin
                                                                                                                    -
                                                                                                                    698 const uint32_t kZoneIdEurope_Gibraltar = 0xf8e325fc; // Europe/Gibraltar
                                                                                                                    -
                                                                                                                    699 const uint32_t kZoneIdEurope_Helsinki = 0x6ab2975b; // Europe/Helsinki
                                                                                                                    -
                                                                                                                    700 const uint32_t kZoneIdEurope_Istanbul = 0x9e09d6e6; // Europe/Istanbul
                                                                                                                    -
                                                                                                                    701 const uint32_t kZoneIdEurope_Kaliningrad = 0xd33b2f28; // Europe/Kaliningrad
                                                                                                                    -
                                                                                                                    702 const uint32_t kZoneIdEurope_Kirov = 0xfaf5abef; // Europe/Kirov
                                                                                                                    -
                                                                                                                    703 const uint32_t kZoneIdEurope_Kyiv = 0xa2c1e347; // Europe/Kyiv
                                                                                                                    -
                                                                                                                    704 const uint32_t kZoneIdEurope_Lisbon = 0x5c00a70b; // Europe/Lisbon
                                                                                                                    -
                                                                                                                    705 const uint32_t kZoneIdEurope_London = 0x5c6a84ae; // Europe/London
                                                                                                                    -
                                                                                                                    706 const uint32_t kZoneIdEurope_Madrid = 0x5dbd1535; // Europe/Madrid
                                                                                                                    -
                                                                                                                    707 const uint32_t kZoneIdEurope_Malta = 0xfb1560f3; // Europe/Malta
                                                                                                                    -
                                                                                                                    708 const uint32_t kZoneIdEurope_Minsk = 0xfb19cc66; // Europe/Minsk
                                                                                                                    -
                                                                                                                    709 const uint32_t kZoneIdEurope_Moscow = 0x5ec266fc; // Europe/Moscow
                                                                                                                    -
                                                                                                                    710 const uint32_t kZoneIdEurope_Paris = 0xfb4bc2a3; // Europe/Paris
                                                                                                                    -
                                                                                                                    711 const uint32_t kZoneIdEurope_Prague = 0x65ee5d48; // Europe/Prague
                                                                                                                    -
                                                                                                                    712 const uint32_t kZoneIdEurope_Riga = 0xa2c57587; // Europe/Riga
                                                                                                                    -
                                                                                                                    713 const uint32_t kZoneIdEurope_Rome = 0xa2c58fd7; // Europe/Rome
                                                                                                                    -
                                                                                                                    714 const uint32_t kZoneIdEurope_Samara = 0x6bc0b139; // Europe/Samara
                                                                                                                    -
                                                                                                                    715 const uint32_t kZoneIdEurope_Saratov = 0xe4315da4; // Europe/Saratov
                                                                                                                    -
                                                                                                                    716 const uint32_t kZoneIdEurope_Simferopol = 0xda9eb724; // Europe/Simferopol
                                                                                                                    -
                                                                                                                    717 const uint32_t kZoneIdEurope_Sofia = 0xfb898656; // Europe/Sofia
                                                                                                                    -
                                                                                                                    718 const uint32_t kZoneIdEurope_Tallinn = 0x30c4e096; // Europe/Tallinn
                                                                                                                    -
                                                                                                                    719 const uint32_t kZoneIdEurope_Tirane = 0x6ea95b47; // Europe/Tirane
                                                                                                                    -
                                                                                                                    720 const uint32_t kZoneIdEurope_Ulyanovsk = 0xe03783d0; // Europe/Ulyanovsk
                                                                                                                    -
                                                                                                                    721 const uint32_t kZoneIdEurope_Uzhgorod = 0xb066f5d6; // Europe/Uzhgorod
                                                                                                                    -
                                                                                                                    722 const uint32_t kZoneIdEurope_Vienna = 0x734cc2e5; // Europe/Vienna
                                                                                                                    -
                                                                                                                    723 const uint32_t kZoneIdEurope_Vilnius = 0xdd63b8ce; // Europe/Vilnius
                                                                                                                    -
                                                                                                                    724 const uint32_t kZoneIdEurope_Volgograd = 0x3ed0f389; // Europe/Volgograd
                                                                                                                    -
                                                                                                                    725 const uint32_t kZoneIdEurope_Warsaw = 0x75185c19; // Europe/Warsaw
                                                                                                                    -
                                                                                                                    726 const uint32_t kZoneIdEurope_Zaporozhye = 0xeab9767f; // Europe/Zaporozhye
                                                                                                                    -
                                                                                                                    727 const uint32_t kZoneIdEurope_Zurich = 0x7d8195b9; // Europe/Zurich
                                                                                                                    -
                                                                                                                    728 const uint32_t kZoneIdHST = 0x0b87f034; // HST
                                                                                                                    -
                                                                                                                    729 const uint32_t kZoneIdIndian_Chagos = 0x456f7c3c; // Indian/Chagos
                                                                                                                    -
                                                                                                                    730 const uint32_t kZoneIdIndian_Maldives = 0x9869681c; // Indian/Maldives
                                                                                                                    -
                                                                                                                    731 const uint32_t kZoneIdIndian_Mauritius = 0x7b09c02a; // Indian/Mauritius
                                                                                                                    -
                                                                                                                    732 const uint32_t kZoneIdMET = 0x0b8803ab; // MET
                                                                                                                    -
                                                                                                                    733 const uint32_t kZoneIdMST = 0x0b880579; // MST
                                                                                                                    -
                                                                                                                    734 const uint32_t kZoneIdMST7MDT = 0xf2af9375; // MST7MDT
                                                                                                                    -
                                                                                                                    735 const uint32_t kZoneIdPST8PDT = 0xd99ee2dc; // PST8PDT
                                                                                                                    -
                                                                                                                    736 const uint32_t kZoneIdPacific_Apia = 0x23359b5e; // Pacific/Apia
                                                                                                                    -
                                                                                                                    737 const uint32_t kZoneIdPacific_Auckland = 0x25062f86; // Pacific/Auckland
                                                                                                                    -
                                                                                                                    738 const uint32_t kZoneIdPacific_Bougainville = 0x5e10f7a4; // Pacific/Bougainville
                                                                                                                    -
                                                                                                                    739 const uint32_t kZoneIdPacific_Chatham = 0x2f0de999; // Pacific/Chatham
                                                                                                                    -
                                                                                                                    740 const uint32_t kZoneIdPacific_Easter = 0xcf54f7e7; // Pacific/Easter
                                                                                                                    -
                                                                                                                    741 const uint32_t kZoneIdPacific_Efate = 0x8a2bce28; // Pacific/Efate
                                                                                                                    -
                                                                                                                    742 const uint32_t kZoneIdPacific_Fakaofo = 0x06532bba; // Pacific/Fakaofo
                                                                                                                    -
                                                                                                                    743 const uint32_t kZoneIdPacific_Fiji = 0x23383ba5; // Pacific/Fiji
                                                                                                                    -
                                                                                                                    744 const uint32_t kZoneIdPacific_Galapagos = 0xa952f752; // Pacific/Galapagos
                                                                                                                    -
                                                                                                                    745 const uint32_t kZoneIdPacific_Gambier = 0x53720c3a; // Pacific/Gambier
                                                                                                                    -
                                                                                                                    746 const uint32_t kZoneIdPacific_Guadalcanal = 0xf4dd25f0; // Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    747 const uint32_t kZoneIdPacific_Guam = 0x2338f9ed; // Pacific/Guam
                                                                                                                    -
                                                                                                                    748 const uint32_t kZoneIdPacific_Honolulu = 0xe6e70af9; // Pacific/Honolulu
                                                                                                                    -
                                                                                                                    749 const uint32_t kZoneIdPacific_Kanton = 0xdd512f0e; // Pacific/Kanton
                                                                                                                    -
                                                                                                                    750 const uint32_t kZoneIdPacific_Kiritimati = 0x8305073a; // Pacific/Kiritimati
                                                                                                                    -
                                                                                                                    751 const uint32_t kZoneIdPacific_Kosrae = 0xde5139a8; // Pacific/Kosrae
                                                                                                                    -
                                                                                                                    752 const uint32_t kZoneIdPacific_Kwajalein = 0x8e216759; // Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    753 const uint32_t kZoneIdPacific_Marquesas = 0x57ca7135; // Pacific/Marquesas
                                                                                                                    -
                                                                                                                    754 const uint32_t kZoneIdPacific_Nauru = 0x8acc41ae; // Pacific/Nauru
                                                                                                                    -
                                                                                                                    755 const uint32_t kZoneIdPacific_Niue = 0x233ca014; // Pacific/Niue
                                                                                                                    -
                                                                                                                    756 const uint32_t kZoneIdPacific_Norfolk = 0x8f4eb4be; // Pacific/Norfolk
                                                                                                                    -
                                                                                                                    757 const uint32_t kZoneIdPacific_Noumea = 0xe551b788; // Pacific/Noumea
                                                                                                                    -
                                                                                                                    758 const uint32_t kZoneIdPacific_Pago_Pago = 0x603aebd0; // Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    759 const uint32_t kZoneIdPacific_Palau = 0x8af04a36; // Pacific/Palau
                                                                                                                    -
                                                                                                                    760 const uint32_t kZoneIdPacific_Pitcairn = 0x8837d8bd; // Pacific/Pitcairn
                                                                                                                    -
                                                                                                                    761 const uint32_t kZoneIdPacific_Port_Moresby = 0xa7ba7f68; // Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    762 const uint32_t kZoneIdPacific_Rarotonga = 0x9981a3b0; // Pacific/Rarotonga
                                                                                                                    -
                                                                                                                    763 const uint32_t kZoneIdPacific_Tahiti = 0xf24c2446; // Pacific/Tahiti
                                                                                                                    -
                                                                                                                    764 const uint32_t kZoneIdPacific_Tarawa = 0xf2517e63; // Pacific/Tarawa
                                                                                                                    -
                                                                                                                    765 const uint32_t kZoneIdPacific_Tongatapu = 0x262ca836; // Pacific/Tongatapu
                                                                                                                    -
                                                                                                                    766 const uint32_t kZoneIdWET = 0x0b882e35; // WET
                                                                                                                    -
                                                                                                                    767 
                                                                                                                    +
                                                                                                                    409 const uint32_t kZoneIdAfrica_Abidjan = 0xc21305a3; // Africa/Abidjan
                                                                                                                    +
                                                                                                                    410 const uint32_t kZoneIdAfrica_Algiers = 0xd94515c1; // Africa/Algiers
                                                                                                                    +
                                                                                                                    411 const uint32_t kZoneIdAfrica_Bissau = 0x75564141; // Africa/Bissau
                                                                                                                    +
                                                                                                                    412 const uint32_t kZoneIdAfrica_Cairo = 0x77f8e228; // Africa/Cairo
                                                                                                                    +
                                                                                                                    413 const uint32_t kZoneIdAfrica_Casablanca = 0xc59f1b33; // Africa/Casablanca
                                                                                                                    +
                                                                                                                    414 const uint32_t kZoneIdAfrica_Ceuta = 0x77fb46ec; // Africa/Ceuta
                                                                                                                    +
                                                                                                                    415 const uint32_t kZoneIdAfrica_El_Aaiun = 0x9d6fb118; // Africa/El_Aaiun
                                                                                                                    +
                                                                                                                    416 const uint32_t kZoneIdAfrica_Johannesburg = 0xd5d157a0; // Africa/Johannesburg
                                                                                                                    +
                                                                                                                    417 const uint32_t kZoneIdAfrica_Juba = 0xd51b395c; // Africa/Juba
                                                                                                                    +
                                                                                                                    418 const uint32_t kZoneIdAfrica_Khartoum = 0xfb3d4205; // Africa/Khartoum
                                                                                                                    +
                                                                                                                    419 const uint32_t kZoneIdAfrica_Lagos = 0x789bb5d0; // Africa/Lagos
                                                                                                                    +
                                                                                                                    420 const uint32_t kZoneIdAfrica_Maputo = 0x8e6ca1f0; // Africa/Maputo
                                                                                                                    +
                                                                                                                    421 const uint32_t kZoneIdAfrica_Monrovia = 0x0ce90385; // Africa/Monrovia
                                                                                                                    +
                                                                                                                    422 const uint32_t kZoneIdAfrica_Nairobi = 0xa87ab57e; // Africa/Nairobi
                                                                                                                    +
                                                                                                                    423 const uint32_t kZoneIdAfrica_Ndjamena = 0x9fe09898; // Africa/Ndjamena
                                                                                                                    +
                                                                                                                    424 const uint32_t kZoneIdAfrica_Sao_Tome = 0x61b319d1; // Africa/Sao_Tome
                                                                                                                    +
                                                                                                                    425 const uint32_t kZoneIdAfrica_Tripoli = 0x9dfebd3d; // Africa/Tripoli
                                                                                                                    +
                                                                                                                    426 const uint32_t kZoneIdAfrica_Tunis = 0x79378e6d; // Africa/Tunis
                                                                                                                    +
                                                                                                                    427 const uint32_t kZoneIdAfrica_Windhoek = 0x789c9bd3; // Africa/Windhoek
                                                                                                                    +
                                                                                                                    428 const uint32_t kZoneIdAmerica_Adak = 0x97fe49d7; // America/Adak
                                                                                                                    +
                                                                                                                    429 const uint32_t kZoneIdAmerica_Anchorage = 0x5a79260e; // America/Anchorage
                                                                                                                    +
                                                                                                                    430 const uint32_t kZoneIdAmerica_Araguaina = 0x6f9a3aef; // America/Araguaina
                                                                                                                    +
                                                                                                                    431 const uint32_t kZoneIdAmerica_Argentina_Buenos_Aires = 0xd43b4c0d; // America/Argentina/Buenos_Aires
                                                                                                                    +
                                                                                                                    432 const uint32_t kZoneIdAmerica_Argentina_Catamarca = 0x8d40986b; // America/Argentina/Catamarca
                                                                                                                    +
                                                                                                                    433 const uint32_t kZoneIdAmerica_Argentina_Cordoba = 0xbfccc308; // America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    434 const uint32_t kZoneIdAmerica_Argentina_Jujuy = 0x5f2f46c5; // America/Argentina/Jujuy
                                                                                                                    +
                                                                                                                    435 const uint32_t kZoneIdAmerica_Argentina_La_Rioja = 0xa46b7eef; // America/Argentina/La_Rioja
                                                                                                                    +
                                                                                                                    436 const uint32_t kZoneIdAmerica_Argentina_Mendoza = 0xa9f72d5c; // America/Argentina/Mendoza
                                                                                                                    +
                                                                                                                    437 const uint32_t kZoneIdAmerica_Argentina_Rio_Gallegos = 0xc5b0f565; // America/Argentina/Rio_Gallegos
                                                                                                                    +
                                                                                                                    438 const uint32_t kZoneIdAmerica_Argentina_Salta = 0x5fc73403; // America/Argentina/Salta
                                                                                                                    +
                                                                                                                    439 const uint32_t kZoneIdAmerica_Argentina_San_Juan = 0x3e1009bd; // America/Argentina/San_Juan
                                                                                                                    +
                                                                                                                    440 const uint32_t kZoneIdAmerica_Argentina_San_Luis = 0x3e11238c; // America/Argentina/San_Luis
                                                                                                                    +
                                                                                                                    441 const uint32_t kZoneIdAmerica_Argentina_Tucuman = 0xe96399eb; // America/Argentina/Tucuman
                                                                                                                    +
                                                                                                                    442 const uint32_t kZoneIdAmerica_Argentina_Ushuaia = 0x320dcdde; // America/Argentina/Ushuaia
                                                                                                                    +
                                                                                                                    443 const uint32_t kZoneIdAmerica_Asuncion = 0x50ec79a6; // America/Asuncion
                                                                                                                    +
                                                                                                                    444 const uint32_t kZoneIdAmerica_Bahia = 0x97d815fb; // America/Bahia
                                                                                                                    +
                                                                                                                    445 const uint32_t kZoneIdAmerica_Bahia_Banderas = 0x14f6329a; // America/Bahia_Banderas
                                                                                                                    +
                                                                                                                    446 const uint32_t kZoneIdAmerica_Barbados = 0xcbbc3b04; // America/Barbados
                                                                                                                    +
                                                                                                                    447 const uint32_t kZoneIdAmerica_Belem = 0x97da580b; // America/Belem
                                                                                                                    +
                                                                                                                    448 const uint32_t kZoneIdAmerica_Belize = 0x93256c81; // America/Belize
                                                                                                                    +
                                                                                                                    449 const uint32_t kZoneIdAmerica_Boa_Vista = 0x0a7b7efe; // America/Boa_Vista
                                                                                                                    +
                                                                                                                    450 const uint32_t kZoneIdAmerica_Bogota = 0x93d7bc62; // America/Bogota
                                                                                                                    +
                                                                                                                    451 const uint32_t kZoneIdAmerica_Boise = 0x97dfc8d8; // America/Boise
                                                                                                                    +
                                                                                                                    452 const uint32_t kZoneIdAmerica_Cambridge_Bay = 0xd5a44aff; // America/Cambridge_Bay
                                                                                                                    +
                                                                                                                    453 const uint32_t kZoneIdAmerica_Campo_Grande = 0xfec3e7a6; // America/Campo_Grande
                                                                                                                    +
                                                                                                                    454 const uint32_t kZoneIdAmerica_Cancun = 0x953331be; // America/Cancun
                                                                                                                    +
                                                                                                                    455 const uint32_t kZoneIdAmerica_Caracas = 0x3be064f4; // America/Caracas
                                                                                                                    +
                                                                                                                    456 const uint32_t kZoneIdAmerica_Cayenne = 0x3c617269; // America/Cayenne
                                                                                                                    +
                                                                                                                    457 const uint32_t kZoneIdAmerica_Chicago = 0x4b92b5d4; // America/Chicago
                                                                                                                    +
                                                                                                                    458 const uint32_t kZoneIdAmerica_Chihuahua = 0x8827d776; // America/Chihuahua
                                                                                                                    +
                                                                                                                    459 const uint32_t kZoneIdAmerica_Costa_Rica = 0x63ff66be; // America/Costa_Rica
                                                                                                                    +
                                                                                                                    460 const uint32_t kZoneIdAmerica_Cuiaba = 0x969a52eb; // America/Cuiaba
                                                                                                                    +
                                                                                                                    461 const uint32_t kZoneIdAmerica_Danmarkshavn = 0xf554d204; // America/Danmarkshavn
                                                                                                                    +
                                                                                                                    462 const uint32_t kZoneIdAmerica_Dawson = 0x978d8d12; // America/Dawson
                                                                                                                    +
                                                                                                                    463 const uint32_t kZoneIdAmerica_Dawson_Creek = 0x6cf24e5b; // America/Dawson_Creek
                                                                                                                    +
                                                                                                                    464 const uint32_t kZoneIdAmerica_Denver = 0x97d10b2a; // America/Denver
                                                                                                                    +
                                                                                                                    465 const uint32_t kZoneIdAmerica_Detroit = 0x925cfbc1; // America/Detroit
                                                                                                                    +
                                                                                                                    466 const uint32_t kZoneIdAmerica_Edmonton = 0x6cb9484a; // America/Edmonton
                                                                                                                    +
                                                                                                                    467 const uint32_t kZoneIdAmerica_Eirunepe = 0xf9b29683; // America/Eirunepe
                                                                                                                    +
                                                                                                                    468 const uint32_t kZoneIdAmerica_El_Salvador = 0x752ad652; // America/El_Salvador
                                                                                                                    +
                                                                                                                    469 const uint32_t kZoneIdAmerica_Fort_Nelson = 0x3f437e0f; // America/Fort_Nelson
                                                                                                                    +
                                                                                                                    470 const uint32_t kZoneIdAmerica_Fortaleza = 0x2ad018ee; // America/Fortaleza
                                                                                                                    +
                                                                                                                    471 const uint32_t kZoneIdAmerica_Glace_Bay = 0x9681f8dd; // America/Glace_Bay
                                                                                                                    +
                                                                                                                    472 const uint32_t kZoneIdAmerica_Goose_Bay = 0xb649541e; // America/Goose_Bay
                                                                                                                    +
                                                                                                                    473 const uint32_t kZoneIdAmerica_Grand_Turk = 0x6e216197; // America/Grand_Turk
                                                                                                                    +
                                                                                                                    474 const uint32_t kZoneIdAmerica_Guatemala = 0x0c8259f7; // America/Guatemala
                                                                                                                    +
                                                                                                                    475 const uint32_t kZoneIdAmerica_Guayaquil = 0x17e64958; // America/Guayaquil
                                                                                                                    +
                                                                                                                    476 const uint32_t kZoneIdAmerica_Guyana = 0x9ff7bd0b; // America/Guyana
                                                                                                                    +
                                                                                                                    477 const uint32_t kZoneIdAmerica_Halifax = 0xbc5b7183; // America/Halifax
                                                                                                                    +
                                                                                                                    478 const uint32_t kZoneIdAmerica_Havana = 0xa0e15675; // America/Havana
                                                                                                                    +
                                                                                                                    479 const uint32_t kZoneIdAmerica_Hermosillo = 0x065d21c4; // America/Hermosillo
                                                                                                                    +
                                                                                                                    480 const uint32_t kZoneIdAmerica_Indiana_Indianapolis = 0x28a669a4; // America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    481 const uint32_t kZoneIdAmerica_Indiana_Knox = 0x6554adc9; // America/Indiana/Knox
                                                                                                                    +
                                                                                                                    482 const uint32_t kZoneIdAmerica_Indiana_Marengo = 0x2feeee72; // America/Indiana/Marengo
                                                                                                                    +
                                                                                                                    483 const uint32_t kZoneIdAmerica_Indiana_Petersburg = 0x94ac7acc; // America/Indiana/Petersburg
                                                                                                                    +
                                                                                                                    484 const uint32_t kZoneIdAmerica_Indiana_Tell_City = 0x09263612; // America/Indiana/Tell_City
                                                                                                                    +
                                                                                                                    485 const uint32_t kZoneIdAmerica_Indiana_Vevay = 0x10aca054; // America/Indiana/Vevay
                                                                                                                    +
                                                                                                                    486 const uint32_t kZoneIdAmerica_Indiana_Vincennes = 0x28a0b212; // America/Indiana/Vincennes
                                                                                                                    +
                                                                                                                    487 const uint32_t kZoneIdAmerica_Indiana_Winamac = 0x4413fa69; // America/Indiana/Winamac
                                                                                                                    +
                                                                                                                    488 const uint32_t kZoneIdAmerica_Inuvik = 0xa42189fc; // America/Inuvik
                                                                                                                    +
                                                                                                                    489 const uint32_t kZoneIdAmerica_Iqaluit = 0x2de310bf; // America/Iqaluit
                                                                                                                    +
                                                                                                                    490 const uint32_t kZoneIdAmerica_Jamaica = 0x565dad6c; // America/Jamaica
                                                                                                                    +
                                                                                                                    491 const uint32_t kZoneIdAmerica_Juneau = 0xa6f13e2e; // America/Juneau
                                                                                                                    +
                                                                                                                    492 const uint32_t kZoneIdAmerica_Kentucky_Louisville = 0x1a21024b; // America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    493 const uint32_t kZoneIdAmerica_Kentucky_Monticello = 0xde71c439; // America/Kentucky/Monticello
                                                                                                                    +
                                                                                                                    494 const uint32_t kZoneIdAmerica_La_Paz = 0xaa29125d; // America/La_Paz
                                                                                                                    +
                                                                                                                    495 const uint32_t kZoneIdAmerica_Lima = 0x980468c9; // America/Lima
                                                                                                                    +
                                                                                                                    496 const uint32_t kZoneIdAmerica_Los_Angeles = 0xb7f7e8f2; // America/Los_Angeles
                                                                                                                    +
                                                                                                                    497 const uint32_t kZoneIdAmerica_Maceio = 0xac80c6d4; // America/Maceio
                                                                                                                    +
                                                                                                                    498 const uint32_t kZoneIdAmerica_Managua = 0x3d5e7600; // America/Managua
                                                                                                                    +
                                                                                                                    499 const uint32_t kZoneIdAmerica_Manaus = 0xac86bf8b; // America/Manaus
                                                                                                                    +
                                                                                                                    500 const uint32_t kZoneIdAmerica_Martinique = 0x551e84c5; // America/Martinique
                                                                                                                    +
                                                                                                                    501 const uint32_t kZoneIdAmerica_Matamoros = 0xdd1b0259; // America/Matamoros
                                                                                                                    +
                                                                                                                    502 const uint32_t kZoneIdAmerica_Mazatlan = 0x0532189e; // America/Mazatlan
                                                                                                                    +
                                                                                                                    503 const uint32_t kZoneIdAmerica_Menominee = 0xe0e9c583; // America/Menominee
                                                                                                                    +
                                                                                                                    504 const uint32_t kZoneIdAmerica_Merida = 0xacd172d8; // America/Merida
                                                                                                                    +
                                                                                                                    505 const uint32_t kZoneIdAmerica_Metlakatla = 0x84de2686; // America/Metlakatla
                                                                                                                    +
                                                                                                                    506 const uint32_t kZoneIdAmerica_Mexico_City = 0xd0d93f43; // America/Mexico_City
                                                                                                                    +
                                                                                                                    507 const uint32_t kZoneIdAmerica_Miquelon = 0x59674330; // America/Miquelon
                                                                                                                    +
                                                                                                                    508 const uint32_t kZoneIdAmerica_Moncton = 0x5e07fe24; // America/Moncton
                                                                                                                    +
                                                                                                                    509 const uint32_t kZoneIdAmerica_Monterrey = 0x269a1deb; // America/Monterrey
                                                                                                                    +
                                                                                                                    510 const uint32_t kZoneIdAmerica_Montevideo = 0xfa214780; // America/Montevideo
                                                                                                                    +
                                                                                                                    511 const uint32_t kZoneIdAmerica_New_York = 0x1e2a7654; // America/New_York
                                                                                                                    +
                                                                                                                    512 const uint32_t kZoneIdAmerica_Nipigon = 0x9d2a8b1a; // America/Nipigon
                                                                                                                    +
                                                                                                                    513 const uint32_t kZoneIdAmerica_Nome = 0x98059b15; // America/Nome
                                                                                                                    +
                                                                                                                    514 const uint32_t kZoneIdAmerica_Noronha = 0xab5116fb; // America/Noronha
                                                                                                                    +
                                                                                                                    515 const uint32_t kZoneIdAmerica_North_Dakota_Beulah = 0x9b52b384; // America/North_Dakota/Beulah
                                                                                                                    +
                                                                                                                    516 const uint32_t kZoneIdAmerica_North_Dakota_Center = 0x9da42814; // America/North_Dakota/Center
                                                                                                                    +
                                                                                                                    517 const uint32_t kZoneIdAmerica_North_Dakota_New_Salem = 0x04f9958e; // America/North_Dakota/New_Salem
                                                                                                                    +
                                                                                                                    518 const uint32_t kZoneIdAmerica_Nuuk = 0x9805b5a9; // America/Nuuk
                                                                                                                    +
                                                                                                                    519 const uint32_t kZoneIdAmerica_Ojinaga = 0xebfde83f; // America/Ojinaga
                                                                                                                    +
                                                                                                                    520 const uint32_t kZoneIdAmerica_Panama = 0xb3863854; // America/Panama
                                                                                                                    +
                                                                                                                    521 const uint32_t kZoneIdAmerica_Pangnirtung = 0x2d999193; // America/Pangnirtung
                                                                                                                    +
                                                                                                                    522 const uint32_t kZoneIdAmerica_Paramaribo = 0xb319e4c4; // America/Paramaribo
                                                                                                                    +
                                                                                                                    523 const uint32_t kZoneIdAmerica_Phoenix = 0x34b5af01; // America/Phoenix
                                                                                                                    +
                                                                                                                    524 const uint32_t kZoneIdAmerica_Port_au_Prince = 0x8e4a7bdc; // America/Port-au-Prince
                                                                                                                    +
                                                                                                                    525 const uint32_t kZoneIdAmerica_Porto_Velho = 0x6b1aac77; // America/Porto_Velho
                                                                                                                    +
                                                                                                                    526 const uint32_t kZoneIdAmerica_Puerto_Rico = 0x6752ca31; // America/Puerto_Rico
                                                                                                                    +
                                                                                                                    527 const uint32_t kZoneIdAmerica_Punta_Arenas = 0xc2c3bce7; // America/Punta_Arenas
                                                                                                                    +
                                                                                                                    528 const uint32_t kZoneIdAmerica_Rainy_River = 0x9cd58a10; // America/Rainy_River
                                                                                                                    +
                                                                                                                    529 const uint32_t kZoneIdAmerica_Rankin_Inlet = 0xc8de4984; // America/Rankin_Inlet
                                                                                                                    +
                                                                                                                    530 const uint32_t kZoneIdAmerica_Recife = 0xb8730494; // America/Recife
                                                                                                                    +
                                                                                                                    531 const uint32_t kZoneIdAmerica_Regina = 0xb875371c; // America/Regina
                                                                                                                    +
                                                                                                                    532 const uint32_t kZoneIdAmerica_Resolute = 0xc7093459; // America/Resolute
                                                                                                                    +
                                                                                                                    533 const uint32_t kZoneIdAmerica_Rio_Branco = 0x9d352764; // America/Rio_Branco
                                                                                                                    +
                                                                                                                    534 const uint32_t kZoneIdAmerica_Santarem = 0x740caec1; // America/Santarem
                                                                                                                    +
                                                                                                                    535 const uint32_t kZoneIdAmerica_Santiago = 0x7410c9bc; // America/Santiago
                                                                                                                    +
                                                                                                                    536 const uint32_t kZoneIdAmerica_Santo_Domingo = 0x75a0d177; // America/Santo_Domingo
                                                                                                                    +
                                                                                                                    537 const uint32_t kZoneIdAmerica_Sao_Paulo = 0x1063bfc9; // America/Sao_Paulo
                                                                                                                    +
                                                                                                                    538 const uint32_t kZoneIdAmerica_Scoresbysund = 0x123f8d2a; // America/Scoresbysund
                                                                                                                    +
                                                                                                                    539 const uint32_t kZoneIdAmerica_Sitka = 0x99104ce2; // America/Sitka
                                                                                                                    +
                                                                                                                    540 const uint32_t kZoneIdAmerica_St_Johns = 0x04b14e6e; // America/St_Johns
                                                                                                                    +
                                                                                                                    541 const uint32_t kZoneIdAmerica_Swift_Current = 0xdef98e55; // America/Swift_Current
                                                                                                                    +
                                                                                                                    542 const uint32_t kZoneIdAmerica_Tegucigalpa = 0xbfd6fd4c; // America/Tegucigalpa
                                                                                                                    +
                                                                                                                    543 const uint32_t kZoneIdAmerica_Thule = 0x9921dd68; // America/Thule
                                                                                                                    +
                                                                                                                    544 const uint32_t kZoneIdAmerica_Thunder_Bay = 0xf962e71b; // America/Thunder_Bay
                                                                                                                    +
                                                                                                                    545 const uint32_t kZoneIdAmerica_Tijuana = 0x6aa1df72; // America/Tijuana
                                                                                                                    +
                                                                                                                    546 const uint32_t kZoneIdAmerica_Toronto = 0x792e851b; // America/Toronto
                                                                                                                    +
                                                                                                                    547 const uint32_t kZoneIdAmerica_Vancouver = 0x2c6f6b1f; // America/Vancouver
                                                                                                                    +
                                                                                                                    548 const uint32_t kZoneIdAmerica_Whitehorse = 0x54e0e3e8; // America/Whitehorse
                                                                                                                    +
                                                                                                                    549 const uint32_t kZoneIdAmerica_Winnipeg = 0x8c7dafc7; // America/Winnipeg
                                                                                                                    +
                                                                                                                    550 const uint32_t kZoneIdAmerica_Yakutat = 0xd8ee31e9; // America/Yakutat
                                                                                                                    +
                                                                                                                    551 const uint32_t kZoneIdAmerica_Yellowknife = 0x0f76c76f; // America/Yellowknife
                                                                                                                    +
                                                                                                                    552 const uint32_t kZoneIdAntarctica_Casey = 0xe2022583; // Antarctica/Casey
                                                                                                                    +
                                                                                                                    553 const uint32_t kZoneIdAntarctica_Davis = 0xe2144b45; // Antarctica/Davis
                                                                                                                    +
                                                                                                                    554 const uint32_t kZoneIdAntarctica_Macquarie = 0x92f47626; // Antarctica/Macquarie
                                                                                                                    +
                                                                                                                    555 const uint32_t kZoneIdAntarctica_Mawson = 0x399cd863; // Antarctica/Mawson
                                                                                                                    +
                                                                                                                    556 const uint32_t kZoneIdAntarctica_Palmer = 0x40962f4f; // Antarctica/Palmer
                                                                                                                    +
                                                                                                                    557 const uint32_t kZoneIdAntarctica_Rothera = 0x0e86d203; // Antarctica/Rothera
                                                                                                                    +
                                                                                                                    558 const uint32_t kZoneIdAntarctica_Troll = 0xe33f085b; // Antarctica/Troll
                                                                                                                    +
                                                                                                                    559 const uint32_t kZoneIdAsia_Almaty = 0xa61f41fa; // Asia/Almaty
                                                                                                                    +
                                                                                                                    560 const uint32_t kZoneIdAsia_Amman = 0x148d21bc; // Asia/Amman
                                                                                                                    +
                                                                                                                    561 const uint32_t kZoneIdAsia_Anadyr = 0xa63cebd1; // Asia/Anadyr
                                                                                                                    +
                                                                                                                    562 const uint32_t kZoneIdAsia_Aqtau = 0x148f710e; // Asia/Aqtau
                                                                                                                    +
                                                                                                                    563 const uint32_t kZoneIdAsia_Aqtobe = 0xa67dcc4e; // Asia/Aqtobe
                                                                                                                    +
                                                                                                                    564 const uint32_t kZoneIdAsia_Ashgabat = 0xba87598d; // Asia/Ashgabat
                                                                                                                    +
                                                                                                                    565 const uint32_t kZoneIdAsia_Atyrau = 0xa6b6e068; // Asia/Atyrau
                                                                                                                    +
                                                                                                                    566 const uint32_t kZoneIdAsia_Baghdad = 0x9ceffbed; // Asia/Baghdad
                                                                                                                    +
                                                                                                                    567 const uint32_t kZoneIdAsia_Baku = 0x1fa788b5; // Asia/Baku
                                                                                                                    +
                                                                                                                    568 const uint32_t kZoneIdAsia_Bangkok = 0x9d6e3aaf; // Asia/Bangkok
                                                                                                                    +
                                                                                                                    569 const uint32_t kZoneIdAsia_Barnaul = 0x9dba4997; // Asia/Barnaul
                                                                                                                    +
                                                                                                                    570 const uint32_t kZoneIdAsia_Beirut = 0xa7f3d5fd; // Asia/Beirut
                                                                                                                    +
                                                                                                                    571 const uint32_t kZoneIdAsia_Bishkek = 0xb0728553; // Asia/Bishkek
                                                                                                                    +
                                                                                                                    572 const uint32_t kZoneIdAsia_Chita = 0x14ae863b; // Asia/Chita
                                                                                                                    +
                                                                                                                    573 const uint32_t kZoneIdAsia_Choibalsan = 0x928aa4a6; // Asia/Choibalsan
                                                                                                                    +
                                                                                                                    574 const uint32_t kZoneIdAsia_Colombo = 0x0af0e91d; // Asia/Colombo
                                                                                                                    +
                                                                                                                    575 const uint32_t kZoneIdAsia_Damascus = 0x20fbb063; // Asia/Damascus
                                                                                                                    +
                                                                                                                    576 const uint32_t kZoneIdAsia_Dhaka = 0x14c07b8b; // Asia/Dhaka
                                                                                                                    +
                                                                                                                    577 const uint32_t kZoneIdAsia_Dili = 0x1fa8c394; // Asia/Dili
                                                                                                                    +
                                                                                                                    578 const uint32_t kZoneIdAsia_Dubai = 0x14c79f77; // Asia/Dubai
                                                                                                                    +
                                                                                                                    579 const uint32_t kZoneIdAsia_Dushanbe = 0x32fc5c3c; // Asia/Dushanbe
                                                                                                                    +
                                                                                                                    580 const uint32_t kZoneIdAsia_Famagusta = 0x289b4f8b; // Asia/Famagusta
                                                                                                                    +
                                                                                                                    581 const uint32_t kZoneIdAsia_Gaza = 0x1faa4875; // Asia/Gaza
                                                                                                                    +
                                                                                                                    582 const uint32_t kZoneIdAsia_Hebron = 0xb5eef250; // Asia/Hebron
                                                                                                                    +
                                                                                                                    583 const uint32_t kZoneIdAsia_Ho_Chi_Minh = 0x20f2d127; // Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    584 const uint32_t kZoneIdAsia_Hong_Kong = 0x577f28ac; // Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    585 const uint32_t kZoneIdAsia_Hovd = 0x1fab0fe3; // Asia/Hovd
                                                                                                                    +
                                                                                                                    586 const uint32_t kZoneIdAsia_Irkutsk = 0xdfbf213f; // Asia/Irkutsk
                                                                                                                    +
                                                                                                                    587 const uint32_t kZoneIdAsia_Jakarta = 0x0506ab50; // Asia/Jakarta
                                                                                                                    +
                                                                                                                    588 const uint32_t kZoneIdAsia_Jayapura = 0xc6833c2f; // Asia/Jayapura
                                                                                                                    +
                                                                                                                    589 const uint32_t kZoneIdAsia_Jerusalem = 0x5becd23a; // Asia/Jerusalem
                                                                                                                    +
                                                                                                                    590 const uint32_t kZoneIdAsia_Kabul = 0x153b5601; // Asia/Kabul
                                                                                                                    +
                                                                                                                    591 const uint32_t kZoneIdAsia_Kamchatka = 0x73baf9d7; // Asia/Kamchatka
                                                                                                                    +
                                                                                                                    592 const uint32_t kZoneIdAsia_Karachi = 0x527f5245; // Asia/Karachi
                                                                                                                    +
                                                                                                                    593 const uint32_t kZoneIdAsia_Kathmandu = 0x9a96ce6f; // Asia/Kathmandu
                                                                                                                    +
                                                                                                                    594 const uint32_t kZoneIdAsia_Khandyga = 0x9685a4d9; // Asia/Khandyga
                                                                                                                    +
                                                                                                                    595 const uint32_t kZoneIdAsia_Kolkata = 0x72c06cd9; // Asia/Kolkata
                                                                                                                    +
                                                                                                                    596 const uint32_t kZoneIdAsia_Krasnoyarsk = 0xd0376c6a; // Asia/Krasnoyarsk
                                                                                                                    +
                                                                                                                    597 const uint32_t kZoneIdAsia_Kuching = 0x801b003b; // Asia/Kuching
                                                                                                                    +
                                                                                                                    598 const uint32_t kZoneIdAsia_Macau = 0x155f88b9; // Asia/Macau
                                                                                                                    +
                                                                                                                    599 const uint32_t kZoneIdAsia_Magadan = 0xebacc19b; // Asia/Magadan
                                                                                                                    +
                                                                                                                    600 const uint32_t kZoneIdAsia_Makassar = 0x6aa21c85; // Asia/Makassar
                                                                                                                    +
                                                                                                                    601 const uint32_t kZoneIdAsia_Manila = 0xc156c944; // Asia/Manila
                                                                                                                    +
                                                                                                                    602 const uint32_t kZoneIdAsia_Nicosia = 0x4b0fcf78; // Asia/Nicosia
                                                                                                                    +
                                                                                                                    603 const uint32_t kZoneIdAsia_Novokuznetsk = 0x69264f93; // Asia/Novokuznetsk
                                                                                                                    +
                                                                                                                    604 const uint32_t kZoneIdAsia_Novosibirsk = 0xa2a435cb; // Asia/Novosibirsk
                                                                                                                    +
                                                                                                                    605 const uint32_t kZoneIdAsia_Omsk = 0x1faeddac; // Asia/Omsk
                                                                                                                    +
                                                                                                                    606 const uint32_t kZoneIdAsia_Oral = 0x1faef0a0; // Asia/Oral
                                                                                                                    +
                                                                                                                    607 const uint32_t kZoneIdAsia_Pontianak = 0x1a76c057; // Asia/Pontianak
                                                                                                                    +
                                                                                                                    608 const uint32_t kZoneIdAsia_Pyongyang = 0x93ed1c8e; // Asia/Pyongyang
                                                                                                                    +
                                                                                                                    609 const uint32_t kZoneIdAsia_Qatar = 0x15a8330b; // Asia/Qatar
                                                                                                                    +
                                                                                                                    610 const uint32_t kZoneIdAsia_Qostanay = 0x654fe522; // Asia/Qostanay
                                                                                                                    +
                                                                                                                    611 const uint32_t kZoneIdAsia_Qyzylorda = 0x71282e81; // Asia/Qyzylorda
                                                                                                                    +
                                                                                                                    612 const uint32_t kZoneIdAsia_Riyadh = 0xcd973d93; // Asia/Riyadh
                                                                                                                    +
                                                                                                                    613 const uint32_t kZoneIdAsia_Sakhalin = 0xf4a1c9bd; // Asia/Sakhalin
                                                                                                                    +
                                                                                                                    614 const uint32_t kZoneIdAsia_Samarkand = 0x13ae5104; // Asia/Samarkand
                                                                                                                    +
                                                                                                                    615 const uint32_t kZoneIdAsia_Seoul = 0x15ce82da; // Asia/Seoul
                                                                                                                    +
                                                                                                                    616 const uint32_t kZoneIdAsia_Shanghai = 0xf895a7f5; // Asia/Shanghai
                                                                                                                    +
                                                                                                                    617 const uint32_t kZoneIdAsia_Singapore = 0xcf8581fa; // Asia/Singapore
                                                                                                                    +
                                                                                                                    618 const uint32_t kZoneIdAsia_Srednekolymsk = 0xbf8e337d; // Asia/Srednekolymsk
                                                                                                                    +
                                                                                                                    619 const uint32_t kZoneIdAsia_Taipei = 0xd1a844ae; // Asia/Taipei
                                                                                                                    +
                                                                                                                    620 const uint32_t kZoneIdAsia_Tashkent = 0xf3924254; // Asia/Tashkent
                                                                                                                    +
                                                                                                                    621 const uint32_t kZoneIdAsia_Tbilisi = 0x0903e442; // Asia/Tbilisi
                                                                                                                    +
                                                                                                                    622 const uint32_t kZoneIdAsia_Tehran = 0xd1f02254; // Asia/Tehran
                                                                                                                    +
                                                                                                                    623 const uint32_t kZoneIdAsia_Thimphu = 0x170380d1; // Asia/Thimphu
                                                                                                                    +
                                                                                                                    624 const uint32_t kZoneIdAsia_Tokyo = 0x15e606a8; // Asia/Tokyo
                                                                                                                    +
                                                                                                                    625 const uint32_t kZoneIdAsia_Tomsk = 0x15e60e60; // Asia/Tomsk
                                                                                                                    +
                                                                                                                    626 const uint32_t kZoneIdAsia_Ulaanbaatar = 0x30f0cc4e; // Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    627 const uint32_t kZoneIdAsia_Urumqi = 0xd5379735; // Asia/Urumqi
                                                                                                                    +
                                                                                                                    628 const uint32_t kZoneIdAsia_Ust_Nera = 0x4785f921; // Asia/Ust-Nera
                                                                                                                    +
                                                                                                                    629 const uint32_t kZoneIdAsia_Vladivostok = 0x29de34a8; // Asia/Vladivostok
                                                                                                                    +
                                                                                                                    630 const uint32_t kZoneIdAsia_Yakutsk = 0x87bb3a9e; // Asia/Yakutsk
                                                                                                                    +
                                                                                                                    631 const uint32_t kZoneIdAsia_Yangon = 0xdd54a8be; // Asia/Yangon
                                                                                                                    +
                                                                                                                    632 const uint32_t kZoneIdAsia_Yekaterinburg = 0xfb544c6e; // Asia/Yekaterinburg
                                                                                                                    +
                                                                                                                    633 const uint32_t kZoneIdAsia_Yerevan = 0x9185c8cc; // Asia/Yerevan
                                                                                                                    +
                                                                                                                    634 const uint32_t kZoneIdAtlantic_Azores = 0xf93ed918; // Atlantic/Azores
                                                                                                                    +
                                                                                                                    635 const uint32_t kZoneIdAtlantic_Bermuda = 0x3d4bb1c4; // Atlantic/Bermuda
                                                                                                                    +
                                                                                                                    636 const uint32_t kZoneIdAtlantic_Canary = 0xfc23f2c2; // Atlantic/Canary
                                                                                                                    +
                                                                                                                    637 const uint32_t kZoneIdAtlantic_Cape_Verde = 0x5c5e1772; // Atlantic/Cape_Verde
                                                                                                                    +
                                                                                                                    638 const uint32_t kZoneIdAtlantic_Faroe = 0xe110a971; // Atlantic/Faroe
                                                                                                                    +
                                                                                                                    639 const uint32_t kZoneIdAtlantic_Madeira = 0x81b5c037; // Atlantic/Madeira
                                                                                                                    +
                                                                                                                    640 const uint32_t kZoneIdAtlantic_South_Georgia = 0x33013174; // Atlantic/South_Georgia
                                                                                                                    +
                                                                                                                    641 const uint32_t kZoneIdAtlantic_Stanley = 0x7bb3e1c4; // Atlantic/Stanley
                                                                                                                    +
                                                                                                                    642 const uint32_t kZoneIdAustralia_Adelaide = 0x2428e8a3; // Australia/Adelaide
                                                                                                                    +
                                                                                                                    643 const uint32_t kZoneIdAustralia_Brisbane = 0x4fedc9c0; // Australia/Brisbane
                                                                                                                    +
                                                                                                                    644 const uint32_t kZoneIdAustralia_Broken_Hill = 0xb06eada3; // Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    645 const uint32_t kZoneIdAustralia_Darwin = 0x2876bdff; // Australia/Darwin
                                                                                                                    +
                                                                                                                    646 const uint32_t kZoneIdAustralia_Eucla = 0x8cf99e44; // Australia/Eucla
                                                                                                                    +
                                                                                                                    647 const uint32_t kZoneIdAustralia_Hobart = 0x32bf951a; // Australia/Hobart
                                                                                                                    +
                                                                                                                    648 const uint32_t kZoneIdAustralia_Lindeman = 0xe05029e2; // Australia/Lindeman
                                                                                                                    +
                                                                                                                    649 const uint32_t kZoneIdAustralia_Lord_Howe = 0xa748b67d; // Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    650 const uint32_t kZoneIdAustralia_Melbourne = 0x0fe559a3; // Australia/Melbourne
                                                                                                                    +
                                                                                                                    651 const uint32_t kZoneIdAustralia_Perth = 0x8db8269d; // Australia/Perth
                                                                                                                    +
                                                                                                                    652 const uint32_t kZoneIdAustralia_Sydney = 0x4d1e9776; // Australia/Sydney
                                                                                                                    +
                                                                                                                    653 const uint32_t kZoneIdCET = 0x0b87d921; // CET
                                                                                                                    +
                                                                                                                    654 const uint32_t kZoneIdCST6CDT = 0xf0e87d00; // CST6CDT
                                                                                                                    +
                                                                                                                    655 const uint32_t kZoneIdEET = 0x0b87e1a3; // EET
                                                                                                                    +
                                                                                                                    656 const uint32_t kZoneIdEST = 0x0b87e371; // EST
                                                                                                                    +
                                                                                                                    657 const uint32_t kZoneIdEST5EDT = 0x8adc72a3; // EST5EDT
                                                                                                                    +
                                                                                                                    658 const uint32_t kZoneIdEtc_GMT = 0xd8e2de58; // Etc/GMT
                                                                                                                    +
                                                                                                                    659 const uint32_t kZoneIdEtc_GMT_PLUS_1 = 0x9d13da14; // Etc/GMT+1
                                                                                                                    +
                                                                                                                    660 const uint32_t kZoneIdEtc_GMT_PLUS_10 = 0x3f8f1cc4; // Etc/GMT+10
                                                                                                                    +
                                                                                                                    661 const uint32_t kZoneIdEtc_GMT_PLUS_11 = 0x3f8f1cc5; // Etc/GMT+11
                                                                                                                    +
                                                                                                                    662 const uint32_t kZoneIdEtc_GMT_PLUS_12 = 0x3f8f1cc6; // Etc/GMT+12
                                                                                                                    +
                                                                                                                    663 const uint32_t kZoneIdEtc_GMT_PLUS_2 = 0x9d13da15; // Etc/GMT+2
                                                                                                                    +
                                                                                                                    664 const uint32_t kZoneIdEtc_GMT_PLUS_3 = 0x9d13da16; // Etc/GMT+3
                                                                                                                    +
                                                                                                                    665 const uint32_t kZoneIdEtc_GMT_PLUS_4 = 0x9d13da17; // Etc/GMT+4
                                                                                                                    +
                                                                                                                    666 const uint32_t kZoneIdEtc_GMT_PLUS_5 = 0x9d13da18; // Etc/GMT+5
                                                                                                                    +
                                                                                                                    667 const uint32_t kZoneIdEtc_GMT_PLUS_6 = 0x9d13da19; // Etc/GMT+6
                                                                                                                    +
                                                                                                                    668 const uint32_t kZoneIdEtc_GMT_PLUS_7 = 0x9d13da1a; // Etc/GMT+7
                                                                                                                    +
                                                                                                                    669 const uint32_t kZoneIdEtc_GMT_PLUS_8 = 0x9d13da1b; // Etc/GMT+8
                                                                                                                    +
                                                                                                                    670 const uint32_t kZoneIdEtc_GMT_PLUS_9 = 0x9d13da1c; // Etc/GMT+9
                                                                                                                    +
                                                                                                                    671 const uint32_t kZoneIdEtc_GMT_1 = 0x9d13da56; // Etc/GMT-1
                                                                                                                    +
                                                                                                                    672 const uint32_t kZoneIdEtc_GMT_10 = 0x3f8f2546; // Etc/GMT-10
                                                                                                                    +
                                                                                                                    673 const uint32_t kZoneIdEtc_GMT_11 = 0x3f8f2547; // Etc/GMT-11
                                                                                                                    +
                                                                                                                    674 const uint32_t kZoneIdEtc_GMT_12 = 0x3f8f2548; // Etc/GMT-12
                                                                                                                    +
                                                                                                                    675 const uint32_t kZoneIdEtc_GMT_13 = 0x3f8f2549; // Etc/GMT-13
                                                                                                                    +
                                                                                                                    676 const uint32_t kZoneIdEtc_GMT_14 = 0x3f8f254a; // Etc/GMT-14
                                                                                                                    +
                                                                                                                    677 const uint32_t kZoneIdEtc_GMT_2 = 0x9d13da57; // Etc/GMT-2
                                                                                                                    +
                                                                                                                    678 const uint32_t kZoneIdEtc_GMT_3 = 0x9d13da58; // Etc/GMT-3
                                                                                                                    +
                                                                                                                    679 const uint32_t kZoneIdEtc_GMT_4 = 0x9d13da59; // Etc/GMT-4
                                                                                                                    +
                                                                                                                    680 const uint32_t kZoneIdEtc_GMT_5 = 0x9d13da5a; // Etc/GMT-5
                                                                                                                    +
                                                                                                                    681 const uint32_t kZoneIdEtc_GMT_6 = 0x9d13da5b; // Etc/GMT-6
                                                                                                                    +
                                                                                                                    682 const uint32_t kZoneIdEtc_GMT_7 = 0x9d13da5c; // Etc/GMT-7
                                                                                                                    +
                                                                                                                    683 const uint32_t kZoneIdEtc_GMT_8 = 0x9d13da5d; // Etc/GMT-8
                                                                                                                    +
                                                                                                                    684 const uint32_t kZoneIdEtc_GMT_9 = 0x9d13da5e; // Etc/GMT-9
                                                                                                                    +
                                                                                                                    685 const uint32_t kZoneIdEtc_UTC = 0xd8e31abc; // Etc/UTC
                                                                                                                    +
                                                                                                                    686 const uint32_t kZoneIdEurope_Andorra = 0x97f6764b; // Europe/Andorra
                                                                                                                    +
                                                                                                                    687 const uint32_t kZoneIdEurope_Astrakhan = 0xe22256e1; // Europe/Astrakhan
                                                                                                                    +
                                                                                                                    688 const uint32_t kZoneIdEurope_Athens = 0x4318fa27; // Europe/Athens
                                                                                                                    +
                                                                                                                    689 const uint32_t kZoneIdEurope_Belgrade = 0xe0532b3a; // Europe/Belgrade
                                                                                                                    +
                                                                                                                    690 const uint32_t kZoneIdEurope_Berlin = 0x44644c20; // Europe/Berlin
                                                                                                                    +
                                                                                                                    691 const uint32_t kZoneIdEurope_Brussels = 0xdee07337; // Europe/Brussels
                                                                                                                    +
                                                                                                                    692 const uint32_t kZoneIdEurope_Bucharest = 0xfb349ec5; // Europe/Bucharest
                                                                                                                    +
                                                                                                                    693 const uint32_t kZoneIdEurope_Budapest = 0x9ce0197c; // Europe/Budapest
                                                                                                                    +
                                                                                                                    694 const uint32_t kZoneIdEurope_Chisinau = 0xad58aa18; // Europe/Chisinau
                                                                                                                    +
                                                                                                                    695 const uint32_t kZoneIdEurope_Dublin = 0x4a275f62; // Europe/Dublin
                                                                                                                    +
                                                                                                                    696 const uint32_t kZoneIdEurope_Gibraltar = 0xf8e325fc; // Europe/Gibraltar
                                                                                                                    +
                                                                                                                    697 const uint32_t kZoneIdEurope_Helsinki = 0x6ab2975b; // Europe/Helsinki
                                                                                                                    +
                                                                                                                    698 const uint32_t kZoneIdEurope_Istanbul = 0x9e09d6e6; // Europe/Istanbul
                                                                                                                    +
                                                                                                                    699 const uint32_t kZoneIdEurope_Kaliningrad = 0xd33b2f28; // Europe/Kaliningrad
                                                                                                                    +
                                                                                                                    700 const uint32_t kZoneIdEurope_Kirov = 0xfaf5abef; // Europe/Kirov
                                                                                                                    +
                                                                                                                    701 const uint32_t kZoneIdEurope_Kyiv = 0xa2c1e347; // Europe/Kyiv
                                                                                                                    +
                                                                                                                    702 const uint32_t kZoneIdEurope_Lisbon = 0x5c00a70b; // Europe/Lisbon
                                                                                                                    +
                                                                                                                    703 const uint32_t kZoneIdEurope_London = 0x5c6a84ae; // Europe/London
                                                                                                                    +
                                                                                                                    704 const uint32_t kZoneIdEurope_Madrid = 0x5dbd1535; // Europe/Madrid
                                                                                                                    +
                                                                                                                    705 const uint32_t kZoneIdEurope_Malta = 0xfb1560f3; // Europe/Malta
                                                                                                                    +
                                                                                                                    706 const uint32_t kZoneIdEurope_Minsk = 0xfb19cc66; // Europe/Minsk
                                                                                                                    +
                                                                                                                    707 const uint32_t kZoneIdEurope_Moscow = 0x5ec266fc; // Europe/Moscow
                                                                                                                    +
                                                                                                                    708 const uint32_t kZoneIdEurope_Paris = 0xfb4bc2a3; // Europe/Paris
                                                                                                                    +
                                                                                                                    709 const uint32_t kZoneIdEurope_Prague = 0x65ee5d48; // Europe/Prague
                                                                                                                    +
                                                                                                                    710 const uint32_t kZoneIdEurope_Riga = 0xa2c57587; // Europe/Riga
                                                                                                                    +
                                                                                                                    711 const uint32_t kZoneIdEurope_Rome = 0xa2c58fd7; // Europe/Rome
                                                                                                                    +
                                                                                                                    712 const uint32_t kZoneIdEurope_Samara = 0x6bc0b139; // Europe/Samara
                                                                                                                    +
                                                                                                                    713 const uint32_t kZoneIdEurope_Saratov = 0xe4315da4; // Europe/Saratov
                                                                                                                    +
                                                                                                                    714 const uint32_t kZoneIdEurope_Simferopol = 0xda9eb724; // Europe/Simferopol
                                                                                                                    +
                                                                                                                    715 const uint32_t kZoneIdEurope_Sofia = 0xfb898656; // Europe/Sofia
                                                                                                                    +
                                                                                                                    716 const uint32_t kZoneIdEurope_Tallinn = 0x30c4e096; // Europe/Tallinn
                                                                                                                    +
                                                                                                                    717 const uint32_t kZoneIdEurope_Tirane = 0x6ea95b47; // Europe/Tirane
                                                                                                                    +
                                                                                                                    718 const uint32_t kZoneIdEurope_Ulyanovsk = 0xe03783d0; // Europe/Ulyanovsk
                                                                                                                    +
                                                                                                                    719 const uint32_t kZoneIdEurope_Vienna = 0x734cc2e5; // Europe/Vienna
                                                                                                                    +
                                                                                                                    720 const uint32_t kZoneIdEurope_Vilnius = 0xdd63b8ce; // Europe/Vilnius
                                                                                                                    +
                                                                                                                    721 const uint32_t kZoneIdEurope_Volgograd = 0x3ed0f389; // Europe/Volgograd
                                                                                                                    +
                                                                                                                    722 const uint32_t kZoneIdEurope_Warsaw = 0x75185c19; // Europe/Warsaw
                                                                                                                    +
                                                                                                                    723 const uint32_t kZoneIdEurope_Zurich = 0x7d8195b9; // Europe/Zurich
                                                                                                                    +
                                                                                                                    724 const uint32_t kZoneIdHST = 0x0b87f034; // HST
                                                                                                                    +
                                                                                                                    725 const uint32_t kZoneIdIndian_Chagos = 0x456f7c3c; // Indian/Chagos
                                                                                                                    +
                                                                                                                    726 const uint32_t kZoneIdIndian_Maldives = 0x9869681c; // Indian/Maldives
                                                                                                                    +
                                                                                                                    727 const uint32_t kZoneIdIndian_Mauritius = 0x7b09c02a; // Indian/Mauritius
                                                                                                                    +
                                                                                                                    728 const uint32_t kZoneIdMET = 0x0b8803ab; // MET
                                                                                                                    +
                                                                                                                    729 const uint32_t kZoneIdMST = 0x0b880579; // MST
                                                                                                                    +
                                                                                                                    730 const uint32_t kZoneIdMST7MDT = 0xf2af9375; // MST7MDT
                                                                                                                    +
                                                                                                                    731 const uint32_t kZoneIdPST8PDT = 0xd99ee2dc; // PST8PDT
                                                                                                                    +
                                                                                                                    732 const uint32_t kZoneIdPacific_Apia = 0x23359b5e; // Pacific/Apia
                                                                                                                    +
                                                                                                                    733 const uint32_t kZoneIdPacific_Auckland = 0x25062f86; // Pacific/Auckland
                                                                                                                    +
                                                                                                                    734 const uint32_t kZoneIdPacific_Bougainville = 0x5e10f7a4; // Pacific/Bougainville
                                                                                                                    +
                                                                                                                    735 const uint32_t kZoneIdPacific_Chatham = 0x2f0de999; // Pacific/Chatham
                                                                                                                    +
                                                                                                                    736 const uint32_t kZoneIdPacific_Easter = 0xcf54f7e7; // Pacific/Easter
                                                                                                                    +
                                                                                                                    737 const uint32_t kZoneIdPacific_Efate = 0x8a2bce28; // Pacific/Efate
                                                                                                                    +
                                                                                                                    738 const uint32_t kZoneIdPacific_Fakaofo = 0x06532bba; // Pacific/Fakaofo
                                                                                                                    +
                                                                                                                    739 const uint32_t kZoneIdPacific_Fiji = 0x23383ba5; // Pacific/Fiji
                                                                                                                    +
                                                                                                                    740 const uint32_t kZoneIdPacific_Galapagos = 0xa952f752; // Pacific/Galapagos
                                                                                                                    +
                                                                                                                    741 const uint32_t kZoneIdPacific_Gambier = 0x53720c3a; // Pacific/Gambier
                                                                                                                    +
                                                                                                                    742 const uint32_t kZoneIdPacific_Guadalcanal = 0xf4dd25f0; // Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    743 const uint32_t kZoneIdPacific_Guam = 0x2338f9ed; // Pacific/Guam
                                                                                                                    +
                                                                                                                    744 const uint32_t kZoneIdPacific_Honolulu = 0xe6e70af9; // Pacific/Honolulu
                                                                                                                    +
                                                                                                                    745 const uint32_t kZoneIdPacific_Kanton = 0xdd512f0e; // Pacific/Kanton
                                                                                                                    +
                                                                                                                    746 const uint32_t kZoneIdPacific_Kiritimati = 0x8305073a; // Pacific/Kiritimati
                                                                                                                    +
                                                                                                                    747 const uint32_t kZoneIdPacific_Kosrae = 0xde5139a8; // Pacific/Kosrae
                                                                                                                    +
                                                                                                                    748 const uint32_t kZoneIdPacific_Kwajalein = 0x8e216759; // Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    749 const uint32_t kZoneIdPacific_Marquesas = 0x57ca7135; // Pacific/Marquesas
                                                                                                                    +
                                                                                                                    750 const uint32_t kZoneIdPacific_Nauru = 0x8acc41ae; // Pacific/Nauru
                                                                                                                    +
                                                                                                                    751 const uint32_t kZoneIdPacific_Niue = 0x233ca014; // Pacific/Niue
                                                                                                                    +
                                                                                                                    752 const uint32_t kZoneIdPacific_Norfolk = 0x8f4eb4be; // Pacific/Norfolk
                                                                                                                    +
                                                                                                                    753 const uint32_t kZoneIdPacific_Noumea = 0xe551b788; // Pacific/Noumea
                                                                                                                    +
                                                                                                                    754 const uint32_t kZoneIdPacific_Pago_Pago = 0x603aebd0; // Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    755 const uint32_t kZoneIdPacific_Palau = 0x8af04a36; // Pacific/Palau
                                                                                                                    +
                                                                                                                    756 const uint32_t kZoneIdPacific_Pitcairn = 0x8837d8bd; // Pacific/Pitcairn
                                                                                                                    +
                                                                                                                    757 const uint32_t kZoneIdPacific_Port_Moresby = 0xa7ba7f68; // Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    758 const uint32_t kZoneIdPacific_Rarotonga = 0x9981a3b0; // Pacific/Rarotonga
                                                                                                                    +
                                                                                                                    759 const uint32_t kZoneIdPacific_Tahiti = 0xf24c2446; // Pacific/Tahiti
                                                                                                                    +
                                                                                                                    760 const uint32_t kZoneIdPacific_Tarawa = 0xf2517e63; // Pacific/Tarawa
                                                                                                                    +
                                                                                                                    761 const uint32_t kZoneIdPacific_Tongatapu = 0x262ca836; // Pacific/Tongatapu
                                                                                                                    +
                                                                                                                    762 const uint32_t kZoneIdWET = 0x0b882e35; // WET
                                                                                                                    +
                                                                                                                    763 
                                                                                                                    +
                                                                                                                    764 
                                                                                                                    +
                                                                                                                    765 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    766 // Supported links: 241
                                                                                                                    +
                                                                                                                    767 //---------------------------------------------------------------------------
                                                                                                                    768 
                                                                                                                    -
                                                                                                                    769 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    770 // Supported links: 239
                                                                                                                    -
                                                                                                                    771 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    772 
                                                                                                                    -
                                                                                                                    773 extern const extended::ZoneInfo kZoneAfrica_Accra; // Africa/Accra -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    774 extern const extended::ZoneInfo kZoneAfrica_Addis_Ababa; // Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    775 extern const extended::ZoneInfo kZoneAfrica_Asmara; // Africa/Asmara -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    776 extern const extended::ZoneInfo kZoneAfrica_Asmera; // Africa/Asmera -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    777 extern const extended::ZoneInfo kZoneAfrica_Bamako; // Africa/Bamako -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    778 extern const extended::ZoneInfo kZoneAfrica_Bangui; // Africa/Bangui -> Africa/Lagos
                                                                                                                    -
                                                                                                                    779 extern const extended::ZoneInfo kZoneAfrica_Banjul; // Africa/Banjul -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    780 extern const extended::ZoneInfo kZoneAfrica_Blantyre; // Africa/Blantyre -> Africa/Maputo
                                                                                                                    -
                                                                                                                    781 extern const extended::ZoneInfo kZoneAfrica_Brazzaville; // Africa/Brazzaville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    782 extern const extended::ZoneInfo kZoneAfrica_Bujumbura; // Africa/Bujumbura -> Africa/Maputo
                                                                                                                    -
                                                                                                                    783 extern const extended::ZoneInfo kZoneAfrica_Conakry; // Africa/Conakry -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    784 extern const extended::ZoneInfo kZoneAfrica_Dakar; // Africa/Dakar -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    785 extern const extended::ZoneInfo kZoneAfrica_Dar_es_Salaam; // Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    786 extern const extended::ZoneInfo kZoneAfrica_Djibouti; // Africa/Djibouti -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    787 extern const extended::ZoneInfo kZoneAfrica_Douala; // Africa/Douala -> Africa/Lagos
                                                                                                                    -
                                                                                                                    788 extern const extended::ZoneInfo kZoneAfrica_Freetown; // Africa/Freetown -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    789 extern const extended::ZoneInfo kZoneAfrica_Gaborone; // Africa/Gaborone -> Africa/Maputo
                                                                                                                    -
                                                                                                                    790 extern const extended::ZoneInfo kZoneAfrica_Harare; // Africa/Harare -> Africa/Maputo
                                                                                                                    -
                                                                                                                    791 extern const extended::ZoneInfo kZoneAfrica_Kampala; // Africa/Kampala -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    792 extern const extended::ZoneInfo kZoneAfrica_Kigali; // Africa/Kigali -> Africa/Maputo
                                                                                                                    -
                                                                                                                    793 extern const extended::ZoneInfo kZoneAfrica_Kinshasa; // Africa/Kinshasa -> Africa/Lagos
                                                                                                                    -
                                                                                                                    794 extern const extended::ZoneInfo kZoneAfrica_Libreville; // Africa/Libreville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    795 extern const extended::ZoneInfo kZoneAfrica_Lome; // Africa/Lome -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    796 extern const extended::ZoneInfo kZoneAfrica_Luanda; // Africa/Luanda -> Africa/Lagos
                                                                                                                    -
                                                                                                                    797 extern const extended::ZoneInfo kZoneAfrica_Lubumbashi; // Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    -
                                                                                                                    798 extern const extended::ZoneInfo kZoneAfrica_Lusaka; // Africa/Lusaka -> Africa/Maputo
                                                                                                                    -
                                                                                                                    799 extern const extended::ZoneInfo kZoneAfrica_Malabo; // Africa/Malabo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    800 extern const extended::ZoneInfo kZoneAfrica_Maseru; // Africa/Maseru -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    801 extern const extended::ZoneInfo kZoneAfrica_Mbabane; // Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    802 extern const extended::ZoneInfo kZoneAfrica_Mogadishu; // Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    803 extern const extended::ZoneInfo kZoneAfrica_Niamey; // Africa/Niamey -> Africa/Lagos
                                                                                                                    -
                                                                                                                    804 extern const extended::ZoneInfo kZoneAfrica_Nouakchott; // Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    805 extern const extended::ZoneInfo kZoneAfrica_Ouagadougou; // Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    806 extern const extended::ZoneInfo kZoneAfrica_Porto_Novo; // Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    807 extern const extended::ZoneInfo kZoneAfrica_Timbuktu; // Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    808 extern const extended::ZoneInfo kZoneAmerica_Anguilla; // America/Anguilla -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    809 extern const extended::ZoneInfo kZoneAmerica_Antigua; // America/Antigua -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    810 extern const extended::ZoneInfo kZoneAmerica_Argentina_ComodRivadavia; // America/Argentina/ComodRivadavia -> America/Argentina/Catamarca
                                                                                                                    -
                                                                                                                    811 extern const extended::ZoneInfo kZoneAmerica_Aruba; // America/Aruba -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    812 extern const extended::ZoneInfo kZoneAmerica_Atikokan; // America/Atikokan -> America/Panama
                                                                                                                    -
                                                                                                                    813 extern const extended::ZoneInfo kZoneAmerica_Atka; // America/Atka -> America/Adak
                                                                                                                    -
                                                                                                                    814 extern const extended::ZoneInfo kZoneAmerica_Blanc_Sablon; // America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    815 extern const extended::ZoneInfo kZoneAmerica_Buenos_Aires; // America/Buenos_Aires -> America/Argentina/Buenos_Aires
                                                                                                                    -
                                                                                                                    816 extern const extended::ZoneInfo kZoneAmerica_Catamarca; // America/Catamarca -> America/Argentina/Catamarca
                                                                                                                    -
                                                                                                                    817 extern const extended::ZoneInfo kZoneAmerica_Cayman; // America/Cayman -> America/Panama
                                                                                                                    -
                                                                                                                    818 extern const extended::ZoneInfo kZoneAmerica_Coral_Harbour; // America/Coral_Harbour -> America/Panama
                                                                                                                    -
                                                                                                                    819 extern const extended::ZoneInfo kZoneAmerica_Cordoba; // America/Cordoba -> America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    820 extern const extended::ZoneInfo kZoneAmerica_Creston; // America/Creston -> America/Phoenix
                                                                                                                    -
                                                                                                                    821 extern const extended::ZoneInfo kZoneAmerica_Curacao; // America/Curacao -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    822 extern const extended::ZoneInfo kZoneAmerica_Dominica; // America/Dominica -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    823 extern const extended::ZoneInfo kZoneAmerica_Ensenada; // America/Ensenada -> America/Tijuana
                                                                                                                    -
                                                                                                                    824 extern const extended::ZoneInfo kZoneAmerica_Fort_Wayne; // America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    825 extern const extended::ZoneInfo kZoneAmerica_Godthab; // America/Godthab -> America/Nuuk
                                                                                                                    -
                                                                                                                    826 extern const extended::ZoneInfo kZoneAmerica_Grenada; // America/Grenada -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    827 extern const extended::ZoneInfo kZoneAmerica_Guadeloupe; // America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    828 extern const extended::ZoneInfo kZoneAmerica_Indianapolis; // America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    829 extern const extended::ZoneInfo kZoneAmerica_Jujuy; // America/Jujuy -> America/Argentina/Jujuy
                                                                                                                    -
                                                                                                                    830 extern const extended::ZoneInfo kZoneAmerica_Knox_IN; // America/Knox_IN -> America/Indiana/Knox
                                                                                                                    -
                                                                                                                    831 extern const extended::ZoneInfo kZoneAmerica_Kralendijk; // America/Kralendijk -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    832 extern const extended::ZoneInfo kZoneAmerica_Louisville; // America/Louisville -> America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    833 extern const extended::ZoneInfo kZoneAmerica_Lower_Princes; // America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    834 extern const extended::ZoneInfo kZoneAmerica_Marigot; // America/Marigot -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    835 extern const extended::ZoneInfo kZoneAmerica_Mendoza; // America/Mendoza -> America/Argentina/Mendoza
                                                                                                                    -
                                                                                                                    836 extern const extended::ZoneInfo kZoneAmerica_Montreal; // America/Montreal -> America/Toronto
                                                                                                                    -
                                                                                                                    837 extern const extended::ZoneInfo kZoneAmerica_Montserrat; // America/Montserrat -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    838 extern const extended::ZoneInfo kZoneAmerica_Nassau; // America/Nassau -> America/Toronto
                                                                                                                    -
                                                                                                                    839 extern const extended::ZoneInfo kZoneAmerica_Port_of_Spain; // America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    840 extern const extended::ZoneInfo kZoneAmerica_Porto_Acre; // America/Porto_Acre -> America/Rio_Branco
                                                                                                                    -
                                                                                                                    841 extern const extended::ZoneInfo kZoneAmerica_Rosario; // America/Rosario -> America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    842 extern const extended::ZoneInfo kZoneAmerica_Santa_Isabel; // America/Santa_Isabel -> America/Tijuana
                                                                                                                    -
                                                                                                                    843 extern const extended::ZoneInfo kZoneAmerica_Shiprock; // America/Shiprock -> America/Denver
                                                                                                                    -
                                                                                                                    844 extern const extended::ZoneInfo kZoneAmerica_St_Barthelemy; // America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    845 extern const extended::ZoneInfo kZoneAmerica_St_Kitts; // America/St_Kitts -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    846 extern const extended::ZoneInfo kZoneAmerica_St_Lucia; // America/St_Lucia -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    847 extern const extended::ZoneInfo kZoneAmerica_St_Thomas; // America/St_Thomas -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    848 extern const extended::ZoneInfo kZoneAmerica_St_Vincent; // America/St_Vincent -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    849 extern const extended::ZoneInfo kZoneAmerica_Tortola; // America/Tortola -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    850 extern const extended::ZoneInfo kZoneAmerica_Virgin; // America/Virgin -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    851 extern const extended::ZoneInfo kZoneAntarctica_DumontDUrville; // Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    852 extern const extended::ZoneInfo kZoneAntarctica_McMurdo; // Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    853 extern const extended::ZoneInfo kZoneAntarctica_South_Pole; // Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    854 extern const extended::ZoneInfo kZoneAntarctica_Syowa; // Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    855 extern const extended::ZoneInfo kZoneAntarctica_Vostok; // Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    856 extern const extended::ZoneInfo kZoneArctic_Longyearbyen; // Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    857 extern const extended::ZoneInfo kZoneAsia_Aden; // Asia/Aden -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    858 extern const extended::ZoneInfo kZoneAsia_Ashkhabad; // Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    -
                                                                                                                    859 extern const extended::ZoneInfo kZoneAsia_Bahrain; // Asia/Bahrain -> Asia/Qatar
                                                                                                                    -
                                                                                                                    860 extern const extended::ZoneInfo kZoneAsia_Brunei; // Asia/Brunei -> Asia/Kuching
                                                                                                                    -
                                                                                                                    861 extern const extended::ZoneInfo kZoneAsia_Calcutta; // Asia/Calcutta -> Asia/Kolkata
                                                                                                                    -
                                                                                                                    862 extern const extended::ZoneInfo kZoneAsia_Chongqing; // Asia/Chongqing -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    863 extern const extended::ZoneInfo kZoneAsia_Chungking; // Asia/Chungking -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    864 extern const extended::ZoneInfo kZoneAsia_Dacca; // Asia/Dacca -> Asia/Dhaka
                                                                                                                    -
                                                                                                                    865 extern const extended::ZoneInfo kZoneAsia_Harbin; // Asia/Harbin -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    866 extern const extended::ZoneInfo kZoneAsia_Istanbul; // Asia/Istanbul -> Europe/Istanbul
                                                                                                                    -
                                                                                                                    867 extern const extended::ZoneInfo kZoneAsia_Kashgar; // Asia/Kashgar -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    868 extern const extended::ZoneInfo kZoneAsia_Katmandu; // Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    -
                                                                                                                    869 extern const extended::ZoneInfo kZoneAsia_Kuala_Lumpur; // Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    -
                                                                                                                    870 extern const extended::ZoneInfo kZoneAsia_Kuwait; // Asia/Kuwait -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    871 extern const extended::ZoneInfo kZoneAsia_Macao; // Asia/Macao -> Asia/Macau
                                                                                                                    -
                                                                                                                    872 extern const extended::ZoneInfo kZoneAsia_Muscat; // Asia/Muscat -> Asia/Dubai
                                                                                                                    -
                                                                                                                    873 extern const extended::ZoneInfo kZoneAsia_Phnom_Penh; // Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    874 extern const extended::ZoneInfo kZoneAsia_Rangoon; // Asia/Rangoon -> Asia/Yangon
                                                                                                                    -
                                                                                                                    875 extern const extended::ZoneInfo kZoneAsia_Saigon; // Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    876 extern const extended::ZoneInfo kZoneAsia_Tel_Aviv; // Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    877 extern const extended::ZoneInfo kZoneAsia_Thimbu; // Asia/Thimbu -> Asia/Thimphu
                                                                                                                    -
                                                                                                                    878 extern const extended::ZoneInfo kZoneAsia_Ujung_Pandang; // Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    -
                                                                                                                    879 extern const extended::ZoneInfo kZoneAsia_Ulan_Bator; // Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    880 extern const extended::ZoneInfo kZoneAsia_Vientiane; // Asia/Vientiane -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    881 extern const extended::ZoneInfo kZoneAtlantic_Faeroe; // Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    -
                                                                                                                    882 extern const extended::ZoneInfo kZoneAtlantic_Jan_Mayen; // Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    883 extern const extended::ZoneInfo kZoneAtlantic_Reykjavik; // Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    884 extern const extended::ZoneInfo kZoneAtlantic_St_Helena; // Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    885 extern const extended::ZoneInfo kZoneAustralia_ACT; // Australia/ACT -> Australia/Sydney
                                                                                                                    -
                                                                                                                    886 extern const extended::ZoneInfo kZoneAustralia_Canberra; // Australia/Canberra -> Australia/Sydney
                                                                                                                    -
                                                                                                                    887 extern const extended::ZoneInfo kZoneAustralia_Currie; // Australia/Currie -> Australia/Hobart
                                                                                                                    -
                                                                                                                    888 extern const extended::ZoneInfo kZoneAustralia_LHI; // Australia/LHI -> Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    889 extern const extended::ZoneInfo kZoneAustralia_NSW; // Australia/NSW -> Australia/Sydney
                                                                                                                    -
                                                                                                                    890 extern const extended::ZoneInfo kZoneAustralia_North; // Australia/North -> Australia/Darwin
                                                                                                                    -
                                                                                                                    891 extern const extended::ZoneInfo kZoneAustralia_Queensland; // Australia/Queensland -> Australia/Brisbane
                                                                                                                    -
                                                                                                                    892 extern const extended::ZoneInfo kZoneAustralia_South; // Australia/South -> Australia/Adelaide
                                                                                                                    -
                                                                                                                    893 extern const extended::ZoneInfo kZoneAustralia_Tasmania; // Australia/Tasmania -> Australia/Hobart
                                                                                                                    -
                                                                                                                    894 extern const extended::ZoneInfo kZoneAustralia_Victoria; // Australia/Victoria -> Australia/Melbourne
                                                                                                                    -
                                                                                                                    895 extern const extended::ZoneInfo kZoneAustralia_West; // Australia/West -> Australia/Perth
                                                                                                                    -
                                                                                                                    896 extern const extended::ZoneInfo kZoneAustralia_Yancowinna; // Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    897 extern const extended::ZoneInfo kZoneBrazil_Acre; // Brazil/Acre -> America/Rio_Branco
                                                                                                                    -
                                                                                                                    898 extern const extended::ZoneInfo kZoneBrazil_DeNoronha; // Brazil/DeNoronha -> America/Noronha
                                                                                                                    -
                                                                                                                    899 extern const extended::ZoneInfo kZoneBrazil_East; // Brazil/East -> America/Sao_Paulo
                                                                                                                    -
                                                                                                                    900 extern const extended::ZoneInfo kZoneBrazil_West; // Brazil/West -> America/Manaus
                                                                                                                    -
                                                                                                                    901 extern const extended::ZoneInfo kZoneCanada_Atlantic; // Canada/Atlantic -> America/Halifax
                                                                                                                    -
                                                                                                                    902 extern const extended::ZoneInfo kZoneCanada_Central; // Canada/Central -> America/Winnipeg
                                                                                                                    -
                                                                                                                    903 extern const extended::ZoneInfo kZoneCanada_Eastern; // Canada/Eastern -> America/Toronto
                                                                                                                    -
                                                                                                                    904 extern const extended::ZoneInfo kZoneCanada_Mountain; // Canada/Mountain -> America/Edmonton
                                                                                                                    -
                                                                                                                    905 extern const extended::ZoneInfo kZoneCanada_Newfoundland; // Canada/Newfoundland -> America/St_Johns
                                                                                                                    -
                                                                                                                    906 extern const extended::ZoneInfo kZoneCanada_Pacific; // Canada/Pacific -> America/Vancouver
                                                                                                                    -
                                                                                                                    907 extern const extended::ZoneInfo kZoneCanada_Saskatchewan; // Canada/Saskatchewan -> America/Regina
                                                                                                                    -
                                                                                                                    908 extern const extended::ZoneInfo kZoneCanada_Yukon; // Canada/Yukon -> America/Whitehorse
                                                                                                                    -
                                                                                                                    909 extern const extended::ZoneInfo kZoneChile_Continental; // Chile/Continental -> America/Santiago
                                                                                                                    -
                                                                                                                    910 extern const extended::ZoneInfo kZoneChile_EasterIsland; // Chile/EasterIsland -> Pacific/Easter
                                                                                                                    -
                                                                                                                    911 extern const extended::ZoneInfo kZoneCuba; // Cuba -> America/Havana
                                                                                                                    -
                                                                                                                    912 extern const extended::ZoneInfo kZoneEgypt; // Egypt -> Africa/Cairo
                                                                                                                    -
                                                                                                                    913 extern const extended::ZoneInfo kZoneEire; // Eire -> Europe/Dublin
                                                                                                                    -
                                                                                                                    914 extern const extended::ZoneInfo kZoneEtc_GMT_PLUS_0; // Etc/GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    915 extern const extended::ZoneInfo kZoneEtc_GMT_0; // Etc/GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    916 extern const extended::ZoneInfo kZoneEtc_GMT0; // Etc/GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    917 extern const extended::ZoneInfo kZoneEtc_Greenwich; // Etc/Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    918 extern const extended::ZoneInfo kZoneEtc_UCT; // Etc/UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    919 extern const extended::ZoneInfo kZoneEtc_Universal; // Etc/Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    920 extern const extended::ZoneInfo kZoneEtc_Zulu; // Etc/Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    921 extern const extended::ZoneInfo kZoneEurope_Amsterdam; // Europe/Amsterdam -> Europe/Brussels
                                                                                                                    -
                                                                                                                    922 extern const extended::ZoneInfo kZoneEurope_Belfast; // Europe/Belfast -> Europe/London
                                                                                                                    -
                                                                                                                    923 extern const extended::ZoneInfo kZoneEurope_Bratislava; // Europe/Bratislava -> Europe/Prague
                                                                                                                    -
                                                                                                                    924 extern const extended::ZoneInfo kZoneEurope_Busingen; // Europe/Busingen -> Europe/Zurich
                                                                                                                    -
                                                                                                                    925 extern const extended::ZoneInfo kZoneEurope_Copenhagen; // Europe/Copenhagen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    926 extern const extended::ZoneInfo kZoneEurope_Guernsey; // Europe/Guernsey -> Europe/London
                                                                                                                    -
                                                                                                                    927 extern const extended::ZoneInfo kZoneEurope_Isle_of_Man; // Europe/Isle_of_Man -> Europe/London
                                                                                                                    -
                                                                                                                    928 extern const extended::ZoneInfo kZoneEurope_Jersey; // Europe/Jersey -> Europe/London
                                                                                                                    -
                                                                                                                    929 extern const extended::ZoneInfo kZoneEurope_Kiev; // Europe/Kiev -> Europe/Kyiv
                                                                                                                    -
                                                                                                                    930 extern const extended::ZoneInfo kZoneEurope_Ljubljana; // Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    931 extern const extended::ZoneInfo kZoneEurope_Luxembourg; // Europe/Luxembourg -> Europe/Brussels
                                                                                                                    -
                                                                                                                    932 extern const extended::ZoneInfo kZoneEurope_Mariehamn; // Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    -
                                                                                                                    933 extern const extended::ZoneInfo kZoneEurope_Monaco; // Europe/Monaco -> Europe/Paris
                                                                                                                    -
                                                                                                                    934 extern const extended::ZoneInfo kZoneEurope_Nicosia; // Europe/Nicosia -> Asia/Nicosia
                                                                                                                    -
                                                                                                                    935 extern const extended::ZoneInfo kZoneEurope_Oslo; // Europe/Oslo -> Europe/Berlin
                                                                                                                    -
                                                                                                                    936 extern const extended::ZoneInfo kZoneEurope_Podgorica; // Europe/Podgorica -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    937 extern const extended::ZoneInfo kZoneEurope_San_Marino; // Europe/San_Marino -> Europe/Rome
                                                                                                                    -
                                                                                                                    938 extern const extended::ZoneInfo kZoneEurope_Sarajevo; // Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    939 extern const extended::ZoneInfo kZoneEurope_Skopje; // Europe/Skopje -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    940 extern const extended::ZoneInfo kZoneEurope_Stockholm; // Europe/Stockholm -> Europe/Berlin
                                                                                                                    -
                                                                                                                    941 extern const extended::ZoneInfo kZoneEurope_Tiraspol; // Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    -
                                                                                                                    942 extern const extended::ZoneInfo kZoneEurope_Vaduz; // Europe/Vaduz -> Europe/Zurich
                                                                                                                    -
                                                                                                                    943 extern const extended::ZoneInfo kZoneEurope_Vatican; // Europe/Vatican -> Europe/Rome
                                                                                                                    -
                                                                                                                    944 extern const extended::ZoneInfo kZoneEurope_Zagreb; // Europe/Zagreb -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    945 extern const extended::ZoneInfo kZoneGB; // GB -> Europe/London
                                                                                                                    -
                                                                                                                    946 extern const extended::ZoneInfo kZoneGB_Eire; // GB-Eire -> Europe/London
                                                                                                                    -
                                                                                                                    947 extern const extended::ZoneInfo kZoneGMT; // GMT -> Etc/GMT
                                                                                                                    -
                                                                                                                    948 extern const extended::ZoneInfo kZoneGMT_PLUS_0; // GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    949 extern const extended::ZoneInfo kZoneGMT_0; // GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    950 extern const extended::ZoneInfo kZoneGMT0; // GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    951 extern const extended::ZoneInfo kZoneGreenwich; // Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    952 extern const extended::ZoneInfo kZoneHongkong; // Hongkong -> Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    953 extern const extended::ZoneInfo kZoneIceland; // Iceland -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    954 extern const extended::ZoneInfo kZoneIndian_Antananarivo; // Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    955 extern const extended::ZoneInfo kZoneIndian_Christmas; // Indian/Christmas -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    956 extern const extended::ZoneInfo kZoneIndian_Cocos; // Indian/Cocos -> Asia/Yangon
                                                                                                                    -
                                                                                                                    957 extern const extended::ZoneInfo kZoneIndian_Comoro; // Indian/Comoro -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    958 extern const extended::ZoneInfo kZoneIndian_Kerguelen; // Indian/Kerguelen -> Indian/Maldives
                                                                                                                    -
                                                                                                                    959 extern const extended::ZoneInfo kZoneIndian_Mahe; // Indian/Mahe -> Asia/Dubai
                                                                                                                    -
                                                                                                                    960 extern const extended::ZoneInfo kZoneIndian_Mayotte; // Indian/Mayotte -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    961 extern const extended::ZoneInfo kZoneIndian_Reunion; // Indian/Reunion -> Asia/Dubai
                                                                                                                    -
                                                                                                                    962 extern const extended::ZoneInfo kZoneIran; // Iran -> Asia/Tehran
                                                                                                                    -
                                                                                                                    963 extern const extended::ZoneInfo kZoneIsrael; // Israel -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    964 extern const extended::ZoneInfo kZoneJamaica; // Jamaica -> America/Jamaica
                                                                                                                    -
                                                                                                                    965 extern const extended::ZoneInfo kZoneJapan; // Japan -> Asia/Tokyo
                                                                                                                    -
                                                                                                                    966 extern const extended::ZoneInfo kZoneKwajalein; // Kwajalein -> Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    967 extern const extended::ZoneInfo kZoneLibya; // Libya -> Africa/Tripoli
                                                                                                                    -
                                                                                                                    968 extern const extended::ZoneInfo kZoneMexico_BajaNorte; // Mexico/BajaNorte -> America/Tijuana
                                                                                                                    -
                                                                                                                    969 extern const extended::ZoneInfo kZoneMexico_BajaSur; // Mexico/BajaSur -> America/Mazatlan
                                                                                                                    -
                                                                                                                    970 extern const extended::ZoneInfo kZoneMexico_General; // Mexico/General -> America/Mexico_City
                                                                                                                    -
                                                                                                                    971 extern const extended::ZoneInfo kZoneNZ; // NZ -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    972 extern const extended::ZoneInfo kZoneNZ_CHAT; // NZ-CHAT -> Pacific/Chatham
                                                                                                                    -
                                                                                                                    973 extern const extended::ZoneInfo kZoneNavajo; // Navajo -> America/Denver
                                                                                                                    -
                                                                                                                    974 extern const extended::ZoneInfo kZonePRC; // PRC -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    975 extern const extended::ZoneInfo kZonePacific_Chuuk; // Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    976 extern const extended::ZoneInfo kZonePacific_Enderbury; // Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    -
                                                                                                                    977 extern const extended::ZoneInfo kZonePacific_Funafuti; // Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    978 extern const extended::ZoneInfo kZonePacific_Johnston; // Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    979 extern const extended::ZoneInfo kZonePacific_Majuro; // Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    980 extern const extended::ZoneInfo kZonePacific_Midway; // Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    981 extern const extended::ZoneInfo kZonePacific_Pohnpei; // Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    982 extern const extended::ZoneInfo kZonePacific_Ponape; // Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    983 extern const extended::ZoneInfo kZonePacific_Saipan; // Pacific/Saipan -> Pacific/Guam
                                                                                                                    -
                                                                                                                    984 extern const extended::ZoneInfo kZonePacific_Samoa; // Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    985 extern const extended::ZoneInfo kZonePacific_Truk; // Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    986 extern const extended::ZoneInfo kZonePacific_Wake; // Pacific/Wake -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    987 extern const extended::ZoneInfo kZonePacific_Wallis; // Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    988 extern const extended::ZoneInfo kZonePacific_Yap; // Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    989 extern const extended::ZoneInfo kZonePoland; // Poland -> Europe/Warsaw
                                                                                                                    -
                                                                                                                    990 extern const extended::ZoneInfo kZonePortugal; // Portugal -> Europe/Lisbon
                                                                                                                    -
                                                                                                                    991 extern const extended::ZoneInfo kZoneROC; // ROC -> Asia/Taipei
                                                                                                                    -
                                                                                                                    992 extern const extended::ZoneInfo kZoneROK; // ROK -> Asia/Seoul
                                                                                                                    -
                                                                                                                    993 extern const extended::ZoneInfo kZoneSingapore; // Singapore -> Asia/Singapore
                                                                                                                    -
                                                                                                                    994 extern const extended::ZoneInfo kZoneTurkey; // Turkey -> Europe/Istanbul
                                                                                                                    -
                                                                                                                    995 extern const extended::ZoneInfo kZoneUCT; // UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    996 extern const extended::ZoneInfo kZoneUS_Alaska; // US/Alaska -> America/Anchorage
                                                                                                                    -
                                                                                                                    997 extern const extended::ZoneInfo kZoneUS_Aleutian; // US/Aleutian -> America/Adak
                                                                                                                    -
                                                                                                                    998 extern const extended::ZoneInfo kZoneUS_Arizona; // US/Arizona -> America/Phoenix
                                                                                                                    -
                                                                                                                    999 extern const extended::ZoneInfo kZoneUS_Central; // US/Central -> America/Chicago
                                                                                                                    -
                                                                                                                    1000 extern const extended::ZoneInfo kZoneUS_East_Indiana; // US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    1001 extern const extended::ZoneInfo kZoneUS_Eastern; // US/Eastern -> America/New_York
                                                                                                                    -
                                                                                                                    1002 extern const extended::ZoneInfo kZoneUS_Hawaii; // US/Hawaii -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    1003 extern const extended::ZoneInfo kZoneUS_Indiana_Starke; // US/Indiana-Starke -> America/Indiana/Knox
                                                                                                                    -
                                                                                                                    1004 extern const extended::ZoneInfo kZoneUS_Michigan; // US/Michigan -> America/Detroit
                                                                                                                    -
                                                                                                                    1005 extern const extended::ZoneInfo kZoneUS_Mountain; // US/Mountain -> America/Denver
                                                                                                                    -
                                                                                                                    1006 extern const extended::ZoneInfo kZoneUS_Pacific; // US/Pacific -> America/Los_Angeles
                                                                                                                    -
                                                                                                                    1007 extern const extended::ZoneInfo kZoneUS_Samoa; // US/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    1008 extern const extended::ZoneInfo kZoneUTC; // UTC -> Etc/UTC
                                                                                                                    -
                                                                                                                    1009 extern const extended::ZoneInfo kZoneUniversal; // Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    1010 extern const extended::ZoneInfo kZoneW_SU; // W-SU -> Europe/Moscow
                                                                                                                    -
                                                                                                                    1011 extern const extended::ZoneInfo kZoneZulu; // Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    1012 
                                                                                                                    +
                                                                                                                    769 extern const extended::ZoneInfo kZoneAfrica_Accra; // Africa/Accra -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    770 extern const extended::ZoneInfo kZoneAfrica_Addis_Ababa; // Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    771 extern const extended::ZoneInfo kZoneAfrica_Asmara; // Africa/Asmara -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    772 extern const extended::ZoneInfo kZoneAfrica_Asmera; // Africa/Asmera -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    773 extern const extended::ZoneInfo kZoneAfrica_Bamako; // Africa/Bamako -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    774 extern const extended::ZoneInfo kZoneAfrica_Bangui; // Africa/Bangui -> Africa/Lagos
                                                                                                                    +
                                                                                                                    775 extern const extended::ZoneInfo kZoneAfrica_Banjul; // Africa/Banjul -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    776 extern const extended::ZoneInfo kZoneAfrica_Blantyre; // Africa/Blantyre -> Africa/Maputo
                                                                                                                    +
                                                                                                                    777 extern const extended::ZoneInfo kZoneAfrica_Brazzaville; // Africa/Brazzaville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    778 extern const extended::ZoneInfo kZoneAfrica_Bujumbura; // Africa/Bujumbura -> Africa/Maputo
                                                                                                                    +
                                                                                                                    779 extern const extended::ZoneInfo kZoneAfrica_Conakry; // Africa/Conakry -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    780 extern const extended::ZoneInfo kZoneAfrica_Dakar; // Africa/Dakar -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    781 extern const extended::ZoneInfo kZoneAfrica_Dar_es_Salaam; // Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    782 extern const extended::ZoneInfo kZoneAfrica_Djibouti; // Africa/Djibouti -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    783 extern const extended::ZoneInfo kZoneAfrica_Douala; // Africa/Douala -> Africa/Lagos
                                                                                                                    +
                                                                                                                    784 extern const extended::ZoneInfo kZoneAfrica_Freetown; // Africa/Freetown -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    785 extern const extended::ZoneInfo kZoneAfrica_Gaborone; // Africa/Gaborone -> Africa/Maputo
                                                                                                                    +
                                                                                                                    786 extern const extended::ZoneInfo kZoneAfrica_Harare; // Africa/Harare -> Africa/Maputo
                                                                                                                    +
                                                                                                                    787 extern const extended::ZoneInfo kZoneAfrica_Kampala; // Africa/Kampala -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    788 extern const extended::ZoneInfo kZoneAfrica_Kigali; // Africa/Kigali -> Africa/Maputo
                                                                                                                    +
                                                                                                                    789 extern const extended::ZoneInfo kZoneAfrica_Kinshasa; // Africa/Kinshasa -> Africa/Lagos
                                                                                                                    +
                                                                                                                    790 extern const extended::ZoneInfo kZoneAfrica_Libreville; // Africa/Libreville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    791 extern const extended::ZoneInfo kZoneAfrica_Lome; // Africa/Lome -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    792 extern const extended::ZoneInfo kZoneAfrica_Luanda; // Africa/Luanda -> Africa/Lagos
                                                                                                                    +
                                                                                                                    793 extern const extended::ZoneInfo kZoneAfrica_Lubumbashi; // Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    +
                                                                                                                    794 extern const extended::ZoneInfo kZoneAfrica_Lusaka; // Africa/Lusaka -> Africa/Maputo
                                                                                                                    +
                                                                                                                    795 extern const extended::ZoneInfo kZoneAfrica_Malabo; // Africa/Malabo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    796 extern const extended::ZoneInfo kZoneAfrica_Maseru; // Africa/Maseru -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    797 extern const extended::ZoneInfo kZoneAfrica_Mbabane; // Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    798 extern const extended::ZoneInfo kZoneAfrica_Mogadishu; // Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    799 extern const extended::ZoneInfo kZoneAfrica_Niamey; // Africa/Niamey -> Africa/Lagos
                                                                                                                    +
                                                                                                                    800 extern const extended::ZoneInfo kZoneAfrica_Nouakchott; // Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    801 extern const extended::ZoneInfo kZoneAfrica_Ouagadougou; // Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    802 extern const extended::ZoneInfo kZoneAfrica_Porto_Novo; // Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    803 extern const extended::ZoneInfo kZoneAfrica_Timbuktu; // Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    804 extern const extended::ZoneInfo kZoneAmerica_Anguilla; // America/Anguilla -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    805 extern const extended::ZoneInfo kZoneAmerica_Antigua; // America/Antigua -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    806 extern const extended::ZoneInfo kZoneAmerica_Argentina_ComodRivadavia; // America/Argentina/ComodRivadavia -> America/Argentina/Catamarca
                                                                                                                    +
                                                                                                                    807 extern const extended::ZoneInfo kZoneAmerica_Aruba; // America/Aruba -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    808 extern const extended::ZoneInfo kZoneAmerica_Atikokan; // America/Atikokan -> America/Panama
                                                                                                                    +
                                                                                                                    809 extern const extended::ZoneInfo kZoneAmerica_Atka; // America/Atka -> America/Adak
                                                                                                                    +
                                                                                                                    810 extern const extended::ZoneInfo kZoneAmerica_Blanc_Sablon; // America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    811 extern const extended::ZoneInfo kZoneAmerica_Buenos_Aires; // America/Buenos_Aires -> America/Argentina/Buenos_Aires
                                                                                                                    +
                                                                                                                    812 extern const extended::ZoneInfo kZoneAmerica_Catamarca; // America/Catamarca -> America/Argentina/Catamarca
                                                                                                                    +
                                                                                                                    813 extern const extended::ZoneInfo kZoneAmerica_Cayman; // America/Cayman -> America/Panama
                                                                                                                    +
                                                                                                                    814 extern const extended::ZoneInfo kZoneAmerica_Coral_Harbour; // America/Coral_Harbour -> America/Panama
                                                                                                                    +
                                                                                                                    815 extern const extended::ZoneInfo kZoneAmerica_Cordoba; // America/Cordoba -> America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    816 extern const extended::ZoneInfo kZoneAmerica_Creston; // America/Creston -> America/Phoenix
                                                                                                                    +
                                                                                                                    817 extern const extended::ZoneInfo kZoneAmerica_Curacao; // America/Curacao -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    818 extern const extended::ZoneInfo kZoneAmerica_Dominica; // America/Dominica -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    819 extern const extended::ZoneInfo kZoneAmerica_Ensenada; // America/Ensenada -> America/Tijuana
                                                                                                                    +
                                                                                                                    820 extern const extended::ZoneInfo kZoneAmerica_Fort_Wayne; // America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    821 extern const extended::ZoneInfo kZoneAmerica_Godthab; // America/Godthab -> America/Nuuk
                                                                                                                    +
                                                                                                                    822 extern const extended::ZoneInfo kZoneAmerica_Grenada; // America/Grenada -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    823 extern const extended::ZoneInfo kZoneAmerica_Guadeloupe; // America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    824 extern const extended::ZoneInfo kZoneAmerica_Indianapolis; // America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    825 extern const extended::ZoneInfo kZoneAmerica_Jujuy; // America/Jujuy -> America/Argentina/Jujuy
                                                                                                                    +
                                                                                                                    826 extern const extended::ZoneInfo kZoneAmerica_Knox_IN; // America/Knox_IN -> America/Indiana/Knox
                                                                                                                    +
                                                                                                                    827 extern const extended::ZoneInfo kZoneAmerica_Kralendijk; // America/Kralendijk -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    828 extern const extended::ZoneInfo kZoneAmerica_Louisville; // America/Louisville -> America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    829 extern const extended::ZoneInfo kZoneAmerica_Lower_Princes; // America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    830 extern const extended::ZoneInfo kZoneAmerica_Marigot; // America/Marigot -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    831 extern const extended::ZoneInfo kZoneAmerica_Mendoza; // America/Mendoza -> America/Argentina/Mendoza
                                                                                                                    +
                                                                                                                    832 extern const extended::ZoneInfo kZoneAmerica_Montreal; // America/Montreal -> America/Toronto
                                                                                                                    +
                                                                                                                    833 extern const extended::ZoneInfo kZoneAmerica_Montserrat; // America/Montserrat -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    834 extern const extended::ZoneInfo kZoneAmerica_Nassau; // America/Nassau -> America/Toronto
                                                                                                                    +
                                                                                                                    835 extern const extended::ZoneInfo kZoneAmerica_Port_of_Spain; // America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    836 extern const extended::ZoneInfo kZoneAmerica_Porto_Acre; // America/Porto_Acre -> America/Rio_Branco
                                                                                                                    +
                                                                                                                    837 extern const extended::ZoneInfo kZoneAmerica_Rosario; // America/Rosario -> America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    838 extern const extended::ZoneInfo kZoneAmerica_Santa_Isabel; // America/Santa_Isabel -> America/Tijuana
                                                                                                                    +
                                                                                                                    839 extern const extended::ZoneInfo kZoneAmerica_Shiprock; // America/Shiprock -> America/Denver
                                                                                                                    +
                                                                                                                    840 extern const extended::ZoneInfo kZoneAmerica_St_Barthelemy; // America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    841 extern const extended::ZoneInfo kZoneAmerica_St_Kitts; // America/St_Kitts -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    842 extern const extended::ZoneInfo kZoneAmerica_St_Lucia; // America/St_Lucia -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    843 extern const extended::ZoneInfo kZoneAmerica_St_Thomas; // America/St_Thomas -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    844 extern const extended::ZoneInfo kZoneAmerica_St_Vincent; // America/St_Vincent -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    845 extern const extended::ZoneInfo kZoneAmerica_Tortola; // America/Tortola -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    846 extern const extended::ZoneInfo kZoneAmerica_Virgin; // America/Virgin -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    847 extern const extended::ZoneInfo kZoneAntarctica_DumontDUrville; // Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    848 extern const extended::ZoneInfo kZoneAntarctica_McMurdo; // Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    849 extern const extended::ZoneInfo kZoneAntarctica_South_Pole; // Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    850 extern const extended::ZoneInfo kZoneAntarctica_Syowa; // Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    851 extern const extended::ZoneInfo kZoneAntarctica_Vostok; // Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    852 extern const extended::ZoneInfo kZoneArctic_Longyearbyen; // Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    853 extern const extended::ZoneInfo kZoneAsia_Aden; // Asia/Aden -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    854 extern const extended::ZoneInfo kZoneAsia_Ashkhabad; // Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    +
                                                                                                                    855 extern const extended::ZoneInfo kZoneAsia_Bahrain; // Asia/Bahrain -> Asia/Qatar
                                                                                                                    +
                                                                                                                    856 extern const extended::ZoneInfo kZoneAsia_Brunei; // Asia/Brunei -> Asia/Kuching
                                                                                                                    +
                                                                                                                    857 extern const extended::ZoneInfo kZoneAsia_Calcutta; // Asia/Calcutta -> Asia/Kolkata
                                                                                                                    +
                                                                                                                    858 extern const extended::ZoneInfo kZoneAsia_Chongqing; // Asia/Chongqing -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    859 extern const extended::ZoneInfo kZoneAsia_Chungking; // Asia/Chungking -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    860 extern const extended::ZoneInfo kZoneAsia_Dacca; // Asia/Dacca -> Asia/Dhaka
                                                                                                                    +
                                                                                                                    861 extern const extended::ZoneInfo kZoneAsia_Harbin; // Asia/Harbin -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    862 extern const extended::ZoneInfo kZoneAsia_Istanbul; // Asia/Istanbul -> Europe/Istanbul
                                                                                                                    +
                                                                                                                    863 extern const extended::ZoneInfo kZoneAsia_Kashgar; // Asia/Kashgar -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    864 extern const extended::ZoneInfo kZoneAsia_Katmandu; // Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    +
                                                                                                                    865 extern const extended::ZoneInfo kZoneAsia_Kuala_Lumpur; // Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    +
                                                                                                                    866 extern const extended::ZoneInfo kZoneAsia_Kuwait; // Asia/Kuwait -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    867 extern const extended::ZoneInfo kZoneAsia_Macao; // Asia/Macao -> Asia/Macau
                                                                                                                    +
                                                                                                                    868 extern const extended::ZoneInfo kZoneAsia_Muscat; // Asia/Muscat -> Asia/Dubai
                                                                                                                    +
                                                                                                                    869 extern const extended::ZoneInfo kZoneAsia_Phnom_Penh; // Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    870 extern const extended::ZoneInfo kZoneAsia_Rangoon; // Asia/Rangoon -> Asia/Yangon
                                                                                                                    +
                                                                                                                    871 extern const extended::ZoneInfo kZoneAsia_Saigon; // Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    872 extern const extended::ZoneInfo kZoneAsia_Tel_Aviv; // Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    873 extern const extended::ZoneInfo kZoneAsia_Thimbu; // Asia/Thimbu -> Asia/Thimphu
                                                                                                                    +
                                                                                                                    874 extern const extended::ZoneInfo kZoneAsia_Ujung_Pandang; // Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    +
                                                                                                                    875 extern const extended::ZoneInfo kZoneAsia_Ulan_Bator; // Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    876 extern const extended::ZoneInfo kZoneAsia_Vientiane; // Asia/Vientiane -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    877 extern const extended::ZoneInfo kZoneAtlantic_Faeroe; // Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    +
                                                                                                                    878 extern const extended::ZoneInfo kZoneAtlantic_Jan_Mayen; // Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    879 extern const extended::ZoneInfo kZoneAtlantic_Reykjavik; // Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    880 extern const extended::ZoneInfo kZoneAtlantic_St_Helena; // Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    881 extern const extended::ZoneInfo kZoneAustralia_ACT; // Australia/ACT -> Australia/Sydney
                                                                                                                    +
                                                                                                                    882 extern const extended::ZoneInfo kZoneAustralia_Canberra; // Australia/Canberra -> Australia/Sydney
                                                                                                                    +
                                                                                                                    883 extern const extended::ZoneInfo kZoneAustralia_Currie; // Australia/Currie -> Australia/Hobart
                                                                                                                    +
                                                                                                                    884 extern const extended::ZoneInfo kZoneAustralia_LHI; // Australia/LHI -> Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    885 extern const extended::ZoneInfo kZoneAustralia_NSW; // Australia/NSW -> Australia/Sydney
                                                                                                                    +
                                                                                                                    886 extern const extended::ZoneInfo kZoneAustralia_North; // Australia/North -> Australia/Darwin
                                                                                                                    +
                                                                                                                    887 extern const extended::ZoneInfo kZoneAustralia_Queensland; // Australia/Queensland -> Australia/Brisbane
                                                                                                                    +
                                                                                                                    888 extern const extended::ZoneInfo kZoneAustralia_South; // Australia/South -> Australia/Adelaide
                                                                                                                    +
                                                                                                                    889 extern const extended::ZoneInfo kZoneAustralia_Tasmania; // Australia/Tasmania -> Australia/Hobart
                                                                                                                    +
                                                                                                                    890 extern const extended::ZoneInfo kZoneAustralia_Victoria; // Australia/Victoria -> Australia/Melbourne
                                                                                                                    +
                                                                                                                    891 extern const extended::ZoneInfo kZoneAustralia_West; // Australia/West -> Australia/Perth
                                                                                                                    +
                                                                                                                    892 extern const extended::ZoneInfo kZoneAustralia_Yancowinna; // Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    893 extern const extended::ZoneInfo kZoneBrazil_Acre; // Brazil/Acre -> America/Rio_Branco
                                                                                                                    +
                                                                                                                    894 extern const extended::ZoneInfo kZoneBrazil_DeNoronha; // Brazil/DeNoronha -> America/Noronha
                                                                                                                    +
                                                                                                                    895 extern const extended::ZoneInfo kZoneBrazil_East; // Brazil/East -> America/Sao_Paulo
                                                                                                                    +
                                                                                                                    896 extern const extended::ZoneInfo kZoneBrazil_West; // Brazil/West -> America/Manaus
                                                                                                                    +
                                                                                                                    897 extern const extended::ZoneInfo kZoneCanada_Atlantic; // Canada/Atlantic -> America/Halifax
                                                                                                                    +
                                                                                                                    898 extern const extended::ZoneInfo kZoneCanada_Central; // Canada/Central -> America/Winnipeg
                                                                                                                    +
                                                                                                                    899 extern const extended::ZoneInfo kZoneCanada_Eastern; // Canada/Eastern -> America/Toronto
                                                                                                                    +
                                                                                                                    900 extern const extended::ZoneInfo kZoneCanada_Mountain; // Canada/Mountain -> America/Edmonton
                                                                                                                    +
                                                                                                                    901 extern const extended::ZoneInfo kZoneCanada_Newfoundland; // Canada/Newfoundland -> America/St_Johns
                                                                                                                    +
                                                                                                                    902 extern const extended::ZoneInfo kZoneCanada_Pacific; // Canada/Pacific -> America/Vancouver
                                                                                                                    +
                                                                                                                    903 extern const extended::ZoneInfo kZoneCanada_Saskatchewan; // Canada/Saskatchewan -> America/Regina
                                                                                                                    +
                                                                                                                    904 extern const extended::ZoneInfo kZoneCanada_Yukon; // Canada/Yukon -> America/Whitehorse
                                                                                                                    +
                                                                                                                    905 extern const extended::ZoneInfo kZoneChile_Continental; // Chile/Continental -> America/Santiago
                                                                                                                    +
                                                                                                                    906 extern const extended::ZoneInfo kZoneChile_EasterIsland; // Chile/EasterIsland -> Pacific/Easter
                                                                                                                    +
                                                                                                                    907 extern const extended::ZoneInfo kZoneCuba; // Cuba -> America/Havana
                                                                                                                    +
                                                                                                                    908 extern const extended::ZoneInfo kZoneEgypt; // Egypt -> Africa/Cairo
                                                                                                                    +
                                                                                                                    909 extern const extended::ZoneInfo kZoneEire; // Eire -> Europe/Dublin
                                                                                                                    +
                                                                                                                    910 extern const extended::ZoneInfo kZoneEtc_GMT_PLUS_0; // Etc/GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    911 extern const extended::ZoneInfo kZoneEtc_GMT_0; // Etc/GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    912 extern const extended::ZoneInfo kZoneEtc_GMT0; // Etc/GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    913 extern const extended::ZoneInfo kZoneEtc_Greenwich; // Etc/Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    914 extern const extended::ZoneInfo kZoneEtc_UCT; // Etc/UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    915 extern const extended::ZoneInfo kZoneEtc_Universal; // Etc/Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    916 extern const extended::ZoneInfo kZoneEtc_Zulu; // Etc/Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    917 extern const extended::ZoneInfo kZoneEurope_Amsterdam; // Europe/Amsterdam -> Europe/Brussels
                                                                                                                    +
                                                                                                                    918 extern const extended::ZoneInfo kZoneEurope_Belfast; // Europe/Belfast -> Europe/London
                                                                                                                    +
                                                                                                                    919 extern const extended::ZoneInfo kZoneEurope_Bratislava; // Europe/Bratislava -> Europe/Prague
                                                                                                                    +
                                                                                                                    920 extern const extended::ZoneInfo kZoneEurope_Busingen; // Europe/Busingen -> Europe/Zurich
                                                                                                                    +
                                                                                                                    921 extern const extended::ZoneInfo kZoneEurope_Copenhagen; // Europe/Copenhagen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    922 extern const extended::ZoneInfo kZoneEurope_Guernsey; // Europe/Guernsey -> Europe/London
                                                                                                                    +
                                                                                                                    923 extern const extended::ZoneInfo kZoneEurope_Isle_of_Man; // Europe/Isle_of_Man -> Europe/London
                                                                                                                    +
                                                                                                                    924 extern const extended::ZoneInfo kZoneEurope_Jersey; // Europe/Jersey -> Europe/London
                                                                                                                    +
                                                                                                                    925 extern const extended::ZoneInfo kZoneEurope_Kiev; // Europe/Kiev -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    926 extern const extended::ZoneInfo kZoneEurope_Ljubljana; // Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    927 extern const extended::ZoneInfo kZoneEurope_Luxembourg; // Europe/Luxembourg -> Europe/Brussels
                                                                                                                    +
                                                                                                                    928 extern const extended::ZoneInfo kZoneEurope_Mariehamn; // Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    +
                                                                                                                    929 extern const extended::ZoneInfo kZoneEurope_Monaco; // Europe/Monaco -> Europe/Paris
                                                                                                                    +
                                                                                                                    930 extern const extended::ZoneInfo kZoneEurope_Nicosia; // Europe/Nicosia -> Asia/Nicosia
                                                                                                                    +
                                                                                                                    931 extern const extended::ZoneInfo kZoneEurope_Oslo; // Europe/Oslo -> Europe/Berlin
                                                                                                                    +
                                                                                                                    932 extern const extended::ZoneInfo kZoneEurope_Podgorica; // Europe/Podgorica -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    933 extern const extended::ZoneInfo kZoneEurope_San_Marino; // Europe/San_Marino -> Europe/Rome
                                                                                                                    +
                                                                                                                    934 extern const extended::ZoneInfo kZoneEurope_Sarajevo; // Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    935 extern const extended::ZoneInfo kZoneEurope_Skopje; // Europe/Skopje -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    936 extern const extended::ZoneInfo kZoneEurope_Stockholm; // Europe/Stockholm -> Europe/Berlin
                                                                                                                    +
                                                                                                                    937 extern const extended::ZoneInfo kZoneEurope_Tiraspol; // Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    +
                                                                                                                    938 extern const extended::ZoneInfo kZoneEurope_Uzhgorod; // Europe/Uzhgorod -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    939 extern const extended::ZoneInfo kZoneEurope_Vaduz; // Europe/Vaduz -> Europe/Zurich
                                                                                                                    +
                                                                                                                    940 extern const extended::ZoneInfo kZoneEurope_Vatican; // Europe/Vatican -> Europe/Rome
                                                                                                                    +
                                                                                                                    941 extern const extended::ZoneInfo kZoneEurope_Zagreb; // Europe/Zagreb -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    942 extern const extended::ZoneInfo kZoneEurope_Zaporozhye; // Europe/Zaporozhye -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    943 extern const extended::ZoneInfo kZoneGB; // GB -> Europe/London
                                                                                                                    +
                                                                                                                    944 extern const extended::ZoneInfo kZoneGB_Eire; // GB-Eire -> Europe/London
                                                                                                                    +
                                                                                                                    945 extern const extended::ZoneInfo kZoneGMT; // GMT -> Etc/GMT
                                                                                                                    +
                                                                                                                    946 extern const extended::ZoneInfo kZoneGMT_PLUS_0; // GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    947 extern const extended::ZoneInfo kZoneGMT_0; // GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    948 extern const extended::ZoneInfo kZoneGMT0; // GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    949 extern const extended::ZoneInfo kZoneGreenwich; // Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    950 extern const extended::ZoneInfo kZoneHongkong; // Hongkong -> Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    951 extern const extended::ZoneInfo kZoneIceland; // Iceland -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    952 extern const extended::ZoneInfo kZoneIndian_Antananarivo; // Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    953 extern const extended::ZoneInfo kZoneIndian_Christmas; // Indian/Christmas -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    954 extern const extended::ZoneInfo kZoneIndian_Cocos; // Indian/Cocos -> Asia/Yangon
                                                                                                                    +
                                                                                                                    955 extern const extended::ZoneInfo kZoneIndian_Comoro; // Indian/Comoro -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    956 extern const extended::ZoneInfo kZoneIndian_Kerguelen; // Indian/Kerguelen -> Indian/Maldives
                                                                                                                    +
                                                                                                                    957 extern const extended::ZoneInfo kZoneIndian_Mahe; // Indian/Mahe -> Asia/Dubai
                                                                                                                    +
                                                                                                                    958 extern const extended::ZoneInfo kZoneIndian_Mayotte; // Indian/Mayotte -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    959 extern const extended::ZoneInfo kZoneIndian_Reunion; // Indian/Reunion -> Asia/Dubai
                                                                                                                    +
                                                                                                                    960 extern const extended::ZoneInfo kZoneIran; // Iran -> Asia/Tehran
                                                                                                                    +
                                                                                                                    961 extern const extended::ZoneInfo kZoneIsrael; // Israel -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    962 extern const extended::ZoneInfo kZoneJamaica; // Jamaica -> America/Jamaica
                                                                                                                    +
                                                                                                                    963 extern const extended::ZoneInfo kZoneJapan; // Japan -> Asia/Tokyo
                                                                                                                    +
                                                                                                                    964 extern const extended::ZoneInfo kZoneKwajalein; // Kwajalein -> Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    965 extern const extended::ZoneInfo kZoneLibya; // Libya -> Africa/Tripoli
                                                                                                                    +
                                                                                                                    966 extern const extended::ZoneInfo kZoneMexico_BajaNorte; // Mexico/BajaNorte -> America/Tijuana
                                                                                                                    +
                                                                                                                    967 extern const extended::ZoneInfo kZoneMexico_BajaSur; // Mexico/BajaSur -> America/Mazatlan
                                                                                                                    +
                                                                                                                    968 extern const extended::ZoneInfo kZoneMexico_General; // Mexico/General -> America/Mexico_City
                                                                                                                    +
                                                                                                                    969 extern const extended::ZoneInfo kZoneNZ; // NZ -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    970 extern const extended::ZoneInfo kZoneNZ_CHAT; // NZ-CHAT -> Pacific/Chatham
                                                                                                                    +
                                                                                                                    971 extern const extended::ZoneInfo kZoneNavajo; // Navajo -> America/Denver
                                                                                                                    +
                                                                                                                    972 extern const extended::ZoneInfo kZonePRC; // PRC -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    973 extern const extended::ZoneInfo kZonePacific_Chuuk; // Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    974 extern const extended::ZoneInfo kZonePacific_Enderbury; // Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    +
                                                                                                                    975 extern const extended::ZoneInfo kZonePacific_Funafuti; // Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    976 extern const extended::ZoneInfo kZonePacific_Johnston; // Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    977 extern const extended::ZoneInfo kZonePacific_Majuro; // Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    978 extern const extended::ZoneInfo kZonePacific_Midway; // Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    979 extern const extended::ZoneInfo kZonePacific_Pohnpei; // Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    980 extern const extended::ZoneInfo kZonePacific_Ponape; // Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    981 extern const extended::ZoneInfo kZonePacific_Saipan; // Pacific/Saipan -> Pacific/Guam
                                                                                                                    +
                                                                                                                    982 extern const extended::ZoneInfo kZonePacific_Samoa; // Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    983 extern const extended::ZoneInfo kZonePacific_Truk; // Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    984 extern const extended::ZoneInfo kZonePacific_Wake; // Pacific/Wake -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    985 extern const extended::ZoneInfo kZonePacific_Wallis; // Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    986 extern const extended::ZoneInfo kZonePacific_Yap; // Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    987 extern const extended::ZoneInfo kZonePoland; // Poland -> Europe/Warsaw
                                                                                                                    +
                                                                                                                    988 extern const extended::ZoneInfo kZonePortugal; // Portugal -> Europe/Lisbon
                                                                                                                    +
                                                                                                                    989 extern const extended::ZoneInfo kZoneROC; // ROC -> Asia/Taipei
                                                                                                                    +
                                                                                                                    990 extern const extended::ZoneInfo kZoneROK; // ROK -> Asia/Seoul
                                                                                                                    +
                                                                                                                    991 extern const extended::ZoneInfo kZoneSingapore; // Singapore -> Asia/Singapore
                                                                                                                    +
                                                                                                                    992 extern const extended::ZoneInfo kZoneTurkey; // Turkey -> Europe/Istanbul
                                                                                                                    +
                                                                                                                    993 extern const extended::ZoneInfo kZoneUCT; // UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    994 extern const extended::ZoneInfo kZoneUS_Alaska; // US/Alaska -> America/Anchorage
                                                                                                                    +
                                                                                                                    995 extern const extended::ZoneInfo kZoneUS_Aleutian; // US/Aleutian -> America/Adak
                                                                                                                    +
                                                                                                                    996 extern const extended::ZoneInfo kZoneUS_Arizona; // US/Arizona -> America/Phoenix
                                                                                                                    +
                                                                                                                    997 extern const extended::ZoneInfo kZoneUS_Central; // US/Central -> America/Chicago
                                                                                                                    +
                                                                                                                    998 extern const extended::ZoneInfo kZoneUS_East_Indiana; // US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    999 extern const extended::ZoneInfo kZoneUS_Eastern; // US/Eastern -> America/New_York
                                                                                                                    +
                                                                                                                    1000 extern const extended::ZoneInfo kZoneUS_Hawaii; // US/Hawaii -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    1001 extern const extended::ZoneInfo kZoneUS_Indiana_Starke; // US/Indiana-Starke -> America/Indiana/Knox
                                                                                                                    +
                                                                                                                    1002 extern const extended::ZoneInfo kZoneUS_Michigan; // US/Michigan -> America/Detroit
                                                                                                                    +
                                                                                                                    1003 extern const extended::ZoneInfo kZoneUS_Mountain; // US/Mountain -> America/Denver
                                                                                                                    +
                                                                                                                    1004 extern const extended::ZoneInfo kZoneUS_Pacific; // US/Pacific -> America/Los_Angeles
                                                                                                                    +
                                                                                                                    1005 extern const extended::ZoneInfo kZoneUS_Samoa; // US/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    1006 extern const extended::ZoneInfo kZoneUTC; // UTC -> Etc/UTC
                                                                                                                    +
                                                                                                                    1007 extern const extended::ZoneInfo kZoneUniversal; // Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    1008 extern const extended::ZoneInfo kZoneW_SU; // W-SU -> Europe/Moscow
                                                                                                                    +
                                                                                                                    1009 extern const extended::ZoneInfo kZoneZulu; // Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    1010 
                                                                                                                    +
                                                                                                                    1011 
                                                                                                                    +
                                                                                                                    1012 // Zone Ids
                                                                                                                    1013 
                                                                                                                    -
                                                                                                                    1014 // Zone Ids
                                                                                                                    -
                                                                                                                    1015 
                                                                                                                    -
                                                                                                                    1016 const uint32_t kZoneIdAfrica_Accra = 0x77d5b054; // Africa/Accra
                                                                                                                    -
                                                                                                                    1017 const uint32_t kZoneIdAfrica_Addis_Ababa = 0x05ae1e65; // Africa/Addis_Ababa
                                                                                                                    -
                                                                                                                    1018 const uint32_t kZoneIdAfrica_Asmara = 0x73b278ef; // Africa/Asmara
                                                                                                                    -
                                                                                                                    1019 const uint32_t kZoneIdAfrica_Asmera = 0x73b289f3; // Africa/Asmera
                                                                                                                    -
                                                                                                                    1020 const uint32_t kZoneIdAfrica_Bamako = 0x74c1e7a5; // Africa/Bamako
                                                                                                                    -
                                                                                                                    1021 const uint32_t kZoneIdAfrica_Bangui = 0x74c28ed0; // Africa/Bangui
                                                                                                                    -
                                                                                                                    1022 const uint32_t kZoneIdAfrica_Banjul = 0x74c29b96; // Africa/Banjul
                                                                                                                    -
                                                                                                                    1023 const uint32_t kZoneIdAfrica_Blantyre = 0xe08d813b; // Africa/Blantyre
                                                                                                                    -
                                                                                                                    1024 const uint32_t kZoneIdAfrica_Brazzaville = 0x39cda760; // Africa/Brazzaville
                                                                                                                    -
                                                                                                                    1025 const uint32_t kZoneIdAfrica_Bujumbura = 0x05232a47; // Africa/Bujumbura
                                                                                                                    -
                                                                                                                    1026 const uint32_t kZoneIdAfrica_Conakry = 0x7ab36b31; // Africa/Conakry
                                                                                                                    -
                                                                                                                    1027 const uint32_t kZoneIdAfrica_Dakar = 0x780b00fd; // Africa/Dakar
                                                                                                                    -
                                                                                                                    1028 const uint32_t kZoneIdAfrica_Dar_es_Salaam = 0xa04c47b6; // Africa/Dar_es_Salaam
                                                                                                                    -
                                                                                                                    1029 const uint32_t kZoneIdAfrica_Djibouti = 0x30ea01d4; // Africa/Djibouti
                                                                                                                    -
                                                                                                                    1030 const uint32_t kZoneIdAfrica_Douala = 0x7a6df310; // Africa/Douala
                                                                                                                    -
                                                                                                                    1031 const uint32_t kZoneIdAfrica_Freetown = 0x6823dd64; // Africa/Freetown
                                                                                                                    -
                                                                                                                    1032 const uint32_t kZoneIdAfrica_Gaborone = 0x317c0aa7; // Africa/Gaborone
                                                                                                                    -
                                                                                                                    1033 const uint32_t kZoneIdAfrica_Harare = 0x82c39a2d; // Africa/Harare
                                                                                                                    -
                                                                                                                    1034 const uint32_t kZoneIdAfrica_Kampala = 0xc1d30e31; // Africa/Kampala
                                                                                                                    -
                                                                                                                    1035 const uint32_t kZoneIdAfrica_Kigali = 0x8a4dcf2b; // Africa/Kigali
                                                                                                                    -
                                                                                                                    1036 const uint32_t kZoneIdAfrica_Kinshasa = 0x6695d70c; // Africa/Kinshasa
                                                                                                                    -
                                                                                                                    1037 const uint32_t kZoneIdAfrica_Libreville = 0x01d96de4; // Africa/Libreville
                                                                                                                    -
                                                                                                                    1038 const uint32_t kZoneIdAfrica_Lome = 0xd51c3a07; // Africa/Lome
                                                                                                                    -
                                                                                                                    1039 const uint32_t kZoneIdAfrica_Luanda = 0x8d7909cf; // Africa/Luanda
                                                                                                                    -
                                                                                                                    1040 const uint32_t kZoneIdAfrica_Lubumbashi = 0x6fd88566; // Africa/Lubumbashi
                                                                                                                    -
                                                                                                                    1041 const uint32_t kZoneIdAfrica_Lusaka = 0x8d82b23b; // Africa/Lusaka
                                                                                                                    -
                                                                                                                    1042 const uint32_t kZoneIdAfrica_Malabo = 0x8e6a1906; // Africa/Malabo
                                                                                                                    -
                                                                                                                    1043 const uint32_t kZoneIdAfrica_Maseru = 0x8e6e02c7; // Africa/Maseru
                                                                                                                    -
                                                                                                                    1044 const uint32_t kZoneIdAfrica_Mbabane = 0x5d3bdd40; // Africa/Mbabane
                                                                                                                    -
                                                                                                                    1045 const uint32_t kZoneIdAfrica_Mogadishu = 0x66bc159b; // Africa/Mogadishu
                                                                                                                    -
                                                                                                                    1046 const uint32_t kZoneIdAfrica_Niamey = 0x914a30fd; // Africa/Niamey
                                                                                                                    -
                                                                                                                    1047 const uint32_t kZoneIdAfrica_Nouakchott = 0x3dc49dba; // Africa/Nouakchott
                                                                                                                    -
                                                                                                                    1048 const uint32_t kZoneIdAfrica_Ouagadougou = 0x04d7219a; // Africa/Ouagadougou
                                                                                                                    -
                                                                                                                    1049 const uint32_t kZoneIdAfrica_Porto_Novo = 0x3d1bf95d; // Africa/Porto-Novo
                                                                                                                    -
                                                                                                                    1050 const uint32_t kZoneIdAfrica_Timbuktu = 0xb164d56f; // Africa/Timbuktu
                                                                                                                    -
                                                                                                                    1051 const uint32_t kZoneIdAmerica_Anguilla = 0xafe31333; // America/Anguilla
                                                                                                                    -
                                                                                                                    1052 const uint32_t kZoneIdAmerica_Antigua = 0xc067a32f; // America/Antigua
                                                                                                                    -
                                                                                                                    1053 const uint32_t kZoneIdAmerica_Argentina_ComodRivadavia = 0x22758877; // America/Argentina/ComodRivadavia
                                                                                                                    -
                                                                                                                    1054 const uint32_t kZoneIdAmerica_Aruba = 0x97cf8651; // America/Aruba
                                                                                                                    -
                                                                                                                    1055 const uint32_t kZoneIdAmerica_Atikokan = 0x81b92098; // America/Atikokan
                                                                                                                    -
                                                                                                                    1056 const uint32_t kZoneIdAmerica_Atka = 0x97fe8f27; // America/Atka
                                                                                                                    -
                                                                                                                    1057 const uint32_t kZoneIdAmerica_Blanc_Sablon = 0x6e299892; // America/Blanc-Sablon
                                                                                                                    -
                                                                                                                    1058 const uint32_t kZoneIdAmerica_Buenos_Aires = 0x67d79a05; // America/Buenos_Aires
                                                                                                                    -
                                                                                                                    1059 const uint32_t kZoneIdAmerica_Catamarca = 0x5036e963; // America/Catamarca
                                                                                                                    -
                                                                                                                    1060 const uint32_t kZoneIdAmerica_Cayman = 0x953961df; // America/Cayman
                                                                                                                    -
                                                                                                                    1061 const uint32_t kZoneIdAmerica_Coral_Harbour = 0xabcb7569; // America/Coral_Harbour
                                                                                                                    -
                                                                                                                    1062 const uint32_t kZoneIdAmerica_Cordoba = 0x5c8a7600; // America/Cordoba
                                                                                                                    -
                                                                                                                    1063 const uint32_t kZoneIdAmerica_Creston = 0x62a70204; // America/Creston
                                                                                                                    -
                                                                                                                    1064 const uint32_t kZoneIdAmerica_Curacao = 0x6a879184; // America/Curacao
                                                                                                                    -
                                                                                                                    1065 const uint32_t kZoneIdAmerica_Dominica = 0xcecb4c4a; // America/Dominica
                                                                                                                    -
                                                                                                                    1066 const uint32_t kZoneIdAmerica_Ensenada = 0x7bc95445; // America/Ensenada
                                                                                                                    -
                                                                                                                    1067 const uint32_t kZoneIdAmerica_Fort_Wayne = 0x7eaaaf24; // America/Fort_Wayne
                                                                                                                    -
                                                                                                                    1068 const uint32_t kZoneIdAmerica_Godthab = 0x8f7eba1f; // America/Godthab
                                                                                                                    -
                                                                                                                    1069 const uint32_t kZoneIdAmerica_Grenada = 0x968ce4d8; // America/Grenada
                                                                                                                    -
                                                                                                                    1070 const uint32_t kZoneIdAmerica_Guadeloupe = 0xcd1f8a31; // America/Guadeloupe
                                                                                                                    -
                                                                                                                    1071 const uint32_t kZoneIdAmerica_Indianapolis = 0x6a009ae1; // America/Indianapolis
                                                                                                                    -
                                                                                                                    1072 const uint32_t kZoneIdAmerica_Jujuy = 0x9873dbbd; // America/Jujuy
                                                                                                                    -
                                                                                                                    1073 const uint32_t kZoneIdAmerica_Knox_IN = 0xc1db9a1c; // America/Knox_IN
                                                                                                                    -
                                                                                                                    1074 const uint32_t kZoneIdAmerica_Kralendijk = 0xe7c456c5; // America/Kralendijk
                                                                                                                    -
                                                                                                                    1075 const uint32_t kZoneIdAmerica_Louisville = 0x3dcb47ee; // America/Louisville
                                                                                                                    -
                                                                                                                    1076 const uint32_t kZoneIdAmerica_Lower_Princes = 0x6ae45b62; // America/Lower_Princes
                                                                                                                    -
                                                                                                                    1077 const uint32_t kZoneIdAmerica_Marigot = 0x3dab3a59; // America/Marigot
                                                                                                                    -
                                                                                                                    1078 const uint32_t kZoneIdAmerica_Mendoza = 0x46b4e054; // America/Mendoza
                                                                                                                    -
                                                                                                                    1079 const uint32_t kZoneIdAmerica_Montreal = 0x203a1ea8; // America/Montreal
                                                                                                                    -
                                                                                                                    1080 const uint32_t kZoneIdAmerica_Montserrat = 0x199b0a35; // America/Montserrat
                                                                                                                    -
                                                                                                                    1081 const uint32_t kZoneIdAmerica_Nassau = 0xaedef011; // America/Nassau
                                                                                                                    -
                                                                                                                    1082 const uint32_t kZoneIdAmerica_Port_of_Spain = 0xd8b28d59; // America/Port_of_Spain
                                                                                                                    -
                                                                                                                    1083 const uint32_t kZoneIdAmerica_Porto_Acre = 0xcce5bf54; // America/Porto_Acre
                                                                                                                    -
                                                                                                                    1084 const uint32_t kZoneIdAmerica_Rosario = 0xdf448665; // America/Rosario
                                                                                                                    -
                                                                                                                    1085 const uint32_t kZoneIdAmerica_Santa_Isabel = 0xfd18a56c; // America/Santa_Isabel
                                                                                                                    -
                                                                                                                    1086 const uint32_t kZoneIdAmerica_Shiprock = 0x82fb7049; // America/Shiprock
                                                                                                                    -
                                                                                                                    1087 const uint32_t kZoneIdAmerica_St_Barthelemy = 0x054e6a79; // America/St_Barthelemy
                                                                                                                    -
                                                                                                                    1088 const uint32_t kZoneIdAmerica_St_Kitts = 0x04c0507b; // America/St_Kitts
                                                                                                                    -
                                                                                                                    1089 const uint32_t kZoneIdAmerica_St_Lucia = 0x04d8b3ba; // America/St_Lucia
                                                                                                                    -
                                                                                                                    1090 const uint32_t kZoneIdAmerica_St_Thomas = 0xb1b3d778; // America/St_Thomas
                                                                                                                    -
                                                                                                                    1091 const uint32_t kZoneIdAmerica_St_Vincent = 0x8460e523; // America/St_Vincent
                                                                                                                    -
                                                                                                                    1092 const uint32_t kZoneIdAmerica_Tortola = 0x7931462b; // America/Tortola
                                                                                                                    -
                                                                                                                    1093 const uint32_t kZoneIdAmerica_Virgin = 0xc2183ab5; // America/Virgin
                                                                                                                    -
                                                                                                                    1094 const uint32_t kZoneIdAntarctica_DumontDUrville = 0x5a3c656c; // Antarctica/DumontDUrville
                                                                                                                    -
                                                                                                                    1095 const uint32_t kZoneIdAntarctica_McMurdo = 0x6eeb5585; // Antarctica/McMurdo
                                                                                                                    -
                                                                                                                    1096 const uint32_t kZoneIdAntarctica_South_Pole = 0xcd96b290; // Antarctica/South_Pole
                                                                                                                    -
                                                                                                                    1097 const uint32_t kZoneIdAntarctica_Syowa = 0xe330c7e1; // Antarctica/Syowa
                                                                                                                    -
                                                                                                                    1098 const uint32_t kZoneIdAntarctica_Vostok = 0x4f966fd4; // Antarctica/Vostok
                                                                                                                    -
                                                                                                                    1099 const uint32_t kZoneIdArctic_Longyearbyen = 0xd23e7859; // Arctic/Longyearbyen
                                                                                                                    -
                                                                                                                    1100 const uint32_t kZoneIdAsia_Aden = 0x1fa7084a; // Asia/Aden
                                                                                                                    -
                                                                                                                    1101 const uint32_t kZoneIdAsia_Ashkhabad = 0x15454f09; // Asia/Ashkhabad
                                                                                                                    -
                                                                                                                    1102 const uint32_t kZoneIdAsia_Bahrain = 0x9d078487; // Asia/Bahrain
                                                                                                                    -
                                                                                                                    1103 const uint32_t kZoneIdAsia_Brunei = 0xa8e595f7; // Asia/Brunei
                                                                                                                    -
                                                                                                                    1104 const uint32_t kZoneIdAsia_Calcutta = 0x328a44c3; // Asia/Calcutta
                                                                                                                    -
                                                                                                                    1105 const uint32_t kZoneIdAsia_Chongqing = 0xf937fb90; // Asia/Chongqing
                                                                                                                    -
                                                                                                                    1106 const uint32_t kZoneIdAsia_Chungking = 0xc7121dd0; // Asia/Chungking
                                                                                                                    -
                                                                                                                    1107 const uint32_t kZoneIdAsia_Dacca = 0x14bcac5e; // Asia/Dacca
                                                                                                                    -
                                                                                                                    1108 const uint32_t kZoneIdAsia_Harbin = 0xb5af1186; // Asia/Harbin
                                                                                                                    -
                                                                                                                    1109 const uint32_t kZoneIdAsia_Istanbul = 0x382e7894; // Asia/Istanbul
                                                                                                                    -
                                                                                                                    1110 const uint32_t kZoneIdAsia_Kashgar = 0x52955193; // Asia/Kashgar
                                                                                                                    -
                                                                                                                    1111 const uint32_t kZoneIdAsia_Katmandu = 0xa7ec12c7; // Asia/Katmandu
                                                                                                                    -
                                                                                                                    1112 const uint32_t kZoneIdAsia_Kuala_Lumpur = 0x014763c4; // Asia/Kuala_Lumpur
                                                                                                                    -
                                                                                                                    1113 const uint32_t kZoneIdAsia_Kuwait = 0xbe1b2f27; // Asia/Kuwait
                                                                                                                    -
                                                                                                                    1114 const uint32_t kZoneIdAsia_Macao = 0x155f88b3; // Asia/Macao
                                                                                                                    -
                                                                                                                    1115 const uint32_t kZoneIdAsia_Muscat = 0xc2c3565f; // Asia/Muscat
                                                                                                                    -
                                                                                                                    1116 const uint32_t kZoneIdAsia_Phnom_Penh = 0xc224945e; // Asia/Phnom_Penh
                                                                                                                    -
                                                                                                                    1117 const uint32_t kZoneIdAsia_Rangoon = 0x6d1217c6; // Asia/Rangoon
                                                                                                                    -
                                                                                                                    1118 const uint32_t kZoneIdAsia_Saigon = 0xcf52f713; // Asia/Saigon
                                                                                                                    -
                                                                                                                    1119 const uint32_t kZoneIdAsia_Tel_Aviv = 0x166d7c2c; // Asia/Tel_Aviv
                                                                                                                    -
                                                                                                                    1120 const uint32_t kZoneIdAsia_Thimbu = 0xd226e31b; // Asia/Thimbu
                                                                                                                    -
                                                                                                                    1121 const uint32_t kZoneIdAsia_Ujung_Pandang = 0x5d001eb3; // Asia/Ujung_Pandang
                                                                                                                    -
                                                                                                                    1122 const uint32_t kZoneIdAsia_Ulan_Bator = 0x394db4d9; // Asia/Ulan_Bator
                                                                                                                    -
                                                                                                                    1123 const uint32_t kZoneIdAsia_Vientiane = 0x89d68d75; // Asia/Vientiane
                                                                                                                    -
                                                                                                                    1124 const uint32_t kZoneIdAtlantic_Faeroe = 0x031ec516; // Atlantic/Faeroe
                                                                                                                    -
                                                                                                                    1125 const uint32_t kZoneIdAtlantic_Jan_Mayen = 0x5a7535b6; // Atlantic/Jan_Mayen
                                                                                                                    -
                                                                                                                    1126 const uint32_t kZoneIdAtlantic_Reykjavik = 0x1c2b4f74; // Atlantic/Reykjavik
                                                                                                                    -
                                                                                                                    1127 const uint32_t kZoneIdAtlantic_St_Helena = 0x451fc5f7; // Atlantic/St_Helena
                                                                                                                    -
                                                                                                                    1128 const uint32_t kZoneIdAustralia_ACT = 0x8a970eb2; // Australia/ACT
                                                                                                                    -
                                                                                                                    1129 const uint32_t kZoneIdAustralia_Canberra = 0x2a09ae58; // Australia/Canberra
                                                                                                                    -
                                                                                                                    1130 const uint32_t kZoneIdAustralia_Currie = 0x278b6a24; // Australia/Currie
                                                                                                                    -
                                                                                                                    1131 const uint32_t kZoneIdAustralia_LHI = 0x8a973e17; // Australia/LHI
                                                                                                                    -
                                                                                                                    1132 const uint32_t kZoneIdAustralia_NSW = 0x8a974812; // Australia/NSW
                                                                                                                    -
                                                                                                                    1133 const uint32_t kZoneIdAustralia_North = 0x8d997165; // Australia/North
                                                                                                                    -
                                                                                                                    1134 const uint32_t kZoneIdAustralia_Queensland = 0xd326ed0a; // Australia/Queensland
                                                                                                                    -
                                                                                                                    1135 const uint32_t kZoneIdAustralia_South = 0x8df3f8ad; // Australia/South
                                                                                                                    -
                                                                                                                    1136 const uint32_t kZoneIdAustralia_Tasmania = 0xe6d76648; // Australia/Tasmania
                                                                                                                    -
                                                                                                                    1137 const uint32_t kZoneIdAustralia_Victoria = 0x0260d5db; // Australia/Victoria
                                                                                                                    -
                                                                                                                    1138 const uint32_t kZoneIdAustralia_West = 0xdd858a5d; // Australia/West
                                                                                                                    -
                                                                                                                    1139 const uint32_t kZoneIdAustralia_Yancowinna = 0x90bac131; // Australia/Yancowinna
                                                                                                                    -
                                                                                                                    1140 const uint32_t kZoneIdBrazil_Acre = 0x66934f93; // Brazil/Acre
                                                                                                                    -
                                                                                                                    1141 const uint32_t kZoneIdBrazil_DeNoronha = 0x9b4cb496; // Brazil/DeNoronha
                                                                                                                    -
                                                                                                                    1142 const uint32_t kZoneIdBrazil_East = 0x669578c5; // Brazil/East
                                                                                                                    -
                                                                                                                    1143 const uint32_t kZoneIdBrazil_West = 0x669f689b; // Brazil/West
                                                                                                                    -
                                                                                                                    1144 const uint32_t kZoneIdCanada_Atlantic = 0x536b119c; // Canada/Atlantic
                                                                                                                    -
                                                                                                                    1145 const uint32_t kZoneIdCanada_Central = 0x626710f5; // Canada/Central
                                                                                                                    -
                                                                                                                    1146 const uint32_t kZoneIdCanada_Eastern = 0xf3612d5e; // Canada/Eastern
                                                                                                                    -
                                                                                                                    1147 const uint32_t kZoneIdCanada_Mountain = 0xfb8a8217; // Canada/Mountain
                                                                                                                    -
                                                                                                                    1148 const uint32_t kZoneIdCanada_Newfoundland = 0xb396e991; // Canada/Newfoundland
                                                                                                                    -
                                                                                                                    1149 const uint32_t kZoneIdCanada_Pacific = 0x40fa3c7b; // Canada/Pacific
                                                                                                                    -
                                                                                                                    1150 const uint32_t kZoneIdCanada_Saskatchewan = 0x77311f49; // Canada/Saskatchewan
                                                                                                                    -
                                                                                                                    1151 const uint32_t kZoneIdCanada_Yukon = 0x78dd35c2; // Canada/Yukon
                                                                                                                    -
                                                                                                                    1152 const uint32_t kZoneIdChile_Continental = 0x7e2bdb18; // Chile/Continental
                                                                                                                    -
                                                                                                                    1153 const uint32_t kZoneIdChile_EasterIsland = 0xb0982af8; // Chile/EasterIsland
                                                                                                                    -
                                                                                                                    1154 const uint32_t kZoneIdCuba = 0x7c83cba0; // Cuba
                                                                                                                    -
                                                                                                                    1155 const uint32_t kZoneIdEgypt = 0x0d1a278e; // Egypt
                                                                                                                    -
                                                                                                                    1156 const uint32_t kZoneIdEire = 0x7c84b36a; // Eire
                                                                                                                    -
                                                                                                                    1157 const uint32_t kZoneIdEtc_GMT_PLUS_0 = 0x9d13da13; // Etc/GMT+0
                                                                                                                    -
                                                                                                                    1158 const uint32_t kZoneIdEtc_GMT_0 = 0x9d13da55; // Etc/GMT-0
                                                                                                                    -
                                                                                                                    1159 const uint32_t kZoneIdEtc_GMT0 = 0xf53ea988; // Etc/GMT0
                                                                                                                    -
                                                                                                                    1160 const uint32_t kZoneIdEtc_Greenwich = 0x26daa98c; // Etc/Greenwich
                                                                                                                    -
                                                                                                                    1161 const uint32_t kZoneIdEtc_UCT = 0xd8e3189c; // Etc/UCT
                                                                                                                    -
                                                                                                                    1162 const uint32_t kZoneIdEtc_Universal = 0x2f8cb9a9; // Etc/Universal
                                                                                                                    -
                                                                                                                    1163 const uint32_t kZoneIdEtc_Zulu = 0xf549c240; // Etc/Zulu
                                                                                                                    -
                                                                                                                    1164 const uint32_t kZoneIdEurope_Amsterdam = 0x109395c2; // Europe/Amsterdam
                                                                                                                    -
                                                                                                                    1165 const uint32_t kZoneIdEurope_Belfast = 0xd07dd1e5; // Europe/Belfast
                                                                                                                    -
                                                                                                                    1166 const uint32_t kZoneIdEurope_Bratislava = 0xda493bed; // Europe/Bratislava
                                                                                                                    -
                                                                                                                    1167 const uint32_t kZoneIdEurope_Busingen = 0xc06d2cdf; // Europe/Busingen
                                                                                                                    -
                                                                                                                    1168 const uint32_t kZoneIdEurope_Copenhagen = 0xe0ed30bc; // Europe/Copenhagen
                                                                                                                    -
                                                                                                                    1169 const uint32_t kZoneIdEurope_Guernsey = 0x3db12c16; // Europe/Guernsey
                                                                                                                    -
                                                                                                                    1170 const uint32_t kZoneIdEurope_Isle_of_Man = 0xeaf84580; // Europe/Isle_of_Man
                                                                                                                    -
                                                                                                                    1171 const uint32_t kZoneIdEurope_Jersey = 0x570dae76; // Europe/Jersey
                                                                                                                    -
                                                                                                                    1172 const uint32_t kZoneIdEurope_Kiev = 0xa2c19eb3; // Europe/Kiev
                                                                                                                    -
                                                                                                                    1173 const uint32_t kZoneIdEurope_Ljubljana = 0xbd98cdb7; // Europe/Ljubljana
                                                                                                                    -
                                                                                                                    1174 const uint32_t kZoneIdEurope_Luxembourg = 0x1f8bc6ce; // Europe/Luxembourg
                                                                                                                    -
                                                                                                                    1175 const uint32_t kZoneIdEurope_Mariehamn = 0x0caa6496; // Europe/Mariehamn
                                                                                                                    -
                                                                                                                    1176 const uint32_t kZoneIdEurope_Monaco = 0x5ebf9f01; // Europe/Monaco
                                                                                                                    -
                                                                                                                    1177 const uint32_t kZoneIdEurope_Nicosia = 0x74efab8a; // Europe/Nicosia
                                                                                                                    -
                                                                                                                    1178 const uint32_t kZoneIdEurope_Oslo = 0xa2c3fba1; // Europe/Oslo
                                                                                                                    -
                                                                                                                    1179 const uint32_t kZoneIdEurope_Podgorica = 0x1c1a499c; // Europe/Podgorica
                                                                                                                    -
                                                                                                                    1180 const uint32_t kZoneIdEurope_San_Marino = 0xcef7724b; // Europe/San_Marino
                                                                                                                    -
                                                                                                                    1181 const uint32_t kZoneIdEurope_Sarajevo = 0x6a576c3f; // Europe/Sarajevo
                                                                                                                    -
                                                                                                                    1182 const uint32_t kZoneIdEurope_Skopje = 0x6c76fdd0; // Europe/Skopje
                                                                                                                    -
                                                                                                                    1183 const uint32_t kZoneIdEurope_Stockholm = 0x5bf6fbb8; // Europe/Stockholm
                                                                                                                    -
                                                                                                                    1184 const uint32_t kZoneIdEurope_Tiraspol = 0xbe704472; // Europe/Tiraspol
                                                                                                                    -
                                                                                                                    1185 const uint32_t kZoneIdEurope_Vaduz = 0xfbb81bae; // Europe/Vaduz
                                                                                                                    -
                                                                                                                    1186 const uint32_t kZoneIdEurope_Vatican = 0xcb485dca; // Europe/Vatican
                                                                                                                    -
                                                                                                                    1187 const uint32_t kZoneIdEurope_Zagreb = 0x7c11c9ff; // Europe/Zagreb
                                                                                                                    +
                                                                                                                    1014 const uint32_t kZoneIdAfrica_Accra = 0x77d5b054; // Africa/Accra
                                                                                                                    +
                                                                                                                    1015 const uint32_t kZoneIdAfrica_Addis_Ababa = 0x05ae1e65; // Africa/Addis_Ababa
                                                                                                                    +
                                                                                                                    1016 const uint32_t kZoneIdAfrica_Asmara = 0x73b278ef; // Africa/Asmara
                                                                                                                    +
                                                                                                                    1017 const uint32_t kZoneIdAfrica_Asmera = 0x73b289f3; // Africa/Asmera
                                                                                                                    +
                                                                                                                    1018 const uint32_t kZoneIdAfrica_Bamako = 0x74c1e7a5; // Africa/Bamako
                                                                                                                    +
                                                                                                                    1019 const uint32_t kZoneIdAfrica_Bangui = 0x74c28ed0; // Africa/Bangui
                                                                                                                    +
                                                                                                                    1020 const uint32_t kZoneIdAfrica_Banjul = 0x74c29b96; // Africa/Banjul
                                                                                                                    +
                                                                                                                    1021 const uint32_t kZoneIdAfrica_Blantyre = 0xe08d813b; // Africa/Blantyre
                                                                                                                    +
                                                                                                                    1022 const uint32_t kZoneIdAfrica_Brazzaville = 0x39cda760; // Africa/Brazzaville
                                                                                                                    +
                                                                                                                    1023 const uint32_t kZoneIdAfrica_Bujumbura = 0x05232a47; // Africa/Bujumbura
                                                                                                                    +
                                                                                                                    1024 const uint32_t kZoneIdAfrica_Conakry = 0x7ab36b31; // Africa/Conakry
                                                                                                                    +
                                                                                                                    1025 const uint32_t kZoneIdAfrica_Dakar = 0x780b00fd; // Africa/Dakar
                                                                                                                    +
                                                                                                                    1026 const uint32_t kZoneIdAfrica_Dar_es_Salaam = 0xa04c47b6; // Africa/Dar_es_Salaam
                                                                                                                    +
                                                                                                                    1027 const uint32_t kZoneIdAfrica_Djibouti = 0x30ea01d4; // Africa/Djibouti
                                                                                                                    +
                                                                                                                    1028 const uint32_t kZoneIdAfrica_Douala = 0x7a6df310; // Africa/Douala
                                                                                                                    +
                                                                                                                    1029 const uint32_t kZoneIdAfrica_Freetown = 0x6823dd64; // Africa/Freetown
                                                                                                                    +
                                                                                                                    1030 const uint32_t kZoneIdAfrica_Gaborone = 0x317c0aa7; // Africa/Gaborone
                                                                                                                    +
                                                                                                                    1031 const uint32_t kZoneIdAfrica_Harare = 0x82c39a2d; // Africa/Harare
                                                                                                                    +
                                                                                                                    1032 const uint32_t kZoneIdAfrica_Kampala = 0xc1d30e31; // Africa/Kampala
                                                                                                                    +
                                                                                                                    1033 const uint32_t kZoneIdAfrica_Kigali = 0x8a4dcf2b; // Africa/Kigali
                                                                                                                    +
                                                                                                                    1034 const uint32_t kZoneIdAfrica_Kinshasa = 0x6695d70c; // Africa/Kinshasa
                                                                                                                    +
                                                                                                                    1035 const uint32_t kZoneIdAfrica_Libreville = 0x01d96de4; // Africa/Libreville
                                                                                                                    +
                                                                                                                    1036 const uint32_t kZoneIdAfrica_Lome = 0xd51c3a07; // Africa/Lome
                                                                                                                    +
                                                                                                                    1037 const uint32_t kZoneIdAfrica_Luanda = 0x8d7909cf; // Africa/Luanda
                                                                                                                    +
                                                                                                                    1038 const uint32_t kZoneIdAfrica_Lubumbashi = 0x6fd88566; // Africa/Lubumbashi
                                                                                                                    +
                                                                                                                    1039 const uint32_t kZoneIdAfrica_Lusaka = 0x8d82b23b; // Africa/Lusaka
                                                                                                                    +
                                                                                                                    1040 const uint32_t kZoneIdAfrica_Malabo = 0x8e6a1906; // Africa/Malabo
                                                                                                                    +
                                                                                                                    1041 const uint32_t kZoneIdAfrica_Maseru = 0x8e6e02c7; // Africa/Maseru
                                                                                                                    +
                                                                                                                    1042 const uint32_t kZoneIdAfrica_Mbabane = 0x5d3bdd40; // Africa/Mbabane
                                                                                                                    +
                                                                                                                    1043 const uint32_t kZoneIdAfrica_Mogadishu = 0x66bc159b; // Africa/Mogadishu
                                                                                                                    +
                                                                                                                    1044 const uint32_t kZoneIdAfrica_Niamey = 0x914a30fd; // Africa/Niamey
                                                                                                                    +
                                                                                                                    1045 const uint32_t kZoneIdAfrica_Nouakchott = 0x3dc49dba; // Africa/Nouakchott
                                                                                                                    +
                                                                                                                    1046 const uint32_t kZoneIdAfrica_Ouagadougou = 0x04d7219a; // Africa/Ouagadougou
                                                                                                                    +
                                                                                                                    1047 const uint32_t kZoneIdAfrica_Porto_Novo = 0x3d1bf95d; // Africa/Porto-Novo
                                                                                                                    +
                                                                                                                    1048 const uint32_t kZoneIdAfrica_Timbuktu = 0xb164d56f; // Africa/Timbuktu
                                                                                                                    +
                                                                                                                    1049 const uint32_t kZoneIdAmerica_Anguilla = 0xafe31333; // America/Anguilla
                                                                                                                    +
                                                                                                                    1050 const uint32_t kZoneIdAmerica_Antigua = 0xc067a32f; // America/Antigua
                                                                                                                    +
                                                                                                                    1051 const uint32_t kZoneIdAmerica_Argentina_ComodRivadavia = 0x22758877; // America/Argentina/ComodRivadavia
                                                                                                                    +
                                                                                                                    1052 const uint32_t kZoneIdAmerica_Aruba = 0x97cf8651; // America/Aruba
                                                                                                                    +
                                                                                                                    1053 const uint32_t kZoneIdAmerica_Atikokan = 0x81b92098; // America/Atikokan
                                                                                                                    +
                                                                                                                    1054 const uint32_t kZoneIdAmerica_Atka = 0x97fe8f27; // America/Atka
                                                                                                                    +
                                                                                                                    1055 const uint32_t kZoneIdAmerica_Blanc_Sablon = 0x6e299892; // America/Blanc-Sablon
                                                                                                                    +
                                                                                                                    1056 const uint32_t kZoneIdAmerica_Buenos_Aires = 0x67d79a05; // America/Buenos_Aires
                                                                                                                    +
                                                                                                                    1057 const uint32_t kZoneIdAmerica_Catamarca = 0x5036e963; // America/Catamarca
                                                                                                                    +
                                                                                                                    1058 const uint32_t kZoneIdAmerica_Cayman = 0x953961df; // America/Cayman
                                                                                                                    +
                                                                                                                    1059 const uint32_t kZoneIdAmerica_Coral_Harbour = 0xabcb7569; // America/Coral_Harbour
                                                                                                                    +
                                                                                                                    1060 const uint32_t kZoneIdAmerica_Cordoba = 0x5c8a7600; // America/Cordoba
                                                                                                                    +
                                                                                                                    1061 const uint32_t kZoneIdAmerica_Creston = 0x62a70204; // America/Creston
                                                                                                                    +
                                                                                                                    1062 const uint32_t kZoneIdAmerica_Curacao = 0x6a879184; // America/Curacao
                                                                                                                    +
                                                                                                                    1063 const uint32_t kZoneIdAmerica_Dominica = 0xcecb4c4a; // America/Dominica
                                                                                                                    +
                                                                                                                    1064 const uint32_t kZoneIdAmerica_Ensenada = 0x7bc95445; // America/Ensenada
                                                                                                                    +
                                                                                                                    1065 const uint32_t kZoneIdAmerica_Fort_Wayne = 0x7eaaaf24; // America/Fort_Wayne
                                                                                                                    +
                                                                                                                    1066 const uint32_t kZoneIdAmerica_Godthab = 0x8f7eba1f; // America/Godthab
                                                                                                                    +
                                                                                                                    1067 const uint32_t kZoneIdAmerica_Grenada = 0x968ce4d8; // America/Grenada
                                                                                                                    +
                                                                                                                    1068 const uint32_t kZoneIdAmerica_Guadeloupe = 0xcd1f8a31; // America/Guadeloupe
                                                                                                                    +
                                                                                                                    1069 const uint32_t kZoneIdAmerica_Indianapolis = 0x6a009ae1; // America/Indianapolis
                                                                                                                    +
                                                                                                                    1070 const uint32_t kZoneIdAmerica_Jujuy = 0x9873dbbd; // America/Jujuy
                                                                                                                    +
                                                                                                                    1071 const uint32_t kZoneIdAmerica_Knox_IN = 0xc1db9a1c; // America/Knox_IN
                                                                                                                    +
                                                                                                                    1072 const uint32_t kZoneIdAmerica_Kralendijk = 0xe7c456c5; // America/Kralendijk
                                                                                                                    +
                                                                                                                    1073 const uint32_t kZoneIdAmerica_Louisville = 0x3dcb47ee; // America/Louisville
                                                                                                                    +
                                                                                                                    1074 const uint32_t kZoneIdAmerica_Lower_Princes = 0x6ae45b62; // America/Lower_Princes
                                                                                                                    +
                                                                                                                    1075 const uint32_t kZoneIdAmerica_Marigot = 0x3dab3a59; // America/Marigot
                                                                                                                    +
                                                                                                                    1076 const uint32_t kZoneIdAmerica_Mendoza = 0x46b4e054; // America/Mendoza
                                                                                                                    +
                                                                                                                    1077 const uint32_t kZoneIdAmerica_Montreal = 0x203a1ea8; // America/Montreal
                                                                                                                    +
                                                                                                                    1078 const uint32_t kZoneIdAmerica_Montserrat = 0x199b0a35; // America/Montserrat
                                                                                                                    +
                                                                                                                    1079 const uint32_t kZoneIdAmerica_Nassau = 0xaedef011; // America/Nassau
                                                                                                                    +
                                                                                                                    1080 const uint32_t kZoneIdAmerica_Port_of_Spain = 0xd8b28d59; // America/Port_of_Spain
                                                                                                                    +
                                                                                                                    1081 const uint32_t kZoneIdAmerica_Porto_Acre = 0xcce5bf54; // America/Porto_Acre
                                                                                                                    +
                                                                                                                    1082 const uint32_t kZoneIdAmerica_Rosario = 0xdf448665; // America/Rosario
                                                                                                                    +
                                                                                                                    1083 const uint32_t kZoneIdAmerica_Santa_Isabel = 0xfd18a56c; // America/Santa_Isabel
                                                                                                                    +
                                                                                                                    1084 const uint32_t kZoneIdAmerica_Shiprock = 0x82fb7049; // America/Shiprock
                                                                                                                    +
                                                                                                                    1085 const uint32_t kZoneIdAmerica_St_Barthelemy = 0x054e6a79; // America/St_Barthelemy
                                                                                                                    +
                                                                                                                    1086 const uint32_t kZoneIdAmerica_St_Kitts = 0x04c0507b; // America/St_Kitts
                                                                                                                    +
                                                                                                                    1087 const uint32_t kZoneIdAmerica_St_Lucia = 0x04d8b3ba; // America/St_Lucia
                                                                                                                    +
                                                                                                                    1088 const uint32_t kZoneIdAmerica_St_Thomas = 0xb1b3d778; // America/St_Thomas
                                                                                                                    +
                                                                                                                    1089 const uint32_t kZoneIdAmerica_St_Vincent = 0x8460e523; // America/St_Vincent
                                                                                                                    +
                                                                                                                    1090 const uint32_t kZoneIdAmerica_Tortola = 0x7931462b; // America/Tortola
                                                                                                                    +
                                                                                                                    1091 const uint32_t kZoneIdAmerica_Virgin = 0xc2183ab5; // America/Virgin
                                                                                                                    +
                                                                                                                    1092 const uint32_t kZoneIdAntarctica_DumontDUrville = 0x5a3c656c; // Antarctica/DumontDUrville
                                                                                                                    +
                                                                                                                    1093 const uint32_t kZoneIdAntarctica_McMurdo = 0x6eeb5585; // Antarctica/McMurdo
                                                                                                                    +
                                                                                                                    1094 const uint32_t kZoneIdAntarctica_South_Pole = 0xcd96b290; // Antarctica/South_Pole
                                                                                                                    +
                                                                                                                    1095 const uint32_t kZoneIdAntarctica_Syowa = 0xe330c7e1; // Antarctica/Syowa
                                                                                                                    +
                                                                                                                    1096 const uint32_t kZoneIdAntarctica_Vostok = 0x4f966fd4; // Antarctica/Vostok
                                                                                                                    +
                                                                                                                    1097 const uint32_t kZoneIdArctic_Longyearbyen = 0xd23e7859; // Arctic/Longyearbyen
                                                                                                                    +
                                                                                                                    1098 const uint32_t kZoneIdAsia_Aden = 0x1fa7084a; // Asia/Aden
                                                                                                                    +
                                                                                                                    1099 const uint32_t kZoneIdAsia_Ashkhabad = 0x15454f09; // Asia/Ashkhabad
                                                                                                                    +
                                                                                                                    1100 const uint32_t kZoneIdAsia_Bahrain = 0x9d078487; // Asia/Bahrain
                                                                                                                    +
                                                                                                                    1101 const uint32_t kZoneIdAsia_Brunei = 0xa8e595f7; // Asia/Brunei
                                                                                                                    +
                                                                                                                    1102 const uint32_t kZoneIdAsia_Calcutta = 0x328a44c3; // Asia/Calcutta
                                                                                                                    +
                                                                                                                    1103 const uint32_t kZoneIdAsia_Chongqing = 0xf937fb90; // Asia/Chongqing
                                                                                                                    +
                                                                                                                    1104 const uint32_t kZoneIdAsia_Chungking = 0xc7121dd0; // Asia/Chungking
                                                                                                                    +
                                                                                                                    1105 const uint32_t kZoneIdAsia_Dacca = 0x14bcac5e; // Asia/Dacca
                                                                                                                    +
                                                                                                                    1106 const uint32_t kZoneIdAsia_Harbin = 0xb5af1186; // Asia/Harbin
                                                                                                                    +
                                                                                                                    1107 const uint32_t kZoneIdAsia_Istanbul = 0x382e7894; // Asia/Istanbul
                                                                                                                    +
                                                                                                                    1108 const uint32_t kZoneIdAsia_Kashgar = 0x52955193; // Asia/Kashgar
                                                                                                                    +
                                                                                                                    1109 const uint32_t kZoneIdAsia_Katmandu = 0xa7ec12c7; // Asia/Katmandu
                                                                                                                    +
                                                                                                                    1110 const uint32_t kZoneIdAsia_Kuala_Lumpur = 0x014763c4; // Asia/Kuala_Lumpur
                                                                                                                    +
                                                                                                                    1111 const uint32_t kZoneIdAsia_Kuwait = 0xbe1b2f27; // Asia/Kuwait
                                                                                                                    +
                                                                                                                    1112 const uint32_t kZoneIdAsia_Macao = 0x155f88b3; // Asia/Macao
                                                                                                                    +
                                                                                                                    1113 const uint32_t kZoneIdAsia_Muscat = 0xc2c3565f; // Asia/Muscat
                                                                                                                    +
                                                                                                                    1114 const uint32_t kZoneIdAsia_Phnom_Penh = 0xc224945e; // Asia/Phnom_Penh
                                                                                                                    +
                                                                                                                    1115 const uint32_t kZoneIdAsia_Rangoon = 0x6d1217c6; // Asia/Rangoon
                                                                                                                    +
                                                                                                                    1116 const uint32_t kZoneIdAsia_Saigon = 0xcf52f713; // Asia/Saigon
                                                                                                                    +
                                                                                                                    1117 const uint32_t kZoneIdAsia_Tel_Aviv = 0x166d7c2c; // Asia/Tel_Aviv
                                                                                                                    +
                                                                                                                    1118 const uint32_t kZoneIdAsia_Thimbu = 0xd226e31b; // Asia/Thimbu
                                                                                                                    +
                                                                                                                    1119 const uint32_t kZoneIdAsia_Ujung_Pandang = 0x5d001eb3; // Asia/Ujung_Pandang
                                                                                                                    +
                                                                                                                    1120 const uint32_t kZoneIdAsia_Ulan_Bator = 0x394db4d9; // Asia/Ulan_Bator
                                                                                                                    +
                                                                                                                    1121 const uint32_t kZoneIdAsia_Vientiane = 0x89d68d75; // Asia/Vientiane
                                                                                                                    +
                                                                                                                    1122 const uint32_t kZoneIdAtlantic_Faeroe = 0x031ec516; // Atlantic/Faeroe
                                                                                                                    +
                                                                                                                    1123 const uint32_t kZoneIdAtlantic_Jan_Mayen = 0x5a7535b6; // Atlantic/Jan_Mayen
                                                                                                                    +
                                                                                                                    1124 const uint32_t kZoneIdAtlantic_Reykjavik = 0x1c2b4f74; // Atlantic/Reykjavik
                                                                                                                    +
                                                                                                                    1125 const uint32_t kZoneIdAtlantic_St_Helena = 0x451fc5f7; // Atlantic/St_Helena
                                                                                                                    +
                                                                                                                    1126 const uint32_t kZoneIdAustralia_ACT = 0x8a970eb2; // Australia/ACT
                                                                                                                    +
                                                                                                                    1127 const uint32_t kZoneIdAustralia_Canberra = 0x2a09ae58; // Australia/Canberra
                                                                                                                    +
                                                                                                                    1128 const uint32_t kZoneIdAustralia_Currie = 0x278b6a24; // Australia/Currie
                                                                                                                    +
                                                                                                                    1129 const uint32_t kZoneIdAustralia_LHI = 0x8a973e17; // Australia/LHI
                                                                                                                    +
                                                                                                                    1130 const uint32_t kZoneIdAustralia_NSW = 0x8a974812; // Australia/NSW
                                                                                                                    +
                                                                                                                    1131 const uint32_t kZoneIdAustralia_North = 0x8d997165; // Australia/North
                                                                                                                    +
                                                                                                                    1132 const uint32_t kZoneIdAustralia_Queensland = 0xd326ed0a; // Australia/Queensland
                                                                                                                    +
                                                                                                                    1133 const uint32_t kZoneIdAustralia_South = 0x8df3f8ad; // Australia/South
                                                                                                                    +
                                                                                                                    1134 const uint32_t kZoneIdAustralia_Tasmania = 0xe6d76648; // Australia/Tasmania
                                                                                                                    +
                                                                                                                    1135 const uint32_t kZoneIdAustralia_Victoria = 0x0260d5db; // Australia/Victoria
                                                                                                                    +
                                                                                                                    1136 const uint32_t kZoneIdAustralia_West = 0xdd858a5d; // Australia/West
                                                                                                                    +
                                                                                                                    1137 const uint32_t kZoneIdAustralia_Yancowinna = 0x90bac131; // Australia/Yancowinna
                                                                                                                    +
                                                                                                                    1138 const uint32_t kZoneIdBrazil_Acre = 0x66934f93; // Brazil/Acre
                                                                                                                    +
                                                                                                                    1139 const uint32_t kZoneIdBrazil_DeNoronha = 0x9b4cb496; // Brazil/DeNoronha
                                                                                                                    +
                                                                                                                    1140 const uint32_t kZoneIdBrazil_East = 0x669578c5; // Brazil/East
                                                                                                                    +
                                                                                                                    1141 const uint32_t kZoneIdBrazil_West = 0x669f689b; // Brazil/West
                                                                                                                    +
                                                                                                                    1142 const uint32_t kZoneIdCanada_Atlantic = 0x536b119c; // Canada/Atlantic
                                                                                                                    +
                                                                                                                    1143 const uint32_t kZoneIdCanada_Central = 0x626710f5; // Canada/Central
                                                                                                                    +
                                                                                                                    1144 const uint32_t kZoneIdCanada_Eastern = 0xf3612d5e; // Canada/Eastern
                                                                                                                    +
                                                                                                                    1145 const uint32_t kZoneIdCanada_Mountain = 0xfb8a8217; // Canada/Mountain
                                                                                                                    +
                                                                                                                    1146 const uint32_t kZoneIdCanada_Newfoundland = 0xb396e991; // Canada/Newfoundland
                                                                                                                    +
                                                                                                                    1147 const uint32_t kZoneIdCanada_Pacific = 0x40fa3c7b; // Canada/Pacific
                                                                                                                    +
                                                                                                                    1148 const uint32_t kZoneIdCanada_Saskatchewan = 0x77311f49; // Canada/Saskatchewan
                                                                                                                    +
                                                                                                                    1149 const uint32_t kZoneIdCanada_Yukon = 0x78dd35c2; // Canada/Yukon
                                                                                                                    +
                                                                                                                    1150 const uint32_t kZoneIdChile_Continental = 0x7e2bdb18; // Chile/Continental
                                                                                                                    +
                                                                                                                    1151 const uint32_t kZoneIdChile_EasterIsland = 0xb0982af8; // Chile/EasterIsland
                                                                                                                    +
                                                                                                                    1152 const uint32_t kZoneIdCuba = 0x7c83cba0; // Cuba
                                                                                                                    +
                                                                                                                    1153 const uint32_t kZoneIdEgypt = 0x0d1a278e; // Egypt
                                                                                                                    +
                                                                                                                    1154 const uint32_t kZoneIdEire = 0x7c84b36a; // Eire
                                                                                                                    +
                                                                                                                    1155 const uint32_t kZoneIdEtc_GMT_PLUS_0 = 0x9d13da13; // Etc/GMT+0
                                                                                                                    +
                                                                                                                    1156 const uint32_t kZoneIdEtc_GMT_0 = 0x9d13da55; // Etc/GMT-0
                                                                                                                    +
                                                                                                                    1157 const uint32_t kZoneIdEtc_GMT0 = 0xf53ea988; // Etc/GMT0
                                                                                                                    +
                                                                                                                    1158 const uint32_t kZoneIdEtc_Greenwich = 0x26daa98c; // Etc/Greenwich
                                                                                                                    +
                                                                                                                    1159 const uint32_t kZoneIdEtc_UCT = 0xd8e3189c; // Etc/UCT
                                                                                                                    +
                                                                                                                    1160 const uint32_t kZoneIdEtc_Universal = 0x2f8cb9a9; // Etc/Universal
                                                                                                                    +
                                                                                                                    1161 const uint32_t kZoneIdEtc_Zulu = 0xf549c240; // Etc/Zulu
                                                                                                                    +
                                                                                                                    1162 const uint32_t kZoneIdEurope_Amsterdam = 0x109395c2; // Europe/Amsterdam
                                                                                                                    +
                                                                                                                    1163 const uint32_t kZoneIdEurope_Belfast = 0xd07dd1e5; // Europe/Belfast
                                                                                                                    +
                                                                                                                    1164 const uint32_t kZoneIdEurope_Bratislava = 0xda493bed; // Europe/Bratislava
                                                                                                                    +
                                                                                                                    1165 const uint32_t kZoneIdEurope_Busingen = 0xc06d2cdf; // Europe/Busingen
                                                                                                                    +
                                                                                                                    1166 const uint32_t kZoneIdEurope_Copenhagen = 0xe0ed30bc; // Europe/Copenhagen
                                                                                                                    +
                                                                                                                    1167 const uint32_t kZoneIdEurope_Guernsey = 0x3db12c16; // Europe/Guernsey
                                                                                                                    +
                                                                                                                    1168 const uint32_t kZoneIdEurope_Isle_of_Man = 0xeaf84580; // Europe/Isle_of_Man
                                                                                                                    +
                                                                                                                    1169 const uint32_t kZoneIdEurope_Jersey = 0x570dae76; // Europe/Jersey
                                                                                                                    +
                                                                                                                    1170 const uint32_t kZoneIdEurope_Kiev = 0xa2c19eb3; // Europe/Kiev
                                                                                                                    +
                                                                                                                    1171 const uint32_t kZoneIdEurope_Ljubljana = 0xbd98cdb7; // Europe/Ljubljana
                                                                                                                    +
                                                                                                                    1172 const uint32_t kZoneIdEurope_Luxembourg = 0x1f8bc6ce; // Europe/Luxembourg
                                                                                                                    +
                                                                                                                    1173 const uint32_t kZoneIdEurope_Mariehamn = 0x0caa6496; // Europe/Mariehamn
                                                                                                                    +
                                                                                                                    1174 const uint32_t kZoneIdEurope_Monaco = 0x5ebf9f01; // Europe/Monaco
                                                                                                                    +
                                                                                                                    1175 const uint32_t kZoneIdEurope_Nicosia = 0x74efab8a; // Europe/Nicosia
                                                                                                                    +
                                                                                                                    1176 const uint32_t kZoneIdEurope_Oslo = 0xa2c3fba1; // Europe/Oslo
                                                                                                                    +
                                                                                                                    1177 const uint32_t kZoneIdEurope_Podgorica = 0x1c1a499c; // Europe/Podgorica
                                                                                                                    +
                                                                                                                    1178 const uint32_t kZoneIdEurope_San_Marino = 0xcef7724b; // Europe/San_Marino
                                                                                                                    +
                                                                                                                    1179 const uint32_t kZoneIdEurope_Sarajevo = 0x6a576c3f; // Europe/Sarajevo
                                                                                                                    +
                                                                                                                    1180 const uint32_t kZoneIdEurope_Skopje = 0x6c76fdd0; // Europe/Skopje
                                                                                                                    +
                                                                                                                    1181 const uint32_t kZoneIdEurope_Stockholm = 0x5bf6fbb8; // Europe/Stockholm
                                                                                                                    +
                                                                                                                    1182 const uint32_t kZoneIdEurope_Tiraspol = 0xbe704472; // Europe/Tiraspol
                                                                                                                    +
                                                                                                                    1183 const uint32_t kZoneIdEurope_Uzhgorod = 0xb066f5d6; // Europe/Uzhgorod
                                                                                                                    +
                                                                                                                    1184 const uint32_t kZoneIdEurope_Vaduz = 0xfbb81bae; // Europe/Vaduz
                                                                                                                    +
                                                                                                                    1185 const uint32_t kZoneIdEurope_Vatican = 0xcb485dca; // Europe/Vatican
                                                                                                                    +
                                                                                                                    1186 const uint32_t kZoneIdEurope_Zagreb = 0x7c11c9ff; // Europe/Zagreb
                                                                                                                    +
                                                                                                                    1187 const uint32_t kZoneIdEurope_Zaporozhye = 0xeab9767f; // Europe/Zaporozhye
                                                                                                                    1188 const uint32_t kZoneIdGB = 0x005973ae; // GB
                                                                                                                    1189 const uint32_t kZoneIdGB_Eire = 0xfa70e300; // GB-Eire
                                                                                                                    1190 const uint32_t kZoneIdGMT = 0x0b87eb2d; // GMT
                                                                                                                    @@ -1645,91 +1645,87 @@
                                                                                                                    1572 const uint8_t kZoneBufSizeEurope_Tallinn = 6; // Europe/Tallinn in 2002
                                                                                                                    1573 const uint8_t kZoneBufSizeEurope_Tirane = 5; // Europe/Tirane in 2000
                                                                                                                    1574 const uint8_t kZoneBufSizeEurope_Ulyanovsk = 5; // Europe/Ulyanovsk in 2000
                                                                                                                    -
                                                                                                                    1575 const uint8_t kZoneBufSizeEurope_Uzhgorod = 5; // Europe/Uzhgorod in 2000
                                                                                                                    -
                                                                                                                    1576 const uint8_t kZoneBufSizeEurope_Vienna = 5; // Europe/Vienna in 2000
                                                                                                                    -
                                                                                                                    1577 const uint8_t kZoneBufSizeEurope_Vilnius = 6; // Europe/Vilnius in 2003
                                                                                                                    -
                                                                                                                    1578 const uint8_t kZoneBufSizeEurope_Volgograd = 5; // Europe/Volgograd in 2000
                                                                                                                    -
                                                                                                                    1579 const uint8_t kZoneBufSizeEurope_Warsaw = 5; // Europe/Warsaw in 2000
                                                                                                                    -
                                                                                                                    1580 const uint8_t kZoneBufSizeEurope_Zaporozhye = 5; // Europe/Zaporozhye in 2000
                                                                                                                    -
                                                                                                                    1581 const uint8_t kZoneBufSizeEurope_Zurich = 5; // Europe/Zurich in 2000
                                                                                                                    -
                                                                                                                    1582 const uint8_t kZoneBufSizeHST = 1; // HST in 2000
                                                                                                                    -
                                                                                                                    1583 const uint8_t kZoneBufSizeIndian_Chagos = 1; // Indian/Chagos in 2000
                                                                                                                    -
                                                                                                                    1584 const uint8_t kZoneBufSizeIndian_Maldives = 1; // Indian/Maldives in 2000
                                                                                                                    -
                                                                                                                    1585 const uint8_t kZoneBufSizeIndian_Mauritius = 3; // Indian/Mauritius in 2008
                                                                                                                    -
                                                                                                                    1586 const uint8_t kZoneBufSizeMET = 5; // MET in 2000
                                                                                                                    -
                                                                                                                    1587 const uint8_t kZoneBufSizeMST = 1; // MST in 2000
                                                                                                                    -
                                                                                                                    1588 const uint8_t kZoneBufSizeMST7MDT = 6; // MST7MDT in 2008
                                                                                                                    -
                                                                                                                    1589 const uint8_t kZoneBufSizePST8PDT = 6; // PST8PDT in 2008
                                                                                                                    -
                                                                                                                    1590 const uint8_t kZoneBufSizePacific_Apia = 5; // Pacific/Apia in 2011
                                                                                                                    -
                                                                                                                    1591 const uint8_t kZoneBufSizePacific_Auckland = 5; // Pacific/Auckland in 2000
                                                                                                                    -
                                                                                                                    1592 const uint8_t kZoneBufSizePacific_Bougainville = 2; // Pacific/Bougainville in 2014
                                                                                                                    -
                                                                                                                    1593 const uint8_t kZoneBufSizePacific_Chatham = 5; // Pacific/Chatham in 2000
                                                                                                                    -
                                                                                                                    1594 const uint8_t kZoneBufSizePacific_Easter = 5; // Pacific/Easter in 2002
                                                                                                                    -
                                                                                                                    1595 const uint8_t kZoneBufSizePacific_Efate = 2; // Pacific/Efate in 2000
                                                                                                                    -
                                                                                                                    1596 const uint8_t kZoneBufSizePacific_Fakaofo = 2; // Pacific/Fakaofo in 2011
                                                                                                                    -
                                                                                                                    1597 const uint8_t kZoneBufSizePacific_Fiji = 6; // Pacific/Fiji in 2017
                                                                                                                    -
                                                                                                                    1598 const uint8_t kZoneBufSizePacific_Galapagos = 2; // Pacific/Galapagos in 2000
                                                                                                                    -
                                                                                                                    1599 const uint8_t kZoneBufSizePacific_Gambier = 1; // Pacific/Gambier in 2000
                                                                                                                    -
                                                                                                                    1600 const uint8_t kZoneBufSizePacific_Guadalcanal = 1; // Pacific/Guadalcanal in 2000
                                                                                                                    -
                                                                                                                    1601 const uint8_t kZoneBufSizePacific_Guam = 2; // Pacific/Guam in 2000
                                                                                                                    -
                                                                                                                    1602 const uint8_t kZoneBufSizePacific_Honolulu = 1; // Pacific/Honolulu in 2000
                                                                                                                    -
                                                                                                                    1603 const uint8_t kZoneBufSizePacific_Kanton = 1; // Pacific/Kanton in 2000
                                                                                                                    -
                                                                                                                    1604 const uint8_t kZoneBufSizePacific_Kiritimati = 1; // Pacific/Kiritimati in 2000
                                                                                                                    -
                                                                                                                    1605 const uint8_t kZoneBufSizePacific_Kosrae = 1; // Pacific/Kosrae in 2000
                                                                                                                    -
                                                                                                                    1606 const uint8_t kZoneBufSizePacific_Kwajalein = 1; // Pacific/Kwajalein in 2000
                                                                                                                    -
                                                                                                                    1607 const uint8_t kZoneBufSizePacific_Marquesas = 1; // Pacific/Marquesas in 2000
                                                                                                                    -
                                                                                                                    1608 const uint8_t kZoneBufSizePacific_Nauru = 1; // Pacific/Nauru in 2000
                                                                                                                    -
                                                                                                                    1609 const uint8_t kZoneBufSizePacific_Niue = 1; // Pacific/Niue in 2000
                                                                                                                    -
                                                                                                                    1610 const uint8_t kZoneBufSizePacific_Norfolk = 4; // Pacific/Norfolk in 2019
                                                                                                                    -
                                                                                                                    1611 const uint8_t kZoneBufSizePacific_Noumea = 2; // Pacific/Noumea in 2000
                                                                                                                    -
                                                                                                                    1612 const uint8_t kZoneBufSizePacific_Pago_Pago = 1; // Pacific/Pago_Pago in 2000
                                                                                                                    -
                                                                                                                    1613 const uint8_t kZoneBufSizePacific_Palau = 1; // Pacific/Palau in 2000
                                                                                                                    -
                                                                                                                    1614 const uint8_t kZoneBufSizePacific_Pitcairn = 1; // Pacific/Pitcairn in 2000
                                                                                                                    -
                                                                                                                    1615 const uint8_t kZoneBufSizePacific_Port_Moresby = 1; // Pacific/Port_Moresby in 2000
                                                                                                                    -
                                                                                                                    1616 const uint8_t kZoneBufSizePacific_Rarotonga = 2; // Pacific/Rarotonga in 2000
                                                                                                                    -
                                                                                                                    1617 const uint8_t kZoneBufSizePacific_Tahiti = 1; // Pacific/Tahiti in 2000
                                                                                                                    -
                                                                                                                    1618 const uint8_t kZoneBufSizePacific_Tarawa = 1; // Pacific/Tarawa in 2000
                                                                                                                    -
                                                                                                                    1619 const uint8_t kZoneBufSizePacific_Tongatapu = 5; // Pacific/Tongatapu in 2001
                                                                                                                    -
                                                                                                                    1620 const uint8_t kZoneBufSizeWET = 5; // WET in 2000
                                                                                                                    -
                                                                                                                    1621 
                                                                                                                    -
                                                                                                                    1622 
                                                                                                                    +
                                                                                                                    1575 const uint8_t kZoneBufSizeEurope_Vienna = 5; // Europe/Vienna in 2000
                                                                                                                    +
                                                                                                                    1576 const uint8_t kZoneBufSizeEurope_Vilnius = 6; // Europe/Vilnius in 2003
                                                                                                                    +
                                                                                                                    1577 const uint8_t kZoneBufSizeEurope_Volgograd = 5; // Europe/Volgograd in 2000
                                                                                                                    +
                                                                                                                    1578 const uint8_t kZoneBufSizeEurope_Warsaw = 5; // Europe/Warsaw in 2000
                                                                                                                    +
                                                                                                                    1579 const uint8_t kZoneBufSizeEurope_Zurich = 5; // Europe/Zurich in 2000
                                                                                                                    +
                                                                                                                    1580 const uint8_t kZoneBufSizeHST = 1; // HST in 2000
                                                                                                                    +
                                                                                                                    1581 const uint8_t kZoneBufSizeIndian_Chagos = 1; // Indian/Chagos in 2000
                                                                                                                    +
                                                                                                                    1582 const uint8_t kZoneBufSizeIndian_Maldives = 1; // Indian/Maldives in 2000
                                                                                                                    +
                                                                                                                    1583 const uint8_t kZoneBufSizeIndian_Mauritius = 3; // Indian/Mauritius in 2008
                                                                                                                    +
                                                                                                                    1584 const uint8_t kZoneBufSizeMET = 5; // MET in 2000
                                                                                                                    +
                                                                                                                    1585 const uint8_t kZoneBufSizeMST = 1; // MST in 2000
                                                                                                                    +
                                                                                                                    1586 const uint8_t kZoneBufSizeMST7MDT = 6; // MST7MDT in 2008
                                                                                                                    +
                                                                                                                    1587 const uint8_t kZoneBufSizePST8PDT = 6; // PST8PDT in 2008
                                                                                                                    +
                                                                                                                    1588 const uint8_t kZoneBufSizePacific_Apia = 5; // Pacific/Apia in 2011
                                                                                                                    +
                                                                                                                    1589 const uint8_t kZoneBufSizePacific_Auckland = 5; // Pacific/Auckland in 2000
                                                                                                                    +
                                                                                                                    1590 const uint8_t kZoneBufSizePacific_Bougainville = 2; // Pacific/Bougainville in 2014
                                                                                                                    +
                                                                                                                    1591 const uint8_t kZoneBufSizePacific_Chatham = 5; // Pacific/Chatham in 2000
                                                                                                                    +
                                                                                                                    1592 const uint8_t kZoneBufSizePacific_Easter = 5; // Pacific/Easter in 2002
                                                                                                                    +
                                                                                                                    1593 const uint8_t kZoneBufSizePacific_Efate = 2; // Pacific/Efate in 2000
                                                                                                                    +
                                                                                                                    1594 const uint8_t kZoneBufSizePacific_Fakaofo = 2; // Pacific/Fakaofo in 2011
                                                                                                                    +
                                                                                                                    1595 const uint8_t kZoneBufSizePacific_Fiji = 6; // Pacific/Fiji in 2017
                                                                                                                    +
                                                                                                                    1596 const uint8_t kZoneBufSizePacific_Galapagos = 2; // Pacific/Galapagos in 2000
                                                                                                                    +
                                                                                                                    1597 const uint8_t kZoneBufSizePacific_Gambier = 1; // Pacific/Gambier in 2000
                                                                                                                    +
                                                                                                                    1598 const uint8_t kZoneBufSizePacific_Guadalcanal = 1; // Pacific/Guadalcanal in 2000
                                                                                                                    +
                                                                                                                    1599 const uint8_t kZoneBufSizePacific_Guam = 2; // Pacific/Guam in 2000
                                                                                                                    +
                                                                                                                    1600 const uint8_t kZoneBufSizePacific_Honolulu = 1; // Pacific/Honolulu in 2000
                                                                                                                    +
                                                                                                                    1601 const uint8_t kZoneBufSizePacific_Kanton = 1; // Pacific/Kanton in 2000
                                                                                                                    +
                                                                                                                    1602 const uint8_t kZoneBufSizePacific_Kiritimati = 1; // Pacific/Kiritimati in 2000
                                                                                                                    +
                                                                                                                    1603 const uint8_t kZoneBufSizePacific_Kosrae = 1; // Pacific/Kosrae in 2000
                                                                                                                    +
                                                                                                                    1604 const uint8_t kZoneBufSizePacific_Kwajalein = 1; // Pacific/Kwajalein in 2000
                                                                                                                    +
                                                                                                                    1605 const uint8_t kZoneBufSizePacific_Marquesas = 1; // Pacific/Marquesas in 2000
                                                                                                                    +
                                                                                                                    1606 const uint8_t kZoneBufSizePacific_Nauru = 1; // Pacific/Nauru in 2000
                                                                                                                    +
                                                                                                                    1607 const uint8_t kZoneBufSizePacific_Niue = 1; // Pacific/Niue in 2000
                                                                                                                    +
                                                                                                                    1608 const uint8_t kZoneBufSizePacific_Norfolk = 4; // Pacific/Norfolk in 2019
                                                                                                                    +
                                                                                                                    1609 const uint8_t kZoneBufSizePacific_Noumea = 2; // Pacific/Noumea in 2000
                                                                                                                    +
                                                                                                                    1610 const uint8_t kZoneBufSizePacific_Pago_Pago = 1; // Pacific/Pago_Pago in 2000
                                                                                                                    +
                                                                                                                    1611 const uint8_t kZoneBufSizePacific_Palau = 1; // Pacific/Palau in 2000
                                                                                                                    +
                                                                                                                    1612 const uint8_t kZoneBufSizePacific_Pitcairn = 1; // Pacific/Pitcairn in 2000
                                                                                                                    +
                                                                                                                    1613 const uint8_t kZoneBufSizePacific_Port_Moresby = 1; // Pacific/Port_Moresby in 2000
                                                                                                                    +
                                                                                                                    1614 const uint8_t kZoneBufSizePacific_Rarotonga = 2; // Pacific/Rarotonga in 2000
                                                                                                                    +
                                                                                                                    1615 const uint8_t kZoneBufSizePacific_Tahiti = 1; // Pacific/Tahiti in 2000
                                                                                                                    +
                                                                                                                    1616 const uint8_t kZoneBufSizePacific_Tarawa = 1; // Pacific/Tarawa in 2000
                                                                                                                    +
                                                                                                                    1617 const uint8_t kZoneBufSizePacific_Tongatapu = 5; // Pacific/Tongatapu in 2001
                                                                                                                    +
                                                                                                                    1618 const uint8_t kZoneBufSizeWET = 5; // WET in 2000
                                                                                                                    +
                                                                                                                    1619 
                                                                                                                    +
                                                                                                                    1620 
                                                                                                                    +
                                                                                                                    1621 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1622 // Unsupported zones: 0
                                                                                                                    1623 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1624 // Unsupported zones: 0
                                                                                                                    -
                                                                                                                    1625 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1624 
                                                                                                                    +
                                                                                                                    1625 
                                                                                                                    1626 
                                                                                                                    -
                                                                                                                    1627 
                                                                                                                    -
                                                                                                                    1628 
                                                                                                                    +
                                                                                                                    1627 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1628 // Notable zones: 3
                                                                                                                    1629 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1630 // Notable zones: 3
                                                                                                                    -
                                                                                                                    1631 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1632 
                                                                                                                    -
                                                                                                                    1633 // Africa/Johannesburg (RULES not fixed but FORMAT is missing '%' or '/')
                                                                                                                    -
                                                                                                                    1634 // Antarctica/Casey (UNTIL '0:01' not on 15-minute boundary)
                                                                                                                    -
                                                                                                                    1635 // Asia/Gaza (UNTIL '0:01' not on 15-minute boundary)
                                                                                                                    -
                                                                                                                    1636 
                                                                                                                    -
                                                                                                                    1637 
                                                                                                                    +
                                                                                                                    1630 
                                                                                                                    +
                                                                                                                    1631 // Africa/Johannesburg (RULES not fixed but FORMAT is missing '%' or '/')
                                                                                                                    +
                                                                                                                    1632 // Antarctica/Casey (UNTIL '0:01' not on 15-minute boundary)
                                                                                                                    +
                                                                                                                    1633 // Asia/Gaza (UNTIL '0:01' not on 15-minute boundary)
                                                                                                                    +
                                                                                                                    1634 
                                                                                                                    +
                                                                                                                    1635 
                                                                                                                    +
                                                                                                                    1636 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1637 // Unsupported links: 0
                                                                                                                    1638 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1639 // Unsupported links: 0
                                                                                                                    -
                                                                                                                    1640 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1639 
                                                                                                                    +
                                                                                                                    1640 
                                                                                                                    1641 
                                                                                                                    -
                                                                                                                    1642 
                                                                                                                    -
                                                                                                                    1643 
                                                                                                                    +
                                                                                                                    1642 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1643 // Notable links: 0
                                                                                                                    1644 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1645 // Notable links: 0
                                                                                                                    -
                                                                                                                    1646 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1645 
                                                                                                                    +
                                                                                                                    1646 
                                                                                                                    1647 
                                                                                                                    -
                                                                                                                    1648 
                                                                                                                    -
                                                                                                                    1649 
                                                                                                                    -
                                                                                                                    1650 }
                                                                                                                    -
                                                                                                                    1651 }
                                                                                                                    -
                                                                                                                    1652 
                                                                                                                    -
                                                                                                                    1653 #endif
                                                                                                                    +
                                                                                                                    1648 }
                                                                                                                    +
                                                                                                                    1649 }
                                                                                                                    +
                                                                                                                    1650 
                                                                                                                    +
                                                                                                                    1651 #endif
                                                                                                                    diff --git a/docs/html/_2zone__policies_8cpp_source.html b/docs/html/zonedbx_2zone__policies_8cpp_source.html similarity index 96% rename from docs/html/_2zone__policies_8cpp_source.html rename to docs/html/zonedbx_2zone__policies_8cpp_source.html index 5e7fd20f3..a0024ebd3 100644 --- a/docs/html/_2zone__policies_8cpp_source.html +++ b/docs/html/zonedbx_2zone__policies_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedbx/zone_policies.cpp Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope extended
                                                                                                                    @@ -95,13 +95,13 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // Policies: 83
                                                                                                                    -
                                                                                                                    28 // Rules: 528
                                                                                                                    +
                                                                                                                    28 // Rules: 530
                                                                                                                    29 // Letter Size (bytes): 23
                                                                                                                    -
                                                                                                                    30 // Total Memory 8-bit (bytes): 5285
                                                                                                                    -
                                                                                                                    31 // Total Memory 32-bit (bytes): 7379
                                                                                                                    +
                                                                                                                    30 // Total Memory 8-bit (bytes): 5303
                                                                                                                    +
                                                                                                                    31 // Total Memory 32-bit (bytes): 7403
                                                                                                                    32 //
                                                                                                                    33 // DO NOT EDIT
                                                                                                                    34 
                                                                                                                    @@ -5914,9 +5914,9 @@
                                                                                                                    5841 
                                                                                                                    5842 //---------------------------------------------------------------------------
                                                                                                                    5843 // Policy name: Palestine
                                                                                                                    -
                                                                                                                    5844 // Rules: 31
                                                                                                                    -
                                                                                                                    5845 // Memory (8-bit): 285
                                                                                                                    -
                                                                                                                    5846 // Memory (32-bit): 384
                                                                                                                    +
                                                                                                                    5844 // Rules: 33
                                                                                                                    +
                                                                                                                    5845 // Memory (8-bit): 303
                                                                                                                    +
                                                                                                                    5846 // Memory (32-bit): 408
                                                                                                                    5847 //---------------------------------------------------------------------------
                                                                                                                    5848 
                                                                                                                    5849 static const extended::ZoneRule kZoneRulesPalestine[] ACE_TIME_PROGMEM = {
                                                                                                                    @@ -6196,25 +6196,25 @@
                                                                                                                    6123  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6124  '-' /*letter*/,
                                                                                                                    6125  },
                                                                                                                    -
                                                                                                                    6126  // Rule Palestine 2016 2018 - Mar Sat>=24 1:00 1:00 S
                                                                                                                    +
                                                                                                                    6126  // Rule Palestine 2016 2018 - Mar Sat<=30 1:00 1:00 S
                                                                                                                    6127  {
                                                                                                                    6128  16 /*fromYearTiny*/,
                                                                                                                    6129  18 /*toYearTiny*/,
                                                                                                                    6130  3 /*inMonth*/,
                                                                                                                    6131  6 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6132  24 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6132  -30 /*onDayOfMonth*/,
                                                                                                                    6133  4 /*atTimeCode*/,
                                                                                                                    6134  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6135  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6136  'S' /*letter*/,
                                                                                                                    6137  },
                                                                                                                    -
                                                                                                                    6138  // Rule Palestine 2016 2018 - Oct Sat>=24 1:00 0 -
                                                                                                                    +
                                                                                                                    6138  // Rule Palestine 2016 2018 - Oct Sat<=30 1:00 0 -
                                                                                                                    6139  {
                                                                                                                    6140  16 /*fromYearTiny*/,
                                                                                                                    6141  18 /*toYearTiny*/,
                                                                                                                    6142  10 /*inMonth*/,
                                                                                                                    6143  6 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6144  24 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6144  -30 /*onDayOfMonth*/,
                                                                                                                    6145  4 /*atTimeCode*/,
                                                                                                                    6146  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6147  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    @@ -6232,25 +6232,25 @@
                                                                                                                    6159  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6160  'S' /*letter*/,
                                                                                                                    6161  },
                                                                                                                    -
                                                                                                                    6162  // Rule Palestine 2019 only - Oct Sat>=24 0:00 0 -
                                                                                                                    +
                                                                                                                    6162  // Rule Palestine 2019 only - Oct Sat<=30 0:00 0 -
                                                                                                                    6163  {
                                                                                                                    6164  19 /*fromYearTiny*/,
                                                                                                                    6165  19 /*toYearTiny*/,
                                                                                                                    6166  10 /*inMonth*/,
                                                                                                                    6167  6 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6168  24 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6168  -30 /*onDayOfMonth*/,
                                                                                                                    6169  0 /*atTimeCode*/,
                                                                                                                    6170  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6171  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6172  '-' /*letter*/,
                                                                                                                    6173  },
                                                                                                                    -
                                                                                                                    6174  // Rule Palestine 2020 2021 - Mar Sat>=24 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6174  // Rule Palestine 2020 2021 - Mar Sat<=30 0:00 1:00 S
                                                                                                                    6175  {
                                                                                                                    6176  20 /*fromYearTiny*/,
                                                                                                                    6177  21 /*toYearTiny*/,
                                                                                                                    6178  3 /*inMonth*/,
                                                                                                                    6179  6 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6180  24 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6180  -30 /*onDayOfMonth*/,
                                                                                                                    6181  0 /*atTimeCode*/,
                                                                                                                    6182  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6183  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    @@ -6268,151 +6268,151 @@
                                                                                                                    6195  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6196  '-' /*letter*/,
                                                                                                                    6197  },
                                                                                                                    -
                                                                                                                    6198  // Rule Palestine 2021 max - Oct Fri>=23 1:00 0 -
                                                                                                                    +
                                                                                                                    6198  // Rule Palestine 2021 only - Oct 29 1:00 0 -
                                                                                                                    6199  {
                                                                                                                    6200  21 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6201  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6201  21 /*toYearTiny*/,
                                                                                                                    6202  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6203  5 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6204  23 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6203  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6204  29 /*onDayOfMonth*/,
                                                                                                                    6205  4 /*atTimeCode*/,
                                                                                                                    6206  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6207  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6208  '-' /*letter*/,
                                                                                                                    6209  },
                                                                                                                    -
                                                                                                                    6210  // Rule Palestine 2022 max - Mar Sun>=25 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6210  // Rule Palestine 2022 only - Mar 27 0:00 1:00 S
                                                                                                                    6211  {
                                                                                                                    6212  22 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6213  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6213  22 /*toYearTiny*/,
                                                                                                                    6214  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6215  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6216  25 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6215  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6216  27 /*onDayOfMonth*/,
                                                                                                                    6217  0 /*atTimeCode*/,
                                                                                                                    6218  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6219  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6220  'S' /*letter*/,
                                                                                                                    6221  },
                                                                                                                    -
                                                                                                                    6222 
                                                                                                                    -
                                                                                                                    6223 };
                                                                                                                    -
                                                                                                                    6224 
                                                                                                                    -
                                                                                                                    6225 
                                                                                                                    -
                                                                                                                    6226 
                                                                                                                    -
                                                                                                                    6227 const extended::ZonePolicy kPolicyPalestine ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6228  kZoneRulesPalestine /*rules*/,
                                                                                                                    -
                                                                                                                    6229  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6230  31 /*numRules*/,
                                                                                                                    -
                                                                                                                    6231  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6232 };
                                                                                                                    -
                                                                                                                    6233 
                                                                                                                    -
                                                                                                                    6234 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6235 // Policy name: Para
                                                                                                                    -
                                                                                                                    6236 // Rules: 10
                                                                                                                    -
                                                                                                                    6237 // Memory (8-bit): 96
                                                                                                                    -
                                                                                                                    6238 // Memory (32-bit): 132
                                                                                                                    -
                                                                                                                    6239 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6240 
                                                                                                                    -
                                                                                                                    6241 static const extended::ZoneRule kZoneRulesPara[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6242  // Rule Para 1996 2001 - Oct Sun>=1 0:00 1:00 -
                                                                                                                    -
                                                                                                                    6243  {
                                                                                                                    -
                                                                                                                    6244  -4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6245  1 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6246  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6247  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6248  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6249  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6250  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6251  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6252  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6253  },
                                                                                                                    -
                                                                                                                    6254  // Rule Para 1997 only - Feb lastSun 0:00 0 -
                                                                                                                    -
                                                                                                                    6255  {
                                                                                                                    -
                                                                                                                    6256  -3 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6257  -3 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6258  2 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6259  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6260  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6261  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6262  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6263  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6264  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6265  },
                                                                                                                    -
                                                                                                                    6266  // Rule Para 1998 2001 - Mar Sun>=1 0:00 0 -
                                                                                                                    +
                                                                                                                    6222  // Rule Palestine 2022 max - Oct Sat<=30 2:00 0 -
                                                                                                                    +
                                                                                                                    6223  {
                                                                                                                    +
                                                                                                                    6224  22 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6225  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6226  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6227  6 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6228  -30 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6229  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6230  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6231  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6232  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6233  },
                                                                                                                    +
                                                                                                                    6234  // Rule Palestine 2023 max - Mar Sat<=30 2:00 1:00 S
                                                                                                                    +
                                                                                                                    6235  {
                                                                                                                    +
                                                                                                                    6236  23 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6237  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6238  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6239  6 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6240  -30 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6241  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6242  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6243  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6244  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6245  },
                                                                                                                    +
                                                                                                                    6246 
                                                                                                                    +
                                                                                                                    6247 };
                                                                                                                    +
                                                                                                                    6248 
                                                                                                                    +
                                                                                                                    6249 
                                                                                                                    +
                                                                                                                    6250 
                                                                                                                    +
                                                                                                                    6251 const extended::ZonePolicy kPolicyPalestine ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6252  kZoneRulesPalestine /*rules*/,
                                                                                                                    +
                                                                                                                    6253  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6254  33 /*numRules*/,
                                                                                                                    +
                                                                                                                    6255  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6256 };
                                                                                                                    +
                                                                                                                    6257 
                                                                                                                    +
                                                                                                                    6258 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6259 // Policy name: Para
                                                                                                                    +
                                                                                                                    6260 // Rules: 10
                                                                                                                    +
                                                                                                                    6261 // Memory (8-bit): 96
                                                                                                                    +
                                                                                                                    6262 // Memory (32-bit): 132
                                                                                                                    +
                                                                                                                    6263 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6264 
                                                                                                                    +
                                                                                                                    6265 static const extended::ZoneRule kZoneRulesPara[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6266  // Rule Para 1996 2001 - Oct Sun>=1 0:00 1:00 -
                                                                                                                    6267  {
                                                                                                                    -
                                                                                                                    6268  -2 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6268  -4 /*fromYearTiny*/,
                                                                                                                    6269  1 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6270  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6270  10 /*inMonth*/,
                                                                                                                    6271  7 /*onDayOfWeek*/,
                                                                                                                    6272  1 /*onDayOfMonth*/,
                                                                                                                    6273  0 /*atTimeCode*/,
                                                                                                                    6274  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6275  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6275  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6276  '-' /*letter*/,
                                                                                                                    6277  },
                                                                                                                    -
                                                                                                                    6278  // Rule Para 2002 2004 - Apr Sun>=1 0:00 0 -
                                                                                                                    +
                                                                                                                    6278  // Rule Para 1997 only - Feb lastSun 0:00 0 -
                                                                                                                    6279  {
                                                                                                                    -
                                                                                                                    6280  2 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6281  4 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6282  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6280  -3 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6281  -3 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6282  2 /*inMonth*/,
                                                                                                                    6283  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6284  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6284  0 /*onDayOfMonth*/,
                                                                                                                    6285  0 /*atTimeCode*/,
                                                                                                                    6286  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6287  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6288  '-' /*letter*/,
                                                                                                                    6289  },
                                                                                                                    -
                                                                                                                    6290  // Rule Para 2002 2003 - Sep Sun>=1 0:00 1:00 -
                                                                                                                    +
                                                                                                                    6290  // Rule Para 1998 2001 - Mar Sun>=1 0:00 0 -
                                                                                                                    6291  {
                                                                                                                    -
                                                                                                                    6292  2 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6293  3 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6294  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6292  -2 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6293  1 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6294  3 /*inMonth*/,
                                                                                                                    6295  7 /*onDayOfWeek*/,
                                                                                                                    6296  1 /*onDayOfMonth*/,
                                                                                                                    6297  0 /*atTimeCode*/,
                                                                                                                    6298  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6299  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6299  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6300  '-' /*letter*/,
                                                                                                                    6301  },
                                                                                                                    -
                                                                                                                    6302  // Rule Para 2004 2009 - Oct Sun>=15 0:00 1:00 -
                                                                                                                    +
                                                                                                                    6302  // Rule Para 2002 2004 - Apr Sun>=1 0:00 0 -
                                                                                                                    6303  {
                                                                                                                    -
                                                                                                                    6304  4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6305  9 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6306  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6304  2 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6305  4 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6306  4 /*inMonth*/,
                                                                                                                    6307  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6308  15 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6308  1 /*onDayOfMonth*/,
                                                                                                                    6309  0 /*atTimeCode*/,
                                                                                                                    6310  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6311  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6311  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6312  '-' /*letter*/,
                                                                                                                    6313  },
                                                                                                                    -
                                                                                                                    6314  // Rule Para 2005 2009 - Mar Sun>=8 0:00 0 -
                                                                                                                    +
                                                                                                                    6314  // Rule Para 2002 2003 - Sep Sun>=1 0:00 1:00 -
                                                                                                                    6315  {
                                                                                                                    -
                                                                                                                    6316  5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6317  9 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6318  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6316  2 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6317  3 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6318  9 /*inMonth*/,
                                                                                                                    6319  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6320  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6320  1 /*onDayOfMonth*/,
                                                                                                                    6321  0 /*atTimeCode*/,
                                                                                                                    6322  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6323  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6323  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6324  '-' /*letter*/,
                                                                                                                    6325  },
                                                                                                                    -
                                                                                                                    6326  // Rule Para 2010 max - Oct Sun>=1 0:00 1:00 -
                                                                                                                    +
                                                                                                                    6326  // Rule Para 2004 2009 - Oct Sun>=15 0:00 1:00 -
                                                                                                                    6327  {
                                                                                                                    -
                                                                                                                    6328  10 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6329  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6328  4 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6329  9 /*toYearTiny*/,
                                                                                                                    6330  10 /*inMonth*/,
                                                                                                                    6331  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6332  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6332  15 /*onDayOfMonth*/,
                                                                                                                    6333  0 /*atTimeCode*/,
                                                                                                                    6334  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6335  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6336  '-' /*letter*/,
                                                                                                                    6337  },
                                                                                                                    -
                                                                                                                    6338  // Rule Para 2010 2012 - Apr Sun>=8 0:00 0 -
                                                                                                                    +
                                                                                                                    6338  // Rule Para 2005 2009 - Mar Sun>=8 0:00 0 -
                                                                                                                    6339  {
                                                                                                                    -
                                                                                                                    6340  10 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6341  12 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6342  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6340  5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6341  9 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6342  3 /*inMonth*/,
                                                                                                                    6343  7 /*onDayOfWeek*/,
                                                                                                                    6344  8 /*onDayOfMonth*/,
                                                                                                                    6345  0 /*atTimeCode*/,
                                                                                                                    @@ -6420,163 +6420,163 @@
                                                                                                                    6347  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6348  '-' /*letter*/,
                                                                                                                    6349  },
                                                                                                                    -
                                                                                                                    6350  // Rule Para 2013 max - Mar Sun>=22 0:00 0 -
                                                                                                                    +
                                                                                                                    6350  // Rule Para 2010 max - Oct Sun>=1 0:00 1:00 -
                                                                                                                    6351  {
                                                                                                                    -
                                                                                                                    6352  13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6352  10 /*fromYearTiny*/,
                                                                                                                    6353  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6354  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6354  10 /*inMonth*/,
                                                                                                                    6355  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6356  22 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6356  1 /*onDayOfMonth*/,
                                                                                                                    6357  0 /*atTimeCode*/,
                                                                                                                    6358  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6359  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6359  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6360  '-' /*letter*/,
                                                                                                                    6361  },
                                                                                                                    -
                                                                                                                    6362 
                                                                                                                    -
                                                                                                                    6363 };
                                                                                                                    -
                                                                                                                    6364 
                                                                                                                    -
                                                                                                                    6365 
                                                                                                                    -
                                                                                                                    6366 
                                                                                                                    -
                                                                                                                    6367 const extended::ZonePolicy kPolicyPara ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6368  kZoneRulesPara /*rules*/,
                                                                                                                    -
                                                                                                                    6369  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6370  10 /*numRules*/,
                                                                                                                    -
                                                                                                                    6371  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6372 };
                                                                                                                    -
                                                                                                                    6373 
                                                                                                                    -
                                                                                                                    6374 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6375 // Policy name: Peru
                                                                                                                    -
                                                                                                                    6376 // Rules: 1
                                                                                                                    -
                                                                                                                    6377 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    6378 // Memory (32-bit): 24
                                                                                                                    -
                                                                                                                    6379 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6380 
                                                                                                                    -
                                                                                                                    6381 static const extended::ZoneRule kZoneRulesPeru[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6382  // Rule Peru 1994 only - Apr 1 0:00 0 -
                                                                                                                    -
                                                                                                                    6383  {
                                                                                                                    -
                                                                                                                    6384  -6 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6385  -6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6386  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6387  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6388  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6389  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6390  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6391  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6392  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6393  },
                                                                                                                    -
                                                                                                                    6394 
                                                                                                                    -
                                                                                                                    6395 };
                                                                                                                    -
                                                                                                                    6396 
                                                                                                                    +
                                                                                                                    6362  // Rule Para 2010 2012 - Apr Sun>=8 0:00 0 -
                                                                                                                    +
                                                                                                                    6363  {
                                                                                                                    +
                                                                                                                    6364  10 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6365  12 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6366  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6367  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6368  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6369  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6370  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6371  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6372  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6373  },
                                                                                                                    +
                                                                                                                    6374  // Rule Para 2013 max - Mar Sun>=22 0:00 0 -
                                                                                                                    +
                                                                                                                    6375  {
                                                                                                                    +
                                                                                                                    6376  13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6377  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6378  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6379  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6380  22 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6381  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6382  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6383  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6384  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6385  },
                                                                                                                    +
                                                                                                                    6386 
                                                                                                                    +
                                                                                                                    6387 };
                                                                                                                    +
                                                                                                                    6388 
                                                                                                                    +
                                                                                                                    6389 
                                                                                                                    +
                                                                                                                    6390 
                                                                                                                    +
                                                                                                                    6391 const extended::ZonePolicy kPolicyPara ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6392  kZoneRulesPara /*rules*/,
                                                                                                                    +
                                                                                                                    6393  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6394  10 /*numRules*/,
                                                                                                                    +
                                                                                                                    6395  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6396 };
                                                                                                                    6397 
                                                                                                                    -
                                                                                                                    6398 
                                                                                                                    -
                                                                                                                    6399 const extended::ZonePolicy kPolicyPeru ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6400  kZoneRulesPeru /*rules*/,
                                                                                                                    -
                                                                                                                    6401  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6402  1 /*numRules*/,
                                                                                                                    -
                                                                                                                    6403  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6404 };
                                                                                                                    -
                                                                                                                    6405 
                                                                                                                    -
                                                                                                                    6406 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6407 // Policy name: Phil
                                                                                                                    -
                                                                                                                    6408 // Rules: 1
                                                                                                                    -
                                                                                                                    6409 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    6410 // Memory (32-bit): 24
                                                                                                                    -
                                                                                                                    6411 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6412 
                                                                                                                    -
                                                                                                                    6413 static const extended::ZoneRule kZoneRulesPhil[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6414  // Rule Phil 1978 only - Sep 21 0:00 0 S
                                                                                                                    -
                                                                                                                    6415  {
                                                                                                                    -
                                                                                                                    6416  -22 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6417  -22 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6418  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6419  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6420  21 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6421  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6422  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6423  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6424  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    6425  },
                                                                                                                    -
                                                                                                                    6426 
                                                                                                                    -
                                                                                                                    6427 };
                                                                                                                    -
                                                                                                                    6428 
                                                                                                                    +
                                                                                                                    6398 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6399 // Policy name: Peru
                                                                                                                    +
                                                                                                                    6400 // Rules: 1
                                                                                                                    +
                                                                                                                    6401 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    6402 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    6403 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6404 
                                                                                                                    +
                                                                                                                    6405 static const extended::ZoneRule kZoneRulesPeru[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6406  // Rule Peru 1994 only - Apr 1 0:00 0 -
                                                                                                                    +
                                                                                                                    6407  {
                                                                                                                    +
                                                                                                                    6408  -6 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6409  -6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6410  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6411  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6412  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6413  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6414  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6415  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6416  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6417  },
                                                                                                                    +
                                                                                                                    6418 
                                                                                                                    +
                                                                                                                    6419 };
                                                                                                                    +
                                                                                                                    6420 
                                                                                                                    +
                                                                                                                    6421 
                                                                                                                    +
                                                                                                                    6422 
                                                                                                                    +
                                                                                                                    6423 const extended::ZonePolicy kPolicyPeru ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6424  kZoneRulesPeru /*rules*/,
                                                                                                                    +
                                                                                                                    6425  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6426  1 /*numRules*/,
                                                                                                                    +
                                                                                                                    6427  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6428 };
                                                                                                                    6429 
                                                                                                                    -
                                                                                                                    6430 
                                                                                                                    -
                                                                                                                    6431 const extended::ZonePolicy kPolicyPhil ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6432  kZoneRulesPhil /*rules*/,
                                                                                                                    -
                                                                                                                    6433  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6434  1 /*numRules*/,
                                                                                                                    -
                                                                                                                    6435  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6436 };
                                                                                                                    -
                                                                                                                    6437 
                                                                                                                    -
                                                                                                                    6438 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6439 // Policy name: ROK
                                                                                                                    -
                                                                                                                    6440 // Rules: 1
                                                                                                                    -
                                                                                                                    6441 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    6442 // Memory (32-bit): 24
                                                                                                                    -
                                                                                                                    6443 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6444 
                                                                                                                    -
                                                                                                                    6445 static const extended::ZoneRule kZoneRulesROK[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6446  // Rule ROK 1987 1988 - Oct Sun>=8 3:00 0 S
                                                                                                                    -
                                                                                                                    6447  {
                                                                                                                    -
                                                                                                                    6448  -13 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6449  -12 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6450  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6451  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6452  8 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6453  12 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6454  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6455  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6456  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    6457  },
                                                                                                                    -
                                                                                                                    6458 
                                                                                                                    -
                                                                                                                    6459 };
                                                                                                                    -
                                                                                                                    6460 
                                                                                                                    +
                                                                                                                    6430 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6431 // Policy name: Phil
                                                                                                                    +
                                                                                                                    6432 // Rules: 1
                                                                                                                    +
                                                                                                                    6433 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    6434 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    6435 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6436 
                                                                                                                    +
                                                                                                                    6437 static const extended::ZoneRule kZoneRulesPhil[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6438  // Rule Phil 1978 only - Sep 21 0:00 0 S
                                                                                                                    +
                                                                                                                    6439  {
                                                                                                                    +
                                                                                                                    6440  -22 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6441  -22 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6442  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6443  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6444  21 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6445  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6446  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6447  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6448  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6449  },
                                                                                                                    +
                                                                                                                    6450 
                                                                                                                    +
                                                                                                                    6451 };
                                                                                                                    +
                                                                                                                    6452 
                                                                                                                    +
                                                                                                                    6453 
                                                                                                                    +
                                                                                                                    6454 
                                                                                                                    +
                                                                                                                    6455 const extended::ZonePolicy kPolicyPhil ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6456  kZoneRulesPhil /*rules*/,
                                                                                                                    +
                                                                                                                    6457  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6458  1 /*numRules*/,
                                                                                                                    +
                                                                                                                    6459  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6460 };
                                                                                                                    6461 
                                                                                                                    -
                                                                                                                    6462 
                                                                                                                    -
                                                                                                                    6463 const extended::ZonePolicy kPolicyROK ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6464  kZoneRulesROK /*rules*/,
                                                                                                                    -
                                                                                                                    6465  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6466  1 /*numRules*/,
                                                                                                                    -
                                                                                                                    6467  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6468 };
                                                                                                                    -
                                                                                                                    6469 
                                                                                                                    -
                                                                                                                    6470 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6471 // Policy name: Russia
                                                                                                                    -
                                                                                                                    6472 // Rules: 3
                                                                                                                    -
                                                                                                                    6473 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    6474 // Memory (32-bit): 48
                                                                                                                    -
                                                                                                                    6475 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6476 
                                                                                                                    -
                                                                                                                    6477 static const extended::ZoneRule kZoneRulesRussia[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6478  // Rule Russia 1984 1995 - Sep lastSun 2:00s 0 -
                                                                                                                    -
                                                                                                                    6479  {
                                                                                                                    -
                                                                                                                    6480  -16 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6481  -5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6482  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6483  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6484  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6485  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6486  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    6487  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6488  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6489  },
                                                                                                                    -
                                                                                                                    6490  // Rule Russia 1985 2010 - Mar lastSun 2:00s 1:00 S
                                                                                                                    -
                                                                                                                    6491  {
                                                                                                                    -
                                                                                                                    6492  -15 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6493  10 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6494  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6495  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6496  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6497  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6498  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    6499  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6500  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    6501  },
                                                                                                                    -
                                                                                                                    6502  // Rule Russia 1996 2010 - Oct lastSun 2:00s 0 -
                                                                                                                    +
                                                                                                                    6462 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6463 // Policy name: ROK
                                                                                                                    +
                                                                                                                    6464 // Rules: 1
                                                                                                                    +
                                                                                                                    6465 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    6466 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    6467 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6468 
                                                                                                                    +
                                                                                                                    6469 static const extended::ZoneRule kZoneRulesROK[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6470  // Rule ROK 1987 1988 - Oct Sun>=8 3:00 0 S
                                                                                                                    +
                                                                                                                    6471  {
                                                                                                                    +
                                                                                                                    6472  -13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6473  -12 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6474  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6475  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6476  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6477  12 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6478  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6479  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6480  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6481  },
                                                                                                                    +
                                                                                                                    6482 
                                                                                                                    +
                                                                                                                    6483 };
                                                                                                                    +
                                                                                                                    6484 
                                                                                                                    +
                                                                                                                    6485 
                                                                                                                    +
                                                                                                                    6486 
                                                                                                                    +
                                                                                                                    6487 const extended::ZonePolicy kPolicyROK ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6488  kZoneRulesROK /*rules*/,
                                                                                                                    +
                                                                                                                    6489  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6490  1 /*numRules*/,
                                                                                                                    +
                                                                                                                    6491  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6492 };
                                                                                                                    +
                                                                                                                    6493 
                                                                                                                    +
                                                                                                                    6494 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6495 // Policy name: Russia
                                                                                                                    +
                                                                                                                    6496 // Rules: 3
                                                                                                                    +
                                                                                                                    6497 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    6498 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    6499 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6500 
                                                                                                                    +
                                                                                                                    6501 static const extended::ZoneRule kZoneRulesRussia[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6502  // Rule Russia 1984 1995 - Sep lastSun 2:00s 0 -
                                                                                                                    6503  {
                                                                                                                    -
                                                                                                                    6504  -4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6505  10 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6506  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6504  -16 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6505  -5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6506  9 /*inMonth*/,
                                                                                                                    6507  7 /*onDayOfWeek*/,
                                                                                                                    6508  0 /*onDayOfMonth*/,
                                                                                                                    6509  8 /*atTimeCode*/,
                                                                                                                    @@ -6584,55 +6584,55 @@
                                                                                                                    6511  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6512  '-' /*letter*/,
                                                                                                                    6513  },
                                                                                                                    -
                                                                                                                    6514 
                                                                                                                    -
                                                                                                                    6515 };
                                                                                                                    -
                                                                                                                    6516 
                                                                                                                    -
                                                                                                                    6517 
                                                                                                                    -
                                                                                                                    6518 
                                                                                                                    -
                                                                                                                    6519 const extended::ZonePolicy kPolicyRussia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6520  kZoneRulesRussia /*rules*/,
                                                                                                                    -
                                                                                                                    6521  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6522  3 /*numRules*/,
                                                                                                                    -
                                                                                                                    6523  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6524 };
                                                                                                                    -
                                                                                                                    6525 
                                                                                                                    -
                                                                                                                    6526 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6527 // Policy name: RussiaAsia
                                                                                                                    -
                                                                                                                    6528 // Rules: 3
                                                                                                                    -
                                                                                                                    6529 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    6530 // Memory (32-bit): 48
                                                                                                                    -
                                                                                                                    6531 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6532 
                                                                                                                    -
                                                                                                                    6533 static const extended::ZoneRule kZoneRulesRussiaAsia[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6534  // Rule RussiaAsia 1984 1995 - Sep lastSun 2:00s 0 -
                                                                                                                    -
                                                                                                                    6535  {
                                                                                                                    -
                                                                                                                    6536  -16 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6537  -5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6538  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6539  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6540  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6541  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6542  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    6543  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6544  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6545  },
                                                                                                                    -
                                                                                                                    6546  // Rule RussiaAsia 1985 2010 - Mar lastSun 2:00s 1:00 -
                                                                                                                    -
                                                                                                                    6547  {
                                                                                                                    -
                                                                                                                    6548  -15 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6549  10 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6550  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6551  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6552  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6553  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6554  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    6555  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6556  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6557  },
                                                                                                                    -
                                                                                                                    6558  // Rule RussiaAsia 1996 2010 - Oct lastSun 2:00s 0 -
                                                                                                                    +
                                                                                                                    6514  // Rule Russia 1985 2010 - Mar lastSun 2:00s 1:00 S
                                                                                                                    +
                                                                                                                    6515  {
                                                                                                                    +
                                                                                                                    6516  -15 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6517  10 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6518  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6519  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6520  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6521  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6522  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    6523  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6524  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6525  },
                                                                                                                    +
                                                                                                                    6526  // Rule Russia 1996 2010 - Oct lastSun 2:00s 0 -
                                                                                                                    +
                                                                                                                    6527  {
                                                                                                                    +
                                                                                                                    6528  -4 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6529  10 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6530  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6531  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6532  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6533  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6534  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    6535  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6536  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6537  },
                                                                                                                    +
                                                                                                                    6538 
                                                                                                                    +
                                                                                                                    6539 };
                                                                                                                    +
                                                                                                                    6540 
                                                                                                                    +
                                                                                                                    6541 
                                                                                                                    +
                                                                                                                    6542 
                                                                                                                    +
                                                                                                                    6543 const extended::ZonePolicy kPolicyRussia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6544  kZoneRulesRussia /*rules*/,
                                                                                                                    +
                                                                                                                    6545  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6546  3 /*numRules*/,
                                                                                                                    +
                                                                                                                    6547  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6548 };
                                                                                                                    +
                                                                                                                    6549 
                                                                                                                    +
                                                                                                                    6550 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6551 // Policy name: RussiaAsia
                                                                                                                    +
                                                                                                                    6552 // Rules: 3
                                                                                                                    +
                                                                                                                    6553 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    6554 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    6555 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6556 
                                                                                                                    +
                                                                                                                    6557 static const extended::ZoneRule kZoneRulesRussiaAsia[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6558  // Rule RussiaAsia 1984 1995 - Sep lastSun 2:00s 0 -
                                                                                                                    6559  {
                                                                                                                    -
                                                                                                                    6560  -4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6561  10 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6562  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6560  -16 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6561  -5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6562  9 /*inMonth*/,
                                                                                                                    6563  7 /*onDayOfWeek*/,
                                                                                                                    6564  0 /*onDayOfMonth*/,
                                                                                                                    6565  8 /*atTimeCode*/,
                                                                                                                    @@ -6640,386 +6640,386 @@
                                                                                                                    6567  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6568  '-' /*letter*/,
                                                                                                                    6569  },
                                                                                                                    -
                                                                                                                    6570 
                                                                                                                    -
                                                                                                                    6571 };
                                                                                                                    -
                                                                                                                    6572 
                                                                                                                    -
                                                                                                                    6573 
                                                                                                                    -
                                                                                                                    6574 
                                                                                                                    -
                                                                                                                    6575 const extended::ZonePolicy kPolicyRussiaAsia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6576  kZoneRulesRussiaAsia /*rules*/,
                                                                                                                    -
                                                                                                                    6577  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6578  3 /*numRules*/,
                                                                                                                    -
                                                                                                                    6579  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6580 };
                                                                                                                    -
                                                                                                                    6581 
                                                                                                                    -
                                                                                                                    6582 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6583 // Policy name: SA
                                                                                                                    -
                                                                                                                    6584 // Rules: 1
                                                                                                                    -
                                                                                                                    6585 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    6586 // Memory (32-bit): 24
                                                                                                                    -
                                                                                                                    6587 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6588 
                                                                                                                    -
                                                                                                                    6589 static const extended::ZoneRule kZoneRulesSA[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6590  // Rule SA 1943 1944 - Mar Sun>=15 2:00 0 -
                                                                                                                    -
                                                                                                                    6591  {
                                                                                                                    -
                                                                                                                    6592  -57 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6593  -56 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6594  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6595  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6596  15 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6597  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6598  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6599  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6600  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6601  },
                                                                                                                    -
                                                                                                                    6602 
                                                                                                                    -
                                                                                                                    6603 };
                                                                                                                    -
                                                                                                                    6604 
                                                                                                                    +
                                                                                                                    6570  // Rule RussiaAsia 1985 2010 - Mar lastSun 2:00s 1:00 -
                                                                                                                    +
                                                                                                                    6571  {
                                                                                                                    +
                                                                                                                    6572  -15 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6573  10 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6574  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6575  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6576  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6577  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6578  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    6579  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6580  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6581  },
                                                                                                                    +
                                                                                                                    6582  // Rule RussiaAsia 1996 2010 - Oct lastSun 2:00s 0 -
                                                                                                                    +
                                                                                                                    6583  {
                                                                                                                    +
                                                                                                                    6584  -4 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6585  10 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6586  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6587  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6588  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6589  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6590  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    6591  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6592  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6593  },
                                                                                                                    +
                                                                                                                    6594 
                                                                                                                    +
                                                                                                                    6595 };
                                                                                                                    +
                                                                                                                    6596 
                                                                                                                    +
                                                                                                                    6597 
                                                                                                                    +
                                                                                                                    6598 
                                                                                                                    +
                                                                                                                    6599 const extended::ZonePolicy kPolicyRussiaAsia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6600  kZoneRulesRussiaAsia /*rules*/,
                                                                                                                    +
                                                                                                                    6601  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6602  3 /*numRules*/,
                                                                                                                    +
                                                                                                                    6603  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6604 };
                                                                                                                    6605 
                                                                                                                    -
                                                                                                                    6606 
                                                                                                                    -
                                                                                                                    6607 const extended::ZonePolicy kPolicySA ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6608  kZoneRulesSA /*rules*/,
                                                                                                                    -
                                                                                                                    6609  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6610  1 /*numRules*/,
                                                                                                                    -
                                                                                                                    6611  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6612 };
                                                                                                                    -
                                                                                                                    6613 
                                                                                                                    -
                                                                                                                    6614 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6615 // Policy name: Salv
                                                                                                                    -
                                                                                                                    6616 // Rules: 1
                                                                                                                    -
                                                                                                                    6617 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    6618 // Memory (32-bit): 24
                                                                                                                    -
                                                                                                                    6619 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6620 
                                                                                                                    -
                                                                                                                    6621 static const extended::ZoneRule kZoneRulesSalv[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6622  // Rule Salv 1987 1988 - Sep lastSun 0:00 0 S
                                                                                                                    -
                                                                                                                    6623  {
                                                                                                                    -
                                                                                                                    6624  -13 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6625  -12 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6626  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6627  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6628  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6629  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6630  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6631  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6632  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    6633  },
                                                                                                                    -
                                                                                                                    6634 
                                                                                                                    -
                                                                                                                    6635 };
                                                                                                                    -
                                                                                                                    6636 
                                                                                                                    +
                                                                                                                    6606 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6607 // Policy name: SA
                                                                                                                    +
                                                                                                                    6608 // Rules: 1
                                                                                                                    +
                                                                                                                    6609 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    6610 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    6611 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6612 
                                                                                                                    +
                                                                                                                    6613 static const extended::ZoneRule kZoneRulesSA[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6614  // Rule SA 1943 1944 - Mar Sun>=15 2:00 0 -
                                                                                                                    +
                                                                                                                    6615  {
                                                                                                                    +
                                                                                                                    6616  -57 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6617  -56 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6618  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6619  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6620  15 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6621  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6622  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6623  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6624  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6625  },
                                                                                                                    +
                                                                                                                    6626 
                                                                                                                    +
                                                                                                                    6627 };
                                                                                                                    +
                                                                                                                    6628 
                                                                                                                    +
                                                                                                                    6629 
                                                                                                                    +
                                                                                                                    6630 
                                                                                                                    +
                                                                                                                    6631 const extended::ZonePolicy kPolicySA ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6632  kZoneRulesSA /*rules*/,
                                                                                                                    +
                                                                                                                    6633  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6634  1 /*numRules*/,
                                                                                                                    +
                                                                                                                    6635  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6636 };
                                                                                                                    6637 
                                                                                                                    -
                                                                                                                    6638 
                                                                                                                    -
                                                                                                                    6639 const extended::ZonePolicy kPolicySalv ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6640  kZoneRulesSalv /*rules*/,
                                                                                                                    -
                                                                                                                    6641  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6642  1 /*numRules*/,
                                                                                                                    -
                                                                                                                    6643  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6644 };
                                                                                                                    -
                                                                                                                    6645 
                                                                                                                    -
                                                                                                                    6646 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6647 // Policy name: SanLuis
                                                                                                                    -
                                                                                                                    6648 // Rules: 3
                                                                                                                    -
                                                                                                                    6649 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    6650 // Memory (32-bit): 48
                                                                                                                    -
                                                                                                                    6651 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6652 
                                                                                                                    -
                                                                                                                    6653 static const extended::ZoneRule kZoneRulesSanLuis[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6654  // Anchor: Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
                                                                                                                    -
                                                                                                                    6655  {
                                                                                                                    -
                                                                                                                    6656  -127 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6657  -127 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6658  1 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6659  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6660  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6661  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6662  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6663  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6664  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6665  },
                                                                                                                    -
                                                                                                                    6666  // Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
                                                                                                                    -
                                                                                                                    6667  {
                                                                                                                    -
                                                                                                                    6668  8 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6669  9 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6670  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6671  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6672  8 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6673  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6674  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6675  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6676  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6677  },
                                                                                                                    -
                                                                                                                    6678  // Rule SanLuis 2007 2008 - Oct Sun>=8 0:00 1:00 -
                                                                                                                    +
                                                                                                                    6638 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6639 // Policy name: Salv
                                                                                                                    +
                                                                                                                    6640 // Rules: 1
                                                                                                                    +
                                                                                                                    6641 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    6642 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    6643 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6644 
                                                                                                                    +
                                                                                                                    6645 static const extended::ZoneRule kZoneRulesSalv[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6646  // Rule Salv 1987 1988 - Sep lastSun 0:00 0 S
                                                                                                                    +
                                                                                                                    6647  {
                                                                                                                    +
                                                                                                                    6648  -13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6649  -12 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6650  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6651  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6652  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6653  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6654  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6655  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6656  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6657  },
                                                                                                                    +
                                                                                                                    6658 
                                                                                                                    +
                                                                                                                    6659 };
                                                                                                                    +
                                                                                                                    6660 
                                                                                                                    +
                                                                                                                    6661 
                                                                                                                    +
                                                                                                                    6662 
                                                                                                                    +
                                                                                                                    6663 const extended::ZonePolicy kPolicySalv ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6664  kZoneRulesSalv /*rules*/,
                                                                                                                    +
                                                                                                                    6665  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6666  1 /*numRules*/,
                                                                                                                    +
                                                                                                                    6667  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6668 };
                                                                                                                    +
                                                                                                                    6669 
                                                                                                                    +
                                                                                                                    6670 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6671 // Policy name: SanLuis
                                                                                                                    +
                                                                                                                    6672 // Rules: 3
                                                                                                                    +
                                                                                                                    6673 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    6674 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    6675 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6676 
                                                                                                                    +
                                                                                                                    6677 static const extended::ZoneRule kZoneRulesSanLuis[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6678  // Anchor: Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
                                                                                                                    6679  {
                                                                                                                    -
                                                                                                                    6680  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6681  8 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6682  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6683  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6684  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6680  -127 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6681  -127 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6682  1 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6683  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6684  1 /*onDayOfMonth*/,
                                                                                                                    6685  0 /*atTimeCode*/,
                                                                                                                    6686  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6687  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6687  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6688  '-' /*letter*/,
                                                                                                                    6689  },
                                                                                                                    -
                                                                                                                    6690 
                                                                                                                    -
                                                                                                                    6691 };
                                                                                                                    -
                                                                                                                    6692 
                                                                                                                    -
                                                                                                                    6693 
                                                                                                                    -
                                                                                                                    6694 
                                                                                                                    -
                                                                                                                    6695 const extended::ZonePolicy kPolicySanLuis ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6696  kZoneRulesSanLuis /*rules*/,
                                                                                                                    -
                                                                                                                    6697  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6698  3 /*numRules*/,
                                                                                                                    -
                                                                                                                    6699  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6700 };
                                                                                                                    -
                                                                                                                    6701 
                                                                                                                    -
                                                                                                                    6702 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6703 // Policy name: StJohns
                                                                                                                    -
                                                                                                                    6704 // Rules: 5
                                                                                                                    -
                                                                                                                    6705 // Memory (8-bit): 56
                                                                                                                    -
                                                                                                                    6706 // Memory (32-bit): 79
                                                                                                                    -
                                                                                                                    6707 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6708 
                                                                                                                    -
                                                                                                                    6709 static const extended::ZoneRule kZoneRulesStJohns[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6710  // Rule StJohns 1987 2006 - Oct lastSun 0:01 0 S
                                                                                                                    -
                                                                                                                    6711  {
                                                                                                                    -
                                                                                                                    6712  -13 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6713  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6714  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6715  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6716  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6717  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6718  1 /*atTimeModifier (kSuffixW + minute=1)*/,
                                                                                                                    -
                                                                                                                    6719  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6720  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    6721  },
                                                                                                                    -
                                                                                                                    6722  // Rule StJohns 1988 only - Apr Sun>=1 0:01 2:00 DD
                                                                                                                    -
                                                                                                                    6723  {
                                                                                                                    -
                                                                                                                    6724  -12 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6725  -12 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6726  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6727  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6728  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6729  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6730  1 /*atTimeModifier (kSuffixW + minute=1)*/,
                                                                                                                    -
                                                                                                                    6731  12 /*deltaCode ((deltaMinutes=120)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6732  0 /*letter (index to "DD")*/,
                                                                                                                    -
                                                                                                                    6733  },
                                                                                                                    -
                                                                                                                    6734  // Rule StJohns 1989 2006 - Apr Sun>=1 0:01 1:00 D
                                                                                                                    +
                                                                                                                    6690  // Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
                                                                                                                    +
                                                                                                                    6691  {
                                                                                                                    +
                                                                                                                    6692  8 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6693  9 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6694  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6695  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6696  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6697  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6698  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6699  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6700  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6701  },
                                                                                                                    +
                                                                                                                    6702  // Rule SanLuis 2007 2008 - Oct Sun>=8 0:00 1:00 -
                                                                                                                    +
                                                                                                                    6703  {
                                                                                                                    +
                                                                                                                    6704  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6705  8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6706  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6707  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6708  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6709  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6710  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6711  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6712  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6713  },
                                                                                                                    +
                                                                                                                    6714 
                                                                                                                    +
                                                                                                                    6715 };
                                                                                                                    +
                                                                                                                    6716 
                                                                                                                    +
                                                                                                                    6717 
                                                                                                                    +
                                                                                                                    6718 
                                                                                                                    +
                                                                                                                    6719 const extended::ZonePolicy kPolicySanLuis ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6720  kZoneRulesSanLuis /*rules*/,
                                                                                                                    +
                                                                                                                    6721  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6722  3 /*numRules*/,
                                                                                                                    +
                                                                                                                    6723  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6724 };
                                                                                                                    +
                                                                                                                    6725 
                                                                                                                    +
                                                                                                                    6726 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6727 // Policy name: StJohns
                                                                                                                    +
                                                                                                                    6728 // Rules: 5
                                                                                                                    +
                                                                                                                    6729 // Memory (8-bit): 56
                                                                                                                    +
                                                                                                                    6730 // Memory (32-bit): 79
                                                                                                                    +
                                                                                                                    6731 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6732 
                                                                                                                    +
                                                                                                                    6733 static const extended::ZoneRule kZoneRulesStJohns[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6734  // Rule StJohns 1987 2006 - Oct lastSun 0:01 0 S
                                                                                                                    6735  {
                                                                                                                    -
                                                                                                                    6736  -11 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6736  -13 /*fromYearTiny*/,
                                                                                                                    6737  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6738  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6738  10 /*inMonth*/,
                                                                                                                    6739  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6740  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6740  0 /*onDayOfMonth*/,
                                                                                                                    6741  0 /*atTimeCode*/,
                                                                                                                    6742  1 /*atTimeModifier (kSuffixW + minute=1)*/,
                                                                                                                    -
                                                                                                                    6743  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6744  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    6743  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6744  'S' /*letter*/,
                                                                                                                    6745  },
                                                                                                                    -
                                                                                                                    6746  // Rule StJohns 2007 2011 - Mar Sun>=8 0:01 1:00 D
                                                                                                                    +
                                                                                                                    6746  // Rule StJohns 1988 only - Apr Sun>=1 0:01 2:00 DD
                                                                                                                    6747  {
                                                                                                                    -
                                                                                                                    6748  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6749  11 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6750  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6748  -12 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6749  -12 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6750  4 /*inMonth*/,
                                                                                                                    6751  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6752  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6752  1 /*onDayOfMonth*/,
                                                                                                                    6753  0 /*atTimeCode*/,
                                                                                                                    6754  1 /*atTimeModifier (kSuffixW + minute=1)*/,
                                                                                                                    -
                                                                                                                    6755  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6756  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    6755  12 /*deltaCode ((deltaMinutes=120)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6756  0 /*letter (index to "DD")*/,
                                                                                                                    6757  },
                                                                                                                    -
                                                                                                                    6758  // Rule StJohns 2007 2010 - Nov Sun>=1 0:01 0 S
                                                                                                                    +
                                                                                                                    6758  // Rule StJohns 1989 2006 - Apr Sun>=1 0:01 1:00 D
                                                                                                                    6759  {
                                                                                                                    -
                                                                                                                    6760  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6761  10 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6762  11 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6760  -11 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6761  6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6762  4 /*inMonth*/,
                                                                                                                    6763  7 /*onDayOfWeek*/,
                                                                                                                    6764  1 /*onDayOfMonth*/,
                                                                                                                    6765  0 /*atTimeCode*/,
                                                                                                                    6766  1 /*atTimeModifier (kSuffixW + minute=1)*/,
                                                                                                                    -
                                                                                                                    6767  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6768  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6767  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6768  'D' /*letter*/,
                                                                                                                    6769  },
                                                                                                                    -
                                                                                                                    6770 
                                                                                                                    -
                                                                                                                    6771 };
                                                                                                                    -
                                                                                                                    6772 
                                                                                                                    -
                                                                                                                    6773 static const char* const kLettersStJohns[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6774  /*0*/ "DD",
                                                                                                                    -
                                                                                                                    6775 
                                                                                                                    -
                                                                                                                    6776 };
                                                                                                                    -
                                                                                                                    6777 
                                                                                                                    -
                                                                                                                    6778 
                                                                                                                    -
                                                                                                                    6779 const extended::ZonePolicy kPolicyStJohns ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6780  kZoneRulesStJohns /*rules*/,
                                                                                                                    -
                                                                                                                    6781  kLettersStJohns /*letters*/,
                                                                                                                    -
                                                                                                                    6782  5 /*numRules*/,
                                                                                                                    -
                                                                                                                    6783  1 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6784 };
                                                                                                                    -
                                                                                                                    6785 
                                                                                                                    -
                                                                                                                    6786 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6787 // Policy name: Sudan
                                                                                                                    -
                                                                                                                    6788 // Rules: 1
                                                                                                                    -
                                                                                                                    6789 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    6790 // Memory (32-bit): 24
                                                                                                                    -
                                                                                                                    6791 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6792 
                                                                                                                    -
                                                                                                                    6793 static const extended::ZoneRule kZoneRulesSudan[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6794  // Rule Sudan 1970 1985 - Oct 15 0:00 0 -
                                                                                                                    -
                                                                                                                    6795  {
                                                                                                                    -
                                                                                                                    6796  -30 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6797  -15 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6798  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6799  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6800  15 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6801  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6802  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6803  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6804  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6805  },
                                                                                                                    -
                                                                                                                    6806 
                                                                                                                    -
                                                                                                                    6807 };
                                                                                                                    -
                                                                                                                    6808 
                                                                                                                    +
                                                                                                                    6770  // Rule StJohns 2007 2011 - Mar Sun>=8 0:01 1:00 D
                                                                                                                    +
                                                                                                                    6771  {
                                                                                                                    +
                                                                                                                    6772  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6773  11 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6774  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6775  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6776  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6777  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6778  1 /*atTimeModifier (kSuffixW + minute=1)*/,
                                                                                                                    +
                                                                                                                    6779  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6780  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    6781  },
                                                                                                                    +
                                                                                                                    6782  // Rule StJohns 2007 2010 - Nov Sun>=1 0:01 0 S
                                                                                                                    +
                                                                                                                    6783  {
                                                                                                                    +
                                                                                                                    6784  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6785  10 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6786  11 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6787  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6788  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6789  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6790  1 /*atTimeModifier (kSuffixW + minute=1)*/,
                                                                                                                    +
                                                                                                                    6791  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6792  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6793  },
                                                                                                                    +
                                                                                                                    6794 
                                                                                                                    +
                                                                                                                    6795 };
                                                                                                                    +
                                                                                                                    6796 
                                                                                                                    +
                                                                                                                    6797 static const char* const kLettersStJohns[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6798  /*0*/ "DD",
                                                                                                                    +
                                                                                                                    6799 
                                                                                                                    +
                                                                                                                    6800 };
                                                                                                                    +
                                                                                                                    6801 
                                                                                                                    +
                                                                                                                    6802 
                                                                                                                    +
                                                                                                                    6803 const extended::ZonePolicy kPolicyStJohns ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6804  kZoneRulesStJohns /*rules*/,
                                                                                                                    +
                                                                                                                    6805  kLettersStJohns /*letters*/,
                                                                                                                    +
                                                                                                                    6806  5 /*numRules*/,
                                                                                                                    +
                                                                                                                    6807  1 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6808 };
                                                                                                                    6809 
                                                                                                                    -
                                                                                                                    6810 
                                                                                                                    -
                                                                                                                    6811 const extended::ZonePolicy kPolicySudan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6812  kZoneRulesSudan /*rules*/,
                                                                                                                    -
                                                                                                                    6813  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6814  1 /*numRules*/,
                                                                                                                    -
                                                                                                                    6815  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6816 };
                                                                                                                    -
                                                                                                                    6817 
                                                                                                                    -
                                                                                                                    6818 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6819 // Policy name: Syria
                                                                                                                    -
                                                                                                                    6820 // Rules: 12
                                                                                                                    -
                                                                                                                    6821 // Memory (8-bit): 114
                                                                                                                    -
                                                                                                                    6822 // Memory (32-bit): 156
                                                                                                                    -
                                                                                                                    6823 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6824 
                                                                                                                    -
                                                                                                                    6825 static const extended::ZoneRule kZoneRulesSyria[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6826  // Rule Syria 1994 2005 - Oct 1 0:00 0 -
                                                                                                                    -
                                                                                                                    6827  {
                                                                                                                    -
                                                                                                                    6828  -6 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6829  5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6830  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6831  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6832  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6833  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6834  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6835  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6836  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    6837  },
                                                                                                                    -
                                                                                                                    6838  // Rule Syria 1997 1998 - Mar lastMon 0:00 1:00 S
                                                                                                                    -
                                                                                                                    6839  {
                                                                                                                    -
                                                                                                                    6840  -3 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6841  -2 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6842  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6843  1 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6844  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6845  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6846  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6847  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6848  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    6849  },
                                                                                                                    -
                                                                                                                    6850  // Rule Syria 1999 2006 - Apr 1 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6810 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6811 // Policy name: Sudan
                                                                                                                    +
                                                                                                                    6812 // Rules: 1
                                                                                                                    +
                                                                                                                    6813 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    6814 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    6815 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6816 
                                                                                                                    +
                                                                                                                    6817 static const extended::ZoneRule kZoneRulesSudan[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6818  // Rule Sudan 1970 1985 - Oct 15 0:00 0 -
                                                                                                                    +
                                                                                                                    6819  {
                                                                                                                    +
                                                                                                                    6820  -30 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6821  -15 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6822  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6823  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6824  15 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6825  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6826  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6827  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6828  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6829  },
                                                                                                                    +
                                                                                                                    6830 
                                                                                                                    +
                                                                                                                    6831 };
                                                                                                                    +
                                                                                                                    6832 
                                                                                                                    +
                                                                                                                    6833 
                                                                                                                    +
                                                                                                                    6834 
                                                                                                                    +
                                                                                                                    6835 const extended::ZonePolicy kPolicySudan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6836  kZoneRulesSudan /*rules*/,
                                                                                                                    +
                                                                                                                    6837  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    6838  1 /*numRules*/,
                                                                                                                    +
                                                                                                                    6839  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    6840 };
                                                                                                                    +
                                                                                                                    6841 
                                                                                                                    +
                                                                                                                    6842 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6843 // Policy name: Syria
                                                                                                                    +
                                                                                                                    6844 // Rules: 12
                                                                                                                    +
                                                                                                                    6845 // Memory (8-bit): 114
                                                                                                                    +
                                                                                                                    6846 // Memory (32-bit): 156
                                                                                                                    +
                                                                                                                    6847 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    6848 
                                                                                                                    +
                                                                                                                    6849 static const extended::ZoneRule kZoneRulesSyria[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    6850  // Rule Syria 1994 2005 - Oct 1 0:00 0 -
                                                                                                                    6851  {
                                                                                                                    -
                                                                                                                    6852  -1 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6853  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6854  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6852  -6 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6853  5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6854  10 /*inMonth*/,
                                                                                                                    6855  0 /*onDayOfWeek*/,
                                                                                                                    6856  1 /*onDayOfMonth*/,
                                                                                                                    6857  0 /*atTimeCode*/,
                                                                                                                    6858  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6859  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6860  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6859  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6860  '-' /*letter*/,
                                                                                                                    6861  },
                                                                                                                    -
                                                                                                                    6862  // Rule Syria 2006 only - Sep 22 0:00 0 -
                                                                                                                    +
                                                                                                                    6862  // Rule Syria 1997 1998 - Mar lastMon 0:00 1:00 S
                                                                                                                    6863  {
                                                                                                                    -
                                                                                                                    6864  6 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6865  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6866  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6867  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6868  22 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6864  -3 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6865  -2 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6866  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6867  1 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6868  0 /*onDayOfMonth*/,
                                                                                                                    6869  0 /*atTimeCode*/,
                                                                                                                    6870  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6871  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6872  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6871  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6872  'S' /*letter*/,
                                                                                                                    6873  },
                                                                                                                    -
                                                                                                                    6874  // Rule Syria 2007 only - Mar lastFri 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6874  // Rule Syria 1999 2006 - Apr 1 0:00 1:00 S
                                                                                                                    6875  {
                                                                                                                    -
                                                                                                                    6876  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6877  7 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6878  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6879  5 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6880  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6876  -1 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6877  6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6878  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6879  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6880  1 /*onDayOfMonth*/,
                                                                                                                    6881  0 /*atTimeCode*/,
                                                                                                                    6882  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6883  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6884  'S' /*letter*/,
                                                                                                                    6885  },
                                                                                                                    -
                                                                                                                    6886  // Rule Syria 2007 only - Nov Fri>=1 0:00 0 -
                                                                                                                    +
                                                                                                                    6886  // Rule Syria 2006 only - Sep 22 0:00 0 -
                                                                                                                    6887  {
                                                                                                                    -
                                                                                                                    6888  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6889  7 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6890  11 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6891  5 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6892  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6888  6 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6889  6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6890  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6891  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6892  22 /*onDayOfMonth*/,
                                                                                                                    6893  0 /*atTimeCode*/,
                                                                                                                    6894  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6895  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6896  '-' /*letter*/,
                                                                                                                    6897  },
                                                                                                                    -
                                                                                                                    6898  // Rule Syria 2008 only - Apr Fri>=1 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6898  // Rule Syria 2007 only - Mar lastFri 0:00 1:00 S
                                                                                                                    6899  {
                                                                                                                    -
                                                                                                                    6900  8 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6901  8 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6902  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6900  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6901  7 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6902  3 /*inMonth*/,
                                                                                                                    6903  5 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6904  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6904  0 /*onDayOfMonth*/,
                                                                                                                    6905  0 /*atTimeCode*/,
                                                                                                                    6906  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6907  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6908  'S' /*letter*/,
                                                                                                                    6909  },
                                                                                                                    -
                                                                                                                    6910  // Rule Syria 2008 only - Nov 1 0:00 0 -
                                                                                                                    +
                                                                                                                    6910  // Rule Syria 2007 only - Nov Fri>=1 0:00 0 -
                                                                                                                    6911  {
                                                                                                                    -
                                                                                                                    6912  8 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6913  8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6912  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6913  7 /*toYearTiny*/,
                                                                                                                    6914  11 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6915  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6915  5 /*onDayOfWeek*/,
                                                                                                                    6916  1 /*onDayOfMonth*/,
                                                                                                                    6917  0 /*atTimeCode*/,
                                                                                                                    6918  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6919  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    6920  '-' /*letter*/,
                                                                                                                    6921  },
                                                                                                                    -
                                                                                                                    6922  // Rule Syria 2009 only - Mar lastFri 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6922  // Rule Syria 2008 only - Apr Fri>=1 0:00 1:00 S
                                                                                                                    6923  {
                                                                                                                    -
                                                                                                                    6924  9 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6925  9 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6926  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6924  8 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6925  8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6926  4 /*inMonth*/,
                                                                                                                    6927  5 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6928  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6928  1 /*onDayOfMonth*/,
                                                                                                                    6929  0 /*atTimeCode*/,
                                                                                                                    6930  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    6931  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6932  'S' /*letter*/,
                                                                                                                    6933  },
                                                                                                                    -
                                                                                                                    6934  // Rule Syria 2010 2011 - Apr Fri>=1 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6934  // Rule Syria 2008 only - Nov 1 0:00 0 -
                                                                                                                    6935  {
                                                                                                                    -
                                                                                                                    6936  10 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6937  11 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6938  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6939  5 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6936  8 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6937  8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6938  11 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6939  0 /*onDayOfWeek*/,
                                                                                                                    6940  1 /*onDayOfMonth*/,
                                                                                                                    6941  0 /*atTimeCode*/,
                                                                                                                    6942  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6943  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6944  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6943  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6944  '-' /*letter*/,
                                                                                                                    6945  },
                                                                                                                    -
                                                                                                                    6946  // Rule Syria 2012 max - Mar lastFri 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6946  // Rule Syria 2009 only - Mar lastFri 0:00 1:00 S
                                                                                                                    6947  {
                                                                                                                    -
                                                                                                                    6948  12 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6949  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6948  9 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6949  9 /*toYearTiny*/,
                                                                                                                    6950  3 /*inMonth*/,
                                                                                                                    6951  5 /*onDayOfWeek*/,
                                                                                                                    6952  0 /*onDayOfMonth*/,
                                                                                                                    @@ -7028,99 +7028,99 @@
                                                                                                                    6955  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    6956  'S' /*letter*/,
                                                                                                                    6957  },
                                                                                                                    -
                                                                                                                    6958  // Rule Syria 2009 max - Oct lastFri 0:00 0 -
                                                                                                                    +
                                                                                                                    6958  // Rule Syria 2010 2011 - Apr Fri>=1 0:00 1:00 S
                                                                                                                    6959  {
                                                                                                                    -
                                                                                                                    6960  9 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6961  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6962  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6960  10 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6961  11 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6962  4 /*inMonth*/,
                                                                                                                    6963  5 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6964  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6964  1 /*onDayOfMonth*/,
                                                                                                                    6965  0 /*atTimeCode*/,
                                                                                                                    6966  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6967  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    6968  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6967  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6968  'S' /*letter*/,
                                                                                                                    6969  },
                                                                                                                    -
                                                                                                                    6970 
                                                                                                                    -
                                                                                                                    6971 };
                                                                                                                    -
                                                                                                                    6972 
                                                                                                                    -
                                                                                                                    6973 
                                                                                                                    -
                                                                                                                    6974 
                                                                                                                    -
                                                                                                                    6975 const extended::ZonePolicy kPolicySyria ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6976  kZoneRulesSyria /*rules*/,
                                                                                                                    -
                                                                                                                    6977  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    6978  12 /*numRules*/,
                                                                                                                    -
                                                                                                                    6979  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    6980 };
                                                                                                                    -
                                                                                                                    6981 
                                                                                                                    -
                                                                                                                    6982 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6983 // Policy name: Taiwan
                                                                                                                    -
                                                                                                                    6984 // Rules: 1
                                                                                                                    -
                                                                                                                    6985 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    6986 // Memory (32-bit): 24
                                                                                                                    -
                                                                                                                    6987 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    6988 
                                                                                                                    -
                                                                                                                    6989 static const extended::ZoneRule kZoneRulesTaiwan[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    6990  // Rule Taiwan 1979 only - Oct 1 0:00 0 S
                                                                                                                    -
                                                                                                                    6991  {
                                                                                                                    -
                                                                                                                    6992  -21 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    6993  -21 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    6994  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    6995  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    6996  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    6997  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    6998  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    6999  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7000  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    7001  },
                                                                                                                    -
                                                                                                                    7002 
                                                                                                                    -
                                                                                                                    7003 };
                                                                                                                    -
                                                                                                                    7004 
                                                                                                                    +
                                                                                                                    6970  // Rule Syria 2012 max - Mar lastFri 0:00 1:00 S
                                                                                                                    +
                                                                                                                    6971  {
                                                                                                                    +
                                                                                                                    6972  12 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6973  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6974  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6975  5 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6976  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6977  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6978  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6979  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6980  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    6981  },
                                                                                                                    +
                                                                                                                    6982  // Rule Syria 2009 max - Oct lastFri 0:00 0 -
                                                                                                                    +
                                                                                                                    6983  {
                                                                                                                    +
                                                                                                                    6984  9 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    6985  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    6986  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    6987  5 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    6988  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    6989  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    6990  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    6991  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    6992  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    6993  },
                                                                                                                    +
                                                                                                                    6994 
                                                                                                                    +
                                                                                                                    6995 };
                                                                                                                    +
                                                                                                                    6996 
                                                                                                                    +
                                                                                                                    6997 
                                                                                                                    +
                                                                                                                    6998 
                                                                                                                    +
                                                                                                                    6999 const extended::ZonePolicy kPolicySyria ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7000  kZoneRulesSyria /*rules*/,
                                                                                                                    +
                                                                                                                    7001  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7002  12 /*numRules*/,
                                                                                                                    +
                                                                                                                    7003  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7004 };
                                                                                                                    7005 
                                                                                                                    -
                                                                                                                    7006 
                                                                                                                    -
                                                                                                                    7007 const extended::ZonePolicy kPolicyTaiwan ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7008  kZoneRulesTaiwan /*rules*/,
                                                                                                                    -
                                                                                                                    7009  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7010  1 /*numRules*/,
                                                                                                                    -
                                                                                                                    7011  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7012 };
                                                                                                                    -
                                                                                                                    7013 
                                                                                                                    -
                                                                                                                    7014 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7015 // Policy name: Thule
                                                                                                                    -
                                                                                                                    7016 // Rules: 5
                                                                                                                    -
                                                                                                                    7017 // Memory (8-bit): 51
                                                                                                                    -
                                                                                                                    7018 // Memory (32-bit): 72
                                                                                                                    -
                                                                                                                    7019 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7020 
                                                                                                                    -
                                                                                                                    7021 static const extended::ZoneRule kZoneRulesThule[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7022  // Rule Thule 1991 1992 - Sep lastSun 2:00 0 S
                                                                                                                    -
                                                                                                                    7023  {
                                                                                                                    -
                                                                                                                    7024  -9 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7025  -8 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7026  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7027  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7028  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7029  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7030  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7031  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7032  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    7033  },
                                                                                                                    -
                                                                                                                    7034  // Rule Thule 1993 2006 - Apr Sun>=1 2:00 1:00 D
                                                                                                                    -
                                                                                                                    7035  {
                                                                                                                    -
                                                                                                                    7036  -7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7037  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7038  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7039  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7040  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7041  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7042  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7043  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7044  'D' /*letter*/,
                                                                                                                    -
                                                                                                                    7045  },
                                                                                                                    -
                                                                                                                    7046  // Rule Thule 1993 2006 - Oct lastSun 2:00 0 S
                                                                                                                    +
                                                                                                                    7006 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7007 // Policy name: Taiwan
                                                                                                                    +
                                                                                                                    7008 // Rules: 1
                                                                                                                    +
                                                                                                                    7009 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    7010 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    7011 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7012 
                                                                                                                    +
                                                                                                                    7013 static const extended::ZoneRule kZoneRulesTaiwan[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7014  // Rule Taiwan 1979 only - Oct 1 0:00 0 S
                                                                                                                    +
                                                                                                                    7015  {
                                                                                                                    +
                                                                                                                    7016  -21 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7017  -21 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7018  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7019  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7020  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7021  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7022  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7023  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7024  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    7025  },
                                                                                                                    +
                                                                                                                    7026 
                                                                                                                    +
                                                                                                                    7027 };
                                                                                                                    +
                                                                                                                    7028 
                                                                                                                    +
                                                                                                                    7029 
                                                                                                                    +
                                                                                                                    7030 
                                                                                                                    +
                                                                                                                    7031 const extended::ZonePolicy kPolicyTaiwan ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7032  kZoneRulesTaiwan /*rules*/,
                                                                                                                    +
                                                                                                                    7033  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7034  1 /*numRules*/,
                                                                                                                    +
                                                                                                                    7035  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7036 };
                                                                                                                    +
                                                                                                                    7037 
                                                                                                                    +
                                                                                                                    7038 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7039 // Policy name: Thule
                                                                                                                    +
                                                                                                                    7040 // Rules: 5
                                                                                                                    +
                                                                                                                    7041 // Memory (8-bit): 51
                                                                                                                    +
                                                                                                                    7042 // Memory (32-bit): 72
                                                                                                                    +
                                                                                                                    7043 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7044 
                                                                                                                    +
                                                                                                                    7045 static const extended::ZoneRule kZoneRulesThule[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7046  // Rule Thule 1991 1992 - Sep lastSun 2:00 0 S
                                                                                                                    7047  {
                                                                                                                    -
                                                                                                                    7048  -7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7049  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7050  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7048  -9 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7049  -8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7050  9 /*inMonth*/,
                                                                                                                    7051  7 /*onDayOfWeek*/,
                                                                                                                    7052  0 /*onDayOfMonth*/,
                                                                                                                    7053  8 /*atTimeCode*/,
                                                                                                                    @@ -7128,114 +7128,114 @@
                                                                                                                    7055  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7056  'S' /*letter*/,
                                                                                                                    7057  },
                                                                                                                    -
                                                                                                                    7058  // Rule Thule 2007 max - Mar Sun>=8 2:00 1:00 D
                                                                                                                    +
                                                                                                                    7058  // Rule Thule 1993 2006 - Apr Sun>=1 2:00 1:00 D
                                                                                                                    7059  {
                                                                                                                    -
                                                                                                                    7060  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7061  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7062  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7060  -7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7061  6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7062  4 /*inMonth*/,
                                                                                                                    7063  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7064  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7064  1 /*onDayOfMonth*/,
                                                                                                                    7065  8 /*atTimeCode*/,
                                                                                                                    7066  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7067  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7068  'D' /*letter*/,
                                                                                                                    7069  },
                                                                                                                    -
                                                                                                                    7070  // Rule Thule 2007 max - Nov Sun>=1 2:00 0 S
                                                                                                                    +
                                                                                                                    7070  // Rule Thule 1993 2006 - Oct lastSun 2:00 0 S
                                                                                                                    7071  {
                                                                                                                    -
                                                                                                                    7072  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7073  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7074  11 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7072  -7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7073  6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7074  10 /*inMonth*/,
                                                                                                                    7075  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7076  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7076  0 /*onDayOfMonth*/,
                                                                                                                    7077  8 /*atTimeCode*/,
                                                                                                                    7078  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7079  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7080  'S' /*letter*/,
                                                                                                                    7081  },
                                                                                                                    -
                                                                                                                    7082 
                                                                                                                    -
                                                                                                                    7083 };
                                                                                                                    -
                                                                                                                    7084 
                                                                                                                    -
                                                                                                                    7085 
                                                                                                                    -
                                                                                                                    7086 
                                                                                                                    -
                                                                                                                    7087 const extended::ZonePolicy kPolicyThule ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7088  kZoneRulesThule /*rules*/,
                                                                                                                    -
                                                                                                                    7089  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7090  5 /*numRules*/,
                                                                                                                    -
                                                                                                                    7091  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7092 };
                                                                                                                    -
                                                                                                                    7093 
                                                                                                                    -
                                                                                                                    7094 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7095 // Policy name: Tonga
                                                                                                                    -
                                                                                                                    7096 // Rules: 7
                                                                                                                    -
                                                                                                                    7097 // Memory (8-bit): 69
                                                                                                                    -
                                                                                                                    7098 // Memory (32-bit): 96
                                                                                                                    -
                                                                                                                    7099 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7100 
                                                                                                                    -
                                                                                                                    7101 static const extended::ZoneRule kZoneRulesTonga[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7102  // Anchor: Rule Tonga 2000 only - Mar 19 2:00s 0 -
                                                                                                                    -
                                                                                                                    7103  {
                                                                                                                    -
                                                                                                                    7104  -127 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7105  -127 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7106  1 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7107  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7108  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7109  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7110  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7111  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7112  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7113  },
                                                                                                                    -
                                                                                                                    7114  // Rule Tonga 1999 only - Oct 7 2:00s 1:00 -
                                                                                                                    -
                                                                                                                    7115  {
                                                                                                                    -
                                                                                                                    7116  -1 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7117  -1 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7118  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7119  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7120  7 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7121  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7122  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    7123  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7124  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7125  },
                                                                                                                    -
                                                                                                                    7126  // Rule Tonga 2000 only - Mar 19 2:00s 0 -
                                                                                                                    +
                                                                                                                    7082  // Rule Thule 2007 max - Mar Sun>=8 2:00 1:00 D
                                                                                                                    +
                                                                                                                    7083  {
                                                                                                                    +
                                                                                                                    7084  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7085  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7086  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7087  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7088  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7089  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7090  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7091  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7092  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    7093  },
                                                                                                                    +
                                                                                                                    7094  // Rule Thule 2007 max - Nov Sun>=1 2:00 0 S
                                                                                                                    +
                                                                                                                    7095  {
                                                                                                                    +
                                                                                                                    7096  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7097  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7098  11 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7099  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7100  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7101  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7102  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7103  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7104  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    7105  },
                                                                                                                    +
                                                                                                                    7106 
                                                                                                                    +
                                                                                                                    7107 };
                                                                                                                    +
                                                                                                                    7108 
                                                                                                                    +
                                                                                                                    7109 
                                                                                                                    +
                                                                                                                    7110 
                                                                                                                    +
                                                                                                                    7111 const extended::ZonePolicy kPolicyThule ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7112  kZoneRulesThule /*rules*/,
                                                                                                                    +
                                                                                                                    7113  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7114  5 /*numRules*/,
                                                                                                                    +
                                                                                                                    7115  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7116 };
                                                                                                                    +
                                                                                                                    7117 
                                                                                                                    +
                                                                                                                    7118 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7119 // Policy name: Tonga
                                                                                                                    +
                                                                                                                    7120 // Rules: 7
                                                                                                                    +
                                                                                                                    7121 // Memory (8-bit): 69
                                                                                                                    +
                                                                                                                    7122 // Memory (32-bit): 96
                                                                                                                    +
                                                                                                                    7123 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7124 
                                                                                                                    +
                                                                                                                    7125 static const extended::ZoneRule kZoneRulesTonga[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7126  // Anchor: Rule Tonga 2000 only - Mar 19 2:00s 0 -
                                                                                                                    7127  {
                                                                                                                    -
                                                                                                                    7128  0 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7129  0 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7130  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7128  -127 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7129  -127 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7130  1 /*inMonth*/,
                                                                                                                    7131  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7132  19 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7133  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7134  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    7132  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7133  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7134  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7135  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7136  '-' /*letter*/,
                                                                                                                    7137  },
                                                                                                                    -
                                                                                                                    7138  // Rule Tonga 2000 2001 - Nov Sun>=1 2:00 1:00 -
                                                                                                                    +
                                                                                                                    7138  // Rule Tonga 1999 only - Oct 7 2:00s 1:00 -
                                                                                                                    7139  {
                                                                                                                    -
                                                                                                                    7140  0 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7141  1 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7142  11 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7143  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7144  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7140  -1 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7141  -1 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7142  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7143  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7144  7 /*onDayOfMonth*/,
                                                                                                                    7145  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7146  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7146  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    7147  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7148  '-' /*letter*/,
                                                                                                                    7149  },
                                                                                                                    -
                                                                                                                    7150  // Rule Tonga 2001 2002 - Jan lastSun 2:00 0 -
                                                                                                                    +
                                                                                                                    7150  // Rule Tonga 2000 only - Mar 19 2:00s 0 -
                                                                                                                    7151  {
                                                                                                                    -
                                                                                                                    7152  1 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7153  2 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7154  1 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7155  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7156  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7152  0 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7153  0 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7154  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7155  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7156  19 /*onDayOfMonth*/,
                                                                                                                    7157  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7158  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7158  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    7159  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7160  '-' /*letter*/,
                                                                                                                    7161  },
                                                                                                                    -
                                                                                                                    7162  // Rule Tonga 2016 only - Nov Sun>=1 2:00 1:00 -
                                                                                                                    +
                                                                                                                    7162  // Rule Tonga 2000 2001 - Nov Sun>=1 2:00 1:00 -
                                                                                                                    7163  {
                                                                                                                    -
                                                                                                                    7164  16 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7165  16 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7164  0 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7165  1 /*toYearTiny*/,
                                                                                                                    7166  11 /*inMonth*/,
                                                                                                                    7167  7 /*onDayOfWeek*/,
                                                                                                                    7168  1 /*onDayOfMonth*/,
                                                                                                                    @@ -7244,208 +7244,208 @@
                                                                                                                    7171  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7172  '-' /*letter*/,
                                                                                                                    7173  },
                                                                                                                    -
                                                                                                                    7174  // Rule Tonga 2017 only - Jan Sun>=15 3:00 0 -
                                                                                                                    +
                                                                                                                    7174  // Rule Tonga 2001 2002 - Jan lastSun 2:00 0 -
                                                                                                                    7175  {
                                                                                                                    -
                                                                                                                    7176  17 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7177  17 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7176  1 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7177  2 /*toYearTiny*/,
                                                                                                                    7178  1 /*inMonth*/,
                                                                                                                    7179  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7180  15 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7181  12 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7180  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7181  8 /*atTimeCode*/,
                                                                                                                    7182  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7183  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7184  '-' /*letter*/,
                                                                                                                    7185  },
                                                                                                                    -
                                                                                                                    7186 
                                                                                                                    -
                                                                                                                    7187 };
                                                                                                                    -
                                                                                                                    7188 
                                                                                                                    -
                                                                                                                    7189 
                                                                                                                    -
                                                                                                                    7190 
                                                                                                                    -
                                                                                                                    7191 const extended::ZonePolicy kPolicyTonga ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7192  kZoneRulesTonga /*rules*/,
                                                                                                                    -
                                                                                                                    7193  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7194  7 /*numRules*/,
                                                                                                                    -
                                                                                                                    7195  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7196 };
                                                                                                                    -
                                                                                                                    7197 
                                                                                                                    -
                                                                                                                    7198 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7199 // Policy name: Troll
                                                                                                                    -
                                                                                                                    7200 // Rules: 3
                                                                                                                    -
                                                                                                                    7201 // Memory (8-bit): 45
                                                                                                                    -
                                                                                                                    7202 // Memory (32-bit): 64
                                                                                                                    -
                                                                                                                    7203 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7204 
                                                                                                                    -
                                                                                                                    7205 static const extended::ZoneRule kZoneRulesTroll[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7206  // Anchor: Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
                                                                                                                    -
                                                                                                                    7207  {
                                                                                                                    -
                                                                                                                    7208  -127 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7209  -127 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7210  1 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7211  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7212  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7213  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7214  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7215  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7216  0 /*letter (index to "+00")*/,
                                                                                                                    -
                                                                                                                    7217  },
                                                                                                                    -
                                                                                                                    7218  // Rule Troll 2005 max - Mar lastSun 1:00u 2:00 +02
                                                                                                                    -
                                                                                                                    7219  {
                                                                                                                    -
                                                                                                                    7220  5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7221  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7222  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7223  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7224  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7225  4 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7226  32 /*atTimeModifier (kSuffixU + minute=0)*/,
                                                                                                                    -
                                                                                                                    7227  12 /*deltaCode ((deltaMinutes=120)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7228  1 /*letter (index to "+02")*/,
                                                                                                                    -
                                                                                                                    7229  },
                                                                                                                    -
                                                                                                                    7230  // Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
                                                                                                                    +
                                                                                                                    7186  // Rule Tonga 2016 only - Nov Sun>=1 2:00 1:00 -
                                                                                                                    +
                                                                                                                    7187  {
                                                                                                                    +
                                                                                                                    7188  16 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7189  16 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7190  11 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7191  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7192  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7193  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7194  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7195  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7196  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7197  },
                                                                                                                    +
                                                                                                                    7198  // Rule Tonga 2017 only - Jan Sun>=15 3:00 0 -
                                                                                                                    +
                                                                                                                    7199  {
                                                                                                                    +
                                                                                                                    7200  17 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7201  17 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7202  1 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7203  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7204  15 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7205  12 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7206  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7207  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7208  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7209  },
                                                                                                                    +
                                                                                                                    7210 
                                                                                                                    +
                                                                                                                    7211 };
                                                                                                                    +
                                                                                                                    7212 
                                                                                                                    +
                                                                                                                    7213 
                                                                                                                    +
                                                                                                                    7214 
                                                                                                                    +
                                                                                                                    7215 const extended::ZonePolicy kPolicyTonga ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7216  kZoneRulesTonga /*rules*/,
                                                                                                                    +
                                                                                                                    7217  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7218  7 /*numRules*/,
                                                                                                                    +
                                                                                                                    7219  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7220 };
                                                                                                                    +
                                                                                                                    7221 
                                                                                                                    +
                                                                                                                    7222 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7223 // Policy name: Troll
                                                                                                                    +
                                                                                                                    7224 // Rules: 3
                                                                                                                    +
                                                                                                                    7225 // Memory (8-bit): 45
                                                                                                                    +
                                                                                                                    7226 // Memory (32-bit): 64
                                                                                                                    +
                                                                                                                    7227 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7228 
                                                                                                                    +
                                                                                                                    7229 static const extended::ZoneRule kZoneRulesTroll[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7230  // Anchor: Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
                                                                                                                    7231  {
                                                                                                                    -
                                                                                                                    7232  4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7233  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7234  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7235  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7236  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7237  4 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7238  32 /*atTimeModifier (kSuffixU + minute=0)*/,
                                                                                                                    +
                                                                                                                    7232  -127 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7233  -127 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7234  1 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7235  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7236  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7237  0 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7238  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7239  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7240  0 /*letter (index to "+00")*/,
                                                                                                                    7241  },
                                                                                                                    -
                                                                                                                    7242 
                                                                                                                    -
                                                                                                                    7243 };
                                                                                                                    -
                                                                                                                    7244 
                                                                                                                    -
                                                                                                                    7245 static const char* const kLettersTroll[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7246  /*0*/ "+00",
                                                                                                                    -
                                                                                                                    7247  /*1*/ "+02",
                                                                                                                    -
                                                                                                                    7248 
                                                                                                                    -
                                                                                                                    7249 };
                                                                                                                    -
                                                                                                                    7250 
                                                                                                                    -
                                                                                                                    7251 
                                                                                                                    -
                                                                                                                    7252 const extended::ZonePolicy kPolicyTroll ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7253  kZoneRulesTroll /*rules*/,
                                                                                                                    -
                                                                                                                    7254  kLettersTroll /*letters*/,
                                                                                                                    -
                                                                                                                    7255  3 /*numRules*/,
                                                                                                                    -
                                                                                                                    7256  2 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7257 };
                                                                                                                    -
                                                                                                                    7258 
                                                                                                                    -
                                                                                                                    7259 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7260 // Policy name: Tunisia
                                                                                                                    -
                                                                                                                    7261 // Rules: 5
                                                                                                                    -
                                                                                                                    7262 // Memory (8-bit): 51
                                                                                                                    -
                                                                                                                    7263 // Memory (32-bit): 72
                                                                                                                    -
                                                                                                                    7264 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7265 
                                                                                                                    -
                                                                                                                    7266 static const extended::ZoneRule kZoneRulesTunisia[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7267  // Rule Tunisia 1988 1990 - Sep lastSun 0:00s 0 -
                                                                                                                    -
                                                                                                                    7268  {
                                                                                                                    -
                                                                                                                    7269  -12 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7270  -10 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7271  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7272  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7273  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7274  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7275  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    7276  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7277  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7278  },
                                                                                                                    -
                                                                                                                    7279  // Rule Tunisia 2005 only - May 1 0:00s 1:00 S
                                                                                                                    -
                                                                                                                    7280  {
                                                                                                                    -
                                                                                                                    7281  5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7282  5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7283  5 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7284  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7285  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7286  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7287  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    7288  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7289  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    7290  },
                                                                                                                    -
                                                                                                                    7291  // Rule Tunisia 2005 only - Sep 30 1:00s 0 -
                                                                                                                    +
                                                                                                                    7242  // Rule Troll 2005 max - Mar lastSun 1:00u 2:00 +02
                                                                                                                    +
                                                                                                                    7243  {
                                                                                                                    +
                                                                                                                    7244  5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7245  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7246  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7247  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7248  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7249  4 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7250  32 /*atTimeModifier (kSuffixU + minute=0)*/,
                                                                                                                    +
                                                                                                                    7251  12 /*deltaCode ((deltaMinutes=120)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7252  1 /*letter (index to "+02")*/,
                                                                                                                    +
                                                                                                                    7253  },
                                                                                                                    +
                                                                                                                    7254  // Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
                                                                                                                    +
                                                                                                                    7255  {
                                                                                                                    +
                                                                                                                    7256  4 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7257  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7258  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7259  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7260  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7261  4 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7262  32 /*atTimeModifier (kSuffixU + minute=0)*/,
                                                                                                                    +
                                                                                                                    7263  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7264  0 /*letter (index to "+00")*/,
                                                                                                                    +
                                                                                                                    7265  },
                                                                                                                    +
                                                                                                                    7266 
                                                                                                                    +
                                                                                                                    7267 };
                                                                                                                    +
                                                                                                                    7268 
                                                                                                                    +
                                                                                                                    7269 static const char* const kLettersTroll[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7270  /*0*/ "+00",
                                                                                                                    +
                                                                                                                    7271  /*1*/ "+02",
                                                                                                                    +
                                                                                                                    7272 
                                                                                                                    +
                                                                                                                    7273 };
                                                                                                                    +
                                                                                                                    7274 
                                                                                                                    +
                                                                                                                    7275 
                                                                                                                    +
                                                                                                                    7276 const extended::ZonePolicy kPolicyTroll ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7277  kZoneRulesTroll /*rules*/,
                                                                                                                    +
                                                                                                                    7278  kLettersTroll /*letters*/,
                                                                                                                    +
                                                                                                                    7279  3 /*numRules*/,
                                                                                                                    +
                                                                                                                    7280  2 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7281 };
                                                                                                                    +
                                                                                                                    7282 
                                                                                                                    +
                                                                                                                    7283 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7284 // Policy name: Tunisia
                                                                                                                    +
                                                                                                                    7285 // Rules: 5
                                                                                                                    +
                                                                                                                    7286 // Memory (8-bit): 51
                                                                                                                    +
                                                                                                                    7287 // Memory (32-bit): 72
                                                                                                                    +
                                                                                                                    7288 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7289 
                                                                                                                    +
                                                                                                                    7290 static const extended::ZoneRule kZoneRulesTunisia[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7291  // Rule Tunisia 1988 1990 - Sep lastSun 0:00s 0 -
                                                                                                                    7292  {
                                                                                                                    -
                                                                                                                    7293  5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7294  5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7293  -12 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7294  -10 /*toYearTiny*/,
                                                                                                                    7295  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7296  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7297  30 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7298  4 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7296  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7297  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7298  0 /*atTimeCode*/,
                                                                                                                    7299  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    7300  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7301  '-' /*letter*/,
                                                                                                                    7302  },
                                                                                                                    -
                                                                                                                    7303  // Rule Tunisia 2006 2008 - Mar lastSun 2:00s 1:00 S
                                                                                                                    +
                                                                                                                    7303  // Rule Tunisia 2005 only - May 1 0:00s 1:00 S
                                                                                                                    7304  {
                                                                                                                    -
                                                                                                                    7305  6 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7306  8 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7307  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7308  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7309  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7310  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7305  5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7306  5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7307  5 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7308  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7309  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7310  0 /*atTimeCode*/,
                                                                                                                    7311  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    7312  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7313  'S' /*letter*/,
                                                                                                                    7314  },
                                                                                                                    -
                                                                                                                    7315  // Rule Tunisia 2006 2008 - Oct lastSun 2:00s 0 -
                                                                                                                    +
                                                                                                                    7315  // Rule Tunisia 2005 only - Sep 30 1:00s 0 -
                                                                                                                    7316  {
                                                                                                                    -
                                                                                                                    7317  6 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7318  8 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7319  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7320  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7321  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7322  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7317  5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7318  5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7319  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7320  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7321  30 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7322  4 /*atTimeCode*/,
                                                                                                                    7323  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    7324  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7325  '-' /*letter*/,
                                                                                                                    7326  },
                                                                                                                    -
                                                                                                                    7327 
                                                                                                                    -
                                                                                                                    7328 };
                                                                                                                    -
                                                                                                                    7329 
                                                                                                                    -
                                                                                                                    7330 
                                                                                                                    -
                                                                                                                    7331 
                                                                                                                    -
                                                                                                                    7332 const extended::ZonePolicy kPolicyTunisia ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7333  kZoneRulesTunisia /*rules*/,
                                                                                                                    -
                                                                                                                    7334  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7335  5 /*numRules*/,
                                                                                                                    -
                                                                                                                    7336  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7337 };
                                                                                                                    -
                                                                                                                    7338 
                                                                                                                    -
                                                                                                                    7339 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7340 // Policy name: Turkey
                                                                                                                    -
                                                                                                                    7341 // Rules: 3
                                                                                                                    -
                                                                                                                    7342 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    7343 // Memory (32-bit): 48
                                                                                                                    -
                                                                                                                    7344 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7345 
                                                                                                                    -
                                                                                                                    7346 static const extended::ZoneRule kZoneRulesTurkey[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7347  // Rule Turkey 1986 1995 - Sep lastSun 1:00s 0 -
                                                                                                                    -
                                                                                                                    7348  {
                                                                                                                    -
                                                                                                                    7349  -14 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7350  -5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7351  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7352  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7353  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7354  4 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7355  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    7356  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7357  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7358  },
                                                                                                                    -
                                                                                                                    7359  // Rule Turkey 1995 2006 - Mar lastSun 1:00s 1:00 S
                                                                                                                    -
                                                                                                                    7360  {
                                                                                                                    -
                                                                                                                    7361  -5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7362  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7363  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7364  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7365  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7366  4 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7367  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    7368  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7369  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    7370  },
                                                                                                                    -
                                                                                                                    7371  // Rule Turkey 1996 2006 - Oct lastSun 1:00s 0 -
                                                                                                                    +
                                                                                                                    7327  // Rule Tunisia 2006 2008 - Mar lastSun 2:00s 1:00 S
                                                                                                                    +
                                                                                                                    7328  {
                                                                                                                    +
                                                                                                                    7329  6 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7330  8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7331  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7332  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7333  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7334  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7335  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    7336  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7337  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    7338  },
                                                                                                                    +
                                                                                                                    7339  // Rule Tunisia 2006 2008 - Oct lastSun 2:00s 0 -
                                                                                                                    +
                                                                                                                    7340  {
                                                                                                                    +
                                                                                                                    7341  6 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7342  8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7343  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7344  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7345  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7346  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7347  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    7348  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7349  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7350  },
                                                                                                                    +
                                                                                                                    7351 
                                                                                                                    +
                                                                                                                    7352 };
                                                                                                                    +
                                                                                                                    7353 
                                                                                                                    +
                                                                                                                    7354 
                                                                                                                    +
                                                                                                                    7355 
                                                                                                                    +
                                                                                                                    7356 const extended::ZonePolicy kPolicyTunisia ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7357  kZoneRulesTunisia /*rules*/,
                                                                                                                    +
                                                                                                                    7358  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7359  5 /*numRules*/,
                                                                                                                    +
                                                                                                                    7360  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7361 };
                                                                                                                    +
                                                                                                                    7362 
                                                                                                                    +
                                                                                                                    7363 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7364 // Policy name: Turkey
                                                                                                                    +
                                                                                                                    7365 // Rules: 3
                                                                                                                    +
                                                                                                                    7366 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    7367 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    7368 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7369 
                                                                                                                    +
                                                                                                                    7370 static const extended::ZoneRule kZoneRulesTurkey[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7371  // Rule Turkey 1986 1995 - Sep lastSun 1:00s 0 -
                                                                                                                    7372  {
                                                                                                                    -
                                                                                                                    7373  -4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7374  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7375  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7373  -14 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7374  -5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7375  9 /*inMonth*/,
                                                                                                                    7376  7 /*onDayOfWeek*/,
                                                                                                                    7377  0 /*onDayOfMonth*/,
                                                                                                                    7378  4 /*atTimeCode*/,
                                                                                                                    @@ -7453,689 +7453,711 @@
                                                                                                                    7380  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7381  '-' /*letter*/,
                                                                                                                    7382  },
                                                                                                                    -
                                                                                                                    7383 
                                                                                                                    -
                                                                                                                    7384 };
                                                                                                                    -
                                                                                                                    7385 
                                                                                                                    -
                                                                                                                    7386 
                                                                                                                    -
                                                                                                                    7387 
                                                                                                                    -
                                                                                                                    7388 const extended::ZonePolicy kPolicyTurkey ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7389  kZoneRulesTurkey /*rules*/,
                                                                                                                    -
                                                                                                                    7390  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7391  3 /*numRules*/,
                                                                                                                    -
                                                                                                                    7392  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7393 };
                                                                                                                    -
                                                                                                                    7394 
                                                                                                                    -
                                                                                                                    7395 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7396 // Policy name: US
                                                                                                                    -
                                                                                                                    7397 // Rules: 5
                                                                                                                    -
                                                                                                                    7398 // Memory (8-bit): 51
                                                                                                                    -
                                                                                                                    7399 // Memory (32-bit): 72
                                                                                                                    -
                                                                                                                    7400 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7401 
                                                                                                                    -
                                                                                                                    7402 static const extended::ZoneRule kZoneRulesUS[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7403  // Rule US 1967 2006 - Oct lastSun 2:00 0 S
                                                                                                                    -
                                                                                                                    7404  {
                                                                                                                    -
                                                                                                                    7405  -33 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7406  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7407  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7408  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7409  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7410  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7411  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7412  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7413  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    7414  },
                                                                                                                    -
                                                                                                                    7415  // Rule US 1976 1986 - Apr lastSun 2:00 1:00 D
                                                                                                                    -
                                                                                                                    7416  {
                                                                                                                    -
                                                                                                                    7417  -24 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7418  -14 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7419  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7420  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7421  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7422  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7423  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7424  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7425  'D' /*letter*/,
                                                                                                                    -
                                                                                                                    7426  },
                                                                                                                    -
                                                                                                                    7427  // Rule US 1987 2006 - Apr Sun>=1 2:00 1:00 D
                                                                                                                    +
                                                                                                                    7383  // Rule Turkey 1995 2006 - Mar lastSun 1:00s 1:00 S
                                                                                                                    +
                                                                                                                    7384  {
                                                                                                                    +
                                                                                                                    7385  -5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7386  6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7387  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7388  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7389  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7390  4 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7391  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    7392  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7393  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    7394  },
                                                                                                                    +
                                                                                                                    7395  // Rule Turkey 1996 2006 - Oct lastSun 1:00s 0 -
                                                                                                                    +
                                                                                                                    7396  {
                                                                                                                    +
                                                                                                                    7397  -4 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7398  6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7399  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7400  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7401  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7402  4 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7403  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    7404  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7405  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7406  },
                                                                                                                    +
                                                                                                                    7407 
                                                                                                                    +
                                                                                                                    7408 };
                                                                                                                    +
                                                                                                                    7409 
                                                                                                                    +
                                                                                                                    7410 
                                                                                                                    +
                                                                                                                    7411 
                                                                                                                    +
                                                                                                                    7412 const extended::ZonePolicy kPolicyTurkey ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7413  kZoneRulesTurkey /*rules*/,
                                                                                                                    +
                                                                                                                    7414  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7415  3 /*numRules*/,
                                                                                                                    +
                                                                                                                    7416  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7417 };
                                                                                                                    +
                                                                                                                    7418 
                                                                                                                    +
                                                                                                                    7419 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7420 // Policy name: US
                                                                                                                    +
                                                                                                                    7421 // Rules: 5
                                                                                                                    +
                                                                                                                    7422 // Memory (8-bit): 51
                                                                                                                    +
                                                                                                                    7423 // Memory (32-bit): 72
                                                                                                                    +
                                                                                                                    7424 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7425 
                                                                                                                    +
                                                                                                                    7426 static const extended::ZoneRule kZoneRulesUS[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7427  // Rule US 1967 2006 - Oct lastSun 2:00 0 S
                                                                                                                    7428  {
                                                                                                                    -
                                                                                                                    7429  -13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7429  -33 /*fromYearTiny*/,
                                                                                                                    7430  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7431  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7431  10 /*inMonth*/,
                                                                                                                    7432  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7433  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7433  0 /*onDayOfMonth*/,
                                                                                                                    7434  8 /*atTimeCode*/,
                                                                                                                    7435  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7436  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7437  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    7436  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7437  'S' /*letter*/,
                                                                                                                    7438  },
                                                                                                                    -
                                                                                                                    7439  // Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
                                                                                                                    +
                                                                                                                    7439  // Rule US 1976 1986 - Apr lastSun 2:00 1:00 D
                                                                                                                    7440  {
                                                                                                                    -
                                                                                                                    7441  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7442  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7443  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7441  -24 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7442  -14 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7443  4 /*inMonth*/,
                                                                                                                    7444  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7445  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7445  0 /*onDayOfMonth*/,
                                                                                                                    7446  8 /*atTimeCode*/,
                                                                                                                    7447  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7448  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7449  'D' /*letter*/,
                                                                                                                    7450  },
                                                                                                                    -
                                                                                                                    7451  // Rule US 2007 max - Nov Sun>=1 2:00 0 S
                                                                                                                    +
                                                                                                                    7451  // Rule US 1987 2006 - Apr Sun>=1 2:00 1:00 D
                                                                                                                    7452  {
                                                                                                                    -
                                                                                                                    7453  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7454  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7455  11 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7453  -13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7454  6 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7455  4 /*inMonth*/,
                                                                                                                    7456  7 /*onDayOfWeek*/,
                                                                                                                    7457  1 /*onDayOfMonth*/,
                                                                                                                    7458  8 /*atTimeCode*/,
                                                                                                                    7459  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7460  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7461  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    7460  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7461  'D' /*letter*/,
                                                                                                                    7462  },
                                                                                                                    -
                                                                                                                    7463 
                                                                                                                    -
                                                                                                                    7464 };
                                                                                                                    -
                                                                                                                    7465 
                                                                                                                    -
                                                                                                                    7466 
                                                                                                                    -
                                                                                                                    7467 
                                                                                                                    -
                                                                                                                    7468 const extended::ZonePolicy kPolicyUS ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7469  kZoneRulesUS /*rules*/,
                                                                                                                    -
                                                                                                                    7470  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7471  5 /*numRules*/,
                                                                                                                    -
                                                                                                                    7472  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7473 };
                                                                                                                    -
                                                                                                                    7474 
                                                                                                                    -
                                                                                                                    7475 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7476 // Policy name: Uruguay
                                                                                                                    -
                                                                                                                    7477 // Rules: 6
                                                                                                                    -
                                                                                                                    7478 // Memory (8-bit): 60
                                                                                                                    -
                                                                                                                    7479 // Memory (32-bit): 84
                                                                                                                    -
                                                                                                                    7480 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7481 
                                                                                                                    -
                                                                                                                    7482 static const extended::ZoneRule kZoneRulesUruguay[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7483  // Rule Uruguay 1993 only - Feb 28 0:00 0 -
                                                                                                                    -
                                                                                                                    7484  {
                                                                                                                    -
                                                                                                                    7485  -7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7486  -7 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7487  2 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7488  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7489  28 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7490  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7491  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7492  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7493  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7494  },
                                                                                                                    -
                                                                                                                    7495  // Rule Uruguay 2004 only - Sep 19 0:00 1:00 -
                                                                                                                    -
                                                                                                                    7496  {
                                                                                                                    -
                                                                                                                    7497  4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7498  4 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7499  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7500  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7501  19 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7502  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7503  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7504  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7505  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7506  },
                                                                                                                    -
                                                                                                                    7507  // Rule Uruguay 2005 only - Mar 27 2:00 0 -
                                                                                                                    +
                                                                                                                    7463  // Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
                                                                                                                    +
                                                                                                                    7464  {
                                                                                                                    +
                                                                                                                    7465  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7466  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7467  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7468  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7469  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7470  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7471  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7472  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7473  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    7474  },
                                                                                                                    +
                                                                                                                    7475  // Rule US 2007 max - Nov Sun>=1 2:00 0 S
                                                                                                                    +
                                                                                                                    7476  {
                                                                                                                    +
                                                                                                                    7477  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7478  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7479  11 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7480  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7481  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7482  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7483  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7484  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7485  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    7486  },
                                                                                                                    +
                                                                                                                    7487 
                                                                                                                    +
                                                                                                                    7488 };
                                                                                                                    +
                                                                                                                    7489 
                                                                                                                    +
                                                                                                                    7490 
                                                                                                                    +
                                                                                                                    7491 
                                                                                                                    +
                                                                                                                    7492 const extended::ZonePolicy kPolicyUS ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7493  kZoneRulesUS /*rules*/,
                                                                                                                    +
                                                                                                                    7494  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7495  5 /*numRules*/,
                                                                                                                    +
                                                                                                                    7496  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7497 };
                                                                                                                    +
                                                                                                                    7498 
                                                                                                                    +
                                                                                                                    7499 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7500 // Policy name: Uruguay
                                                                                                                    +
                                                                                                                    7501 // Rules: 6
                                                                                                                    +
                                                                                                                    7502 // Memory (8-bit): 60
                                                                                                                    +
                                                                                                                    7503 // Memory (32-bit): 84
                                                                                                                    +
                                                                                                                    7504 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7505 
                                                                                                                    +
                                                                                                                    7506 static const extended::ZoneRule kZoneRulesUruguay[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7507  // Rule Uruguay 1993 only - Feb 28 0:00 0 -
                                                                                                                    7508  {
                                                                                                                    -
                                                                                                                    7509  5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7510  5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7511  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7509  -7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7510  -7 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7511  2 /*inMonth*/,
                                                                                                                    7512  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7513  27 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7514  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7513  28 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7514  0 /*atTimeCode*/,
                                                                                                                    7515  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7516  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7517  '-' /*letter*/,
                                                                                                                    7518  },
                                                                                                                    -
                                                                                                                    7519  // Rule Uruguay 2005 only - Oct 9 2:00 1:00 -
                                                                                                                    +
                                                                                                                    7519  // Rule Uruguay 2004 only - Sep 19 0:00 1:00 -
                                                                                                                    7520  {
                                                                                                                    -
                                                                                                                    7521  5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7522  5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7523  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7521  4 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7522  4 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7523  9 /*inMonth*/,
                                                                                                                    7524  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7525  9 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7526  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7525  19 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7526  0 /*atTimeCode*/,
                                                                                                                    7527  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7528  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7529  '-' /*letter*/,
                                                                                                                    7530  },
                                                                                                                    -
                                                                                                                    7531  // Rule Uruguay 2006 2015 - Mar Sun>=8 2:00 0 -
                                                                                                                    +
                                                                                                                    7531  // Rule Uruguay 2005 only - Mar 27 2:00 0 -
                                                                                                                    7532  {
                                                                                                                    -
                                                                                                                    7533  6 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7534  15 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7533  5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7534  5 /*toYearTiny*/,
                                                                                                                    7535  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7536  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7537  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7536  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7537  27 /*onDayOfMonth*/,
                                                                                                                    7538  8 /*atTimeCode*/,
                                                                                                                    7539  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7540  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7541  '-' /*letter*/,
                                                                                                                    7542  },
                                                                                                                    -
                                                                                                                    7543  // Rule Uruguay 2006 2014 - Oct Sun>=1 2:00 1:00 -
                                                                                                                    +
                                                                                                                    7543  // Rule Uruguay 2005 only - Oct 9 2:00 1:00 -
                                                                                                                    7544  {
                                                                                                                    -
                                                                                                                    7545  6 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7546  14 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7545  5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7546  5 /*toYearTiny*/,
                                                                                                                    7547  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7548  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7549  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7548  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7549  9 /*onDayOfMonth*/,
                                                                                                                    7550  8 /*atTimeCode*/,
                                                                                                                    7551  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7552  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7553  '-' /*letter*/,
                                                                                                                    7554  },
                                                                                                                    -
                                                                                                                    7555 
                                                                                                                    -
                                                                                                                    7556 };
                                                                                                                    -
                                                                                                                    7557 
                                                                                                                    -
                                                                                                                    7558 
                                                                                                                    -
                                                                                                                    7559 
                                                                                                                    -
                                                                                                                    7560 const extended::ZonePolicy kPolicyUruguay ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7561  kZoneRulesUruguay /*rules*/,
                                                                                                                    -
                                                                                                                    7562  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7563  6 /*numRules*/,
                                                                                                                    -
                                                                                                                    7564  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7565 };
                                                                                                                    -
                                                                                                                    7566 
                                                                                                                    -
                                                                                                                    7567 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7568 // Policy name: Vanuatu
                                                                                                                    -
                                                                                                                    7569 // Rules: 1
                                                                                                                    -
                                                                                                                    7570 // Memory (8-bit): 15
                                                                                                                    -
                                                                                                                    7571 // Memory (32-bit): 24
                                                                                                                    -
                                                                                                                    7572 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7573 
                                                                                                                    -
                                                                                                                    7574 static const extended::ZoneRule kZoneRulesVanuatu[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7575  // Rule Vanuatu 1992 1993 - Jan Sat>=22 24:00 0 -
                                                                                                                    -
                                                                                                                    7576  {
                                                                                                                    -
                                                                                                                    7577  -8 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7578  -7 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7579  1 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7580  6 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7581  22 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7582  96 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7583  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7584  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7585  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7586  },
                                                                                                                    -
                                                                                                                    7587 
                                                                                                                    -
                                                                                                                    7588 };
                                                                                                                    -
                                                                                                                    7589 
                                                                                                                    +
                                                                                                                    7555  // Rule Uruguay 2006 2015 - Mar Sun>=8 2:00 0 -
                                                                                                                    +
                                                                                                                    7556  {
                                                                                                                    +
                                                                                                                    7557  6 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7558  15 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7559  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7560  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7561  8 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7562  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7563  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7564  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7565  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7566  },
                                                                                                                    +
                                                                                                                    7567  // Rule Uruguay 2006 2014 - Oct Sun>=1 2:00 1:00 -
                                                                                                                    +
                                                                                                                    7568  {
                                                                                                                    +
                                                                                                                    7569  6 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7570  14 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7571  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7572  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7573  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7574  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7575  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7576  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7577  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7578  },
                                                                                                                    +
                                                                                                                    7579 
                                                                                                                    +
                                                                                                                    7580 };
                                                                                                                    +
                                                                                                                    7581 
                                                                                                                    +
                                                                                                                    7582 
                                                                                                                    +
                                                                                                                    7583 
                                                                                                                    +
                                                                                                                    7584 const extended::ZonePolicy kPolicyUruguay ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7585  kZoneRulesUruguay /*rules*/,
                                                                                                                    +
                                                                                                                    7586  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7587  6 /*numRules*/,
                                                                                                                    +
                                                                                                                    7588  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7589 };
                                                                                                                    7590 
                                                                                                                    -
                                                                                                                    7591 
                                                                                                                    -
                                                                                                                    7592 const extended::ZonePolicy kPolicyVanuatu ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7593  kZoneRulesVanuatu /*rules*/,
                                                                                                                    -
                                                                                                                    7594  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7595  1 /*numRules*/,
                                                                                                                    -
                                                                                                                    7596  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7597 };
                                                                                                                    -
                                                                                                                    7598 
                                                                                                                    -
                                                                                                                    7599 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7600 // Policy name: WS
                                                                                                                    -
                                                                                                                    7601 // Rules: 6
                                                                                                                    -
                                                                                                                    7602 // Memory (8-bit): 60
                                                                                                                    -
                                                                                                                    7603 // Memory (32-bit): 84
                                                                                                                    -
                                                                                                                    7604 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7605 
                                                                                                                    -
                                                                                                                    7606 static const extended::ZoneRule kZoneRulesWS[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7607  // Anchor: Rule WS 2011 only - Apr Sat>=1 4:00 0 -
                                                                                                                    -
                                                                                                                    7608  {
                                                                                                                    -
                                                                                                                    7609  -127 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7610  -127 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7611  1 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7612  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7613  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7614  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7615  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7616  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7617  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7618  },
                                                                                                                    -
                                                                                                                    7619  // Rule WS 2010 only - Sep lastSun 0:00 1 -
                                                                                                                    -
                                                                                                                    7620  {
                                                                                                                    -
                                                                                                                    7621  10 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7622  10 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7623  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7624  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7625  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7626  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7627  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7628  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7629  '-' /*letter*/,
                                                                                                                    -
                                                                                                                    7630  },
                                                                                                                    -
                                                                                                                    7631  // Rule WS 2011 only - Apr Sat>=1 4:00 0 -
                                                                                                                    +
                                                                                                                    7591 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7592 // Policy name: Vanuatu
                                                                                                                    +
                                                                                                                    7593 // Rules: 1
                                                                                                                    +
                                                                                                                    7594 // Memory (8-bit): 15
                                                                                                                    +
                                                                                                                    7595 // Memory (32-bit): 24
                                                                                                                    +
                                                                                                                    7596 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7597 
                                                                                                                    +
                                                                                                                    7598 static const extended::ZoneRule kZoneRulesVanuatu[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7599  // Rule Vanuatu 1992 1993 - Jan Sat>=22 24:00 0 -
                                                                                                                    +
                                                                                                                    7600  {
                                                                                                                    +
                                                                                                                    7601  -8 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7602  -7 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7603  1 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7604  6 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7605  22 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7606  96 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7607  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7608  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7609  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7610  },
                                                                                                                    +
                                                                                                                    7611 
                                                                                                                    +
                                                                                                                    7612 };
                                                                                                                    +
                                                                                                                    7613 
                                                                                                                    +
                                                                                                                    7614 
                                                                                                                    +
                                                                                                                    7615 
                                                                                                                    +
                                                                                                                    7616 const extended::ZonePolicy kPolicyVanuatu ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7617  kZoneRulesVanuatu /*rules*/,
                                                                                                                    +
                                                                                                                    7618  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7619  1 /*numRules*/,
                                                                                                                    +
                                                                                                                    7620  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7621 };
                                                                                                                    +
                                                                                                                    7622 
                                                                                                                    +
                                                                                                                    7623 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7624 // Policy name: WS
                                                                                                                    +
                                                                                                                    7625 // Rules: 6
                                                                                                                    +
                                                                                                                    7626 // Memory (8-bit): 60
                                                                                                                    +
                                                                                                                    7627 // Memory (32-bit): 84
                                                                                                                    +
                                                                                                                    7628 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7629 
                                                                                                                    +
                                                                                                                    7630 static const extended::ZoneRule kZoneRulesWS[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7631  // Anchor: Rule WS 2011 only - Apr Sat>=1 4:00 0 -
                                                                                                                    7632  {
                                                                                                                    -
                                                                                                                    7633  11 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7634  11 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7635  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7636  6 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7633  -127 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7634  -127 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7635  1 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7636  0 /*onDayOfWeek*/,
                                                                                                                    7637  1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7638  16 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7638  0 /*atTimeCode*/,
                                                                                                                    7639  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7640  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7641  '-' /*letter*/,
                                                                                                                    7642  },
                                                                                                                    -
                                                                                                                    7643  // Rule WS 2011 only - Sep lastSat 3:00 1 -
                                                                                                                    +
                                                                                                                    7643  // Rule WS 2010 only - Sep lastSun 0:00 1 -
                                                                                                                    7644  {
                                                                                                                    -
                                                                                                                    7645  11 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7646  11 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7645  10 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7646  10 /*toYearTiny*/,
                                                                                                                    7647  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7648  6 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7648  7 /*onDayOfWeek*/,
                                                                                                                    7649  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7650  12 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7650  0 /*atTimeCode*/,
                                                                                                                    7651  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7652  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7653  '-' /*letter*/,
                                                                                                                    7654  },
                                                                                                                    -
                                                                                                                    7655  // Rule WS 2012 2021 - Apr Sun>=1 4:00 0 -
                                                                                                                    +
                                                                                                                    7655  // Rule WS 2011 only - Apr Sat>=1 4:00 0 -
                                                                                                                    7656  {
                                                                                                                    -
                                                                                                                    7657  12 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7658  21 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7657  11 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7658  11 /*toYearTiny*/,
                                                                                                                    7659  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7660  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7660  6 /*onDayOfWeek*/,
                                                                                                                    7661  1 /*onDayOfMonth*/,
                                                                                                                    7662  16 /*atTimeCode*/,
                                                                                                                    7663  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7664  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7665  '-' /*letter*/,
                                                                                                                    7666  },
                                                                                                                    -
                                                                                                                    7667  // Rule WS 2012 2020 - Sep lastSun 3:00 1 -
                                                                                                                    +
                                                                                                                    7667  // Rule WS 2011 only - Sep lastSat 3:00 1 -
                                                                                                                    7668  {
                                                                                                                    -
                                                                                                                    7669  12 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7670  20 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7669  11 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7670  11 /*toYearTiny*/,
                                                                                                                    7671  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7672  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7672  6 /*onDayOfWeek*/,
                                                                                                                    7673  0 /*onDayOfMonth*/,
                                                                                                                    7674  12 /*atTimeCode*/,
                                                                                                                    7675  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7676  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7677  '-' /*letter*/,
                                                                                                                    7678  },
                                                                                                                    -
                                                                                                                    7679 
                                                                                                                    -
                                                                                                                    7680 };
                                                                                                                    -
                                                                                                                    7681 
                                                                                                                    -
                                                                                                                    7682 
                                                                                                                    -
                                                                                                                    7683 
                                                                                                                    -
                                                                                                                    7684 const extended::ZonePolicy kPolicyWS ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7685  kZoneRulesWS /*rules*/,
                                                                                                                    -
                                                                                                                    7686  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7687  6 /*numRules*/,
                                                                                                                    -
                                                                                                                    7688  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7689 };
                                                                                                                    -
                                                                                                                    7690 
                                                                                                                    -
                                                                                                                    7691 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7692 // Policy name: Winn
                                                                                                                    -
                                                                                                                    7693 // Rules: 3
                                                                                                                    -
                                                                                                                    7694 // Memory (8-bit): 33
                                                                                                                    -
                                                                                                                    7695 // Memory (32-bit): 48
                                                                                                                    -
                                                                                                                    7696 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7697 
                                                                                                                    -
                                                                                                                    7698 static const extended::ZoneRule kZoneRulesWinn[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7699  // Rule Winn 1966 1986 - Apr lastSun 2:00s 1:00 D
                                                                                                                    -
                                                                                                                    7700  {
                                                                                                                    -
                                                                                                                    7701  -34 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7702  -14 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7703  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7704  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7705  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7706  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7707  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    7708  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7709  'D' /*letter*/,
                                                                                                                    -
                                                                                                                    7710  },
                                                                                                                    -
                                                                                                                    7711  // Rule Winn 1966 2005 - Oct lastSun 2:00s 0 S
                                                                                                                    -
                                                                                                                    7712  {
                                                                                                                    -
                                                                                                                    7713  -34 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7714  5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7715  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7716  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7717  0 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7718  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7719  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    -
                                                                                                                    7720  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7721  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    7722  },
                                                                                                                    -
                                                                                                                    7723  // Rule Winn 1987 2005 - Apr Sun>=1 2:00s 1:00 D
                                                                                                                    +
                                                                                                                    7679  // Rule WS 2012 2021 - Apr Sun>=1 4:00 0 -
                                                                                                                    +
                                                                                                                    7680  {
                                                                                                                    +
                                                                                                                    7681  12 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7682  21 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7683  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7684  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7685  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7686  16 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7687  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7688  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7689  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7690  },
                                                                                                                    +
                                                                                                                    7691  // Rule WS 2012 2020 - Sep lastSun 3:00 1 -
                                                                                                                    +
                                                                                                                    7692  {
                                                                                                                    +
                                                                                                                    7693  12 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7694  20 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7695  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7696  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7697  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7698  12 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7699  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    7700  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7701  '-' /*letter*/,
                                                                                                                    +
                                                                                                                    7702  },
                                                                                                                    +
                                                                                                                    7703 
                                                                                                                    +
                                                                                                                    7704 };
                                                                                                                    +
                                                                                                                    7705 
                                                                                                                    +
                                                                                                                    7706 
                                                                                                                    +
                                                                                                                    7707 
                                                                                                                    +
                                                                                                                    7708 const extended::ZonePolicy kPolicyWS ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7709  kZoneRulesWS /*rules*/,
                                                                                                                    +
                                                                                                                    7710  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7711  6 /*numRules*/,
                                                                                                                    +
                                                                                                                    7712  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7713 };
                                                                                                                    +
                                                                                                                    7714 
                                                                                                                    +
                                                                                                                    7715 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7716 // Policy name: Winn
                                                                                                                    +
                                                                                                                    7717 // Rules: 3
                                                                                                                    +
                                                                                                                    7718 // Memory (8-bit): 33
                                                                                                                    +
                                                                                                                    7719 // Memory (32-bit): 48
                                                                                                                    +
                                                                                                                    7720 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7721 
                                                                                                                    +
                                                                                                                    7722 static const extended::ZoneRule kZoneRulesWinn[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7723  // Rule Winn 1966 1986 - Apr lastSun 2:00s 1:00 D
                                                                                                                    7724  {
                                                                                                                    -
                                                                                                                    7725  -13 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7726  5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7725  -34 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7726  -14 /*toYearTiny*/,
                                                                                                                    7727  4 /*inMonth*/,
                                                                                                                    7728  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7729  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7729  0 /*onDayOfMonth*/,
                                                                                                                    7730  8 /*atTimeCode*/,
                                                                                                                    7731  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    7732  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7733  'D' /*letter*/,
                                                                                                                    7734  },
                                                                                                                    -
                                                                                                                    7735 
                                                                                                                    -
                                                                                                                    7736 };
                                                                                                                    -
                                                                                                                    7737 
                                                                                                                    -
                                                                                                                    7738 
                                                                                                                    -
                                                                                                                    7739 
                                                                                                                    -
                                                                                                                    7740 const extended::ZonePolicy kPolicyWinn ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7741  kZoneRulesWinn /*rules*/,
                                                                                                                    -
                                                                                                                    7742  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    7743  3 /*numRules*/,
                                                                                                                    -
                                                                                                                    7744  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    7745 };
                                                                                                                    -
                                                                                                                    7746 
                                                                                                                    -
                                                                                                                    7747 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7748 // Policy name: Zion
                                                                                                                    -
                                                                                                                    7749 // Rules: 24
                                                                                                                    -
                                                                                                                    7750 // Memory (8-bit): 222
                                                                                                                    -
                                                                                                                    7751 // Memory (32-bit): 300
                                                                                                                    -
                                                                                                                    7752 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    7753 
                                                                                                                    -
                                                                                                                    7754 static const extended::ZoneRule kZoneRulesZion[] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    7755  // Rule Zion 1998 only - Sep 6 0:00 0 S
                                                                                                                    -
                                                                                                                    7756  {
                                                                                                                    -
                                                                                                                    7757  -2 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7758  -2 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7759  9 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7760  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7761  6 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7762  0 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7763  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7764  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7765  'S' /*letter*/,
                                                                                                                    -
                                                                                                                    7766  },
                                                                                                                    -
                                                                                                                    7767  // Rule Zion 1999 only - Apr 2 2:00 1:00 D
                                                                                                                    -
                                                                                                                    7768  {
                                                                                                                    -
                                                                                                                    7769  -1 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7770  -1 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7771  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7772  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7773  2 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7774  8 /*atTimeCode*/,
                                                                                                                    -
                                                                                                                    7775  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7776  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7777  'D' /*letter*/,
                                                                                                                    -
                                                                                                                    7778  },
                                                                                                                    -
                                                                                                                    7779  // Rule Zion 1999 only - Sep 3 2:00 0 S
                                                                                                                    +
                                                                                                                    7735  // Rule Winn 1966 2005 - Oct lastSun 2:00s 0 S
                                                                                                                    +
                                                                                                                    7736  {
                                                                                                                    +
                                                                                                                    7737  -34 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7738  5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7739  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7740  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7741  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7742  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7743  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    7744  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7745  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    7746  },
                                                                                                                    +
                                                                                                                    7747  // Rule Winn 1987 2005 - Apr Sun>=1 2:00s 1:00 D
                                                                                                                    +
                                                                                                                    7748  {
                                                                                                                    +
                                                                                                                    7749  -13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7750  5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7751  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7752  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7753  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7754  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7755  16 /*atTimeModifier (kSuffixS + minute=0)*/,
                                                                                                                    +
                                                                                                                    7756  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7757  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    7758  },
                                                                                                                    +
                                                                                                                    7759 
                                                                                                                    +
                                                                                                                    7760 };
                                                                                                                    +
                                                                                                                    7761 
                                                                                                                    +
                                                                                                                    7762 
                                                                                                                    +
                                                                                                                    7763 
                                                                                                                    +
                                                                                                                    7764 const extended::ZonePolicy kPolicyWinn ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7765  kZoneRulesWinn /*rules*/,
                                                                                                                    +
                                                                                                                    7766  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    7767  3 /*numRules*/,
                                                                                                                    +
                                                                                                                    7768  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    7769 };
                                                                                                                    +
                                                                                                                    7770 
                                                                                                                    +
                                                                                                                    7771 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7772 // Policy name: Zion
                                                                                                                    +
                                                                                                                    7773 // Rules: 24
                                                                                                                    +
                                                                                                                    7774 // Memory (8-bit): 222
                                                                                                                    +
                                                                                                                    7775 // Memory (32-bit): 300
                                                                                                                    +
                                                                                                                    7776 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    7777 
                                                                                                                    +
                                                                                                                    7778 static const extended::ZoneRule kZoneRulesZion[] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    7779  // Rule Zion 1998 only - Sep 6 0:00 0 S
                                                                                                                    7780  {
                                                                                                                    -
                                                                                                                    7781  -1 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7782  -1 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7781  -2 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7782  -2 /*toYearTiny*/,
                                                                                                                    7783  9 /*inMonth*/,
                                                                                                                    7784  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7785  3 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7786  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7785  6 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7786  0 /*atTimeCode*/,
                                                                                                                    7787  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7788  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7789  'S' /*letter*/,
                                                                                                                    7790  },
                                                                                                                    -
                                                                                                                    7791  // Rule Zion 2000 only - Apr 14 2:00 1:00 D
                                                                                                                    +
                                                                                                                    7791  // Rule Zion 1999 only - Apr 2 2:00 1:00 D
                                                                                                                    7792  {
                                                                                                                    -
                                                                                                                    7793  0 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7794  0 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7793  -1 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7794  -1 /*toYearTiny*/,
                                                                                                                    7795  4 /*inMonth*/,
                                                                                                                    7796  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7797  14 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7797  2 /*onDayOfMonth*/,
                                                                                                                    7798  8 /*atTimeCode*/,
                                                                                                                    7799  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7800  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7801  'D' /*letter*/,
                                                                                                                    7802  },
                                                                                                                    -
                                                                                                                    7803  // Rule Zion 2000 only - Oct 6 1:00 0 S
                                                                                                                    +
                                                                                                                    7803  // Rule Zion 1999 only - Sep 3 2:00 0 S
                                                                                                                    7804  {
                                                                                                                    -
                                                                                                                    7805  0 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7806  0 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7807  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7805  -1 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7806  -1 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7807  9 /*inMonth*/,
                                                                                                                    7808  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7809  6 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7810  4 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7809  3 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7810  8 /*atTimeCode*/,
                                                                                                                    7811  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7812  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7813  'S' /*letter*/,
                                                                                                                    7814  },
                                                                                                                    -
                                                                                                                    7815  // Rule Zion 2001 only - Apr 9 1:00 1:00 D
                                                                                                                    +
                                                                                                                    7815  // Rule Zion 2000 only - Apr 14 2:00 1:00 D
                                                                                                                    7816  {
                                                                                                                    -
                                                                                                                    7817  1 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7818  1 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7817  0 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7818  0 /*toYearTiny*/,
                                                                                                                    7819  4 /*inMonth*/,
                                                                                                                    7820  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7821  9 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7822  4 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7821  14 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7822  8 /*atTimeCode*/,
                                                                                                                    7823  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7824  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7825  'D' /*letter*/,
                                                                                                                    7826  },
                                                                                                                    -
                                                                                                                    7827  // Rule Zion 2001 only - Sep 24 1:00 0 S
                                                                                                                    +
                                                                                                                    7827  // Rule Zion 2000 only - Oct 6 1:00 0 S
                                                                                                                    7828  {
                                                                                                                    -
                                                                                                                    7829  1 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7830  1 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7831  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7829  0 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7830  0 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7831  10 /*inMonth*/,
                                                                                                                    7832  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7833  24 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7833  6 /*onDayOfMonth*/,
                                                                                                                    7834  4 /*atTimeCode*/,
                                                                                                                    7835  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7836  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7837  'S' /*letter*/,
                                                                                                                    7838  },
                                                                                                                    -
                                                                                                                    7839  // Rule Zion 2002 only - Mar 29 1:00 1:00 D
                                                                                                                    +
                                                                                                                    7839  // Rule Zion 2001 only - Apr 9 1:00 1:00 D
                                                                                                                    7840  {
                                                                                                                    -
                                                                                                                    7841  2 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7842  2 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7843  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7841  1 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7842  1 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7843  4 /*inMonth*/,
                                                                                                                    7844  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7845  29 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7845  9 /*onDayOfMonth*/,
                                                                                                                    7846  4 /*atTimeCode*/,
                                                                                                                    7847  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7848  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7849  'D' /*letter*/,
                                                                                                                    7850  },
                                                                                                                    -
                                                                                                                    7851  // Rule Zion 2002 only - Oct 7 1:00 0 S
                                                                                                                    +
                                                                                                                    7851  // Rule Zion 2001 only - Sep 24 1:00 0 S
                                                                                                                    7852  {
                                                                                                                    -
                                                                                                                    7853  2 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7854  2 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7855  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7853  1 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7854  1 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7855  9 /*inMonth*/,
                                                                                                                    7856  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7857  7 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7857  24 /*onDayOfMonth*/,
                                                                                                                    7858  4 /*atTimeCode*/,
                                                                                                                    7859  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7860  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7861  'S' /*letter*/,
                                                                                                                    7862  },
                                                                                                                    -
                                                                                                                    7863  // Rule Zion 2003 only - Mar 28 1:00 1:00 D
                                                                                                                    +
                                                                                                                    7863  // Rule Zion 2002 only - Mar 29 1:00 1:00 D
                                                                                                                    7864  {
                                                                                                                    -
                                                                                                                    7865  3 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7866  3 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7865  2 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7866  2 /*toYearTiny*/,
                                                                                                                    7867  3 /*inMonth*/,
                                                                                                                    7868  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7869  28 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7869  29 /*onDayOfMonth*/,
                                                                                                                    7870  4 /*atTimeCode*/,
                                                                                                                    7871  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7872  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7873  'D' /*letter*/,
                                                                                                                    7874  },
                                                                                                                    -
                                                                                                                    7875  // Rule Zion 2003 only - Oct 3 1:00 0 S
                                                                                                                    +
                                                                                                                    7875  // Rule Zion 2002 only - Oct 7 1:00 0 S
                                                                                                                    7876  {
                                                                                                                    -
                                                                                                                    7877  3 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7878  3 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7877  2 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7878  2 /*toYearTiny*/,
                                                                                                                    7879  10 /*inMonth*/,
                                                                                                                    7880  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7881  3 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7881  7 /*onDayOfMonth*/,
                                                                                                                    7882  4 /*atTimeCode*/,
                                                                                                                    7883  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7884  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7885  'S' /*letter*/,
                                                                                                                    7886  },
                                                                                                                    -
                                                                                                                    7887  // Rule Zion 2004 only - Apr 7 1:00 1:00 D
                                                                                                                    +
                                                                                                                    7887  // Rule Zion 2003 only - Mar 28 1:00 1:00 D
                                                                                                                    7888  {
                                                                                                                    -
                                                                                                                    7889  4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7890  4 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7891  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7889  3 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7890  3 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7891  3 /*inMonth*/,
                                                                                                                    7892  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7893  7 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7893  28 /*onDayOfMonth*/,
                                                                                                                    7894  4 /*atTimeCode*/,
                                                                                                                    7895  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7896  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7897  'D' /*letter*/,
                                                                                                                    7898  },
                                                                                                                    -
                                                                                                                    7899  // Rule Zion 2004 only - Sep 22 1:00 0 S
                                                                                                                    +
                                                                                                                    7899  // Rule Zion 2003 only - Oct 3 1:00 0 S
                                                                                                                    7900  {
                                                                                                                    -
                                                                                                                    7901  4 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7902  4 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7903  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7901  3 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7902  3 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7903  10 /*inMonth*/,
                                                                                                                    7904  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7905  22 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7905  3 /*onDayOfMonth*/,
                                                                                                                    7906  4 /*atTimeCode*/,
                                                                                                                    7907  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7908  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7909  'S' /*letter*/,
                                                                                                                    7910  },
                                                                                                                    -
                                                                                                                    7911  // Rule Zion 2005 2012 - Apr Fri<=1 2:00 1:00 D
                                                                                                                    +
                                                                                                                    7911  // Rule Zion 2004 only - Apr 7 1:00 1:00 D
                                                                                                                    7912  {
                                                                                                                    -
                                                                                                                    7913  5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7914  12 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7913  4 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7914  4 /*toYearTiny*/,
                                                                                                                    7915  4 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7916  5 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7917  -1 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7918  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7916  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7917  7 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7918  4 /*atTimeCode*/,
                                                                                                                    7919  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7920  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    7921  'D' /*letter*/,
                                                                                                                    7922  },
                                                                                                                    -
                                                                                                                    7923  // Rule Zion 2005 only - Oct 9 2:00 0 S
                                                                                                                    +
                                                                                                                    7923  // Rule Zion 2004 only - Sep 22 1:00 0 S
                                                                                                                    7924  {
                                                                                                                    -
                                                                                                                    7925  5 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7926  5 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7927  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7925  4 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7926  4 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7927  9 /*inMonth*/,
                                                                                                                    7928  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7929  9 /*onDayOfMonth*/,
                                                                                                                    -
                                                                                                                    7930  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    7929  22 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7930  4 /*atTimeCode*/,
                                                                                                                    7931  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7932  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7933  'S' /*letter*/,
                                                                                                                    7934  },
                                                                                                                    -
                                                                                                                    7935  // Rule Zion 2006 only - Oct 1 2:00 0 S
                                                                                                                    +
                                                                                                                    7935  // Rule Zion 2005 2012 - Apr Fri<=1 2:00 1:00 D
                                                                                                                    7936  {
                                                                                                                    -
                                                                                                                    7937  6 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7938  6 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7939  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    7940  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7941  1 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7937  5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7938  12 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7939  4 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7940  5 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    7941  -1 /*onDayOfMonth*/,
                                                                                                                    7942  8 /*atTimeCode*/,
                                                                                                                    7943  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    7944  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    7945  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    7944  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    7945  'D' /*letter*/,
                                                                                                                    7946  },
                                                                                                                    -
                                                                                                                    7947  // Rule Zion 2007 only - Sep 16 2:00 0 S
                                                                                                                    +
                                                                                                                    7947  // Rule Zion 2005 only - Oct 9 2:00 0 S
                                                                                                                    7948  {
                                                                                                                    -
                                                                                                                    7949  7 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7950  7 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7951  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7949  5 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7950  5 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7951  10 /*inMonth*/,
                                                                                                                    7952  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7953  16 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7953  9 /*onDayOfMonth*/,
                                                                                                                    7954  8 /*atTimeCode*/,
                                                                                                                    7955  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7956  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7957  'S' /*letter*/,
                                                                                                                    7958  },
                                                                                                                    -
                                                                                                                    7959  // Rule Zion 2008 only - Oct 5 2:00 0 S
                                                                                                                    +
                                                                                                                    7959  // Rule Zion 2006 only - Oct 1 2:00 0 S
                                                                                                                    7960  {
                                                                                                                    -
                                                                                                                    7961  8 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7962  8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7961  6 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7962  6 /*toYearTiny*/,
                                                                                                                    7963  10 /*inMonth*/,
                                                                                                                    7964  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7965  5 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7965  1 /*onDayOfMonth*/,
                                                                                                                    7966  8 /*atTimeCode*/,
                                                                                                                    7967  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7968  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7969  'S' /*letter*/,
                                                                                                                    7970  },
                                                                                                                    -
                                                                                                                    7971  // Rule Zion 2009 only - Sep 27 2:00 0 S
                                                                                                                    +
                                                                                                                    7971  // Rule Zion 2007 only - Sep 16 2:00 0 S
                                                                                                                    7972  {
                                                                                                                    -
                                                                                                                    7973  9 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7974  9 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7973  7 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7974  7 /*toYearTiny*/,
                                                                                                                    7975  9 /*inMonth*/,
                                                                                                                    7976  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7977  27 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7977  16 /*onDayOfMonth*/,
                                                                                                                    7978  8 /*atTimeCode*/,
                                                                                                                    7979  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7980  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7981  'S' /*letter*/,
                                                                                                                    7982  },
                                                                                                                    -
                                                                                                                    7983  // Rule Zion 2010 only - Sep 12 2:00 0 S
                                                                                                                    +
                                                                                                                    7983  // Rule Zion 2008 only - Oct 5 2:00 0 S
                                                                                                                    7984  {
                                                                                                                    -
                                                                                                                    7985  10 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7986  10 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7987  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7985  8 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7986  8 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7987  10 /*inMonth*/,
                                                                                                                    7988  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    7989  12 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    7989  5 /*onDayOfMonth*/,
                                                                                                                    7990  8 /*atTimeCode*/,
                                                                                                                    7991  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    7992  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    7993  'S' /*letter*/,
                                                                                                                    7994  },
                                                                                                                    -
                                                                                                                    7995  // Rule Zion 2011 only - Oct 2 2:00 0 S
                                                                                                                    +
                                                                                                                    7995  // Rule Zion 2009 only - Sep 27 2:00 0 S
                                                                                                                    7996  {
                                                                                                                    -
                                                                                                                    7997  11 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    7998  11 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    7999  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    7997  9 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    7998  9 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    7999  9 /*inMonth*/,
                                                                                                                    8000  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    8001  2 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    8001  27 /*onDayOfMonth*/,
                                                                                                                    8002  8 /*atTimeCode*/,
                                                                                                                    8003  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    8004  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    8005  'S' /*letter*/,
                                                                                                                    8006  },
                                                                                                                    -
                                                                                                                    8007  // Rule Zion 2012 only - Sep 23 2:00 0 S
                                                                                                                    +
                                                                                                                    8007  // Rule Zion 2010 only - Sep 12 2:00 0 S
                                                                                                                    8008  {
                                                                                                                    -
                                                                                                                    8009  12 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    8010  12 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    8009  10 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    8010  10 /*toYearTiny*/,
                                                                                                                    8011  9 /*inMonth*/,
                                                                                                                    8012  0 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    8013  23 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    8013  12 /*onDayOfMonth*/,
                                                                                                                    8014  8 /*atTimeCode*/,
                                                                                                                    8015  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    8016  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    8017  'S' /*letter*/,
                                                                                                                    8018  },
                                                                                                                    -
                                                                                                                    8019  // Rule Zion 2013 max - Mar Fri>=23 2:00 1:00 D
                                                                                                                    +
                                                                                                                    8019  // Rule Zion 2011 only - Oct 2 2:00 0 S
                                                                                                                    8020  {
                                                                                                                    -
                                                                                                                    8021  13 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    8022  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    8023  3 /*inMonth*/,
                                                                                                                    -
                                                                                                                    8024  5 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    8025  23 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    8021  11 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    8022  11 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    8023  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    8024  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    8025  2 /*onDayOfMonth*/,
                                                                                                                    8026  8 /*atTimeCode*/,
                                                                                                                    8027  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    -
                                                                                                                    8028  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    -
                                                                                                                    8029  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    8028  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    8029  'S' /*letter*/,
                                                                                                                    8030  },
                                                                                                                    -
                                                                                                                    8031  // Rule Zion 2013 max - Oct lastSun 2:00 0 S
                                                                                                                    +
                                                                                                                    8031  // Rule Zion 2012 only - Sep 23 2:00 0 S
                                                                                                                    8032  {
                                                                                                                    -
                                                                                                                    8033  13 /*fromYearTiny*/,
                                                                                                                    -
                                                                                                                    8034  126 /*toYearTiny*/,
                                                                                                                    -
                                                                                                                    8035  10 /*inMonth*/,
                                                                                                                    -
                                                                                                                    8036  7 /*onDayOfWeek*/,
                                                                                                                    -
                                                                                                                    8037  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    8033  12 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    8034  12 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    8035  9 /*inMonth*/,
                                                                                                                    +
                                                                                                                    8036  0 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    8037  23 /*onDayOfMonth*/,
                                                                                                                    8038  8 /*atTimeCode*/,
                                                                                                                    8039  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    8040  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    8041  'S' /*letter*/,
                                                                                                                    8042  },
                                                                                                                    -
                                                                                                                    8043 
                                                                                                                    -
                                                                                                                    8044 };
                                                                                                                    -
                                                                                                                    8045 
                                                                                                                    -
                                                                                                                    8046 
                                                                                                                    -
                                                                                                                    8047 
                                                                                                                    -
                                                                                                                    8048 const extended::ZonePolicy kPolicyZion ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    8049  kZoneRulesZion /*rules*/,
                                                                                                                    -
                                                                                                                    8050  nullptr /*letters*/,
                                                                                                                    -
                                                                                                                    8051  24 /*numRules*/,
                                                                                                                    -
                                                                                                                    8052  0 /*numLetters*/,
                                                                                                                    -
                                                                                                                    8053 };
                                                                                                                    -
                                                                                                                    8054 
                                                                                                                    -
                                                                                                                    8055 
                                                                                                                    -
                                                                                                                    8056 
                                                                                                                    -
                                                                                                                    8057 }
                                                                                                                    -
                                                                                                                    8058 }
                                                                                                                    +
                                                                                                                    8043  // Rule Zion 2013 max - Mar Fri>=23 2:00 1:00 D
                                                                                                                    +
                                                                                                                    8044  {
                                                                                                                    +
                                                                                                                    8045  13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    8046  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    8047  3 /*inMonth*/,
                                                                                                                    +
                                                                                                                    8048  5 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    8049  23 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    8050  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    8051  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    8052  8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    8053  'D' /*letter*/,
                                                                                                                    +
                                                                                                                    8054  },
                                                                                                                    +
                                                                                                                    8055  // Rule Zion 2013 max - Oct lastSun 2:00 0 S
                                                                                                                    +
                                                                                                                    8056  {
                                                                                                                    +
                                                                                                                    8057  13 /*fromYearTiny*/,
                                                                                                                    +
                                                                                                                    8058  126 /*toYearTiny*/,
                                                                                                                    +
                                                                                                                    8059  10 /*inMonth*/,
                                                                                                                    +
                                                                                                                    8060  7 /*onDayOfWeek*/,
                                                                                                                    +
                                                                                                                    8061  0 /*onDayOfMonth*/,
                                                                                                                    +
                                                                                                                    8062  8 /*atTimeCode*/,
                                                                                                                    +
                                                                                                                    8063  0 /*atTimeModifier (kSuffixW + minute=0)*/,
                                                                                                                    +
                                                                                                                    8064  4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/,
                                                                                                                    +
                                                                                                                    8065  'S' /*letter*/,
                                                                                                                    +
                                                                                                                    8066  },
                                                                                                                    +
                                                                                                                    8067 
                                                                                                                    +
                                                                                                                    8068 };
                                                                                                                    +
                                                                                                                    8069 
                                                                                                                    +
                                                                                                                    8070 
                                                                                                                    +
                                                                                                                    8071 
                                                                                                                    +
                                                                                                                    8072 const extended::ZonePolicy kPolicyZion ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    8073  kZoneRulesZion /*rules*/,
                                                                                                                    +
                                                                                                                    8074  nullptr /*letters*/,
                                                                                                                    +
                                                                                                                    8075  24 /*numRules*/,
                                                                                                                    +
                                                                                                                    8076  0 /*numLetters*/,
                                                                                                                    +
                                                                                                                    8077 };
                                                                                                                    +
                                                                                                                    8078 
                                                                                                                    +
                                                                                                                    8079 
                                                                                                                    +
                                                                                                                    8080 
                                                                                                                    +
                                                                                                                    8081 }
                                                                                                                    +
                                                                                                                    8082 }
                                                                                                                    +
                                                                                                                    Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
                                                                                                                    - diff --git a/docs/html/_2zone__policies_8h_source.html b/docs/html/zonedbx_2zone__policies_8h_source.html similarity index 98% rename from docs/html/_2zone__policies_8h_source.html rename to docs/html/zonedbx_2zone__policies_8h_source.html index c9140b736..46277ecb7 100644 --- a/docs/html/_2zone__policies_8h_source.html +++ b/docs/html/zonedbx_2zone__policies_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedbx/zone_policies.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope extended
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // DO NOT EDIT
                                                                                                                    28 
                                                                                                                    @@ -286,9 +286,7 @@ diff --git a/docs/html/_2zone__registry_8cpp_source.html b/docs/html/zonedbx_2zone__registry_8cpp_source.html similarity index 74% rename from docs/html/_2zone__registry_8cpp_source.html rename to docs/html/zonedbx_2zone__registry_8cpp_source.html index 4b9ad9b13..e63acda38 100644 --- a/docs/html/_2zone__registry_8cpp_source.html +++ b/docs/html/zonedbx_2zone__registry_8cpp_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedbx/zone_registry.cpp Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope extended
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // DO NOT EDIT
                                                                                                                    28 
                                                                                                                    @@ -109,7 +109,7 @@
                                                                                                                    36 //---------------------------------------------------------------------------
                                                                                                                    37 // Zone Info registry. Sorted by zoneId.
                                                                                                                    38 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    39 const extended::ZoneInfo* const kZoneRegistry[356] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    39 const extended::ZoneInfo* const kZoneRegistry[354] ACE_TIME_PROGMEM = {
                                                                                                                    40  &kZoneAmerica_St_Johns, // 0x04b14e6e, America/St_Johns
                                                                                                                    41  &kZoneAmerica_North_Dakota_New_Salem, // 0x04f9958e, America/North_Dakota/New_Salem
                                                                                                                    42  &kZoneAsia_Jakarta, // 0x0506ab50, Asia/Jakarta
                                                                                                                    @@ -374,933 +374,933 @@
                                                                                                                    301  &kZoneAmerica_Manaus, // 0xac86bf8b, America/Manaus
                                                                                                                    302  &kZoneAmerica_Merida, // 0xacd172d8, America/Merida
                                                                                                                    303  &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau
                                                                                                                    -
                                                                                                                    304  &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod
                                                                                                                    -
                                                                                                                    305  &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    306  &kZoneAsia_Bishkek, // 0xb0728553, Asia/Bishkek
                                                                                                                    -
                                                                                                                    307  &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo
                                                                                                                    -
                                                                                                                    308  &kZoneAmerica_Panama, // 0xb3863854, America/Panama
                                                                                                                    -
                                                                                                                    309  &kZoneAsia_Hebron, // 0xb5eef250, Asia/Hebron
                                                                                                                    -
                                                                                                                    310  &kZoneAmerica_Goose_Bay, // 0xb649541e, America/Goose_Bay
                                                                                                                    -
                                                                                                                    311  &kZoneAmerica_Los_Angeles, // 0xb7f7e8f2, America/Los_Angeles
                                                                                                                    -
                                                                                                                    312  &kZoneAmerica_Recife, // 0xb8730494, America/Recife
                                                                                                                    -
                                                                                                                    313  &kZoneAmerica_Regina, // 0xb875371c, America/Regina
                                                                                                                    -
                                                                                                                    314  &kZoneAsia_Ashgabat, // 0xba87598d, Asia/Ashgabat
                                                                                                                    -
                                                                                                                    315  &kZoneAmerica_Halifax, // 0xbc5b7183, America/Halifax
                                                                                                                    -
                                                                                                                    316  &kZoneAsia_Srednekolymsk, // 0xbf8e337d, Asia/Srednekolymsk
                                                                                                                    -
                                                                                                                    317  &kZoneAmerica_Argentina_Cordoba, // 0xbfccc308, America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    318  &kZoneAmerica_Tegucigalpa, // 0xbfd6fd4c, America/Tegucigalpa
                                                                                                                    -
                                                                                                                    319  &kZoneAsia_Manila, // 0xc156c944, Asia/Manila
                                                                                                                    -
                                                                                                                    320  &kZoneAfrica_Abidjan, // 0xc21305a3, Africa/Abidjan
                                                                                                                    -
                                                                                                                    321  &kZoneAmerica_Punta_Arenas, // 0xc2c3bce7, America/Punta_Arenas
                                                                                                                    -
                                                                                                                    322  &kZoneAfrica_Casablanca, // 0xc59f1b33, Africa/Casablanca
                                                                                                                    -
                                                                                                                    323  &kZoneAmerica_Argentina_Rio_Gallegos, // 0xc5b0f565, America/Argentina/Rio_Gallegos
                                                                                                                    -
                                                                                                                    324  &kZoneAsia_Jayapura, // 0xc6833c2f, Asia/Jayapura
                                                                                                                    -
                                                                                                                    325  &kZoneAmerica_Resolute, // 0xc7093459, America/Resolute
                                                                                                                    -
                                                                                                                    326  &kZoneAmerica_Rankin_Inlet, // 0xc8de4984, America/Rankin_Inlet
                                                                                                                    -
                                                                                                                    327  &kZoneAmerica_Barbados, // 0xcbbc3b04, America/Barbados
                                                                                                                    -
                                                                                                                    328  &kZoneAsia_Riyadh, // 0xcd973d93, Asia/Riyadh
                                                                                                                    -
                                                                                                                    329  &kZonePacific_Easter, // 0xcf54f7e7, Pacific/Easter
                                                                                                                    -
                                                                                                                    330  &kZoneAsia_Singapore, // 0xcf8581fa, Asia/Singapore
                                                                                                                    -
                                                                                                                    331  &kZoneAsia_Krasnoyarsk, // 0xd0376c6a, Asia/Krasnoyarsk
                                                                                                                    -
                                                                                                                    332  &kZoneAmerica_Mexico_City, // 0xd0d93f43, America/Mexico_City
                                                                                                                    -
                                                                                                                    333  &kZoneAsia_Taipei, // 0xd1a844ae, Asia/Taipei
                                                                                                                    -
                                                                                                                    334  &kZoneAsia_Tehran, // 0xd1f02254, Asia/Tehran
                                                                                                                    -
                                                                                                                    335  &kZoneEurope_Kaliningrad, // 0xd33b2f28, Europe/Kaliningrad
                                                                                                                    -
                                                                                                                    336  &kZoneAmerica_Argentina_Buenos_Aires, // 0xd43b4c0d, America/Argentina/Buenos_Aires
                                                                                                                    -
                                                                                                                    337  &kZoneAfrica_Juba, // 0xd51b395c, Africa/Juba
                                                                                                                    -
                                                                                                                    338  &kZoneAsia_Urumqi, // 0xd5379735, Asia/Urumqi
                                                                                                                    -
                                                                                                                    339  &kZoneAmerica_Cambridge_Bay, // 0xd5a44aff, America/Cambridge_Bay
                                                                                                                    -
                                                                                                                    340  &kZoneAfrica_Johannesburg, // 0xd5d157a0, Africa/Johannesburg
                                                                                                                    -
                                                                                                                    341  &kZoneEtc_GMT, // 0xd8e2de58, Etc/GMT
                                                                                                                    -
                                                                                                                    342  &kZoneEtc_UTC, // 0xd8e31abc, Etc/UTC
                                                                                                                    -
                                                                                                                    343  &kZoneAmerica_Yakutat, // 0xd8ee31e9, America/Yakutat
                                                                                                                    -
                                                                                                                    344  &kZoneAfrica_Algiers, // 0xd94515c1, Africa/Algiers
                                                                                                                    -
                                                                                                                    345  &kZonePST8PDT, // 0xd99ee2dc, PST8PDT
                                                                                                                    -
                                                                                                                    346  &kZoneEurope_Simferopol, // 0xda9eb724, Europe/Simferopol
                                                                                                                    -
                                                                                                                    347  &kZoneAmerica_Matamoros, // 0xdd1b0259, America/Matamoros
                                                                                                                    -
                                                                                                                    348  &kZonePacific_Kanton, // 0xdd512f0e, Pacific/Kanton
                                                                                                                    -
                                                                                                                    349  &kZoneAsia_Yangon, // 0xdd54a8be, Asia/Yangon
                                                                                                                    -
                                                                                                                    350  &kZoneEurope_Vilnius, // 0xdd63b8ce, Europe/Vilnius
                                                                                                                    -
                                                                                                                    351  &kZonePacific_Kosrae, // 0xde5139a8, Pacific/Kosrae
                                                                                                                    -
                                                                                                                    352  &kZoneAmerica_Kentucky_Monticello, // 0xde71c439, America/Kentucky/Monticello
                                                                                                                    -
                                                                                                                    353  &kZoneEurope_Brussels, // 0xdee07337, Europe/Brussels
                                                                                                                    -
                                                                                                                    354  &kZoneAmerica_Swift_Current, // 0xdef98e55, America/Swift_Current
                                                                                                                    -
                                                                                                                    355  &kZoneAsia_Irkutsk, // 0xdfbf213f, Asia/Irkutsk
                                                                                                                    -
                                                                                                                    356  &kZoneEurope_Ulyanovsk, // 0xe03783d0, Europe/Ulyanovsk
                                                                                                                    -
                                                                                                                    357  &kZoneAustralia_Lindeman, // 0xe05029e2, Australia/Lindeman
                                                                                                                    -
                                                                                                                    358  &kZoneEurope_Belgrade, // 0xe0532b3a, Europe/Belgrade
                                                                                                                    -
                                                                                                                    359  &kZoneAmerica_Menominee, // 0xe0e9c583, America/Menominee
                                                                                                                    -
                                                                                                                    360  &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe
                                                                                                                    -
                                                                                                                    361  &kZoneAntarctica_Casey, // 0xe2022583, Antarctica/Casey
                                                                                                                    -
                                                                                                                    362  &kZoneAntarctica_Davis, // 0xe2144b45, Antarctica/Davis
                                                                                                                    -
                                                                                                                    363  &kZoneEurope_Astrakhan, // 0xe22256e1, Europe/Astrakhan
                                                                                                                    -
                                                                                                                    364  &kZoneAntarctica_Troll, // 0xe33f085b, Antarctica/Troll
                                                                                                                    -
                                                                                                                    365  &kZoneEurope_Saratov, // 0xe4315da4, Europe/Saratov
                                                                                                                    -
                                                                                                                    366  &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea
                                                                                                                    -
                                                                                                                    367  &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu
                                                                                                                    -
                                                                                                                    368  &kZoneAmerica_Argentina_Tucuman, // 0xe96399eb, America/Argentina/Tucuman
                                                                                                                    -
                                                                                                                    369  &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye
                                                                                                                    -
                                                                                                                    370  &kZoneAsia_Magadan, // 0xebacc19b, Asia/Magadan
                                                                                                                    -
                                                                                                                    371  &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga
                                                                                                                    -
                                                                                                                    372  &kZoneCST6CDT, // 0xf0e87d00, CST6CDT
                                                                                                                    -
                                                                                                                    373  &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti
                                                                                                                    -
                                                                                                                    374  &kZonePacific_Tarawa, // 0xf2517e63, Pacific/Tarawa
                                                                                                                    -
                                                                                                                    375  &kZoneMST7MDT, // 0xf2af9375, MST7MDT
                                                                                                                    -
                                                                                                                    376  &kZoneAsia_Tashkent, // 0xf3924254, Asia/Tashkent
                                                                                                                    -
                                                                                                                    377  &kZoneAsia_Sakhalin, // 0xf4a1c9bd, Asia/Sakhalin
                                                                                                                    -
                                                                                                                    378  &kZonePacific_Guadalcanal, // 0xf4dd25f0, Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    379  &kZoneAmerica_Danmarkshavn, // 0xf554d204, America/Danmarkshavn
                                                                                                                    -
                                                                                                                    380  &kZoneAsia_Shanghai, // 0xf895a7f5, Asia/Shanghai
                                                                                                                    -
                                                                                                                    381  &kZoneEurope_Gibraltar, // 0xf8e325fc, Europe/Gibraltar
                                                                                                                    -
                                                                                                                    382  &kZoneAtlantic_Azores, // 0xf93ed918, Atlantic/Azores
                                                                                                                    -
                                                                                                                    383  &kZoneAmerica_Thunder_Bay, // 0xf962e71b, America/Thunder_Bay
                                                                                                                    -
                                                                                                                    384  &kZoneAmerica_Eirunepe, // 0xf9b29683, America/Eirunepe
                                                                                                                    -
                                                                                                                    385  &kZoneAmerica_Montevideo, // 0xfa214780, America/Montevideo
                                                                                                                    -
                                                                                                                    386  &kZoneEurope_Kirov, // 0xfaf5abef, Europe/Kirov
                                                                                                                    -
                                                                                                                    387  &kZoneEurope_Malta, // 0xfb1560f3, Europe/Malta
                                                                                                                    -
                                                                                                                    388  &kZoneEurope_Minsk, // 0xfb19cc66, Europe/Minsk
                                                                                                                    -
                                                                                                                    389  &kZoneEurope_Bucharest, // 0xfb349ec5, Europe/Bucharest
                                                                                                                    -
                                                                                                                    390  &kZoneAfrica_Khartoum, // 0xfb3d4205, Africa/Khartoum
                                                                                                                    -
                                                                                                                    391  &kZoneEurope_Paris, // 0xfb4bc2a3, Europe/Paris
                                                                                                                    -
                                                                                                                    392  &kZoneAsia_Yekaterinburg, // 0xfb544c6e, Asia/Yekaterinburg
                                                                                                                    -
                                                                                                                    393  &kZoneEurope_Sofia, // 0xfb898656, Europe/Sofia
                                                                                                                    -
                                                                                                                    394  &kZoneAtlantic_Canary, // 0xfc23f2c2, Atlantic/Canary
                                                                                                                    -
                                                                                                                    395  &kZoneAmerica_Campo_Grande, // 0xfec3e7a6, America/Campo_Grande
                                                                                                                    +
                                                                                                                    304  &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    305  &kZoneAsia_Bishkek, // 0xb0728553, Asia/Bishkek
                                                                                                                    +
                                                                                                                    306  &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo
                                                                                                                    +
                                                                                                                    307  &kZoneAmerica_Panama, // 0xb3863854, America/Panama
                                                                                                                    +
                                                                                                                    308  &kZoneAsia_Hebron, // 0xb5eef250, Asia/Hebron
                                                                                                                    +
                                                                                                                    309  &kZoneAmerica_Goose_Bay, // 0xb649541e, America/Goose_Bay
                                                                                                                    +
                                                                                                                    310  &kZoneAmerica_Los_Angeles, // 0xb7f7e8f2, America/Los_Angeles
                                                                                                                    +
                                                                                                                    311  &kZoneAmerica_Recife, // 0xb8730494, America/Recife
                                                                                                                    +
                                                                                                                    312  &kZoneAmerica_Regina, // 0xb875371c, America/Regina
                                                                                                                    +
                                                                                                                    313  &kZoneAsia_Ashgabat, // 0xba87598d, Asia/Ashgabat
                                                                                                                    +
                                                                                                                    314  &kZoneAmerica_Halifax, // 0xbc5b7183, America/Halifax
                                                                                                                    +
                                                                                                                    315  &kZoneAsia_Srednekolymsk, // 0xbf8e337d, Asia/Srednekolymsk
                                                                                                                    +
                                                                                                                    316  &kZoneAmerica_Argentina_Cordoba, // 0xbfccc308, America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    317  &kZoneAmerica_Tegucigalpa, // 0xbfd6fd4c, America/Tegucigalpa
                                                                                                                    +
                                                                                                                    318  &kZoneAsia_Manila, // 0xc156c944, Asia/Manila
                                                                                                                    +
                                                                                                                    319  &kZoneAfrica_Abidjan, // 0xc21305a3, Africa/Abidjan
                                                                                                                    +
                                                                                                                    320  &kZoneAmerica_Punta_Arenas, // 0xc2c3bce7, America/Punta_Arenas
                                                                                                                    +
                                                                                                                    321  &kZoneAfrica_Casablanca, // 0xc59f1b33, Africa/Casablanca
                                                                                                                    +
                                                                                                                    322  &kZoneAmerica_Argentina_Rio_Gallegos, // 0xc5b0f565, America/Argentina/Rio_Gallegos
                                                                                                                    +
                                                                                                                    323  &kZoneAsia_Jayapura, // 0xc6833c2f, Asia/Jayapura
                                                                                                                    +
                                                                                                                    324  &kZoneAmerica_Resolute, // 0xc7093459, America/Resolute
                                                                                                                    +
                                                                                                                    325  &kZoneAmerica_Rankin_Inlet, // 0xc8de4984, America/Rankin_Inlet
                                                                                                                    +
                                                                                                                    326  &kZoneAmerica_Barbados, // 0xcbbc3b04, America/Barbados
                                                                                                                    +
                                                                                                                    327  &kZoneAsia_Riyadh, // 0xcd973d93, Asia/Riyadh
                                                                                                                    +
                                                                                                                    328  &kZonePacific_Easter, // 0xcf54f7e7, Pacific/Easter
                                                                                                                    +
                                                                                                                    329  &kZoneAsia_Singapore, // 0xcf8581fa, Asia/Singapore
                                                                                                                    +
                                                                                                                    330  &kZoneAsia_Krasnoyarsk, // 0xd0376c6a, Asia/Krasnoyarsk
                                                                                                                    +
                                                                                                                    331  &kZoneAmerica_Mexico_City, // 0xd0d93f43, America/Mexico_City
                                                                                                                    +
                                                                                                                    332  &kZoneAsia_Taipei, // 0xd1a844ae, Asia/Taipei
                                                                                                                    +
                                                                                                                    333  &kZoneAsia_Tehran, // 0xd1f02254, Asia/Tehran
                                                                                                                    +
                                                                                                                    334  &kZoneEurope_Kaliningrad, // 0xd33b2f28, Europe/Kaliningrad
                                                                                                                    +
                                                                                                                    335  &kZoneAmerica_Argentina_Buenos_Aires, // 0xd43b4c0d, America/Argentina/Buenos_Aires
                                                                                                                    +
                                                                                                                    336  &kZoneAfrica_Juba, // 0xd51b395c, Africa/Juba
                                                                                                                    +
                                                                                                                    337  &kZoneAsia_Urumqi, // 0xd5379735, Asia/Urumqi
                                                                                                                    +
                                                                                                                    338  &kZoneAmerica_Cambridge_Bay, // 0xd5a44aff, America/Cambridge_Bay
                                                                                                                    +
                                                                                                                    339  &kZoneAfrica_Johannesburg, // 0xd5d157a0, Africa/Johannesburg
                                                                                                                    +
                                                                                                                    340  &kZoneEtc_GMT, // 0xd8e2de58, Etc/GMT
                                                                                                                    +
                                                                                                                    341  &kZoneEtc_UTC, // 0xd8e31abc, Etc/UTC
                                                                                                                    +
                                                                                                                    342  &kZoneAmerica_Yakutat, // 0xd8ee31e9, America/Yakutat
                                                                                                                    +
                                                                                                                    343  &kZoneAfrica_Algiers, // 0xd94515c1, Africa/Algiers
                                                                                                                    +
                                                                                                                    344  &kZonePST8PDT, // 0xd99ee2dc, PST8PDT
                                                                                                                    +
                                                                                                                    345  &kZoneEurope_Simferopol, // 0xda9eb724, Europe/Simferopol
                                                                                                                    +
                                                                                                                    346  &kZoneAmerica_Matamoros, // 0xdd1b0259, America/Matamoros
                                                                                                                    +
                                                                                                                    347  &kZonePacific_Kanton, // 0xdd512f0e, Pacific/Kanton
                                                                                                                    +
                                                                                                                    348  &kZoneAsia_Yangon, // 0xdd54a8be, Asia/Yangon
                                                                                                                    +
                                                                                                                    349  &kZoneEurope_Vilnius, // 0xdd63b8ce, Europe/Vilnius
                                                                                                                    +
                                                                                                                    350  &kZonePacific_Kosrae, // 0xde5139a8, Pacific/Kosrae
                                                                                                                    +
                                                                                                                    351  &kZoneAmerica_Kentucky_Monticello, // 0xde71c439, America/Kentucky/Monticello
                                                                                                                    +
                                                                                                                    352  &kZoneEurope_Brussels, // 0xdee07337, Europe/Brussels
                                                                                                                    +
                                                                                                                    353  &kZoneAmerica_Swift_Current, // 0xdef98e55, America/Swift_Current
                                                                                                                    +
                                                                                                                    354  &kZoneAsia_Irkutsk, // 0xdfbf213f, Asia/Irkutsk
                                                                                                                    +
                                                                                                                    355  &kZoneEurope_Ulyanovsk, // 0xe03783d0, Europe/Ulyanovsk
                                                                                                                    +
                                                                                                                    356  &kZoneAustralia_Lindeman, // 0xe05029e2, Australia/Lindeman
                                                                                                                    +
                                                                                                                    357  &kZoneEurope_Belgrade, // 0xe0532b3a, Europe/Belgrade
                                                                                                                    +
                                                                                                                    358  &kZoneAmerica_Menominee, // 0xe0e9c583, America/Menominee
                                                                                                                    +
                                                                                                                    359  &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe
                                                                                                                    +
                                                                                                                    360  &kZoneAntarctica_Casey, // 0xe2022583, Antarctica/Casey
                                                                                                                    +
                                                                                                                    361  &kZoneAntarctica_Davis, // 0xe2144b45, Antarctica/Davis
                                                                                                                    +
                                                                                                                    362  &kZoneEurope_Astrakhan, // 0xe22256e1, Europe/Astrakhan
                                                                                                                    +
                                                                                                                    363  &kZoneAntarctica_Troll, // 0xe33f085b, Antarctica/Troll
                                                                                                                    +
                                                                                                                    364  &kZoneEurope_Saratov, // 0xe4315da4, Europe/Saratov
                                                                                                                    +
                                                                                                                    365  &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea
                                                                                                                    +
                                                                                                                    366  &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu
                                                                                                                    +
                                                                                                                    367  &kZoneAmerica_Argentina_Tucuman, // 0xe96399eb, America/Argentina/Tucuman
                                                                                                                    +
                                                                                                                    368  &kZoneAsia_Magadan, // 0xebacc19b, Asia/Magadan
                                                                                                                    +
                                                                                                                    369  &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga
                                                                                                                    +
                                                                                                                    370  &kZoneCST6CDT, // 0xf0e87d00, CST6CDT
                                                                                                                    +
                                                                                                                    371  &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti
                                                                                                                    +
                                                                                                                    372  &kZonePacific_Tarawa, // 0xf2517e63, Pacific/Tarawa
                                                                                                                    +
                                                                                                                    373  &kZoneMST7MDT, // 0xf2af9375, MST7MDT
                                                                                                                    +
                                                                                                                    374  &kZoneAsia_Tashkent, // 0xf3924254, Asia/Tashkent
                                                                                                                    +
                                                                                                                    375  &kZoneAsia_Sakhalin, // 0xf4a1c9bd, Asia/Sakhalin
                                                                                                                    +
                                                                                                                    376  &kZonePacific_Guadalcanal, // 0xf4dd25f0, Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    377  &kZoneAmerica_Danmarkshavn, // 0xf554d204, America/Danmarkshavn
                                                                                                                    +
                                                                                                                    378  &kZoneAsia_Shanghai, // 0xf895a7f5, Asia/Shanghai
                                                                                                                    +
                                                                                                                    379  &kZoneEurope_Gibraltar, // 0xf8e325fc, Europe/Gibraltar
                                                                                                                    +
                                                                                                                    380  &kZoneAtlantic_Azores, // 0xf93ed918, Atlantic/Azores
                                                                                                                    +
                                                                                                                    381  &kZoneAmerica_Thunder_Bay, // 0xf962e71b, America/Thunder_Bay
                                                                                                                    +
                                                                                                                    382  &kZoneAmerica_Eirunepe, // 0xf9b29683, America/Eirunepe
                                                                                                                    +
                                                                                                                    383  &kZoneAmerica_Montevideo, // 0xfa214780, America/Montevideo
                                                                                                                    +
                                                                                                                    384  &kZoneEurope_Kirov, // 0xfaf5abef, Europe/Kirov
                                                                                                                    +
                                                                                                                    385  &kZoneEurope_Malta, // 0xfb1560f3, Europe/Malta
                                                                                                                    +
                                                                                                                    386  &kZoneEurope_Minsk, // 0xfb19cc66, Europe/Minsk
                                                                                                                    +
                                                                                                                    387  &kZoneEurope_Bucharest, // 0xfb349ec5, Europe/Bucharest
                                                                                                                    +
                                                                                                                    388  &kZoneAfrica_Khartoum, // 0xfb3d4205, Africa/Khartoum
                                                                                                                    +
                                                                                                                    389  &kZoneEurope_Paris, // 0xfb4bc2a3, Europe/Paris
                                                                                                                    +
                                                                                                                    390  &kZoneAsia_Yekaterinburg, // 0xfb544c6e, Asia/Yekaterinburg
                                                                                                                    +
                                                                                                                    391  &kZoneEurope_Sofia, // 0xfb898656, Europe/Sofia
                                                                                                                    +
                                                                                                                    392  &kZoneAtlantic_Canary, // 0xfc23f2c2, Atlantic/Canary
                                                                                                                    +
                                                                                                                    393  &kZoneAmerica_Campo_Grande, // 0xfec3e7a6, America/Campo_Grande
                                                                                                                    +
                                                                                                                    394 
                                                                                                                    +
                                                                                                                    395 };
                                                                                                                    396 
                                                                                                                    -
                                                                                                                    397 };
                                                                                                                    -
                                                                                                                    398 
                                                                                                                    +
                                                                                                                    397 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    398 // Zone and Link (fat) Info registry. Sorted by zoneId. Links act like Zones.
                                                                                                                    399 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    400 // Zone and Link (fat) Info registry. Sorted by zoneId. Links act like Zones.
                                                                                                                    -
                                                                                                                    401 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    402 const extended::ZoneInfo* const kZoneAndLinkRegistry[595] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    403  &kZoneGB, // 0x005973ae, GB -> Europe/London
                                                                                                                    -
                                                                                                                    404  &kZoneNZ, // 0x005974ad, NZ -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    405  &kZoneAsia_Kuala_Lumpur, // 0x014763c4, Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    -
                                                                                                                    406  &kZoneAfrica_Libreville, // 0x01d96de4, Africa/Libreville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    407  &kZoneIndian_Cocos, // 0x021e86de, Indian/Cocos -> Asia/Yangon
                                                                                                                    -
                                                                                                                    408  &kZoneAustralia_Victoria, // 0x0260d5db, Australia/Victoria -> Australia/Melbourne
                                                                                                                    -
                                                                                                                    409  &kZoneAtlantic_Faeroe, // 0x031ec516, Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    -
                                                                                                                    410  &kZoneAmerica_St_Johns, // 0x04b14e6e, America/St_Johns
                                                                                                                    -
                                                                                                                    411  &kZoneAmerica_St_Kitts, // 0x04c0507b, America/St_Kitts -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    412  &kZoneAfrica_Ouagadougou, // 0x04d7219a, Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    413  &kZoneAmerica_St_Lucia, // 0x04d8b3ba, America/St_Lucia -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    414  &kZoneAmerica_North_Dakota_New_Salem, // 0x04f9958e, America/North_Dakota/New_Salem
                                                                                                                    -
                                                                                                                    415  &kZoneAsia_Jakarta, // 0x0506ab50, Asia/Jakarta
                                                                                                                    -
                                                                                                                    416  &kZoneAfrica_Bujumbura, // 0x05232a47, Africa/Bujumbura -> Africa/Maputo
                                                                                                                    -
                                                                                                                    417  &kZoneAmerica_Mazatlan, // 0x0532189e, America/Mazatlan
                                                                                                                    -
                                                                                                                    418  &kZoneAmerica_St_Barthelemy, // 0x054e6a79, America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    419  &kZoneAfrica_Addis_Ababa, // 0x05ae1e65, Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    420  &kZonePacific_Fakaofo, // 0x06532bba, Pacific/Fakaofo
                                                                                                                    -
                                                                                                                    421  &kZoneAmerica_Hermosillo, // 0x065d21c4, America/Hermosillo
                                                                                                                    -
                                                                                                                    422  &kZoneMexico_BajaSur, // 0x08ee3641, Mexico/BajaSur -> America/Mazatlan
                                                                                                                    -
                                                                                                                    423  &kZoneAsia_Tbilisi, // 0x0903e442, Asia/Tbilisi
                                                                                                                    -
                                                                                                                    424  &kZoneAmerica_Indiana_Tell_City, // 0x09263612, America/Indiana/Tell_City
                                                                                                                    -
                                                                                                                    425  &kZoneUS_Hawaii, // 0x09c8de2f, US/Hawaii -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    426  &kZoneAmerica_Boa_Vista, // 0x0a7b7efe, America/Boa_Vista
                                                                                                                    -
                                                                                                                    427  &kZoneAsia_Colombo, // 0x0af0e91d, Asia/Colombo
                                                                                                                    -
                                                                                                                    428  &kZoneCET, // 0x0b87d921, CET
                                                                                                                    -
                                                                                                                    429  &kZoneEET, // 0x0b87e1a3, EET
                                                                                                                    -
                                                                                                                    430  &kZoneEST, // 0x0b87e371, EST
                                                                                                                    -
                                                                                                                    431  &kZoneGMT, // 0x0b87eb2d, GMT -> Etc/GMT
                                                                                                                    -
                                                                                                                    432  &kZoneHST, // 0x0b87f034, HST
                                                                                                                    -
                                                                                                                    433  &kZoneMET, // 0x0b8803ab, MET
                                                                                                                    -
                                                                                                                    434  &kZoneMST, // 0x0b880579, MST
                                                                                                                    -
                                                                                                                    435  &kZonePRC, // 0x0b88120a, PRC -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    436  &kZoneROC, // 0x0b881a29, ROC -> Asia/Taipei
                                                                                                                    -
                                                                                                                    437  &kZoneROK, // 0x0b881a31, ROK -> Asia/Seoul
                                                                                                                    -
                                                                                                                    438  &kZoneUCT, // 0x0b882571, UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    439  &kZoneUTC, // 0x0b882791, UTC -> Etc/UTC
                                                                                                                    -
                                                                                                                    440  &kZoneWET, // 0x0b882e35, WET
                                                                                                                    -
                                                                                                                    441  &kZoneAmerica_Guatemala, // 0x0c8259f7, America/Guatemala
                                                                                                                    -
                                                                                                                    442  &kZoneEurope_Mariehamn, // 0x0caa6496, Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    -
                                                                                                                    443  &kZoneAfrica_Monrovia, // 0x0ce90385, Africa/Monrovia
                                                                                                                    -
                                                                                                                    444  &kZoneEgypt, // 0x0d1a278e, Egypt -> Africa/Cairo
                                                                                                                    -
                                                                                                                    445  &kZoneGMT_PLUS_0, // 0x0d2f7028, GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    446  &kZoneGMT_0, // 0x0d2f706a, GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    447  &kZoneJapan, // 0x0d712f8f, Japan -> Asia/Tokyo
                                                                                                                    -
                                                                                                                    448  &kZoneLibya, // 0x0d998b16, Libya -> Africa/Tripoli
                                                                                                                    -
                                                                                                                    449  &kZoneKwajalein, // 0x0e57afbb, Kwajalein -> Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    450  &kZoneAntarctica_Rothera, // 0x0e86d203, Antarctica/Rothera
                                                                                                                    -
                                                                                                                    451  &kZoneAmerica_Yellowknife, // 0x0f76c76f, America/Yellowknife
                                                                                                                    -
                                                                                                                    452  &kZoneAustralia_Melbourne, // 0x0fe559a3, Australia/Melbourne
                                                                                                                    -
                                                                                                                    453  &kZoneAmerica_Sao_Paulo, // 0x1063bfc9, America/Sao_Paulo
                                                                                                                    -
                                                                                                                    454  &kZoneEurope_Amsterdam, // 0x109395c2, Europe/Amsterdam -> Europe/Brussels
                                                                                                                    -
                                                                                                                    455  &kZoneAmerica_Indiana_Vevay, // 0x10aca054, America/Indiana/Vevay
                                                                                                                    -
                                                                                                                    456  &kZoneAmerica_Scoresbysund, // 0x123f8d2a, America/Scoresbysund
                                                                                                                    -
                                                                                                                    457  &kZoneAsia_Samarkand, // 0x13ae5104, Asia/Samarkand
                                                                                                                    -
                                                                                                                    458  &kZoneAsia_Amman, // 0x148d21bc, Asia/Amman
                                                                                                                    -
                                                                                                                    459  &kZoneAsia_Aqtau, // 0x148f710e, Asia/Aqtau
                                                                                                                    -
                                                                                                                    460  &kZoneAsia_Chita, // 0x14ae863b, Asia/Chita
                                                                                                                    -
                                                                                                                    461  &kZoneAsia_Dacca, // 0x14bcac5e, Asia/Dacca -> Asia/Dhaka
                                                                                                                    -
                                                                                                                    462  &kZoneAsia_Dhaka, // 0x14c07b8b, Asia/Dhaka
                                                                                                                    -
                                                                                                                    463  &kZoneAsia_Dubai, // 0x14c79f77, Asia/Dubai
                                                                                                                    -
                                                                                                                    464  &kZoneAmerica_Bahia_Banderas, // 0x14f6329a, America/Bahia_Banderas
                                                                                                                    -
                                                                                                                    465  &kZoneAsia_Kabul, // 0x153b5601, Asia/Kabul
                                                                                                                    -
                                                                                                                    466  &kZoneAsia_Ashkhabad, // 0x15454f09, Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    -
                                                                                                                    467  &kZoneAsia_Macao, // 0x155f88b3, Asia/Macao -> Asia/Macau
                                                                                                                    -
                                                                                                                    468  &kZoneAsia_Macau, // 0x155f88b9, Asia/Macau
                                                                                                                    -
                                                                                                                    469  &kZoneAsia_Qatar, // 0x15a8330b, Asia/Qatar
                                                                                                                    -
                                                                                                                    470  &kZoneAsia_Seoul, // 0x15ce82da, Asia/Seoul
                                                                                                                    -
                                                                                                                    471  &kZoneAsia_Tokyo, // 0x15e606a8, Asia/Tokyo
                                                                                                                    -
                                                                                                                    472  &kZoneAsia_Tomsk, // 0x15e60e60, Asia/Tomsk
                                                                                                                    -
                                                                                                                    473  &kZoneAsia_Tel_Aviv, // 0x166d7c2c, Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    474  &kZoneAsia_Thimphu, // 0x170380d1, Asia/Thimphu
                                                                                                                    -
                                                                                                                    475  &kZoneAmerica_Guayaquil, // 0x17e64958, America/Guayaquil
                                                                                                                    -
                                                                                                                    476  &kZoneAmerica_Montserrat, // 0x199b0a35, America/Montserrat -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    477  &kZoneAmerica_Kentucky_Louisville, // 0x1a21024b, America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    478  &kZoneAsia_Pontianak, // 0x1a76c057, Asia/Pontianak
                                                                                                                    -
                                                                                                                    479  &kZoneEurope_Podgorica, // 0x1c1a499c, Europe/Podgorica -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    480  &kZoneAtlantic_Reykjavik, // 0x1c2b4f74, Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    481  &kZoneAmerica_New_York, // 0x1e2a7654, America/New_York
                                                                                                                    -
                                                                                                                    482  &kZoneEurope_Luxembourg, // 0x1f8bc6ce, Europe/Luxembourg -> Europe/Brussels
                                                                                                                    -
                                                                                                                    483  &kZoneAsia_Aden, // 0x1fa7084a, Asia/Aden -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    484  &kZoneAsia_Baku, // 0x1fa788b5, Asia/Baku
                                                                                                                    -
                                                                                                                    485  &kZoneAsia_Dili, // 0x1fa8c394, Asia/Dili
                                                                                                                    -
                                                                                                                    486  &kZoneAsia_Gaza, // 0x1faa4875, Asia/Gaza
                                                                                                                    -
                                                                                                                    487  &kZoneAsia_Hovd, // 0x1fab0fe3, Asia/Hovd
                                                                                                                    -
                                                                                                                    488  &kZoneAsia_Omsk, // 0x1faeddac, Asia/Omsk
                                                                                                                    -
                                                                                                                    489  &kZoneAsia_Oral, // 0x1faef0a0, Asia/Oral
                                                                                                                    -
                                                                                                                    490  &kZoneAmerica_Montreal, // 0x203a1ea8, America/Montreal -> America/Toronto
                                                                                                                    -
                                                                                                                    491  &kZoneAsia_Ho_Chi_Minh, // 0x20f2d127, Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    492  &kZoneAsia_Damascus, // 0x20fbb063, Asia/Damascus
                                                                                                                    -
                                                                                                                    493  &kZoneAmerica_Argentina_ComodRivadavia, // 0x22758877, America/Argentina/ComodRivadavia -> America/Argentina/Catamarca
                                                                                                                    -
                                                                                                                    494  &kZonePacific_Apia, // 0x23359b5e, Pacific/Apia
                                                                                                                    -
                                                                                                                    495  &kZonePacific_Fiji, // 0x23383ba5, Pacific/Fiji
                                                                                                                    -
                                                                                                                    496  &kZonePacific_Guam, // 0x2338f9ed, Pacific/Guam
                                                                                                                    -
                                                                                                                    497  &kZonePacific_Niue, // 0x233ca014, Pacific/Niue
                                                                                                                    -
                                                                                                                    498  &kZonePacific_Truk, // 0x234010a9, Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    499  &kZonePacific_Wake, // 0x23416c2b, Pacific/Wake -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    500  &kZoneAustralia_Adelaide, // 0x2428e8a3, Australia/Adelaide
                                                                                                                    -
                                                                                                                    501  &kZonePacific_Auckland, // 0x25062f86, Pacific/Auckland
                                                                                                                    -
                                                                                                                    502  &kZonePacific_Tongatapu, // 0x262ca836, Pacific/Tongatapu
                                                                                                                    -
                                                                                                                    503  &kZoneAmerica_Monterrey, // 0x269a1deb, America/Monterrey
                                                                                                                    -
                                                                                                                    504  &kZoneEtc_Greenwich, // 0x26daa98c, Etc/Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    505  &kZoneAustralia_Currie, // 0x278b6a24, Australia/Currie -> Australia/Hobart
                                                                                                                    -
                                                                                                                    506  &kZoneAustralia_Darwin, // 0x2876bdff, Australia/Darwin
                                                                                                                    -
                                                                                                                    507  &kZonePacific_Pohnpei, // 0x28929f96, Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    508  &kZoneAsia_Famagusta, // 0x289b4f8b, Asia/Famagusta
                                                                                                                    -
                                                                                                                    509  &kZoneAmerica_Indiana_Vincennes, // 0x28a0b212, America/Indiana/Vincennes
                                                                                                                    -
                                                                                                                    510  &kZoneAmerica_Indiana_Indianapolis, // 0x28a669a4, America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    511  &kZoneAsia_Vladivostok, // 0x29de34a8, Asia/Vladivostok
                                                                                                                    -
                                                                                                                    512  &kZoneAustralia_Canberra, // 0x2a09ae58, Australia/Canberra -> Australia/Sydney
                                                                                                                    -
                                                                                                                    513  &kZoneAmerica_Fortaleza, // 0x2ad018ee, America/Fortaleza
                                                                                                                    -
                                                                                                                    514  &kZoneAmerica_Vancouver, // 0x2c6f6b1f, America/Vancouver
                                                                                                                    -
                                                                                                                    515  &kZoneAmerica_Pangnirtung, // 0x2d999193, America/Pangnirtung
                                                                                                                    -
                                                                                                                    516  &kZoneAmerica_Iqaluit, // 0x2de310bf, America/Iqaluit
                                                                                                                    -
                                                                                                                    517  &kZoneJamaica, // 0x2e44fdab, Jamaica -> America/Jamaica
                                                                                                                    -
                                                                                                                    518  &kZonePacific_Chatham, // 0x2f0de999, Pacific/Chatham
                                                                                                                    -
                                                                                                                    519  &kZoneEtc_Universal, // 0x2f8cb9a9, Etc/Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    520  &kZoneAmerica_Indiana_Marengo, // 0x2feeee72, America/Indiana/Marengo
                                                                                                                    -
                                                                                                                    521  &kZoneEurope_Tallinn, // 0x30c4e096, Europe/Tallinn
                                                                                                                    -
                                                                                                                    522  &kZoneAfrica_Djibouti, // 0x30ea01d4, Africa/Djibouti -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    523  &kZoneAsia_Ulaanbaatar, // 0x30f0cc4e, Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    524  &kZoneAfrica_Gaborone, // 0x317c0aa7, Africa/Gaborone -> Africa/Maputo
                                                                                                                    -
                                                                                                                    525  &kZoneAmerica_Argentina_Ushuaia, // 0x320dcdde, America/Argentina/Ushuaia
                                                                                                                    -
                                                                                                                    526  &kZoneAsia_Calcutta, // 0x328a44c3, Asia/Calcutta -> Asia/Kolkata
                                                                                                                    -
                                                                                                                    527  &kZoneAustralia_Hobart, // 0x32bf951a, Australia/Hobart
                                                                                                                    -
                                                                                                                    528  &kZoneAsia_Dushanbe, // 0x32fc5c3c, Asia/Dushanbe
                                                                                                                    -
                                                                                                                    529  &kZoneAtlantic_South_Georgia, // 0x33013174, Atlantic/South_Georgia
                                                                                                                    -
                                                                                                                    530  &kZoneAmerica_Phoenix, // 0x34b5af01, America/Phoenix
                                                                                                                    -
                                                                                                                    531  &kZoneAsia_Istanbul, // 0x382e7894, Asia/Istanbul -> Europe/Istanbul
                                                                                                                    -
                                                                                                                    532  &kZoneAsia_Ulan_Bator, // 0x394db4d9, Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    -
                                                                                                                    533  &kZoneAntarctica_Mawson, // 0x399cd863, Antarctica/Mawson
                                                                                                                    -
                                                                                                                    534  &kZoneAfrica_Brazzaville, // 0x39cda760, Africa/Brazzaville -> Africa/Lagos
                                                                                                                    -
                                                                                                                    535  &kZoneAmerica_Caracas, // 0x3be064f4, America/Caracas
                                                                                                                    -
                                                                                                                    536  &kZoneAmerica_Cayenne, // 0x3c617269, America/Cayenne
                                                                                                                    -
                                                                                                                    537  &kZoneAfrica_Porto_Novo, // 0x3d1bf95d, Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    538  &kZoneAtlantic_Bermuda, // 0x3d4bb1c4, Atlantic/Bermuda
                                                                                                                    -
                                                                                                                    539  &kZoneAmerica_Managua, // 0x3d5e7600, America/Managua
                                                                                                                    -
                                                                                                                    540  &kZoneAmerica_Marigot, // 0x3dab3a59, America/Marigot -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    541  &kZoneEurope_Guernsey, // 0x3db12c16, Europe/Guernsey -> Europe/London
                                                                                                                    -
                                                                                                                    542  &kZoneAfrica_Nouakchott, // 0x3dc49dba, Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    543  &kZoneAmerica_Louisville, // 0x3dcb47ee, America/Louisville -> America/Kentucky/Louisville
                                                                                                                    -
                                                                                                                    544  &kZoneAmerica_Argentina_San_Juan, // 0x3e1009bd, America/Argentina/San_Juan
                                                                                                                    -
                                                                                                                    545  &kZoneAmerica_Argentina_San_Luis, // 0x3e11238c, America/Argentina/San_Luis
                                                                                                                    -
                                                                                                                    546  &kZoneEurope_Volgograd, // 0x3ed0f389, Europe/Volgograd
                                                                                                                    -
                                                                                                                    547  &kZoneAmerica_Fort_Nelson, // 0x3f437e0f, America/Fort_Nelson
                                                                                                                    -
                                                                                                                    548  &kZoneEtc_GMT_PLUS_10, // 0x3f8f1cc4, Etc/GMT+10
                                                                                                                    -
                                                                                                                    549  &kZoneEtc_GMT_PLUS_11, // 0x3f8f1cc5, Etc/GMT+11
                                                                                                                    -
                                                                                                                    550  &kZoneEtc_GMT_PLUS_12, // 0x3f8f1cc6, Etc/GMT+12
                                                                                                                    -
                                                                                                                    551  &kZoneEtc_GMT_10, // 0x3f8f2546, Etc/GMT-10
                                                                                                                    -
                                                                                                                    552  &kZoneEtc_GMT_11, // 0x3f8f2547, Etc/GMT-11
                                                                                                                    -
                                                                                                                    553  &kZoneEtc_GMT_12, // 0x3f8f2548, Etc/GMT-12
                                                                                                                    -
                                                                                                                    554  &kZoneEtc_GMT_13, // 0x3f8f2549, Etc/GMT-13
                                                                                                                    -
                                                                                                                    555  &kZoneEtc_GMT_14, // 0x3f8f254a, Etc/GMT-14
                                                                                                                    -
                                                                                                                    556  &kZoneAntarctica_Palmer, // 0x40962f4f, Antarctica/Palmer
                                                                                                                    -
                                                                                                                    557  &kZoneCanada_Pacific, // 0x40fa3c7b, Canada/Pacific -> America/Vancouver
                                                                                                                    -
                                                                                                                    558  &kZoneEurope_Athens, // 0x4318fa27, Europe/Athens
                                                                                                                    -
                                                                                                                    559  &kZoneIndian_Kerguelen, // 0x4351b389, Indian/Kerguelen -> Indian/Maldives
                                                                                                                    -
                                                                                                                    560  &kZoneAmerica_Indiana_Winamac, // 0x4413fa69, America/Indiana/Winamac
                                                                                                                    -
                                                                                                                    561  &kZoneEurope_Berlin, // 0x44644c20, Europe/Berlin
                                                                                                                    -
                                                                                                                    562  &kZoneAtlantic_St_Helena, // 0x451fc5f7, Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    563  &kZoneIndian_Chagos, // 0x456f7c3c, Indian/Chagos
                                                                                                                    -
                                                                                                                    564  &kZoneIndian_Mahe, // 0x45e725e2, Indian/Mahe -> Asia/Dubai
                                                                                                                    -
                                                                                                                    565  &kZoneIndian_Comoro, // 0x45f4deb6, Indian/Comoro -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    566  &kZoneAmerica_Mendoza, // 0x46b4e054, America/Mendoza -> America/Argentina/Mendoza
                                                                                                                    -
                                                                                                                    567  &kZoneAsia_Ust_Nera, // 0x4785f921, Asia/Ust-Nera
                                                                                                                    -
                                                                                                                    568  &kZoneEurope_Dublin, // 0x4a275f62, Europe/Dublin
                                                                                                                    -
                                                                                                                    569  &kZoneAsia_Nicosia, // 0x4b0fcf78, Asia/Nicosia
                                                                                                                    -
                                                                                                                    570  &kZoneAmerica_Chicago, // 0x4b92b5d4, America/Chicago
                                                                                                                    -
                                                                                                                    571  &kZoneAustralia_Sydney, // 0x4d1e9776, Australia/Sydney
                                                                                                                    -
                                                                                                                    572  &kZoneNZ_CHAT, // 0x4d42afda, NZ-CHAT -> Pacific/Chatham
                                                                                                                    -
                                                                                                                    573  &kZoneUS_Arizona, // 0x4ec52670, US/Arizona -> America/Phoenix
                                                                                                                    -
                                                                                                                    574  &kZoneAntarctica_Vostok, // 0x4f966fd4, Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    575  &kZoneUS_Aleutian, // 0x4fe013ef, US/Aleutian -> America/Adak
                                                                                                                    -
                                                                                                                    576  &kZoneAustralia_Brisbane, // 0x4fedc9c0, Australia/Brisbane
                                                                                                                    -
                                                                                                                    577  &kZoneAmerica_Catamarca, // 0x5036e963, America/Catamarca -> America/Argentina/Catamarca
                                                                                                                    -
                                                                                                                    578  &kZoneAmerica_Asuncion, // 0x50ec79a6, America/Asuncion
                                                                                                                    -
                                                                                                                    579  &kZoneAsia_Karachi, // 0x527f5245, Asia/Karachi
                                                                                                                    -
                                                                                                                    580  &kZoneAsia_Kashgar, // 0x52955193, Asia/Kashgar -> Asia/Urumqi
                                                                                                                    -
                                                                                                                    581  &kZoneCanada_Atlantic, // 0x536b119c, Canada/Atlantic -> America/Halifax
                                                                                                                    -
                                                                                                                    582  &kZonePacific_Gambier, // 0x53720c3a, Pacific/Gambier
                                                                                                                    -
                                                                                                                    583  &kZoneAmerica_Whitehorse, // 0x54e0e3e8, America/Whitehorse
                                                                                                                    -
                                                                                                                    584  &kZoneAmerica_Martinique, // 0x551e84c5, America/Martinique
                                                                                                                    -
                                                                                                                    585  &kZoneAmerica_Jamaica, // 0x565dad6c, America/Jamaica
                                                                                                                    -
                                                                                                                    586  &kZoneUS_Samoa, // 0x566821cd, US/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    587  &kZoneHongkong, // 0x56d36560, Hongkong -> Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    588  &kZoneEurope_Jersey, // 0x570dae76, Europe/Jersey -> Europe/London
                                                                                                                    -
                                                                                                                    589  &kZoneAsia_Hong_Kong, // 0x577f28ac, Asia/Hong_Kong
                                                                                                                    -
                                                                                                                    590  &kZonePacific_Marquesas, // 0x57ca7135, Pacific/Marquesas
                                                                                                                    -
                                                                                                                    591  &kZoneAmerica_Miquelon, // 0x59674330, America/Miquelon
                                                                                                                    -
                                                                                                                    592  &kZoneAntarctica_DumontDUrville, // 0x5a3c656c, Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    593  &kZoneAtlantic_Jan_Mayen, // 0x5a7535b6, Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    594  &kZoneAmerica_Anchorage, // 0x5a79260e, America/Anchorage
                                                                                                                    -
                                                                                                                    595  &kZoneUS_Eastern, // 0x5bb7e78e, US/Eastern -> America/New_York
                                                                                                                    -
                                                                                                                    596  &kZoneAsia_Jerusalem, // 0x5becd23a, Asia/Jerusalem
                                                                                                                    -
                                                                                                                    597  &kZoneEurope_Stockholm, // 0x5bf6fbb8, Europe/Stockholm -> Europe/Berlin
                                                                                                                    -
                                                                                                                    598  &kZoneEurope_Lisbon, // 0x5c00a70b, Europe/Lisbon
                                                                                                                    -
                                                                                                                    599  &kZoneAtlantic_Cape_Verde, // 0x5c5e1772, Atlantic/Cape_Verde
                                                                                                                    -
                                                                                                                    600  &kZoneEurope_London, // 0x5c6a84ae, Europe/London
                                                                                                                    -
                                                                                                                    601  &kZoneAmerica_Cordoba, // 0x5c8a7600, America/Cordoba -> America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    602  &kZoneAsia_Ujung_Pandang, // 0x5d001eb3, Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    -
                                                                                                                    603  &kZoneAfrica_Mbabane, // 0x5d3bdd40, Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    604  &kZoneEurope_Madrid, // 0x5dbd1535, Europe/Madrid
                                                                                                                    -
                                                                                                                    605  &kZoneAmerica_Moncton, // 0x5e07fe24, America/Moncton
                                                                                                                    -
                                                                                                                    606  &kZonePacific_Bougainville, // 0x5e10f7a4, Pacific/Bougainville
                                                                                                                    -
                                                                                                                    607  &kZoneEurope_Monaco, // 0x5ebf9f01, Europe/Monaco -> Europe/Paris
                                                                                                                    -
                                                                                                                    608  &kZoneEurope_Moscow, // 0x5ec266fc, Europe/Moscow
                                                                                                                    -
                                                                                                                    609  &kZoneAmerica_Argentina_Jujuy, // 0x5f2f46c5, America/Argentina/Jujuy
                                                                                                                    -
                                                                                                                    610  &kZoneAmerica_Argentina_Salta, // 0x5fc73403, America/Argentina/Salta
                                                                                                                    -
                                                                                                                    611  &kZonePacific_Pago_Pago, // 0x603aebd0, Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    612  &kZonePacific_Enderbury, // 0x61599a93, Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    -
                                                                                                                    613  &kZoneAfrica_Sao_Tome, // 0x61b319d1, Africa/Sao_Tome
                                                                                                                    -
                                                                                                                    614  &kZoneCanada_Central, // 0x626710f5, Canada/Central -> America/Winnipeg
                                                                                                                    -
                                                                                                                    615  &kZoneAmerica_Creston, // 0x62a70204, America/Creston -> America/Phoenix
                                                                                                                    -
                                                                                                                    616  &kZoneAmerica_Costa_Rica, // 0x63ff66be, America/Costa_Rica
                                                                                                                    -
                                                                                                                    617  &kZoneAsia_Qostanay, // 0x654fe522, Asia/Qostanay
                                                                                                                    -
                                                                                                                    618  &kZoneAmerica_Indiana_Knox, // 0x6554adc9, America/Indiana/Knox
                                                                                                                    -
                                                                                                                    619  &kZoneEurope_Prague, // 0x65ee5d48, Europe/Prague
                                                                                                                    -
                                                                                                                    620  &kZoneBrazil_Acre, // 0x66934f93, Brazil/Acre -> America/Rio_Branco
                                                                                                                    -
                                                                                                                    621  &kZoneBrazil_East, // 0x669578c5, Brazil/East -> America/Sao_Paulo
                                                                                                                    -
                                                                                                                    622  &kZoneAfrica_Kinshasa, // 0x6695d70c, Africa/Kinshasa -> Africa/Lagos
                                                                                                                    -
                                                                                                                    623  &kZoneBrazil_West, // 0x669f689b, Brazil/West -> America/Manaus
                                                                                                                    -
                                                                                                                    624  &kZoneAfrica_Mogadishu, // 0x66bc159b, Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    625  &kZoneAmerica_Puerto_Rico, // 0x6752ca31, America/Puerto_Rico
                                                                                                                    -
                                                                                                                    626  &kZoneUS_Indiana_Starke, // 0x67977be7, US/Indiana-Starke -> America/Indiana/Knox
                                                                                                                    -
                                                                                                                    627  &kZoneAmerica_Buenos_Aires, // 0x67d79a05, America/Buenos_Aires -> America/Argentina/Buenos_Aires
                                                                                                                    -
                                                                                                                    628  &kZoneAfrica_Freetown, // 0x6823dd64, Africa/Freetown -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    629  &kZoneIndian_Christmas, // 0x68c207d5, Indian/Christmas -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    630  &kZoneAsia_Novokuznetsk, // 0x69264f93, Asia/Novokuznetsk
                                                                                                                    -
                                                                                                                    631  &kZoneAmerica_Indianapolis, // 0x6a009ae1, America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    632  &kZoneEurope_Sarajevo, // 0x6a576c3f, Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    633  &kZoneAmerica_Curacao, // 0x6a879184, America/Curacao -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    634  &kZoneAmerica_Tijuana, // 0x6aa1df72, America/Tijuana
                                                                                                                    -
                                                                                                                    635  &kZoneAsia_Makassar, // 0x6aa21c85, Asia/Makassar
                                                                                                                    -
                                                                                                                    636  &kZoneEurope_Helsinki, // 0x6ab2975b, Europe/Helsinki
                                                                                                                    -
                                                                                                                    637  &kZoneAmerica_Lower_Princes, // 0x6ae45b62, America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    638  &kZoneAmerica_Porto_Velho, // 0x6b1aac77, America/Porto_Velho
                                                                                                                    -
                                                                                                                    639  &kZoneEurope_Samara, // 0x6bc0b139, Europe/Samara
                                                                                                                    -
                                                                                                                    640  &kZoneEurope_Skopje, // 0x6c76fdd0, Europe/Skopje -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    641  &kZoneAmerica_Edmonton, // 0x6cb9484a, America/Edmonton
                                                                                                                    -
                                                                                                                    642  &kZoneAmerica_Dawson_Creek, // 0x6cf24e5b, America/Dawson_Creek
                                                                                                                    -
                                                                                                                    643  &kZoneAsia_Rangoon, // 0x6d1217c6, Asia/Rangoon -> Asia/Yangon
                                                                                                                    -
                                                                                                                    644  &kZoneUS_East_Indiana, // 0x6dcf558a, US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    645  &kZoneAmerica_Grand_Turk, // 0x6e216197, America/Grand_Turk
                                                                                                                    -
                                                                                                                    646  &kZoneAmerica_Blanc_Sablon, // 0x6e299892, America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    647  &kZoneEurope_Tirane, // 0x6ea95b47, Europe/Tirane
                                                                                                                    -
                                                                                                                    648  &kZoneUS_Mountain, // 0x6eb88247, US/Mountain -> America/Denver
                                                                                                                    -
                                                                                                                    649  &kZoneAntarctica_McMurdo, // 0x6eeb5585, Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    650  &kZoneAmerica_Araguaina, // 0x6f9a3aef, America/Araguaina
                                                                                                                    -
                                                                                                                    651  &kZoneAfrica_Lubumbashi, // 0x6fd88566, Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    -
                                                                                                                    652  &kZoneIndian_Reunion, // 0x7076c047, Indian/Reunion -> Asia/Dubai
                                                                                                                    -
                                                                                                                    653  &kZoneAsia_Qyzylorda, // 0x71282e81, Asia/Qyzylorda
                                                                                                                    -
                                                                                                                    654  &kZoneAsia_Kolkata, // 0x72c06cd9, Asia/Kolkata
                                                                                                                    -
                                                                                                                    655  &kZoneEurope_Vienna, // 0x734cc2e5, Europe/Vienna
                                                                                                                    -
                                                                                                                    656  &kZoneAfrica_Asmara, // 0x73b278ef, Africa/Asmara -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    657  &kZoneAfrica_Asmera, // 0x73b289f3, Africa/Asmera -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    658  &kZoneAsia_Kamchatka, // 0x73baf9d7, Asia/Kamchatka
                                                                                                                    -
                                                                                                                    659  &kZoneAmerica_Santarem, // 0x740caec1, America/Santarem
                                                                                                                    -
                                                                                                                    660  &kZoneAmerica_Santiago, // 0x7410c9bc, America/Santiago
                                                                                                                    -
                                                                                                                    661  &kZoneAfrica_Bamako, // 0x74c1e7a5, Africa/Bamako -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    662  &kZoneAfrica_Bangui, // 0x74c28ed0, Africa/Bangui -> Africa/Lagos
                                                                                                                    -
                                                                                                                    663  &kZoneAfrica_Banjul, // 0x74c29b96, Africa/Banjul -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    664  &kZoneEurope_Nicosia, // 0x74efab8a, Europe/Nicosia -> Asia/Nicosia
                                                                                                                    -
                                                                                                                    665  &kZoneEurope_Warsaw, // 0x75185c19, Europe/Warsaw
                                                                                                                    -
                                                                                                                    666  &kZoneAmerica_El_Salvador, // 0x752ad652, America/El_Salvador
                                                                                                                    -
                                                                                                                    667  &kZoneAfrica_Bissau, // 0x75564141, Africa/Bissau
                                                                                                                    -
                                                                                                                    668  &kZoneAmerica_Santo_Domingo, // 0x75a0d177, America/Santo_Domingo
                                                                                                                    -
                                                                                                                    669  &kZoneUS_Michigan, // 0x766bb7bc, US/Michigan -> America/Detroit
                                                                                                                    -
                                                                                                                    670  &kZoneCanada_Saskatchewan, // 0x77311f49, Canada/Saskatchewan -> America/Regina
                                                                                                                    -
                                                                                                                    671  &kZoneAfrica_Accra, // 0x77d5b054, Africa/Accra -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    672  &kZoneAfrica_Cairo, // 0x77f8e228, Africa/Cairo
                                                                                                                    -
                                                                                                                    673  &kZoneAfrica_Ceuta, // 0x77fb46ec, Africa/Ceuta
                                                                                                                    -
                                                                                                                    674  &kZoneAfrica_Dakar, // 0x780b00fd, Africa/Dakar -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    675  &kZoneAfrica_Lagos, // 0x789bb5d0, Africa/Lagos
                                                                                                                    -
                                                                                                                    676  &kZoneAfrica_Windhoek, // 0x789c9bd3, Africa/Windhoek
                                                                                                                    -
                                                                                                                    677  &kZoneCanada_Yukon, // 0x78dd35c2, Canada/Yukon -> America/Whitehorse
                                                                                                                    -
                                                                                                                    678  &kZoneAmerica_Toronto, // 0x792e851b, America/Toronto
                                                                                                                    -
                                                                                                                    679  &kZoneAmerica_Tortola, // 0x7931462b, America/Tortola -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    680  &kZoneAfrica_Tunis, // 0x79378e6d, Africa/Tunis
                                                                                                                    -
                                                                                                                    681  &kZoneAfrica_Douala, // 0x7a6df310, Africa/Douala -> Africa/Lagos
                                                                                                                    -
                                                                                                                    682  &kZoneAfrica_Conakry, // 0x7ab36b31, Africa/Conakry -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    683  &kZoneIndian_Mauritius, // 0x7b09c02a, Indian/Mauritius
                                                                                                                    -
                                                                                                                    684  &kZoneAtlantic_Stanley, // 0x7bb3e1c4, Atlantic/Stanley
                                                                                                                    -
                                                                                                                    685  &kZoneAmerica_Ensenada, // 0x7bc95445, America/Ensenada -> America/Tijuana
                                                                                                                    -
                                                                                                                    686  &kZoneEurope_Zagreb, // 0x7c11c9ff, Europe/Zagreb -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    687  &kZoneCuba, // 0x7c83cba0, Cuba -> America/Havana
                                                                                                                    -
                                                                                                                    688  &kZoneEire, // 0x7c84b36a, Eire -> Europe/Dublin
                                                                                                                    -
                                                                                                                    689  &kZoneGMT0, // 0x7c8550fd, GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    690  &kZoneIran, // 0x7c87090f, Iran -> Asia/Tehran
                                                                                                                    -
                                                                                                                    691  &kZoneW_SU, // 0x7c8d8ef1, W-SU -> Europe/Moscow
                                                                                                                    -
                                                                                                                    692  &kZoneZulu, // 0x7c9069b5, Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    693  &kZoneEurope_Zurich, // 0x7d8195b9, Europe/Zurich
                                                                                                                    -
                                                                                                                    694  &kZoneChile_Continental, // 0x7e2bdb18, Chile/Continental -> America/Santiago
                                                                                                                    -
                                                                                                                    695  &kZoneAmerica_Fort_Wayne, // 0x7eaaaf24, America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    -
                                                                                                                    696  &kZoneAsia_Kuching, // 0x801b003b, Asia/Kuching
                                                                                                                    -
                                                                                                                    697  &kZoneAtlantic_Madeira, // 0x81b5c037, Atlantic/Madeira
                                                                                                                    -
                                                                                                                    698  &kZoneAmerica_Atikokan, // 0x81b92098, America/Atikokan -> America/Panama
                                                                                                                    -
                                                                                                                    699  &kZoneAfrica_Harare, // 0x82c39a2d, Africa/Harare -> Africa/Maputo
                                                                                                                    -
                                                                                                                    700  &kZoneAmerica_Shiprock, // 0x82fb7049, America/Shiprock -> America/Denver
                                                                                                                    -
                                                                                                                    701  &kZonePacific_Kiritimati, // 0x8305073a, Pacific/Kiritimati
                                                                                                                    -
                                                                                                                    702  &kZoneAmerica_St_Vincent, // 0x8460e523, America/St_Vincent -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    703  &kZoneAmerica_Metlakatla, // 0x84de2686, America/Metlakatla
                                                                                                                    -
                                                                                                                    704  &kZoneAsia_Yakutsk, // 0x87bb3a9e, Asia/Yakutsk
                                                                                                                    -
                                                                                                                    705  &kZoneAmerica_Chihuahua, // 0x8827d776, America/Chihuahua
                                                                                                                    -
                                                                                                                    706  &kZonePacific_Pitcairn, // 0x8837d8bd, Pacific/Pitcairn
                                                                                                                    -
                                                                                                                    707  &kZoneAsia_Vientiane, // 0x89d68d75, Asia/Vientiane -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    708  &kZonePacific_Chuuk, // 0x8a090b23, Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    709  &kZonePacific_Efate, // 0x8a2bce28, Pacific/Efate
                                                                                                                    -
                                                                                                                    710  &kZoneAfrica_Kigali, // 0x8a4dcf2b, Africa/Kigali -> Africa/Maputo
                                                                                                                    -
                                                                                                                    711  &kZoneAustralia_ACT, // 0x8a970eb2, Australia/ACT -> Australia/Sydney
                                                                                                                    -
                                                                                                                    712  &kZoneAustralia_LHI, // 0x8a973e17, Australia/LHI -> Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    713  &kZoneAustralia_NSW, // 0x8a974812, Australia/NSW -> Australia/Sydney
                                                                                                                    -
                                                                                                                    714  &kZonePacific_Nauru, // 0x8acc41ae, Pacific/Nauru
                                                                                                                    -
                                                                                                                    715  &kZoneEST5EDT, // 0x8adc72a3, EST5EDT
                                                                                                                    -
                                                                                                                    716  &kZonePacific_Palau, // 0x8af04a36, Pacific/Palau
                                                                                                                    -
                                                                                                                    717  &kZonePacific_Samoa, // 0x8b2699b4, Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    718  &kZoneAmerica_Winnipeg, // 0x8c7dafc7, America/Winnipeg
                                                                                                                    -
                                                                                                                    719  &kZoneAustralia_Eucla, // 0x8cf99e44, Australia/Eucla
                                                                                                                    -
                                                                                                                    720  &kZoneAmerica_Argentina_Catamarca, // 0x8d40986b, America/Argentina/Catamarca
                                                                                                                    -
                                                                                                                    721  &kZoneAfrica_Luanda, // 0x8d7909cf, Africa/Luanda -> Africa/Lagos
                                                                                                                    -
                                                                                                                    722  &kZoneAfrica_Lusaka, // 0x8d82b23b, Africa/Lusaka -> Africa/Maputo
                                                                                                                    -
                                                                                                                    723  &kZoneAustralia_North, // 0x8d997165, Australia/North -> Australia/Darwin
                                                                                                                    -
                                                                                                                    724  &kZoneAustralia_Perth, // 0x8db8269d, Australia/Perth
                                                                                                                    -
                                                                                                                    725  &kZoneAustralia_South, // 0x8df3f8ad, Australia/South -> Australia/Adelaide
                                                                                                                    -
                                                                                                                    726  &kZonePacific_Kwajalein, // 0x8e216759, Pacific/Kwajalein
                                                                                                                    -
                                                                                                                    727  &kZoneAmerica_Port_au_Prince, // 0x8e4a7bdc, America/Port-au-Prince
                                                                                                                    -
                                                                                                                    728  &kZoneAfrica_Malabo, // 0x8e6a1906, Africa/Malabo -> Africa/Lagos
                                                                                                                    -
                                                                                                                    729  &kZoneAfrica_Maputo, // 0x8e6ca1f0, Africa/Maputo
                                                                                                                    -
                                                                                                                    730  &kZoneAfrica_Maseru, // 0x8e6e02c7, Africa/Maseru -> Africa/Johannesburg
                                                                                                                    -
                                                                                                                    731  &kZonePacific_Norfolk, // 0x8f4eb4be, Pacific/Norfolk
                                                                                                                    -
                                                                                                                    732  &kZoneAmerica_Godthab, // 0x8f7eba1f, America/Godthab -> America/Nuuk
                                                                                                                    -
                                                                                                                    733  &kZoneAustralia_Yancowinna, // 0x90bac131, Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    734  &kZoneAfrica_Niamey, // 0x914a30fd, Africa/Niamey -> Africa/Lagos
                                                                                                                    -
                                                                                                                    735  &kZoneAsia_Yerevan, // 0x9185c8cc, Asia/Yerevan
                                                                                                                    -
                                                                                                                    736  &kZoneAmerica_Detroit, // 0x925cfbc1, America/Detroit
                                                                                                                    -
                                                                                                                    737  &kZoneAsia_Choibalsan, // 0x928aa4a6, Asia/Choibalsan
                                                                                                                    -
                                                                                                                    738  &kZoneAntarctica_Macquarie, // 0x92f47626, Antarctica/Macquarie
                                                                                                                    -
                                                                                                                    739  &kZoneAmerica_Belize, // 0x93256c81, America/Belize
                                                                                                                    -
                                                                                                                    740  &kZoneMexico_General, // 0x93711d57, Mexico/General -> America/Mexico_City
                                                                                                                    -
                                                                                                                    741  &kZoneAmerica_Bogota, // 0x93d7bc62, America/Bogota
                                                                                                                    -
                                                                                                                    742  &kZoneAsia_Pyongyang, // 0x93ed1c8e, Asia/Pyongyang
                                                                                                                    -
                                                                                                                    743  &kZoneAmerica_Indiana_Petersburg, // 0x94ac7acc, America/Indiana/Petersburg
                                                                                                                    -
                                                                                                                    744  &kZoneAmerica_Cancun, // 0x953331be, America/Cancun
                                                                                                                    -
                                                                                                                    745  &kZoneAmerica_Cayman, // 0x953961df, America/Cayman -> America/Panama
                                                                                                                    -
                                                                                                                    746  &kZoneAmerica_Glace_Bay, // 0x9681f8dd, America/Glace_Bay
                                                                                                                    -
                                                                                                                    747  &kZoneAsia_Khandyga, // 0x9685a4d9, Asia/Khandyga
                                                                                                                    -
                                                                                                                    748  &kZoneAmerica_Grenada, // 0x968ce4d8, America/Grenada -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    749  &kZoneAmerica_Cuiaba, // 0x969a52eb, America/Cuiaba
                                                                                                                    -
                                                                                                                    750  &kZoneAmerica_Dawson, // 0x978d8d12, America/Dawson
                                                                                                                    -
                                                                                                                    751  &kZoneAmerica_Aruba, // 0x97cf8651, America/Aruba -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    752  &kZoneAmerica_Denver, // 0x97d10b2a, America/Denver
                                                                                                                    -
                                                                                                                    753  &kZoneAmerica_Bahia, // 0x97d815fb, America/Bahia
                                                                                                                    -
                                                                                                                    754  &kZoneAmerica_Belem, // 0x97da580b, America/Belem
                                                                                                                    -
                                                                                                                    755  &kZoneAmerica_Boise, // 0x97dfc8d8, America/Boise
                                                                                                                    -
                                                                                                                    756  &kZoneEurope_Andorra, // 0x97f6764b, Europe/Andorra
                                                                                                                    -
                                                                                                                    757  &kZoneAmerica_Adak, // 0x97fe49d7, America/Adak
                                                                                                                    -
                                                                                                                    758  &kZoneAmerica_Atka, // 0x97fe8f27, America/Atka -> America/Adak
                                                                                                                    -
                                                                                                                    759  &kZoneAmerica_Lima, // 0x980468c9, America/Lima
                                                                                                                    -
                                                                                                                    760  &kZoneAmerica_Nome, // 0x98059b15, America/Nome
                                                                                                                    -
                                                                                                                    761  &kZoneAmerica_Nuuk, // 0x9805b5a9, America/Nuuk
                                                                                                                    -
                                                                                                                    762  &kZoneIndian_Maldives, // 0x9869681c, Indian/Maldives
                                                                                                                    -
                                                                                                                    763  &kZoneAmerica_Jujuy, // 0x9873dbbd, America/Jujuy -> America/Argentina/Jujuy
                                                                                                                    -
                                                                                                                    764  &kZoneAmerica_Sitka, // 0x99104ce2, America/Sitka
                                                                                                                    -
                                                                                                                    765  &kZoneAmerica_Thule, // 0x9921dd68, America/Thule
                                                                                                                    -
                                                                                                                    766  &kZonePacific_Rarotonga, // 0x9981a3b0, Pacific/Rarotonga
                                                                                                                    -
                                                                                                                    767  &kZoneAsia_Kathmandu, // 0x9a96ce6f, Asia/Kathmandu
                                                                                                                    -
                                                                                                                    768  &kZoneBrazil_DeNoronha, // 0x9b4cb496, Brazil/DeNoronha -> America/Noronha
                                                                                                                    -
                                                                                                                    769  &kZoneAmerica_North_Dakota_Beulah, // 0x9b52b384, America/North_Dakota/Beulah
                                                                                                                    -
                                                                                                                    770  &kZoneAmerica_Rainy_River, // 0x9cd58a10, America/Rainy_River
                                                                                                                    -
                                                                                                                    771  &kZoneEurope_Budapest, // 0x9ce0197c, Europe/Budapest
                                                                                                                    -
                                                                                                                    772  &kZoneAsia_Baghdad, // 0x9ceffbed, Asia/Baghdad
                                                                                                                    -
                                                                                                                    773  &kZoneAsia_Bahrain, // 0x9d078487, Asia/Bahrain -> Asia/Qatar
                                                                                                                    -
                                                                                                                    774  &kZoneEtc_GMT_PLUS_0, // 0x9d13da13, Etc/GMT+0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    775  &kZoneEtc_GMT_PLUS_1, // 0x9d13da14, Etc/GMT+1
                                                                                                                    -
                                                                                                                    776  &kZoneEtc_GMT_PLUS_2, // 0x9d13da15, Etc/GMT+2
                                                                                                                    -
                                                                                                                    777  &kZoneEtc_GMT_PLUS_3, // 0x9d13da16, Etc/GMT+3
                                                                                                                    -
                                                                                                                    778  &kZoneEtc_GMT_PLUS_4, // 0x9d13da17, Etc/GMT+4
                                                                                                                    -
                                                                                                                    779  &kZoneEtc_GMT_PLUS_5, // 0x9d13da18, Etc/GMT+5
                                                                                                                    -
                                                                                                                    780  &kZoneEtc_GMT_PLUS_6, // 0x9d13da19, Etc/GMT+6
                                                                                                                    -
                                                                                                                    781  &kZoneEtc_GMT_PLUS_7, // 0x9d13da1a, Etc/GMT+7
                                                                                                                    -
                                                                                                                    782  &kZoneEtc_GMT_PLUS_8, // 0x9d13da1b, Etc/GMT+8
                                                                                                                    -
                                                                                                                    783  &kZoneEtc_GMT_PLUS_9, // 0x9d13da1c, Etc/GMT+9
                                                                                                                    -
                                                                                                                    784  &kZoneEtc_GMT_0, // 0x9d13da55, Etc/GMT-0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    785  &kZoneEtc_GMT_1, // 0x9d13da56, Etc/GMT-1
                                                                                                                    -
                                                                                                                    786  &kZoneEtc_GMT_2, // 0x9d13da57, Etc/GMT-2
                                                                                                                    -
                                                                                                                    787  &kZoneEtc_GMT_3, // 0x9d13da58, Etc/GMT-3
                                                                                                                    -
                                                                                                                    788  &kZoneEtc_GMT_4, // 0x9d13da59, Etc/GMT-4
                                                                                                                    -
                                                                                                                    789  &kZoneEtc_GMT_5, // 0x9d13da5a, Etc/GMT-5
                                                                                                                    -
                                                                                                                    790  &kZoneEtc_GMT_6, // 0x9d13da5b, Etc/GMT-6
                                                                                                                    -
                                                                                                                    791  &kZoneEtc_GMT_7, // 0x9d13da5c, Etc/GMT-7
                                                                                                                    -
                                                                                                                    792  &kZoneEtc_GMT_8, // 0x9d13da5d, Etc/GMT-8
                                                                                                                    -
                                                                                                                    793  &kZoneEtc_GMT_9, // 0x9d13da5e, Etc/GMT-9
                                                                                                                    -
                                                                                                                    794  &kZoneAmerica_Nipigon, // 0x9d2a8b1a, America/Nipigon
                                                                                                                    -
                                                                                                                    795  &kZoneAmerica_Rio_Branco, // 0x9d352764, America/Rio_Branco
                                                                                                                    -
                                                                                                                    796  &kZoneAsia_Bangkok, // 0x9d6e3aaf, Asia/Bangkok
                                                                                                                    -
                                                                                                                    797  &kZoneAfrica_El_Aaiun, // 0x9d6fb118, Africa/El_Aaiun
                                                                                                                    -
                                                                                                                    798  &kZoneAmerica_North_Dakota_Center, // 0x9da42814, America/North_Dakota/Center
                                                                                                                    -
                                                                                                                    799  &kZoneAsia_Barnaul, // 0x9dba4997, Asia/Barnaul
                                                                                                                    -
                                                                                                                    800  &kZoneAfrica_Tripoli, // 0x9dfebd3d, Africa/Tripoli
                                                                                                                    -
                                                                                                                    801  &kZoneEurope_Istanbul, // 0x9e09d6e6, Europe/Istanbul
                                                                                                                    -
                                                                                                                    802  &kZoneIndian_Antananarivo, // 0x9ebf5289, Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    803  &kZoneAfrica_Ndjamena, // 0x9fe09898, Africa/Ndjamena
                                                                                                                    -
                                                                                                                    804  &kZoneAmerica_Guyana, // 0x9ff7bd0b, America/Guyana
                                                                                                                    -
                                                                                                                    805  &kZoneAfrica_Dar_es_Salaam, // 0xa04c47b6, Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    806  &kZoneAmerica_Havana, // 0xa0e15675, America/Havana
                                                                                                                    -
                                                                                                                    807  &kZoneAsia_Novosibirsk, // 0xa2a435cb, Asia/Novosibirsk
                                                                                                                    -
                                                                                                                    808  &kZoneEurope_Kiev, // 0xa2c19eb3, Europe/Kiev -> Europe/Kyiv
                                                                                                                    -
                                                                                                                    809  &kZoneEurope_Kyiv, // 0xa2c1e347, Europe/Kyiv
                                                                                                                    -
                                                                                                                    810  &kZoneEurope_Oslo, // 0xa2c3fba1, Europe/Oslo -> Europe/Berlin
                                                                                                                    -
                                                                                                                    811  &kZoneEurope_Riga, // 0xa2c57587, Europe/Riga
                                                                                                                    -
                                                                                                                    812  &kZoneEurope_Rome, // 0xa2c58fd7, Europe/Rome
                                                                                                                    -
                                                                                                                    813  &kZoneAmerica_Inuvik, // 0xa42189fc, America/Inuvik
                                                                                                                    -
                                                                                                                    814  &kZoneAmerica_Argentina_La_Rioja, // 0xa46b7eef, America/Argentina/La_Rioja
                                                                                                                    -
                                                                                                                    815  &kZoneAsia_Almaty, // 0xa61f41fa, Asia/Almaty
                                                                                                                    -
                                                                                                                    816  &kZoneAsia_Anadyr, // 0xa63cebd1, Asia/Anadyr
                                                                                                                    -
                                                                                                                    817  &kZoneAsia_Aqtobe, // 0xa67dcc4e, Asia/Aqtobe
                                                                                                                    -
                                                                                                                    818  &kZoneAsia_Atyrau, // 0xa6b6e068, Asia/Atyrau
                                                                                                                    -
                                                                                                                    819  &kZoneAmerica_Juneau, // 0xa6f13e2e, America/Juneau
                                                                                                                    -
                                                                                                                    820  &kZoneAustralia_Lord_Howe, // 0xa748b67d, Australia/Lord_Howe
                                                                                                                    -
                                                                                                                    821  &kZonePacific_Port_Moresby, // 0xa7ba7f68, Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    822  &kZoneAsia_Katmandu, // 0xa7ec12c7, Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    -
                                                                                                                    823  &kZoneAsia_Beirut, // 0xa7f3d5fd, Asia/Beirut
                                                                                                                    -
                                                                                                                    824  &kZoneSingapore, // 0xa8598c8d, Singapore -> Asia/Singapore
                                                                                                                    -
                                                                                                                    825  &kZoneAfrica_Nairobi, // 0xa87ab57e, Africa/Nairobi
                                                                                                                    -
                                                                                                                    826  &kZoneAsia_Brunei, // 0xa8e595f7, Asia/Brunei -> Asia/Kuching
                                                                                                                    -
                                                                                                                    827  &kZoneUS_Pacific, // 0xa950f6ab, US/Pacific -> America/Los_Angeles
                                                                                                                    -
                                                                                                                    828  &kZonePacific_Galapagos, // 0xa952f752, Pacific/Galapagos
                                                                                                                    -
                                                                                                                    829  &kZoneAmerica_Argentina_Mendoza, // 0xa9f72d5c, America/Argentina/Mendoza
                                                                                                                    -
                                                                                                                    830  &kZoneAmerica_La_Paz, // 0xaa29125d, America/La_Paz
                                                                                                                    -
                                                                                                                    831  &kZoneAmerica_Noronha, // 0xab5116fb, America/Noronha
                                                                                                                    -
                                                                                                                    832  &kZoneAmerica_Coral_Harbour, // 0xabcb7569, America/Coral_Harbour -> America/Panama
                                                                                                                    -
                                                                                                                    833  &kZoneAmerica_Maceio, // 0xac80c6d4, America/Maceio
                                                                                                                    -
                                                                                                                    834  &kZoneAmerica_Manaus, // 0xac86bf8b, America/Manaus
                                                                                                                    -
                                                                                                                    835  &kZoneAmerica_Merida, // 0xacd172d8, America/Merida
                                                                                                                    -
                                                                                                                    836  &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau
                                                                                                                    -
                                                                                                                    837  &kZoneAmerica_Nassau, // 0xaedef011, America/Nassau -> America/Toronto
                                                                                                                    -
                                                                                                                    838  &kZoneAmerica_Anguilla, // 0xafe31333, America/Anguilla -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    839  &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod
                                                                                                                    -
                                                                                                                    840  &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill
                                                                                                                    -
                                                                                                                    841  &kZoneAsia_Bishkek, // 0xb0728553, Asia/Bishkek
                                                                                                                    -
                                                                                                                    842  &kZoneChile_EasterIsland, // 0xb0982af8, Chile/EasterIsland -> Pacific/Easter
                                                                                                                    -
                                                                                                                    843  &kZonePacific_Johnston, // 0xb15d7b36, Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    -
                                                                                                                    844  &kZoneAfrica_Timbuktu, // 0xb164d56f, Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    845  &kZoneAmerica_St_Thomas, // 0xb1b3d778, America/St_Thomas -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    846  &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo
                                                                                                                    -
                                                                                                                    847  &kZoneAmerica_Panama, // 0xb3863854, America/Panama
                                                                                                                    -
                                                                                                                    848  &kZoneCanada_Newfoundland, // 0xb396e991, Canada/Newfoundland -> America/St_Johns
                                                                                                                    -
                                                                                                                    849  &kZoneAsia_Harbin, // 0xb5af1186, Asia/Harbin -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    850  &kZoneAsia_Hebron, // 0xb5eef250, Asia/Hebron
                                                                                                                    -
                                                                                                                    851  &kZoneAmerica_Goose_Bay, // 0xb649541e, America/Goose_Bay
                                                                                                                    -
                                                                                                                    852  &kZoneAmerica_Los_Angeles, // 0xb7f7e8f2, America/Los_Angeles
                                                                                                                    -
                                                                                                                    853  &kZoneAmerica_Recife, // 0xb8730494, America/Recife
                                                                                                                    -
                                                                                                                    854  &kZoneAmerica_Regina, // 0xb875371c, America/Regina
                                                                                                                    -
                                                                                                                    855  &kZoneAsia_Ashgabat, // 0xba87598d, Asia/Ashgabat
                                                                                                                    -
                                                                                                                    856  &kZoneIsrael, // 0xba88c9e5, Israel -> Asia/Jerusalem
                                                                                                                    -
                                                                                                                    857  &kZonePacific_Yap, // 0xbb40138d, Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    -
                                                                                                                    858  &kZoneAmerica_Halifax, // 0xbc5b7183, America/Halifax
                                                                                                                    -
                                                                                                                    859  &kZoneEurope_Ljubljana, // 0xbd98cdb7, Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    -
                                                                                                                    860  &kZoneAsia_Kuwait, // 0xbe1b2f27, Asia/Kuwait -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    861  &kZoneEurope_Tiraspol, // 0xbe704472, Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    -
                                                                                                                    862  &kZoneAsia_Srednekolymsk, // 0xbf8e337d, Asia/Srednekolymsk
                                                                                                                    -
                                                                                                                    863  &kZoneAmerica_Argentina_Cordoba, // 0xbfccc308, America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    864  &kZoneAmerica_Tegucigalpa, // 0xbfd6fd4c, America/Tegucigalpa
                                                                                                                    -
                                                                                                                    865  &kZoneAmerica_Antigua, // 0xc067a32f, America/Antigua -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    866  &kZoneEurope_Busingen, // 0xc06d2cdf, Europe/Busingen -> Europe/Zurich
                                                                                                                    -
                                                                                                                    867  &kZoneAsia_Manila, // 0xc156c944, Asia/Manila
                                                                                                                    -
                                                                                                                    868  &kZoneAfrica_Kampala, // 0xc1d30e31, Africa/Kampala -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    869  &kZoneAmerica_Knox_IN, // 0xc1db9a1c, America/Knox_IN -> America/Indiana/Knox
                                                                                                                    -
                                                                                                                    870  &kZoneAfrica_Abidjan, // 0xc21305a3, Africa/Abidjan
                                                                                                                    -
                                                                                                                    871  &kZoneAmerica_Virgin, // 0xc2183ab5, America/Virgin -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    872  &kZoneAsia_Phnom_Penh, // 0xc224945e, Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    -
                                                                                                                    873  &kZoneAsia_Muscat, // 0xc2c3565f, Asia/Muscat -> Asia/Dubai
                                                                                                                    -
                                                                                                                    874  &kZoneAmerica_Punta_Arenas, // 0xc2c3bce7, America/Punta_Arenas
                                                                                                                    -
                                                                                                                    875  &kZonePortugal, // 0xc3274593, Portugal -> Europe/Lisbon
                                                                                                                    -
                                                                                                                    876  &kZoneNavajo, // 0xc4ef0e24, Navajo -> America/Denver
                                                                                                                    -
                                                                                                                    877  &kZoneAfrica_Casablanca, // 0xc59f1b33, Africa/Casablanca
                                                                                                                    -
                                                                                                                    878  &kZoneAmerica_Argentina_Rio_Gallegos, // 0xc5b0f565, America/Argentina/Rio_Gallegos
                                                                                                                    -
                                                                                                                    879  &kZoneAsia_Jayapura, // 0xc6833c2f, Asia/Jayapura
                                                                                                                    -
                                                                                                                    880  &kZoneAmerica_Resolute, // 0xc7093459, America/Resolute
                                                                                                                    -
                                                                                                                    881  &kZoneAsia_Chungking, // 0xc7121dd0, Asia/Chungking -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    882  &kZoneGreenwich, // 0xc84d4221, Greenwich -> Etc/GMT
                                                                                                                    -
                                                                                                                    883  &kZoneAmerica_Rankin_Inlet, // 0xc8de4984, America/Rankin_Inlet
                                                                                                                    -
                                                                                                                    884  &kZonePoland, // 0xca913b23, Poland -> Europe/Warsaw
                                                                                                                    -
                                                                                                                    885  &kZoneUS_Central, // 0xcabdcb25, US/Central -> America/Chicago
                                                                                                                    -
                                                                                                                    886  &kZoneEurope_Vatican, // 0xcb485dca, Europe/Vatican -> Europe/Rome
                                                                                                                    -
                                                                                                                    887  &kZoneAmerica_Barbados, // 0xcbbc3b04, America/Barbados
                                                                                                                    -
                                                                                                                    888  &kZoneAmerica_Porto_Acre, // 0xcce5bf54, America/Porto_Acre -> America/Rio_Branco
                                                                                                                    -
                                                                                                                    889  &kZoneAmerica_Guadeloupe, // 0xcd1f8a31, America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    890  &kZoneAntarctica_South_Pole, // 0xcd96b290, Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    -
                                                                                                                    891  &kZoneAsia_Riyadh, // 0xcd973d93, Asia/Riyadh
                                                                                                                    -
                                                                                                                    892  &kZoneAmerica_Dominica, // 0xcecb4c4a, America/Dominica -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    893  &kZoneEurope_San_Marino, // 0xcef7724b, Europe/San_Marino -> Europe/Rome
                                                                                                                    -
                                                                                                                    894  &kZoneAsia_Saigon, // 0xcf52f713, Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    -
                                                                                                                    895  &kZonePacific_Easter, // 0xcf54f7e7, Pacific/Easter
                                                                                                                    -
                                                                                                                    896  &kZoneAsia_Singapore, // 0xcf8581fa, Asia/Singapore
                                                                                                                    -
                                                                                                                    897  &kZoneAsia_Krasnoyarsk, // 0xd0376c6a, Asia/Krasnoyarsk
                                                                                                                    -
                                                                                                                    898  &kZoneEurope_Belfast, // 0xd07dd1e5, Europe/Belfast -> Europe/London
                                                                                                                    -
                                                                                                                    899  &kZoneAmerica_Mexico_City, // 0xd0d93f43, America/Mexico_City
                                                                                                                    -
                                                                                                                    900  &kZoneUniversal, // 0xd0ff523e, Universal -> Etc/UTC
                                                                                                                    -
                                                                                                                    901  &kZoneAsia_Taipei, // 0xd1a844ae, Asia/Taipei
                                                                                                                    -
                                                                                                                    902  &kZoneAsia_Tehran, // 0xd1f02254, Asia/Tehran
                                                                                                                    -
                                                                                                                    903  &kZoneAsia_Thimbu, // 0xd226e31b, Asia/Thimbu -> Asia/Thimphu
                                                                                                                    -
                                                                                                                    904  &kZoneArctic_Longyearbyen, // 0xd23e7859, Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    905  &kZoneAustralia_Queensland, // 0xd326ed0a, Australia/Queensland -> Australia/Brisbane
                                                                                                                    -
                                                                                                                    906  &kZoneEurope_Kaliningrad, // 0xd33b2f28, Europe/Kaliningrad
                                                                                                                    -
                                                                                                                    907  &kZoneAmerica_Argentina_Buenos_Aires, // 0xd43b4c0d, America/Argentina/Buenos_Aires
                                                                                                                    -
                                                                                                                    908  &kZoneTurkey, // 0xd455e469, Turkey -> Europe/Istanbul
                                                                                                                    -
                                                                                                                    909  &kZoneAfrica_Juba, // 0xd51b395c, Africa/Juba
                                                                                                                    -
                                                                                                                    910  &kZoneAfrica_Lome, // 0xd51c3a07, Africa/Lome -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    911  &kZoneAsia_Urumqi, // 0xd5379735, Asia/Urumqi
                                                                                                                    -
                                                                                                                    912  &kZoneAmerica_Cambridge_Bay, // 0xd5a44aff, America/Cambridge_Bay
                                                                                                                    -
                                                                                                                    913  &kZoneAfrica_Johannesburg, // 0xd5d157a0, Africa/Johannesburg
                                                                                                                    -
                                                                                                                    914  &kZoneAmerica_Port_of_Spain, // 0xd8b28d59, America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    915  &kZoneEtc_GMT, // 0xd8e2de58, Etc/GMT
                                                                                                                    -
                                                                                                                    916  &kZoneEtc_UCT, // 0xd8e3189c, Etc/UCT -> Etc/UTC
                                                                                                                    -
                                                                                                                    917  &kZoneEtc_UTC, // 0xd8e31abc, Etc/UTC
                                                                                                                    -
                                                                                                                    918  &kZoneAmerica_Yakutat, // 0xd8ee31e9, America/Yakutat
                                                                                                                    -
                                                                                                                    919  &kZoneAfrica_Algiers, // 0xd94515c1, Africa/Algiers
                                                                                                                    -
                                                                                                                    920  &kZonePST8PDT, // 0xd99ee2dc, PST8PDT
                                                                                                                    -
                                                                                                                    921  &kZoneEurope_Bratislava, // 0xda493bed, Europe/Bratislava -> Europe/Prague
                                                                                                                    -
                                                                                                                    922  &kZoneEurope_Simferopol, // 0xda9eb724, Europe/Simferopol
                                                                                                                    -
                                                                                                                    923  &kZonePacific_Funafuti, // 0xdb402d65, Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    924  &kZoneAmerica_Matamoros, // 0xdd1b0259, America/Matamoros
                                                                                                                    -
                                                                                                                    925  &kZonePacific_Kanton, // 0xdd512f0e, Pacific/Kanton
                                                                                                                    -
                                                                                                                    926  &kZoneAsia_Yangon, // 0xdd54a8be, Asia/Yangon
                                                                                                                    -
                                                                                                                    927  &kZoneEurope_Vilnius, // 0xdd63b8ce, Europe/Vilnius
                                                                                                                    -
                                                                                                                    928  &kZoneAustralia_West, // 0xdd858a5d, Australia/West -> Australia/Perth
                                                                                                                    -
                                                                                                                    929  &kZonePacific_Kosrae, // 0xde5139a8, Pacific/Kosrae
                                                                                                                    -
                                                                                                                    930  &kZoneAmerica_Kentucky_Monticello, // 0xde71c439, America/Kentucky/Monticello
                                                                                                                    -
                                                                                                                    931  &kZoneEurope_Brussels, // 0xdee07337, Europe/Brussels
                                                                                                                    -
                                                                                                                    932  &kZoneAmerica_Swift_Current, // 0xdef98e55, America/Swift_Current
                                                                                                                    -
                                                                                                                    933  &kZoneAmerica_Rosario, // 0xdf448665, America/Rosario -> America/Argentina/Cordoba
                                                                                                                    -
                                                                                                                    934  &kZoneAsia_Irkutsk, // 0xdfbf213f, Asia/Irkutsk
                                                                                                                    -
                                                                                                                    935  &kZoneEurope_Ulyanovsk, // 0xe03783d0, Europe/Ulyanovsk
                                                                                                                    -
                                                                                                                    936  &kZoneAustralia_Lindeman, // 0xe05029e2, Australia/Lindeman
                                                                                                                    -
                                                                                                                    937  &kZoneEurope_Belgrade, // 0xe0532b3a, Europe/Belgrade
                                                                                                                    -
                                                                                                                    938  &kZoneAfrica_Blantyre, // 0xe08d813b, Africa/Blantyre -> Africa/Maputo
                                                                                                                    -
                                                                                                                    939  &kZoneAmerica_Menominee, // 0xe0e9c583, America/Menominee
                                                                                                                    -
                                                                                                                    940  &kZoneEurope_Copenhagen, // 0xe0ed30bc, Europe/Copenhagen -> Europe/Berlin
                                                                                                                    -
                                                                                                                    941  &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe
                                                                                                                    -
                                                                                                                    942  &kZonePacific_Majuro, // 0xe1f95371, Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    943  &kZoneAntarctica_Casey, // 0xe2022583, Antarctica/Casey
                                                                                                                    -
                                                                                                                    944  &kZoneAntarctica_Davis, // 0xe2144b45, Antarctica/Davis
                                                                                                                    -
                                                                                                                    945  &kZoneEurope_Astrakhan, // 0xe22256e1, Europe/Astrakhan
                                                                                                                    -
                                                                                                                    946  &kZonePacific_Midway, // 0xe286d38e, Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    -
                                                                                                                    947  &kZoneAntarctica_Syowa, // 0xe330c7e1, Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    -
                                                                                                                    948  &kZoneAntarctica_Troll, // 0xe33f085b, Antarctica/Troll
                                                                                                                    -
                                                                                                                    949  &kZoneEurope_Saratov, // 0xe4315da4, Europe/Saratov
                                                                                                                    -
                                                                                                                    950  &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea
                                                                                                                    -
                                                                                                                    951  &kZoneIceland, // 0xe56a35b5, Iceland -> Africa/Abidjan
                                                                                                                    -
                                                                                                                    952  &kZoneIndian_Mayotte, // 0xe6880bca, Indian/Mayotte -> Africa/Nairobi
                                                                                                                    -
                                                                                                                    953  &kZoneAustralia_Tasmania, // 0xe6d76648, Australia/Tasmania -> Australia/Hobart
                                                                                                                    -
                                                                                                                    954  &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu
                                                                                                                    -
                                                                                                                    955  &kZoneAmerica_Kralendijk, // 0xe7c456c5, America/Kralendijk -> America/Puerto_Rico
                                                                                                                    -
                                                                                                                    956  &kZoneAmerica_Argentina_Tucuman, // 0xe96399eb, America/Argentina/Tucuman
                                                                                                                    -
                                                                                                                    957  &kZonePacific_Ponape, // 0xe9f80086, Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    958  &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye
                                                                                                                    -
                                                                                                                    959  &kZoneEurope_Isle_of_Man, // 0xeaf84580, Europe/Isle_of_Man -> Europe/London
                                                                                                                    -
                                                                                                                    960  &kZoneAsia_Magadan, // 0xebacc19b, Asia/Magadan
                                                                                                                    -
                                                                                                                    961  &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga
                                                                                                                    -
                                                                                                                    962  &kZonePacific_Saipan, // 0xeff7a35f, Pacific/Saipan -> Pacific/Guam
                                                                                                                    -
                                                                                                                    963  &kZoneCST6CDT, // 0xf0e87d00, CST6CDT
                                                                                                                    -
                                                                                                                    964  &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti
                                                                                                                    -
                                                                                                                    965  &kZonePacific_Tarawa, // 0xf2517e63, Pacific/Tarawa
                                                                                                                    -
                                                                                                                    966  &kZoneMST7MDT, // 0xf2af9375, MST7MDT
                                                                                                                    -
                                                                                                                    967  &kZoneCanada_Eastern, // 0xf3612d5e, Canada/Eastern -> America/Toronto
                                                                                                                    -
                                                                                                                    968  &kZoneAsia_Tashkent, // 0xf3924254, Asia/Tashkent
                                                                                                                    -
                                                                                                                    969  &kZoneAsia_Sakhalin, // 0xf4a1c9bd, Asia/Sakhalin
                                                                                                                    -
                                                                                                                    970  &kZonePacific_Guadalcanal, // 0xf4dd25f0, Pacific/Guadalcanal
                                                                                                                    -
                                                                                                                    971  &kZoneEtc_GMT0, // 0xf53ea988, Etc/GMT0 -> Etc/GMT
                                                                                                                    -
                                                                                                                    972  &kZoneEtc_Zulu, // 0xf549c240, Etc/Zulu -> Etc/UTC
                                                                                                                    -
                                                                                                                    973  &kZoneAmerica_Danmarkshavn, // 0xf554d204, America/Danmarkshavn
                                                                                                                    -
                                                                                                                    974  &kZoneAsia_Shanghai, // 0xf895a7f5, Asia/Shanghai
                                                                                                                    -
                                                                                                                    975  &kZoneEurope_Gibraltar, // 0xf8e325fc, Europe/Gibraltar
                                                                                                                    -
                                                                                                                    976  &kZoneAsia_Chongqing, // 0xf937fb90, Asia/Chongqing -> Asia/Shanghai
                                                                                                                    -
                                                                                                                    977  &kZoneAtlantic_Azores, // 0xf93ed918, Atlantic/Azores
                                                                                                                    -
                                                                                                                    978  &kZonePacific_Wallis, // 0xf94ddb0f, Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    -
                                                                                                                    979  &kZoneAmerica_Thunder_Bay, // 0xf962e71b, America/Thunder_Bay
                                                                                                                    -
                                                                                                                    980  &kZoneAmerica_Eirunepe, // 0xf9b29683, America/Eirunepe
                                                                                                                    -
                                                                                                                    981  &kZoneAmerica_Montevideo, // 0xfa214780, America/Montevideo
                                                                                                                    -
                                                                                                                    982  &kZoneUS_Alaska, // 0xfa300bc9, US/Alaska -> America/Anchorage
                                                                                                                    -
                                                                                                                    983  &kZoneGB_Eire, // 0xfa70e300, GB-Eire -> Europe/London
                                                                                                                    -
                                                                                                                    984  &kZoneEurope_Kirov, // 0xfaf5abef, Europe/Kirov
                                                                                                                    -
                                                                                                                    985  &kZoneEurope_Malta, // 0xfb1560f3, Europe/Malta
                                                                                                                    -
                                                                                                                    986  &kZoneEurope_Minsk, // 0xfb19cc66, Europe/Minsk
                                                                                                                    -
                                                                                                                    987  &kZoneEurope_Bucharest, // 0xfb349ec5, Europe/Bucharest
                                                                                                                    -
                                                                                                                    988  &kZoneAfrica_Khartoum, // 0xfb3d4205, Africa/Khartoum
                                                                                                                    -
                                                                                                                    989  &kZoneEurope_Paris, // 0xfb4bc2a3, Europe/Paris
                                                                                                                    -
                                                                                                                    990  &kZoneAsia_Yekaterinburg, // 0xfb544c6e, Asia/Yekaterinburg
                                                                                                                    -
                                                                                                                    991  &kZoneEurope_Sofia, // 0xfb898656, Europe/Sofia
                                                                                                                    -
                                                                                                                    992  &kZoneCanada_Mountain, // 0xfb8a8217, Canada/Mountain -> America/Edmonton
                                                                                                                    -
                                                                                                                    993  &kZoneEurope_Vaduz, // 0xfbb81bae, Europe/Vaduz -> Europe/Zurich
                                                                                                                    -
                                                                                                                    994  &kZoneAtlantic_Canary, // 0xfc23f2c2, Atlantic/Canary
                                                                                                                    -
                                                                                                                    995  &kZoneMexico_BajaNorte, // 0xfcf7150f, Mexico/BajaNorte -> America/Tijuana
                                                                                                                    -
                                                                                                                    996  &kZoneAmerica_Santa_Isabel, // 0xfd18a56c, America/Santa_Isabel -> America/Tijuana
                                                                                                                    -
                                                                                                                    997  &kZoneAmerica_Campo_Grande, // 0xfec3e7a6, America/Campo_Grande
                                                                                                                    +
                                                                                                                    400 const extended::ZoneInfo* const kZoneAndLinkRegistry[595] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    401  &kZoneGB, // 0x005973ae, GB -> Europe/London
                                                                                                                    +
                                                                                                                    402  &kZoneNZ, // 0x005974ad, NZ -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    403  &kZoneAsia_Kuala_Lumpur, // 0x014763c4, Asia/Kuala_Lumpur -> Asia/Singapore
                                                                                                                    +
                                                                                                                    404  &kZoneAfrica_Libreville, // 0x01d96de4, Africa/Libreville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    405  &kZoneIndian_Cocos, // 0x021e86de, Indian/Cocos -> Asia/Yangon
                                                                                                                    +
                                                                                                                    406  &kZoneAustralia_Victoria, // 0x0260d5db, Australia/Victoria -> Australia/Melbourne
                                                                                                                    +
                                                                                                                    407  &kZoneAtlantic_Faeroe, // 0x031ec516, Atlantic/Faeroe -> Atlantic/Faroe
                                                                                                                    +
                                                                                                                    408  &kZoneAmerica_St_Johns, // 0x04b14e6e, America/St_Johns
                                                                                                                    +
                                                                                                                    409  &kZoneAmerica_St_Kitts, // 0x04c0507b, America/St_Kitts -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    410  &kZoneAfrica_Ouagadougou, // 0x04d7219a, Africa/Ouagadougou -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    411  &kZoneAmerica_St_Lucia, // 0x04d8b3ba, America/St_Lucia -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    412  &kZoneAmerica_North_Dakota_New_Salem, // 0x04f9958e, America/North_Dakota/New_Salem
                                                                                                                    +
                                                                                                                    413  &kZoneAsia_Jakarta, // 0x0506ab50, Asia/Jakarta
                                                                                                                    +
                                                                                                                    414  &kZoneAfrica_Bujumbura, // 0x05232a47, Africa/Bujumbura -> Africa/Maputo
                                                                                                                    +
                                                                                                                    415  &kZoneAmerica_Mazatlan, // 0x0532189e, America/Mazatlan
                                                                                                                    +
                                                                                                                    416  &kZoneAmerica_St_Barthelemy, // 0x054e6a79, America/St_Barthelemy -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    417  &kZoneAfrica_Addis_Ababa, // 0x05ae1e65, Africa/Addis_Ababa -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    418  &kZonePacific_Fakaofo, // 0x06532bba, Pacific/Fakaofo
                                                                                                                    +
                                                                                                                    419  &kZoneAmerica_Hermosillo, // 0x065d21c4, America/Hermosillo
                                                                                                                    +
                                                                                                                    420  &kZoneMexico_BajaSur, // 0x08ee3641, Mexico/BajaSur -> America/Mazatlan
                                                                                                                    +
                                                                                                                    421  &kZoneAsia_Tbilisi, // 0x0903e442, Asia/Tbilisi
                                                                                                                    +
                                                                                                                    422  &kZoneAmerica_Indiana_Tell_City, // 0x09263612, America/Indiana/Tell_City
                                                                                                                    +
                                                                                                                    423  &kZoneUS_Hawaii, // 0x09c8de2f, US/Hawaii -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    424  &kZoneAmerica_Boa_Vista, // 0x0a7b7efe, America/Boa_Vista
                                                                                                                    +
                                                                                                                    425  &kZoneAsia_Colombo, // 0x0af0e91d, Asia/Colombo
                                                                                                                    +
                                                                                                                    426  &kZoneCET, // 0x0b87d921, CET
                                                                                                                    +
                                                                                                                    427  &kZoneEET, // 0x0b87e1a3, EET
                                                                                                                    +
                                                                                                                    428  &kZoneEST, // 0x0b87e371, EST
                                                                                                                    +
                                                                                                                    429  &kZoneGMT, // 0x0b87eb2d, GMT -> Etc/GMT
                                                                                                                    +
                                                                                                                    430  &kZoneHST, // 0x0b87f034, HST
                                                                                                                    +
                                                                                                                    431  &kZoneMET, // 0x0b8803ab, MET
                                                                                                                    +
                                                                                                                    432  &kZoneMST, // 0x0b880579, MST
                                                                                                                    +
                                                                                                                    433  &kZonePRC, // 0x0b88120a, PRC -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    434  &kZoneROC, // 0x0b881a29, ROC -> Asia/Taipei
                                                                                                                    +
                                                                                                                    435  &kZoneROK, // 0x0b881a31, ROK -> Asia/Seoul
                                                                                                                    +
                                                                                                                    436  &kZoneUCT, // 0x0b882571, UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    437  &kZoneUTC, // 0x0b882791, UTC -> Etc/UTC
                                                                                                                    +
                                                                                                                    438  &kZoneWET, // 0x0b882e35, WET
                                                                                                                    +
                                                                                                                    439  &kZoneAmerica_Guatemala, // 0x0c8259f7, America/Guatemala
                                                                                                                    +
                                                                                                                    440  &kZoneEurope_Mariehamn, // 0x0caa6496, Europe/Mariehamn -> Europe/Helsinki
                                                                                                                    +
                                                                                                                    441  &kZoneAfrica_Monrovia, // 0x0ce90385, Africa/Monrovia
                                                                                                                    +
                                                                                                                    442  &kZoneEgypt, // 0x0d1a278e, Egypt -> Africa/Cairo
                                                                                                                    +
                                                                                                                    443  &kZoneGMT_PLUS_0, // 0x0d2f7028, GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    444  &kZoneGMT_0, // 0x0d2f706a, GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    445  &kZoneJapan, // 0x0d712f8f, Japan -> Asia/Tokyo
                                                                                                                    +
                                                                                                                    446  &kZoneLibya, // 0x0d998b16, Libya -> Africa/Tripoli
                                                                                                                    +
                                                                                                                    447  &kZoneKwajalein, // 0x0e57afbb, Kwajalein -> Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    448  &kZoneAntarctica_Rothera, // 0x0e86d203, Antarctica/Rothera
                                                                                                                    +
                                                                                                                    449  &kZoneAmerica_Yellowknife, // 0x0f76c76f, America/Yellowknife
                                                                                                                    +
                                                                                                                    450  &kZoneAustralia_Melbourne, // 0x0fe559a3, Australia/Melbourne
                                                                                                                    +
                                                                                                                    451  &kZoneAmerica_Sao_Paulo, // 0x1063bfc9, America/Sao_Paulo
                                                                                                                    +
                                                                                                                    452  &kZoneEurope_Amsterdam, // 0x109395c2, Europe/Amsterdam -> Europe/Brussels
                                                                                                                    +
                                                                                                                    453  &kZoneAmerica_Indiana_Vevay, // 0x10aca054, America/Indiana/Vevay
                                                                                                                    +
                                                                                                                    454  &kZoneAmerica_Scoresbysund, // 0x123f8d2a, America/Scoresbysund
                                                                                                                    +
                                                                                                                    455  &kZoneAsia_Samarkand, // 0x13ae5104, Asia/Samarkand
                                                                                                                    +
                                                                                                                    456  &kZoneAsia_Amman, // 0x148d21bc, Asia/Amman
                                                                                                                    +
                                                                                                                    457  &kZoneAsia_Aqtau, // 0x148f710e, Asia/Aqtau
                                                                                                                    +
                                                                                                                    458  &kZoneAsia_Chita, // 0x14ae863b, Asia/Chita
                                                                                                                    +
                                                                                                                    459  &kZoneAsia_Dacca, // 0x14bcac5e, Asia/Dacca -> Asia/Dhaka
                                                                                                                    +
                                                                                                                    460  &kZoneAsia_Dhaka, // 0x14c07b8b, Asia/Dhaka
                                                                                                                    +
                                                                                                                    461  &kZoneAsia_Dubai, // 0x14c79f77, Asia/Dubai
                                                                                                                    +
                                                                                                                    462  &kZoneAmerica_Bahia_Banderas, // 0x14f6329a, America/Bahia_Banderas
                                                                                                                    +
                                                                                                                    463  &kZoneAsia_Kabul, // 0x153b5601, Asia/Kabul
                                                                                                                    +
                                                                                                                    464  &kZoneAsia_Ashkhabad, // 0x15454f09, Asia/Ashkhabad -> Asia/Ashgabat
                                                                                                                    +
                                                                                                                    465  &kZoneAsia_Macao, // 0x155f88b3, Asia/Macao -> Asia/Macau
                                                                                                                    +
                                                                                                                    466  &kZoneAsia_Macau, // 0x155f88b9, Asia/Macau
                                                                                                                    +
                                                                                                                    467  &kZoneAsia_Qatar, // 0x15a8330b, Asia/Qatar
                                                                                                                    +
                                                                                                                    468  &kZoneAsia_Seoul, // 0x15ce82da, Asia/Seoul
                                                                                                                    +
                                                                                                                    469  &kZoneAsia_Tokyo, // 0x15e606a8, Asia/Tokyo
                                                                                                                    +
                                                                                                                    470  &kZoneAsia_Tomsk, // 0x15e60e60, Asia/Tomsk
                                                                                                                    +
                                                                                                                    471  &kZoneAsia_Tel_Aviv, // 0x166d7c2c, Asia/Tel_Aviv -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    472  &kZoneAsia_Thimphu, // 0x170380d1, Asia/Thimphu
                                                                                                                    +
                                                                                                                    473  &kZoneAmerica_Guayaquil, // 0x17e64958, America/Guayaquil
                                                                                                                    +
                                                                                                                    474  &kZoneAmerica_Montserrat, // 0x199b0a35, America/Montserrat -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    475  &kZoneAmerica_Kentucky_Louisville, // 0x1a21024b, America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    476  &kZoneAsia_Pontianak, // 0x1a76c057, Asia/Pontianak
                                                                                                                    +
                                                                                                                    477  &kZoneEurope_Podgorica, // 0x1c1a499c, Europe/Podgorica -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    478  &kZoneAtlantic_Reykjavik, // 0x1c2b4f74, Atlantic/Reykjavik -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    479  &kZoneAmerica_New_York, // 0x1e2a7654, America/New_York
                                                                                                                    +
                                                                                                                    480  &kZoneEurope_Luxembourg, // 0x1f8bc6ce, Europe/Luxembourg -> Europe/Brussels
                                                                                                                    +
                                                                                                                    481  &kZoneAsia_Aden, // 0x1fa7084a, Asia/Aden -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    482  &kZoneAsia_Baku, // 0x1fa788b5, Asia/Baku
                                                                                                                    +
                                                                                                                    483  &kZoneAsia_Dili, // 0x1fa8c394, Asia/Dili
                                                                                                                    +
                                                                                                                    484  &kZoneAsia_Gaza, // 0x1faa4875, Asia/Gaza
                                                                                                                    +
                                                                                                                    485  &kZoneAsia_Hovd, // 0x1fab0fe3, Asia/Hovd
                                                                                                                    +
                                                                                                                    486  &kZoneAsia_Omsk, // 0x1faeddac, Asia/Omsk
                                                                                                                    +
                                                                                                                    487  &kZoneAsia_Oral, // 0x1faef0a0, Asia/Oral
                                                                                                                    +
                                                                                                                    488  &kZoneAmerica_Montreal, // 0x203a1ea8, America/Montreal -> America/Toronto
                                                                                                                    +
                                                                                                                    489  &kZoneAsia_Ho_Chi_Minh, // 0x20f2d127, Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    490  &kZoneAsia_Damascus, // 0x20fbb063, Asia/Damascus
                                                                                                                    +
                                                                                                                    491  &kZoneAmerica_Argentina_ComodRivadavia, // 0x22758877, America/Argentina/ComodRivadavia -> America/Argentina/Catamarca
                                                                                                                    +
                                                                                                                    492  &kZonePacific_Apia, // 0x23359b5e, Pacific/Apia
                                                                                                                    +
                                                                                                                    493  &kZonePacific_Fiji, // 0x23383ba5, Pacific/Fiji
                                                                                                                    +
                                                                                                                    494  &kZonePacific_Guam, // 0x2338f9ed, Pacific/Guam
                                                                                                                    +
                                                                                                                    495  &kZonePacific_Niue, // 0x233ca014, Pacific/Niue
                                                                                                                    +
                                                                                                                    496  &kZonePacific_Truk, // 0x234010a9, Pacific/Truk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    497  &kZonePacific_Wake, // 0x23416c2b, Pacific/Wake -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    498  &kZoneAustralia_Adelaide, // 0x2428e8a3, Australia/Adelaide
                                                                                                                    +
                                                                                                                    499  &kZonePacific_Auckland, // 0x25062f86, Pacific/Auckland
                                                                                                                    +
                                                                                                                    500  &kZonePacific_Tongatapu, // 0x262ca836, Pacific/Tongatapu
                                                                                                                    +
                                                                                                                    501  &kZoneAmerica_Monterrey, // 0x269a1deb, America/Monterrey
                                                                                                                    +
                                                                                                                    502  &kZoneEtc_Greenwich, // 0x26daa98c, Etc/Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    503  &kZoneAustralia_Currie, // 0x278b6a24, Australia/Currie -> Australia/Hobart
                                                                                                                    +
                                                                                                                    504  &kZoneAustralia_Darwin, // 0x2876bdff, Australia/Darwin
                                                                                                                    +
                                                                                                                    505  &kZonePacific_Pohnpei, // 0x28929f96, Pacific/Pohnpei -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    506  &kZoneAsia_Famagusta, // 0x289b4f8b, Asia/Famagusta
                                                                                                                    +
                                                                                                                    507  &kZoneAmerica_Indiana_Vincennes, // 0x28a0b212, America/Indiana/Vincennes
                                                                                                                    +
                                                                                                                    508  &kZoneAmerica_Indiana_Indianapolis, // 0x28a669a4, America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    509  &kZoneAsia_Vladivostok, // 0x29de34a8, Asia/Vladivostok
                                                                                                                    +
                                                                                                                    510  &kZoneAustralia_Canberra, // 0x2a09ae58, Australia/Canberra -> Australia/Sydney
                                                                                                                    +
                                                                                                                    511  &kZoneAmerica_Fortaleza, // 0x2ad018ee, America/Fortaleza
                                                                                                                    +
                                                                                                                    512  &kZoneAmerica_Vancouver, // 0x2c6f6b1f, America/Vancouver
                                                                                                                    +
                                                                                                                    513  &kZoneAmerica_Pangnirtung, // 0x2d999193, America/Pangnirtung
                                                                                                                    +
                                                                                                                    514  &kZoneAmerica_Iqaluit, // 0x2de310bf, America/Iqaluit
                                                                                                                    +
                                                                                                                    515  &kZoneJamaica, // 0x2e44fdab, Jamaica -> America/Jamaica
                                                                                                                    +
                                                                                                                    516  &kZonePacific_Chatham, // 0x2f0de999, Pacific/Chatham
                                                                                                                    +
                                                                                                                    517  &kZoneEtc_Universal, // 0x2f8cb9a9, Etc/Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    518  &kZoneAmerica_Indiana_Marengo, // 0x2feeee72, America/Indiana/Marengo
                                                                                                                    +
                                                                                                                    519  &kZoneEurope_Tallinn, // 0x30c4e096, Europe/Tallinn
                                                                                                                    +
                                                                                                                    520  &kZoneAfrica_Djibouti, // 0x30ea01d4, Africa/Djibouti -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    521  &kZoneAsia_Ulaanbaatar, // 0x30f0cc4e, Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    522  &kZoneAfrica_Gaborone, // 0x317c0aa7, Africa/Gaborone -> Africa/Maputo
                                                                                                                    +
                                                                                                                    523  &kZoneAmerica_Argentina_Ushuaia, // 0x320dcdde, America/Argentina/Ushuaia
                                                                                                                    +
                                                                                                                    524  &kZoneAsia_Calcutta, // 0x328a44c3, Asia/Calcutta -> Asia/Kolkata
                                                                                                                    +
                                                                                                                    525  &kZoneAustralia_Hobart, // 0x32bf951a, Australia/Hobart
                                                                                                                    +
                                                                                                                    526  &kZoneAsia_Dushanbe, // 0x32fc5c3c, Asia/Dushanbe
                                                                                                                    +
                                                                                                                    527  &kZoneAtlantic_South_Georgia, // 0x33013174, Atlantic/South_Georgia
                                                                                                                    +
                                                                                                                    528  &kZoneAmerica_Phoenix, // 0x34b5af01, America/Phoenix
                                                                                                                    +
                                                                                                                    529  &kZoneAsia_Istanbul, // 0x382e7894, Asia/Istanbul -> Europe/Istanbul
                                                                                                                    +
                                                                                                                    530  &kZoneAsia_Ulan_Bator, // 0x394db4d9, Asia/Ulan_Bator -> Asia/Ulaanbaatar
                                                                                                                    +
                                                                                                                    531  &kZoneAntarctica_Mawson, // 0x399cd863, Antarctica/Mawson
                                                                                                                    +
                                                                                                                    532  &kZoneAfrica_Brazzaville, // 0x39cda760, Africa/Brazzaville -> Africa/Lagos
                                                                                                                    +
                                                                                                                    533  &kZoneAmerica_Caracas, // 0x3be064f4, America/Caracas
                                                                                                                    +
                                                                                                                    534  &kZoneAmerica_Cayenne, // 0x3c617269, America/Cayenne
                                                                                                                    +
                                                                                                                    535  &kZoneAfrica_Porto_Novo, // 0x3d1bf95d, Africa/Porto-Novo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    536  &kZoneAtlantic_Bermuda, // 0x3d4bb1c4, Atlantic/Bermuda
                                                                                                                    +
                                                                                                                    537  &kZoneAmerica_Managua, // 0x3d5e7600, America/Managua
                                                                                                                    +
                                                                                                                    538  &kZoneAmerica_Marigot, // 0x3dab3a59, America/Marigot -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    539  &kZoneEurope_Guernsey, // 0x3db12c16, Europe/Guernsey -> Europe/London
                                                                                                                    +
                                                                                                                    540  &kZoneAfrica_Nouakchott, // 0x3dc49dba, Africa/Nouakchott -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    541  &kZoneAmerica_Louisville, // 0x3dcb47ee, America/Louisville -> America/Kentucky/Louisville
                                                                                                                    +
                                                                                                                    542  &kZoneAmerica_Argentina_San_Juan, // 0x3e1009bd, America/Argentina/San_Juan
                                                                                                                    +
                                                                                                                    543  &kZoneAmerica_Argentina_San_Luis, // 0x3e11238c, America/Argentina/San_Luis
                                                                                                                    +
                                                                                                                    544  &kZoneEurope_Volgograd, // 0x3ed0f389, Europe/Volgograd
                                                                                                                    +
                                                                                                                    545  &kZoneAmerica_Fort_Nelson, // 0x3f437e0f, America/Fort_Nelson
                                                                                                                    +
                                                                                                                    546  &kZoneEtc_GMT_PLUS_10, // 0x3f8f1cc4, Etc/GMT+10
                                                                                                                    +
                                                                                                                    547  &kZoneEtc_GMT_PLUS_11, // 0x3f8f1cc5, Etc/GMT+11
                                                                                                                    +
                                                                                                                    548  &kZoneEtc_GMT_PLUS_12, // 0x3f8f1cc6, Etc/GMT+12
                                                                                                                    +
                                                                                                                    549  &kZoneEtc_GMT_10, // 0x3f8f2546, Etc/GMT-10
                                                                                                                    +
                                                                                                                    550  &kZoneEtc_GMT_11, // 0x3f8f2547, Etc/GMT-11
                                                                                                                    +
                                                                                                                    551  &kZoneEtc_GMT_12, // 0x3f8f2548, Etc/GMT-12
                                                                                                                    +
                                                                                                                    552  &kZoneEtc_GMT_13, // 0x3f8f2549, Etc/GMT-13
                                                                                                                    +
                                                                                                                    553  &kZoneEtc_GMT_14, // 0x3f8f254a, Etc/GMT-14
                                                                                                                    +
                                                                                                                    554  &kZoneAntarctica_Palmer, // 0x40962f4f, Antarctica/Palmer
                                                                                                                    +
                                                                                                                    555  &kZoneCanada_Pacific, // 0x40fa3c7b, Canada/Pacific -> America/Vancouver
                                                                                                                    +
                                                                                                                    556  &kZoneEurope_Athens, // 0x4318fa27, Europe/Athens
                                                                                                                    +
                                                                                                                    557  &kZoneIndian_Kerguelen, // 0x4351b389, Indian/Kerguelen -> Indian/Maldives
                                                                                                                    +
                                                                                                                    558  &kZoneAmerica_Indiana_Winamac, // 0x4413fa69, America/Indiana/Winamac
                                                                                                                    +
                                                                                                                    559  &kZoneEurope_Berlin, // 0x44644c20, Europe/Berlin
                                                                                                                    +
                                                                                                                    560  &kZoneAtlantic_St_Helena, // 0x451fc5f7, Atlantic/St_Helena -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    561  &kZoneIndian_Chagos, // 0x456f7c3c, Indian/Chagos
                                                                                                                    +
                                                                                                                    562  &kZoneIndian_Mahe, // 0x45e725e2, Indian/Mahe -> Asia/Dubai
                                                                                                                    +
                                                                                                                    563  &kZoneIndian_Comoro, // 0x45f4deb6, Indian/Comoro -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    564  &kZoneAmerica_Mendoza, // 0x46b4e054, America/Mendoza -> America/Argentina/Mendoza
                                                                                                                    +
                                                                                                                    565  &kZoneAsia_Ust_Nera, // 0x4785f921, Asia/Ust-Nera
                                                                                                                    +
                                                                                                                    566  &kZoneEurope_Dublin, // 0x4a275f62, Europe/Dublin
                                                                                                                    +
                                                                                                                    567  &kZoneAsia_Nicosia, // 0x4b0fcf78, Asia/Nicosia
                                                                                                                    +
                                                                                                                    568  &kZoneAmerica_Chicago, // 0x4b92b5d4, America/Chicago
                                                                                                                    +
                                                                                                                    569  &kZoneAustralia_Sydney, // 0x4d1e9776, Australia/Sydney
                                                                                                                    +
                                                                                                                    570  &kZoneNZ_CHAT, // 0x4d42afda, NZ-CHAT -> Pacific/Chatham
                                                                                                                    +
                                                                                                                    571  &kZoneUS_Arizona, // 0x4ec52670, US/Arizona -> America/Phoenix
                                                                                                                    +
                                                                                                                    572  &kZoneAntarctica_Vostok, // 0x4f966fd4, Antarctica/Vostok -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    573  &kZoneUS_Aleutian, // 0x4fe013ef, US/Aleutian -> America/Adak
                                                                                                                    +
                                                                                                                    574  &kZoneAustralia_Brisbane, // 0x4fedc9c0, Australia/Brisbane
                                                                                                                    +
                                                                                                                    575  &kZoneAmerica_Catamarca, // 0x5036e963, America/Catamarca -> America/Argentina/Catamarca
                                                                                                                    +
                                                                                                                    576  &kZoneAmerica_Asuncion, // 0x50ec79a6, America/Asuncion
                                                                                                                    +
                                                                                                                    577  &kZoneAsia_Karachi, // 0x527f5245, Asia/Karachi
                                                                                                                    +
                                                                                                                    578  &kZoneAsia_Kashgar, // 0x52955193, Asia/Kashgar -> Asia/Urumqi
                                                                                                                    +
                                                                                                                    579  &kZoneCanada_Atlantic, // 0x536b119c, Canada/Atlantic -> America/Halifax
                                                                                                                    +
                                                                                                                    580  &kZonePacific_Gambier, // 0x53720c3a, Pacific/Gambier
                                                                                                                    +
                                                                                                                    581  &kZoneAmerica_Whitehorse, // 0x54e0e3e8, America/Whitehorse
                                                                                                                    +
                                                                                                                    582  &kZoneAmerica_Martinique, // 0x551e84c5, America/Martinique
                                                                                                                    +
                                                                                                                    583  &kZoneAmerica_Jamaica, // 0x565dad6c, America/Jamaica
                                                                                                                    +
                                                                                                                    584  &kZoneUS_Samoa, // 0x566821cd, US/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    585  &kZoneHongkong, // 0x56d36560, Hongkong -> Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    586  &kZoneEurope_Jersey, // 0x570dae76, Europe/Jersey -> Europe/London
                                                                                                                    +
                                                                                                                    587  &kZoneAsia_Hong_Kong, // 0x577f28ac, Asia/Hong_Kong
                                                                                                                    +
                                                                                                                    588  &kZonePacific_Marquesas, // 0x57ca7135, Pacific/Marquesas
                                                                                                                    +
                                                                                                                    589  &kZoneAmerica_Miquelon, // 0x59674330, America/Miquelon
                                                                                                                    +
                                                                                                                    590  &kZoneAntarctica_DumontDUrville, // 0x5a3c656c, Antarctica/DumontDUrville -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    591  &kZoneAtlantic_Jan_Mayen, // 0x5a7535b6, Atlantic/Jan_Mayen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    592  &kZoneAmerica_Anchorage, // 0x5a79260e, America/Anchorage
                                                                                                                    +
                                                                                                                    593  &kZoneUS_Eastern, // 0x5bb7e78e, US/Eastern -> America/New_York
                                                                                                                    +
                                                                                                                    594  &kZoneAsia_Jerusalem, // 0x5becd23a, Asia/Jerusalem
                                                                                                                    +
                                                                                                                    595  &kZoneEurope_Stockholm, // 0x5bf6fbb8, Europe/Stockholm -> Europe/Berlin
                                                                                                                    +
                                                                                                                    596  &kZoneEurope_Lisbon, // 0x5c00a70b, Europe/Lisbon
                                                                                                                    +
                                                                                                                    597  &kZoneAtlantic_Cape_Verde, // 0x5c5e1772, Atlantic/Cape_Verde
                                                                                                                    +
                                                                                                                    598  &kZoneEurope_London, // 0x5c6a84ae, Europe/London
                                                                                                                    +
                                                                                                                    599  &kZoneAmerica_Cordoba, // 0x5c8a7600, America/Cordoba -> America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    600  &kZoneAsia_Ujung_Pandang, // 0x5d001eb3, Asia/Ujung_Pandang -> Asia/Makassar
                                                                                                                    +
                                                                                                                    601  &kZoneAfrica_Mbabane, // 0x5d3bdd40, Africa/Mbabane -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    602  &kZoneEurope_Madrid, // 0x5dbd1535, Europe/Madrid
                                                                                                                    +
                                                                                                                    603  &kZoneAmerica_Moncton, // 0x5e07fe24, America/Moncton
                                                                                                                    +
                                                                                                                    604  &kZonePacific_Bougainville, // 0x5e10f7a4, Pacific/Bougainville
                                                                                                                    +
                                                                                                                    605  &kZoneEurope_Monaco, // 0x5ebf9f01, Europe/Monaco -> Europe/Paris
                                                                                                                    +
                                                                                                                    606  &kZoneEurope_Moscow, // 0x5ec266fc, Europe/Moscow
                                                                                                                    +
                                                                                                                    607  &kZoneAmerica_Argentina_Jujuy, // 0x5f2f46c5, America/Argentina/Jujuy
                                                                                                                    +
                                                                                                                    608  &kZoneAmerica_Argentina_Salta, // 0x5fc73403, America/Argentina/Salta
                                                                                                                    +
                                                                                                                    609  &kZonePacific_Pago_Pago, // 0x603aebd0, Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    610  &kZonePacific_Enderbury, // 0x61599a93, Pacific/Enderbury -> Pacific/Kanton
                                                                                                                    +
                                                                                                                    611  &kZoneAfrica_Sao_Tome, // 0x61b319d1, Africa/Sao_Tome
                                                                                                                    +
                                                                                                                    612  &kZoneCanada_Central, // 0x626710f5, Canada/Central -> America/Winnipeg
                                                                                                                    +
                                                                                                                    613  &kZoneAmerica_Creston, // 0x62a70204, America/Creston -> America/Phoenix
                                                                                                                    +
                                                                                                                    614  &kZoneAmerica_Costa_Rica, // 0x63ff66be, America/Costa_Rica
                                                                                                                    +
                                                                                                                    615  &kZoneAsia_Qostanay, // 0x654fe522, Asia/Qostanay
                                                                                                                    +
                                                                                                                    616  &kZoneAmerica_Indiana_Knox, // 0x6554adc9, America/Indiana/Knox
                                                                                                                    +
                                                                                                                    617  &kZoneEurope_Prague, // 0x65ee5d48, Europe/Prague
                                                                                                                    +
                                                                                                                    618  &kZoneBrazil_Acre, // 0x66934f93, Brazil/Acre -> America/Rio_Branco
                                                                                                                    +
                                                                                                                    619  &kZoneBrazil_East, // 0x669578c5, Brazil/East -> America/Sao_Paulo
                                                                                                                    +
                                                                                                                    620  &kZoneAfrica_Kinshasa, // 0x6695d70c, Africa/Kinshasa -> Africa/Lagos
                                                                                                                    +
                                                                                                                    621  &kZoneBrazil_West, // 0x669f689b, Brazil/West -> America/Manaus
                                                                                                                    +
                                                                                                                    622  &kZoneAfrica_Mogadishu, // 0x66bc159b, Africa/Mogadishu -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    623  &kZoneAmerica_Puerto_Rico, // 0x6752ca31, America/Puerto_Rico
                                                                                                                    +
                                                                                                                    624  &kZoneUS_Indiana_Starke, // 0x67977be7, US/Indiana-Starke -> America/Indiana/Knox
                                                                                                                    +
                                                                                                                    625  &kZoneAmerica_Buenos_Aires, // 0x67d79a05, America/Buenos_Aires -> America/Argentina/Buenos_Aires
                                                                                                                    +
                                                                                                                    626  &kZoneAfrica_Freetown, // 0x6823dd64, Africa/Freetown -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    627  &kZoneIndian_Christmas, // 0x68c207d5, Indian/Christmas -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    628  &kZoneAsia_Novokuznetsk, // 0x69264f93, Asia/Novokuznetsk
                                                                                                                    +
                                                                                                                    629  &kZoneAmerica_Indianapolis, // 0x6a009ae1, America/Indianapolis -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    630  &kZoneEurope_Sarajevo, // 0x6a576c3f, Europe/Sarajevo -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    631  &kZoneAmerica_Curacao, // 0x6a879184, America/Curacao -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    632  &kZoneAmerica_Tijuana, // 0x6aa1df72, America/Tijuana
                                                                                                                    +
                                                                                                                    633  &kZoneAsia_Makassar, // 0x6aa21c85, Asia/Makassar
                                                                                                                    +
                                                                                                                    634  &kZoneEurope_Helsinki, // 0x6ab2975b, Europe/Helsinki
                                                                                                                    +
                                                                                                                    635  &kZoneAmerica_Lower_Princes, // 0x6ae45b62, America/Lower_Princes -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    636  &kZoneAmerica_Porto_Velho, // 0x6b1aac77, America/Porto_Velho
                                                                                                                    +
                                                                                                                    637  &kZoneEurope_Samara, // 0x6bc0b139, Europe/Samara
                                                                                                                    +
                                                                                                                    638  &kZoneEurope_Skopje, // 0x6c76fdd0, Europe/Skopje -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    639  &kZoneAmerica_Edmonton, // 0x6cb9484a, America/Edmonton
                                                                                                                    +
                                                                                                                    640  &kZoneAmerica_Dawson_Creek, // 0x6cf24e5b, America/Dawson_Creek
                                                                                                                    +
                                                                                                                    641  &kZoneAsia_Rangoon, // 0x6d1217c6, Asia/Rangoon -> Asia/Yangon
                                                                                                                    +
                                                                                                                    642  &kZoneUS_East_Indiana, // 0x6dcf558a, US/East-Indiana -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    643  &kZoneAmerica_Grand_Turk, // 0x6e216197, America/Grand_Turk
                                                                                                                    +
                                                                                                                    644  &kZoneAmerica_Blanc_Sablon, // 0x6e299892, America/Blanc-Sablon -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    645  &kZoneEurope_Tirane, // 0x6ea95b47, Europe/Tirane
                                                                                                                    +
                                                                                                                    646  &kZoneUS_Mountain, // 0x6eb88247, US/Mountain -> America/Denver
                                                                                                                    +
                                                                                                                    647  &kZoneAntarctica_McMurdo, // 0x6eeb5585, Antarctica/McMurdo -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    648  &kZoneAmerica_Araguaina, // 0x6f9a3aef, America/Araguaina
                                                                                                                    +
                                                                                                                    649  &kZoneAfrica_Lubumbashi, // 0x6fd88566, Africa/Lubumbashi -> Africa/Maputo
                                                                                                                    +
                                                                                                                    650  &kZoneIndian_Reunion, // 0x7076c047, Indian/Reunion -> Asia/Dubai
                                                                                                                    +
                                                                                                                    651  &kZoneAsia_Qyzylorda, // 0x71282e81, Asia/Qyzylorda
                                                                                                                    +
                                                                                                                    652  &kZoneAsia_Kolkata, // 0x72c06cd9, Asia/Kolkata
                                                                                                                    +
                                                                                                                    653  &kZoneEurope_Vienna, // 0x734cc2e5, Europe/Vienna
                                                                                                                    +
                                                                                                                    654  &kZoneAfrica_Asmara, // 0x73b278ef, Africa/Asmara -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    655  &kZoneAfrica_Asmera, // 0x73b289f3, Africa/Asmera -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    656  &kZoneAsia_Kamchatka, // 0x73baf9d7, Asia/Kamchatka
                                                                                                                    +
                                                                                                                    657  &kZoneAmerica_Santarem, // 0x740caec1, America/Santarem
                                                                                                                    +
                                                                                                                    658  &kZoneAmerica_Santiago, // 0x7410c9bc, America/Santiago
                                                                                                                    +
                                                                                                                    659  &kZoneAfrica_Bamako, // 0x74c1e7a5, Africa/Bamako -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    660  &kZoneAfrica_Bangui, // 0x74c28ed0, Africa/Bangui -> Africa/Lagos
                                                                                                                    +
                                                                                                                    661  &kZoneAfrica_Banjul, // 0x74c29b96, Africa/Banjul -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    662  &kZoneEurope_Nicosia, // 0x74efab8a, Europe/Nicosia -> Asia/Nicosia
                                                                                                                    +
                                                                                                                    663  &kZoneEurope_Warsaw, // 0x75185c19, Europe/Warsaw
                                                                                                                    +
                                                                                                                    664  &kZoneAmerica_El_Salvador, // 0x752ad652, America/El_Salvador
                                                                                                                    +
                                                                                                                    665  &kZoneAfrica_Bissau, // 0x75564141, Africa/Bissau
                                                                                                                    +
                                                                                                                    666  &kZoneAmerica_Santo_Domingo, // 0x75a0d177, America/Santo_Domingo
                                                                                                                    +
                                                                                                                    667  &kZoneUS_Michigan, // 0x766bb7bc, US/Michigan -> America/Detroit
                                                                                                                    +
                                                                                                                    668  &kZoneCanada_Saskatchewan, // 0x77311f49, Canada/Saskatchewan -> America/Regina
                                                                                                                    +
                                                                                                                    669  &kZoneAfrica_Accra, // 0x77d5b054, Africa/Accra -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    670  &kZoneAfrica_Cairo, // 0x77f8e228, Africa/Cairo
                                                                                                                    +
                                                                                                                    671  &kZoneAfrica_Ceuta, // 0x77fb46ec, Africa/Ceuta
                                                                                                                    +
                                                                                                                    672  &kZoneAfrica_Dakar, // 0x780b00fd, Africa/Dakar -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    673  &kZoneAfrica_Lagos, // 0x789bb5d0, Africa/Lagos
                                                                                                                    +
                                                                                                                    674  &kZoneAfrica_Windhoek, // 0x789c9bd3, Africa/Windhoek
                                                                                                                    +
                                                                                                                    675  &kZoneCanada_Yukon, // 0x78dd35c2, Canada/Yukon -> America/Whitehorse
                                                                                                                    +
                                                                                                                    676  &kZoneAmerica_Toronto, // 0x792e851b, America/Toronto
                                                                                                                    +
                                                                                                                    677  &kZoneAmerica_Tortola, // 0x7931462b, America/Tortola -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    678  &kZoneAfrica_Tunis, // 0x79378e6d, Africa/Tunis
                                                                                                                    +
                                                                                                                    679  &kZoneAfrica_Douala, // 0x7a6df310, Africa/Douala -> Africa/Lagos
                                                                                                                    +
                                                                                                                    680  &kZoneAfrica_Conakry, // 0x7ab36b31, Africa/Conakry -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    681  &kZoneIndian_Mauritius, // 0x7b09c02a, Indian/Mauritius
                                                                                                                    +
                                                                                                                    682  &kZoneAtlantic_Stanley, // 0x7bb3e1c4, Atlantic/Stanley
                                                                                                                    +
                                                                                                                    683  &kZoneAmerica_Ensenada, // 0x7bc95445, America/Ensenada -> America/Tijuana
                                                                                                                    +
                                                                                                                    684  &kZoneEurope_Zagreb, // 0x7c11c9ff, Europe/Zagreb -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    685  &kZoneCuba, // 0x7c83cba0, Cuba -> America/Havana
                                                                                                                    +
                                                                                                                    686  &kZoneEire, // 0x7c84b36a, Eire -> Europe/Dublin
                                                                                                                    +
                                                                                                                    687  &kZoneGMT0, // 0x7c8550fd, GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    688  &kZoneIran, // 0x7c87090f, Iran -> Asia/Tehran
                                                                                                                    +
                                                                                                                    689  &kZoneW_SU, // 0x7c8d8ef1, W-SU -> Europe/Moscow
                                                                                                                    +
                                                                                                                    690  &kZoneZulu, // 0x7c9069b5, Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    691  &kZoneEurope_Zurich, // 0x7d8195b9, Europe/Zurich
                                                                                                                    +
                                                                                                                    692  &kZoneChile_Continental, // 0x7e2bdb18, Chile/Continental -> America/Santiago
                                                                                                                    +
                                                                                                                    693  &kZoneAmerica_Fort_Wayne, // 0x7eaaaf24, America/Fort_Wayne -> America/Indiana/Indianapolis
                                                                                                                    +
                                                                                                                    694  &kZoneAsia_Kuching, // 0x801b003b, Asia/Kuching
                                                                                                                    +
                                                                                                                    695  &kZoneAtlantic_Madeira, // 0x81b5c037, Atlantic/Madeira
                                                                                                                    +
                                                                                                                    696  &kZoneAmerica_Atikokan, // 0x81b92098, America/Atikokan -> America/Panama
                                                                                                                    +
                                                                                                                    697  &kZoneAfrica_Harare, // 0x82c39a2d, Africa/Harare -> Africa/Maputo
                                                                                                                    +
                                                                                                                    698  &kZoneAmerica_Shiprock, // 0x82fb7049, America/Shiprock -> America/Denver
                                                                                                                    +
                                                                                                                    699  &kZonePacific_Kiritimati, // 0x8305073a, Pacific/Kiritimati
                                                                                                                    +
                                                                                                                    700  &kZoneAmerica_St_Vincent, // 0x8460e523, America/St_Vincent -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    701  &kZoneAmerica_Metlakatla, // 0x84de2686, America/Metlakatla
                                                                                                                    +
                                                                                                                    702  &kZoneAsia_Yakutsk, // 0x87bb3a9e, Asia/Yakutsk
                                                                                                                    +
                                                                                                                    703  &kZoneAmerica_Chihuahua, // 0x8827d776, America/Chihuahua
                                                                                                                    +
                                                                                                                    704  &kZonePacific_Pitcairn, // 0x8837d8bd, Pacific/Pitcairn
                                                                                                                    +
                                                                                                                    705  &kZoneAsia_Vientiane, // 0x89d68d75, Asia/Vientiane -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    706  &kZonePacific_Chuuk, // 0x8a090b23, Pacific/Chuuk -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    707  &kZonePacific_Efate, // 0x8a2bce28, Pacific/Efate
                                                                                                                    +
                                                                                                                    708  &kZoneAfrica_Kigali, // 0x8a4dcf2b, Africa/Kigali -> Africa/Maputo
                                                                                                                    +
                                                                                                                    709  &kZoneAustralia_ACT, // 0x8a970eb2, Australia/ACT -> Australia/Sydney
                                                                                                                    +
                                                                                                                    710  &kZoneAustralia_LHI, // 0x8a973e17, Australia/LHI -> Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    711  &kZoneAustralia_NSW, // 0x8a974812, Australia/NSW -> Australia/Sydney
                                                                                                                    +
                                                                                                                    712  &kZonePacific_Nauru, // 0x8acc41ae, Pacific/Nauru
                                                                                                                    +
                                                                                                                    713  &kZoneEST5EDT, // 0x8adc72a3, EST5EDT
                                                                                                                    +
                                                                                                                    714  &kZonePacific_Palau, // 0x8af04a36, Pacific/Palau
                                                                                                                    +
                                                                                                                    715  &kZonePacific_Samoa, // 0x8b2699b4, Pacific/Samoa -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    716  &kZoneAmerica_Winnipeg, // 0x8c7dafc7, America/Winnipeg
                                                                                                                    +
                                                                                                                    717  &kZoneAustralia_Eucla, // 0x8cf99e44, Australia/Eucla
                                                                                                                    +
                                                                                                                    718  &kZoneAmerica_Argentina_Catamarca, // 0x8d40986b, America/Argentina/Catamarca
                                                                                                                    +
                                                                                                                    719  &kZoneAfrica_Luanda, // 0x8d7909cf, Africa/Luanda -> Africa/Lagos
                                                                                                                    +
                                                                                                                    720  &kZoneAfrica_Lusaka, // 0x8d82b23b, Africa/Lusaka -> Africa/Maputo
                                                                                                                    +
                                                                                                                    721  &kZoneAustralia_North, // 0x8d997165, Australia/North -> Australia/Darwin
                                                                                                                    +
                                                                                                                    722  &kZoneAustralia_Perth, // 0x8db8269d, Australia/Perth
                                                                                                                    +
                                                                                                                    723  &kZoneAustralia_South, // 0x8df3f8ad, Australia/South -> Australia/Adelaide
                                                                                                                    +
                                                                                                                    724  &kZonePacific_Kwajalein, // 0x8e216759, Pacific/Kwajalein
                                                                                                                    +
                                                                                                                    725  &kZoneAmerica_Port_au_Prince, // 0x8e4a7bdc, America/Port-au-Prince
                                                                                                                    +
                                                                                                                    726  &kZoneAfrica_Malabo, // 0x8e6a1906, Africa/Malabo -> Africa/Lagos
                                                                                                                    +
                                                                                                                    727  &kZoneAfrica_Maputo, // 0x8e6ca1f0, Africa/Maputo
                                                                                                                    +
                                                                                                                    728  &kZoneAfrica_Maseru, // 0x8e6e02c7, Africa/Maseru -> Africa/Johannesburg
                                                                                                                    +
                                                                                                                    729  &kZonePacific_Norfolk, // 0x8f4eb4be, Pacific/Norfolk
                                                                                                                    +
                                                                                                                    730  &kZoneAmerica_Godthab, // 0x8f7eba1f, America/Godthab -> America/Nuuk
                                                                                                                    +
                                                                                                                    731  &kZoneAustralia_Yancowinna, // 0x90bac131, Australia/Yancowinna -> Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    732  &kZoneAfrica_Niamey, // 0x914a30fd, Africa/Niamey -> Africa/Lagos
                                                                                                                    +
                                                                                                                    733  &kZoneAsia_Yerevan, // 0x9185c8cc, Asia/Yerevan
                                                                                                                    +
                                                                                                                    734  &kZoneAmerica_Detroit, // 0x925cfbc1, America/Detroit
                                                                                                                    +
                                                                                                                    735  &kZoneAsia_Choibalsan, // 0x928aa4a6, Asia/Choibalsan
                                                                                                                    +
                                                                                                                    736  &kZoneAntarctica_Macquarie, // 0x92f47626, Antarctica/Macquarie
                                                                                                                    +
                                                                                                                    737  &kZoneAmerica_Belize, // 0x93256c81, America/Belize
                                                                                                                    +
                                                                                                                    738  &kZoneMexico_General, // 0x93711d57, Mexico/General -> America/Mexico_City
                                                                                                                    +
                                                                                                                    739  &kZoneAmerica_Bogota, // 0x93d7bc62, America/Bogota
                                                                                                                    +
                                                                                                                    740  &kZoneAsia_Pyongyang, // 0x93ed1c8e, Asia/Pyongyang
                                                                                                                    +
                                                                                                                    741  &kZoneAmerica_Indiana_Petersburg, // 0x94ac7acc, America/Indiana/Petersburg
                                                                                                                    +
                                                                                                                    742  &kZoneAmerica_Cancun, // 0x953331be, America/Cancun
                                                                                                                    +
                                                                                                                    743  &kZoneAmerica_Cayman, // 0x953961df, America/Cayman -> America/Panama
                                                                                                                    +
                                                                                                                    744  &kZoneAmerica_Glace_Bay, // 0x9681f8dd, America/Glace_Bay
                                                                                                                    +
                                                                                                                    745  &kZoneAsia_Khandyga, // 0x9685a4d9, Asia/Khandyga
                                                                                                                    +
                                                                                                                    746  &kZoneAmerica_Grenada, // 0x968ce4d8, America/Grenada -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    747  &kZoneAmerica_Cuiaba, // 0x969a52eb, America/Cuiaba
                                                                                                                    +
                                                                                                                    748  &kZoneAmerica_Dawson, // 0x978d8d12, America/Dawson
                                                                                                                    +
                                                                                                                    749  &kZoneAmerica_Aruba, // 0x97cf8651, America/Aruba -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    750  &kZoneAmerica_Denver, // 0x97d10b2a, America/Denver
                                                                                                                    +
                                                                                                                    751  &kZoneAmerica_Bahia, // 0x97d815fb, America/Bahia
                                                                                                                    +
                                                                                                                    752  &kZoneAmerica_Belem, // 0x97da580b, America/Belem
                                                                                                                    +
                                                                                                                    753  &kZoneAmerica_Boise, // 0x97dfc8d8, America/Boise
                                                                                                                    +
                                                                                                                    754  &kZoneEurope_Andorra, // 0x97f6764b, Europe/Andorra
                                                                                                                    +
                                                                                                                    755  &kZoneAmerica_Adak, // 0x97fe49d7, America/Adak
                                                                                                                    +
                                                                                                                    756  &kZoneAmerica_Atka, // 0x97fe8f27, America/Atka -> America/Adak
                                                                                                                    +
                                                                                                                    757  &kZoneAmerica_Lima, // 0x980468c9, America/Lima
                                                                                                                    +
                                                                                                                    758  &kZoneAmerica_Nome, // 0x98059b15, America/Nome
                                                                                                                    +
                                                                                                                    759  &kZoneAmerica_Nuuk, // 0x9805b5a9, America/Nuuk
                                                                                                                    +
                                                                                                                    760  &kZoneIndian_Maldives, // 0x9869681c, Indian/Maldives
                                                                                                                    +
                                                                                                                    761  &kZoneAmerica_Jujuy, // 0x9873dbbd, America/Jujuy -> America/Argentina/Jujuy
                                                                                                                    +
                                                                                                                    762  &kZoneAmerica_Sitka, // 0x99104ce2, America/Sitka
                                                                                                                    +
                                                                                                                    763  &kZoneAmerica_Thule, // 0x9921dd68, America/Thule
                                                                                                                    +
                                                                                                                    764  &kZonePacific_Rarotonga, // 0x9981a3b0, Pacific/Rarotonga
                                                                                                                    +
                                                                                                                    765  &kZoneAsia_Kathmandu, // 0x9a96ce6f, Asia/Kathmandu
                                                                                                                    +
                                                                                                                    766  &kZoneBrazil_DeNoronha, // 0x9b4cb496, Brazil/DeNoronha -> America/Noronha
                                                                                                                    +
                                                                                                                    767  &kZoneAmerica_North_Dakota_Beulah, // 0x9b52b384, America/North_Dakota/Beulah
                                                                                                                    +
                                                                                                                    768  &kZoneAmerica_Rainy_River, // 0x9cd58a10, America/Rainy_River
                                                                                                                    +
                                                                                                                    769  &kZoneEurope_Budapest, // 0x9ce0197c, Europe/Budapest
                                                                                                                    +
                                                                                                                    770  &kZoneAsia_Baghdad, // 0x9ceffbed, Asia/Baghdad
                                                                                                                    +
                                                                                                                    771  &kZoneAsia_Bahrain, // 0x9d078487, Asia/Bahrain -> Asia/Qatar
                                                                                                                    +
                                                                                                                    772  &kZoneEtc_GMT_PLUS_0, // 0x9d13da13, Etc/GMT+0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    773  &kZoneEtc_GMT_PLUS_1, // 0x9d13da14, Etc/GMT+1
                                                                                                                    +
                                                                                                                    774  &kZoneEtc_GMT_PLUS_2, // 0x9d13da15, Etc/GMT+2
                                                                                                                    +
                                                                                                                    775  &kZoneEtc_GMT_PLUS_3, // 0x9d13da16, Etc/GMT+3
                                                                                                                    +
                                                                                                                    776  &kZoneEtc_GMT_PLUS_4, // 0x9d13da17, Etc/GMT+4
                                                                                                                    +
                                                                                                                    777  &kZoneEtc_GMT_PLUS_5, // 0x9d13da18, Etc/GMT+5
                                                                                                                    +
                                                                                                                    778  &kZoneEtc_GMT_PLUS_6, // 0x9d13da19, Etc/GMT+6
                                                                                                                    +
                                                                                                                    779  &kZoneEtc_GMT_PLUS_7, // 0x9d13da1a, Etc/GMT+7
                                                                                                                    +
                                                                                                                    780  &kZoneEtc_GMT_PLUS_8, // 0x9d13da1b, Etc/GMT+8
                                                                                                                    +
                                                                                                                    781  &kZoneEtc_GMT_PLUS_9, // 0x9d13da1c, Etc/GMT+9
                                                                                                                    +
                                                                                                                    782  &kZoneEtc_GMT_0, // 0x9d13da55, Etc/GMT-0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    783  &kZoneEtc_GMT_1, // 0x9d13da56, Etc/GMT-1
                                                                                                                    +
                                                                                                                    784  &kZoneEtc_GMT_2, // 0x9d13da57, Etc/GMT-2
                                                                                                                    +
                                                                                                                    785  &kZoneEtc_GMT_3, // 0x9d13da58, Etc/GMT-3
                                                                                                                    +
                                                                                                                    786  &kZoneEtc_GMT_4, // 0x9d13da59, Etc/GMT-4
                                                                                                                    +
                                                                                                                    787  &kZoneEtc_GMT_5, // 0x9d13da5a, Etc/GMT-5
                                                                                                                    +
                                                                                                                    788  &kZoneEtc_GMT_6, // 0x9d13da5b, Etc/GMT-6
                                                                                                                    +
                                                                                                                    789  &kZoneEtc_GMT_7, // 0x9d13da5c, Etc/GMT-7
                                                                                                                    +
                                                                                                                    790  &kZoneEtc_GMT_8, // 0x9d13da5d, Etc/GMT-8
                                                                                                                    +
                                                                                                                    791  &kZoneEtc_GMT_9, // 0x9d13da5e, Etc/GMT-9
                                                                                                                    +
                                                                                                                    792  &kZoneAmerica_Nipigon, // 0x9d2a8b1a, America/Nipigon
                                                                                                                    +
                                                                                                                    793  &kZoneAmerica_Rio_Branco, // 0x9d352764, America/Rio_Branco
                                                                                                                    +
                                                                                                                    794  &kZoneAsia_Bangkok, // 0x9d6e3aaf, Asia/Bangkok
                                                                                                                    +
                                                                                                                    795  &kZoneAfrica_El_Aaiun, // 0x9d6fb118, Africa/El_Aaiun
                                                                                                                    +
                                                                                                                    796  &kZoneAmerica_North_Dakota_Center, // 0x9da42814, America/North_Dakota/Center
                                                                                                                    +
                                                                                                                    797  &kZoneAsia_Barnaul, // 0x9dba4997, Asia/Barnaul
                                                                                                                    +
                                                                                                                    798  &kZoneAfrica_Tripoli, // 0x9dfebd3d, Africa/Tripoli
                                                                                                                    +
                                                                                                                    799  &kZoneEurope_Istanbul, // 0x9e09d6e6, Europe/Istanbul
                                                                                                                    +
                                                                                                                    800  &kZoneIndian_Antananarivo, // 0x9ebf5289, Indian/Antananarivo -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    801  &kZoneAfrica_Ndjamena, // 0x9fe09898, Africa/Ndjamena
                                                                                                                    +
                                                                                                                    802  &kZoneAmerica_Guyana, // 0x9ff7bd0b, America/Guyana
                                                                                                                    +
                                                                                                                    803  &kZoneAfrica_Dar_es_Salaam, // 0xa04c47b6, Africa/Dar_es_Salaam -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    804  &kZoneAmerica_Havana, // 0xa0e15675, America/Havana
                                                                                                                    +
                                                                                                                    805  &kZoneAsia_Novosibirsk, // 0xa2a435cb, Asia/Novosibirsk
                                                                                                                    +
                                                                                                                    806  &kZoneEurope_Kiev, // 0xa2c19eb3, Europe/Kiev -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    807  &kZoneEurope_Kyiv, // 0xa2c1e347, Europe/Kyiv
                                                                                                                    +
                                                                                                                    808  &kZoneEurope_Oslo, // 0xa2c3fba1, Europe/Oslo -> Europe/Berlin
                                                                                                                    +
                                                                                                                    809  &kZoneEurope_Riga, // 0xa2c57587, Europe/Riga
                                                                                                                    +
                                                                                                                    810  &kZoneEurope_Rome, // 0xa2c58fd7, Europe/Rome
                                                                                                                    +
                                                                                                                    811  &kZoneAmerica_Inuvik, // 0xa42189fc, America/Inuvik
                                                                                                                    +
                                                                                                                    812  &kZoneAmerica_Argentina_La_Rioja, // 0xa46b7eef, America/Argentina/La_Rioja
                                                                                                                    +
                                                                                                                    813  &kZoneAsia_Almaty, // 0xa61f41fa, Asia/Almaty
                                                                                                                    +
                                                                                                                    814  &kZoneAsia_Anadyr, // 0xa63cebd1, Asia/Anadyr
                                                                                                                    +
                                                                                                                    815  &kZoneAsia_Aqtobe, // 0xa67dcc4e, Asia/Aqtobe
                                                                                                                    +
                                                                                                                    816  &kZoneAsia_Atyrau, // 0xa6b6e068, Asia/Atyrau
                                                                                                                    +
                                                                                                                    817  &kZoneAmerica_Juneau, // 0xa6f13e2e, America/Juneau
                                                                                                                    +
                                                                                                                    818  &kZoneAustralia_Lord_Howe, // 0xa748b67d, Australia/Lord_Howe
                                                                                                                    +
                                                                                                                    819  &kZonePacific_Port_Moresby, // 0xa7ba7f68, Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    820  &kZoneAsia_Katmandu, // 0xa7ec12c7, Asia/Katmandu -> Asia/Kathmandu
                                                                                                                    +
                                                                                                                    821  &kZoneAsia_Beirut, // 0xa7f3d5fd, Asia/Beirut
                                                                                                                    +
                                                                                                                    822  &kZoneSingapore, // 0xa8598c8d, Singapore -> Asia/Singapore
                                                                                                                    +
                                                                                                                    823  &kZoneAfrica_Nairobi, // 0xa87ab57e, Africa/Nairobi
                                                                                                                    +
                                                                                                                    824  &kZoneAsia_Brunei, // 0xa8e595f7, Asia/Brunei -> Asia/Kuching
                                                                                                                    +
                                                                                                                    825  &kZoneUS_Pacific, // 0xa950f6ab, US/Pacific -> America/Los_Angeles
                                                                                                                    +
                                                                                                                    826  &kZonePacific_Galapagos, // 0xa952f752, Pacific/Galapagos
                                                                                                                    +
                                                                                                                    827  &kZoneAmerica_Argentina_Mendoza, // 0xa9f72d5c, America/Argentina/Mendoza
                                                                                                                    +
                                                                                                                    828  &kZoneAmerica_La_Paz, // 0xaa29125d, America/La_Paz
                                                                                                                    +
                                                                                                                    829  &kZoneAmerica_Noronha, // 0xab5116fb, America/Noronha
                                                                                                                    +
                                                                                                                    830  &kZoneAmerica_Coral_Harbour, // 0xabcb7569, America/Coral_Harbour -> America/Panama
                                                                                                                    +
                                                                                                                    831  &kZoneAmerica_Maceio, // 0xac80c6d4, America/Maceio
                                                                                                                    +
                                                                                                                    832  &kZoneAmerica_Manaus, // 0xac86bf8b, America/Manaus
                                                                                                                    +
                                                                                                                    833  &kZoneAmerica_Merida, // 0xacd172d8, America/Merida
                                                                                                                    +
                                                                                                                    834  &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau
                                                                                                                    +
                                                                                                                    835  &kZoneAmerica_Nassau, // 0xaedef011, America/Nassau -> America/Toronto
                                                                                                                    +
                                                                                                                    836  &kZoneAmerica_Anguilla, // 0xafe31333, America/Anguilla -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    837  &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    838  &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill
                                                                                                                    +
                                                                                                                    839  &kZoneAsia_Bishkek, // 0xb0728553, Asia/Bishkek
                                                                                                                    +
                                                                                                                    840  &kZoneChile_EasterIsland, // 0xb0982af8, Chile/EasterIsland -> Pacific/Easter
                                                                                                                    +
                                                                                                                    841  &kZonePacific_Johnston, // 0xb15d7b36, Pacific/Johnston -> Pacific/Honolulu
                                                                                                                    +
                                                                                                                    842  &kZoneAfrica_Timbuktu, // 0xb164d56f, Africa/Timbuktu -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    843  &kZoneAmerica_St_Thomas, // 0xb1b3d778, America/St_Thomas -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    844  &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo
                                                                                                                    +
                                                                                                                    845  &kZoneAmerica_Panama, // 0xb3863854, America/Panama
                                                                                                                    +
                                                                                                                    846  &kZoneCanada_Newfoundland, // 0xb396e991, Canada/Newfoundland -> America/St_Johns
                                                                                                                    +
                                                                                                                    847  &kZoneAsia_Harbin, // 0xb5af1186, Asia/Harbin -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    848  &kZoneAsia_Hebron, // 0xb5eef250, Asia/Hebron
                                                                                                                    +
                                                                                                                    849  &kZoneAmerica_Goose_Bay, // 0xb649541e, America/Goose_Bay
                                                                                                                    +
                                                                                                                    850  &kZoneAmerica_Los_Angeles, // 0xb7f7e8f2, America/Los_Angeles
                                                                                                                    +
                                                                                                                    851  &kZoneAmerica_Recife, // 0xb8730494, America/Recife
                                                                                                                    +
                                                                                                                    852  &kZoneAmerica_Regina, // 0xb875371c, America/Regina
                                                                                                                    +
                                                                                                                    853  &kZoneAsia_Ashgabat, // 0xba87598d, Asia/Ashgabat
                                                                                                                    +
                                                                                                                    854  &kZoneIsrael, // 0xba88c9e5, Israel -> Asia/Jerusalem
                                                                                                                    +
                                                                                                                    855  &kZonePacific_Yap, // 0xbb40138d, Pacific/Yap -> Pacific/Port_Moresby
                                                                                                                    +
                                                                                                                    856  &kZoneAmerica_Halifax, // 0xbc5b7183, America/Halifax
                                                                                                                    +
                                                                                                                    857  &kZoneEurope_Ljubljana, // 0xbd98cdb7, Europe/Ljubljana -> Europe/Belgrade
                                                                                                                    +
                                                                                                                    858  &kZoneAsia_Kuwait, // 0xbe1b2f27, Asia/Kuwait -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    859  &kZoneEurope_Tiraspol, // 0xbe704472, Europe/Tiraspol -> Europe/Chisinau
                                                                                                                    +
                                                                                                                    860  &kZoneAsia_Srednekolymsk, // 0xbf8e337d, Asia/Srednekolymsk
                                                                                                                    +
                                                                                                                    861  &kZoneAmerica_Argentina_Cordoba, // 0xbfccc308, America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    862  &kZoneAmerica_Tegucigalpa, // 0xbfd6fd4c, America/Tegucigalpa
                                                                                                                    +
                                                                                                                    863  &kZoneAmerica_Antigua, // 0xc067a32f, America/Antigua -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    864  &kZoneEurope_Busingen, // 0xc06d2cdf, Europe/Busingen -> Europe/Zurich
                                                                                                                    +
                                                                                                                    865  &kZoneAsia_Manila, // 0xc156c944, Asia/Manila
                                                                                                                    +
                                                                                                                    866  &kZoneAfrica_Kampala, // 0xc1d30e31, Africa/Kampala -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    867  &kZoneAmerica_Knox_IN, // 0xc1db9a1c, America/Knox_IN -> America/Indiana/Knox
                                                                                                                    +
                                                                                                                    868  &kZoneAfrica_Abidjan, // 0xc21305a3, Africa/Abidjan
                                                                                                                    +
                                                                                                                    869  &kZoneAmerica_Virgin, // 0xc2183ab5, America/Virgin -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    870  &kZoneAsia_Phnom_Penh, // 0xc224945e, Asia/Phnom_Penh -> Asia/Bangkok
                                                                                                                    +
                                                                                                                    871  &kZoneAsia_Muscat, // 0xc2c3565f, Asia/Muscat -> Asia/Dubai
                                                                                                                    +
                                                                                                                    872  &kZoneAmerica_Punta_Arenas, // 0xc2c3bce7, America/Punta_Arenas
                                                                                                                    +
                                                                                                                    873  &kZonePortugal, // 0xc3274593, Portugal -> Europe/Lisbon
                                                                                                                    +
                                                                                                                    874  &kZoneNavajo, // 0xc4ef0e24, Navajo -> America/Denver
                                                                                                                    +
                                                                                                                    875  &kZoneAfrica_Casablanca, // 0xc59f1b33, Africa/Casablanca
                                                                                                                    +
                                                                                                                    876  &kZoneAmerica_Argentina_Rio_Gallegos, // 0xc5b0f565, America/Argentina/Rio_Gallegos
                                                                                                                    +
                                                                                                                    877  &kZoneAsia_Jayapura, // 0xc6833c2f, Asia/Jayapura
                                                                                                                    +
                                                                                                                    878  &kZoneAmerica_Resolute, // 0xc7093459, America/Resolute
                                                                                                                    +
                                                                                                                    879  &kZoneAsia_Chungking, // 0xc7121dd0, Asia/Chungking -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    880  &kZoneGreenwich, // 0xc84d4221, Greenwich -> Etc/GMT
                                                                                                                    +
                                                                                                                    881  &kZoneAmerica_Rankin_Inlet, // 0xc8de4984, America/Rankin_Inlet
                                                                                                                    +
                                                                                                                    882  &kZonePoland, // 0xca913b23, Poland -> Europe/Warsaw
                                                                                                                    +
                                                                                                                    883  &kZoneUS_Central, // 0xcabdcb25, US/Central -> America/Chicago
                                                                                                                    +
                                                                                                                    884  &kZoneEurope_Vatican, // 0xcb485dca, Europe/Vatican -> Europe/Rome
                                                                                                                    +
                                                                                                                    885  &kZoneAmerica_Barbados, // 0xcbbc3b04, America/Barbados
                                                                                                                    +
                                                                                                                    886  &kZoneAmerica_Porto_Acre, // 0xcce5bf54, America/Porto_Acre -> America/Rio_Branco
                                                                                                                    +
                                                                                                                    887  &kZoneAmerica_Guadeloupe, // 0xcd1f8a31, America/Guadeloupe -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    888  &kZoneAntarctica_South_Pole, // 0xcd96b290, Antarctica/South_Pole -> Pacific/Auckland
                                                                                                                    +
                                                                                                                    889  &kZoneAsia_Riyadh, // 0xcd973d93, Asia/Riyadh
                                                                                                                    +
                                                                                                                    890  &kZoneAmerica_Dominica, // 0xcecb4c4a, America/Dominica -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    891  &kZoneEurope_San_Marino, // 0xcef7724b, Europe/San_Marino -> Europe/Rome
                                                                                                                    +
                                                                                                                    892  &kZoneAsia_Saigon, // 0xcf52f713, Asia/Saigon -> Asia/Ho_Chi_Minh
                                                                                                                    +
                                                                                                                    893  &kZonePacific_Easter, // 0xcf54f7e7, Pacific/Easter
                                                                                                                    +
                                                                                                                    894  &kZoneAsia_Singapore, // 0xcf8581fa, Asia/Singapore
                                                                                                                    +
                                                                                                                    895  &kZoneAsia_Krasnoyarsk, // 0xd0376c6a, Asia/Krasnoyarsk
                                                                                                                    +
                                                                                                                    896  &kZoneEurope_Belfast, // 0xd07dd1e5, Europe/Belfast -> Europe/London
                                                                                                                    +
                                                                                                                    897  &kZoneAmerica_Mexico_City, // 0xd0d93f43, America/Mexico_City
                                                                                                                    +
                                                                                                                    898  &kZoneUniversal, // 0xd0ff523e, Universal -> Etc/UTC
                                                                                                                    +
                                                                                                                    899  &kZoneAsia_Taipei, // 0xd1a844ae, Asia/Taipei
                                                                                                                    +
                                                                                                                    900  &kZoneAsia_Tehran, // 0xd1f02254, Asia/Tehran
                                                                                                                    +
                                                                                                                    901  &kZoneAsia_Thimbu, // 0xd226e31b, Asia/Thimbu -> Asia/Thimphu
                                                                                                                    +
                                                                                                                    902  &kZoneArctic_Longyearbyen, // 0xd23e7859, Arctic/Longyearbyen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    903  &kZoneAustralia_Queensland, // 0xd326ed0a, Australia/Queensland -> Australia/Brisbane
                                                                                                                    +
                                                                                                                    904  &kZoneEurope_Kaliningrad, // 0xd33b2f28, Europe/Kaliningrad
                                                                                                                    +
                                                                                                                    905  &kZoneAmerica_Argentina_Buenos_Aires, // 0xd43b4c0d, America/Argentina/Buenos_Aires
                                                                                                                    +
                                                                                                                    906  &kZoneTurkey, // 0xd455e469, Turkey -> Europe/Istanbul
                                                                                                                    +
                                                                                                                    907  &kZoneAfrica_Juba, // 0xd51b395c, Africa/Juba
                                                                                                                    +
                                                                                                                    908  &kZoneAfrica_Lome, // 0xd51c3a07, Africa/Lome -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    909  &kZoneAsia_Urumqi, // 0xd5379735, Asia/Urumqi
                                                                                                                    +
                                                                                                                    910  &kZoneAmerica_Cambridge_Bay, // 0xd5a44aff, America/Cambridge_Bay
                                                                                                                    +
                                                                                                                    911  &kZoneAfrica_Johannesburg, // 0xd5d157a0, Africa/Johannesburg
                                                                                                                    +
                                                                                                                    912  &kZoneAmerica_Port_of_Spain, // 0xd8b28d59, America/Port_of_Spain -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    913  &kZoneEtc_GMT, // 0xd8e2de58, Etc/GMT
                                                                                                                    +
                                                                                                                    914  &kZoneEtc_UCT, // 0xd8e3189c, Etc/UCT -> Etc/UTC
                                                                                                                    +
                                                                                                                    915  &kZoneEtc_UTC, // 0xd8e31abc, Etc/UTC
                                                                                                                    +
                                                                                                                    916  &kZoneAmerica_Yakutat, // 0xd8ee31e9, America/Yakutat
                                                                                                                    +
                                                                                                                    917  &kZoneAfrica_Algiers, // 0xd94515c1, Africa/Algiers
                                                                                                                    +
                                                                                                                    918  &kZonePST8PDT, // 0xd99ee2dc, PST8PDT
                                                                                                                    +
                                                                                                                    919  &kZoneEurope_Bratislava, // 0xda493bed, Europe/Bratislava -> Europe/Prague
                                                                                                                    +
                                                                                                                    920  &kZoneEurope_Simferopol, // 0xda9eb724, Europe/Simferopol
                                                                                                                    +
                                                                                                                    921  &kZonePacific_Funafuti, // 0xdb402d65, Pacific/Funafuti -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    922  &kZoneAmerica_Matamoros, // 0xdd1b0259, America/Matamoros
                                                                                                                    +
                                                                                                                    923  &kZonePacific_Kanton, // 0xdd512f0e, Pacific/Kanton
                                                                                                                    +
                                                                                                                    924  &kZoneAsia_Yangon, // 0xdd54a8be, Asia/Yangon
                                                                                                                    +
                                                                                                                    925  &kZoneEurope_Vilnius, // 0xdd63b8ce, Europe/Vilnius
                                                                                                                    +
                                                                                                                    926  &kZoneAustralia_West, // 0xdd858a5d, Australia/West -> Australia/Perth
                                                                                                                    +
                                                                                                                    927  &kZonePacific_Kosrae, // 0xde5139a8, Pacific/Kosrae
                                                                                                                    +
                                                                                                                    928  &kZoneAmerica_Kentucky_Monticello, // 0xde71c439, America/Kentucky/Monticello
                                                                                                                    +
                                                                                                                    929  &kZoneEurope_Brussels, // 0xdee07337, Europe/Brussels
                                                                                                                    +
                                                                                                                    930  &kZoneAmerica_Swift_Current, // 0xdef98e55, America/Swift_Current
                                                                                                                    +
                                                                                                                    931  &kZoneAmerica_Rosario, // 0xdf448665, America/Rosario -> America/Argentina/Cordoba
                                                                                                                    +
                                                                                                                    932  &kZoneAsia_Irkutsk, // 0xdfbf213f, Asia/Irkutsk
                                                                                                                    +
                                                                                                                    933  &kZoneEurope_Ulyanovsk, // 0xe03783d0, Europe/Ulyanovsk
                                                                                                                    +
                                                                                                                    934  &kZoneAustralia_Lindeman, // 0xe05029e2, Australia/Lindeman
                                                                                                                    +
                                                                                                                    935  &kZoneEurope_Belgrade, // 0xe0532b3a, Europe/Belgrade
                                                                                                                    +
                                                                                                                    936  &kZoneAfrica_Blantyre, // 0xe08d813b, Africa/Blantyre -> Africa/Maputo
                                                                                                                    +
                                                                                                                    937  &kZoneAmerica_Menominee, // 0xe0e9c583, America/Menominee
                                                                                                                    +
                                                                                                                    938  &kZoneEurope_Copenhagen, // 0xe0ed30bc, Europe/Copenhagen -> Europe/Berlin
                                                                                                                    +
                                                                                                                    939  &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe
                                                                                                                    +
                                                                                                                    940  &kZonePacific_Majuro, // 0xe1f95371, Pacific/Majuro -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    941  &kZoneAntarctica_Casey, // 0xe2022583, Antarctica/Casey
                                                                                                                    +
                                                                                                                    942  &kZoneAntarctica_Davis, // 0xe2144b45, Antarctica/Davis
                                                                                                                    +
                                                                                                                    943  &kZoneEurope_Astrakhan, // 0xe22256e1, Europe/Astrakhan
                                                                                                                    +
                                                                                                                    944  &kZonePacific_Midway, // 0xe286d38e, Pacific/Midway -> Pacific/Pago_Pago
                                                                                                                    +
                                                                                                                    945  &kZoneAntarctica_Syowa, // 0xe330c7e1, Antarctica/Syowa -> Asia/Riyadh
                                                                                                                    +
                                                                                                                    946  &kZoneAntarctica_Troll, // 0xe33f085b, Antarctica/Troll
                                                                                                                    +
                                                                                                                    947  &kZoneEurope_Saratov, // 0xe4315da4, Europe/Saratov
                                                                                                                    +
                                                                                                                    948  &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea
                                                                                                                    +
                                                                                                                    949  &kZoneIceland, // 0xe56a35b5, Iceland -> Africa/Abidjan
                                                                                                                    +
                                                                                                                    950  &kZoneIndian_Mayotte, // 0xe6880bca, Indian/Mayotte -> Africa/Nairobi
                                                                                                                    +
                                                                                                                    951  &kZoneAustralia_Tasmania, // 0xe6d76648, Australia/Tasmania -> Australia/Hobart
                                                                                                                    +
                                                                                                                    952  &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu
                                                                                                                    +
                                                                                                                    953  &kZoneAmerica_Kralendijk, // 0xe7c456c5, America/Kralendijk -> America/Puerto_Rico
                                                                                                                    +
                                                                                                                    954  &kZoneAmerica_Argentina_Tucuman, // 0xe96399eb, America/Argentina/Tucuman
                                                                                                                    +
                                                                                                                    955  &kZonePacific_Ponape, // 0xe9f80086, Pacific/Ponape -> Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    956  &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye -> Europe/Kyiv
                                                                                                                    +
                                                                                                                    957  &kZoneEurope_Isle_of_Man, // 0xeaf84580, Europe/Isle_of_Man -> Europe/London
                                                                                                                    +
                                                                                                                    958  &kZoneAsia_Magadan, // 0xebacc19b, Asia/Magadan
                                                                                                                    +
                                                                                                                    959  &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga
                                                                                                                    +
                                                                                                                    960  &kZonePacific_Saipan, // 0xeff7a35f, Pacific/Saipan -> Pacific/Guam
                                                                                                                    +
                                                                                                                    961  &kZoneCST6CDT, // 0xf0e87d00, CST6CDT
                                                                                                                    +
                                                                                                                    962  &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti
                                                                                                                    +
                                                                                                                    963  &kZonePacific_Tarawa, // 0xf2517e63, Pacific/Tarawa
                                                                                                                    +
                                                                                                                    964  &kZoneMST7MDT, // 0xf2af9375, MST7MDT
                                                                                                                    +
                                                                                                                    965  &kZoneCanada_Eastern, // 0xf3612d5e, Canada/Eastern -> America/Toronto
                                                                                                                    +
                                                                                                                    966  &kZoneAsia_Tashkent, // 0xf3924254, Asia/Tashkent
                                                                                                                    +
                                                                                                                    967  &kZoneAsia_Sakhalin, // 0xf4a1c9bd, Asia/Sakhalin
                                                                                                                    +
                                                                                                                    968  &kZonePacific_Guadalcanal, // 0xf4dd25f0, Pacific/Guadalcanal
                                                                                                                    +
                                                                                                                    969  &kZoneEtc_GMT0, // 0xf53ea988, Etc/GMT0 -> Etc/GMT
                                                                                                                    +
                                                                                                                    970  &kZoneEtc_Zulu, // 0xf549c240, Etc/Zulu -> Etc/UTC
                                                                                                                    +
                                                                                                                    971  &kZoneAmerica_Danmarkshavn, // 0xf554d204, America/Danmarkshavn
                                                                                                                    +
                                                                                                                    972  &kZoneAsia_Shanghai, // 0xf895a7f5, Asia/Shanghai
                                                                                                                    +
                                                                                                                    973  &kZoneEurope_Gibraltar, // 0xf8e325fc, Europe/Gibraltar
                                                                                                                    +
                                                                                                                    974  &kZoneAsia_Chongqing, // 0xf937fb90, Asia/Chongqing -> Asia/Shanghai
                                                                                                                    +
                                                                                                                    975  &kZoneAtlantic_Azores, // 0xf93ed918, Atlantic/Azores
                                                                                                                    +
                                                                                                                    976  &kZonePacific_Wallis, // 0xf94ddb0f, Pacific/Wallis -> Pacific/Tarawa
                                                                                                                    +
                                                                                                                    977  &kZoneAmerica_Thunder_Bay, // 0xf962e71b, America/Thunder_Bay
                                                                                                                    +
                                                                                                                    978  &kZoneAmerica_Eirunepe, // 0xf9b29683, America/Eirunepe
                                                                                                                    +
                                                                                                                    979  &kZoneAmerica_Montevideo, // 0xfa214780, America/Montevideo
                                                                                                                    +
                                                                                                                    980  &kZoneUS_Alaska, // 0xfa300bc9, US/Alaska -> America/Anchorage
                                                                                                                    +
                                                                                                                    981  &kZoneGB_Eire, // 0xfa70e300, GB-Eire -> Europe/London
                                                                                                                    +
                                                                                                                    982  &kZoneEurope_Kirov, // 0xfaf5abef, Europe/Kirov
                                                                                                                    +
                                                                                                                    983  &kZoneEurope_Malta, // 0xfb1560f3, Europe/Malta
                                                                                                                    +
                                                                                                                    984  &kZoneEurope_Minsk, // 0xfb19cc66, Europe/Minsk
                                                                                                                    +
                                                                                                                    985  &kZoneEurope_Bucharest, // 0xfb349ec5, Europe/Bucharest
                                                                                                                    +
                                                                                                                    986  &kZoneAfrica_Khartoum, // 0xfb3d4205, Africa/Khartoum
                                                                                                                    +
                                                                                                                    987  &kZoneEurope_Paris, // 0xfb4bc2a3, Europe/Paris
                                                                                                                    +
                                                                                                                    988  &kZoneAsia_Yekaterinburg, // 0xfb544c6e, Asia/Yekaterinburg
                                                                                                                    +
                                                                                                                    989  &kZoneEurope_Sofia, // 0xfb898656, Europe/Sofia
                                                                                                                    +
                                                                                                                    990  &kZoneCanada_Mountain, // 0xfb8a8217, Canada/Mountain -> America/Edmonton
                                                                                                                    +
                                                                                                                    991  &kZoneEurope_Vaduz, // 0xfbb81bae, Europe/Vaduz -> Europe/Zurich
                                                                                                                    +
                                                                                                                    992  &kZoneAtlantic_Canary, // 0xfc23f2c2, Atlantic/Canary
                                                                                                                    +
                                                                                                                    993  &kZoneMexico_BajaNorte, // 0xfcf7150f, Mexico/BajaNorte -> America/Tijuana
                                                                                                                    +
                                                                                                                    994  &kZoneAmerica_Santa_Isabel, // 0xfd18a56c, America/Santa_Isabel -> America/Tijuana
                                                                                                                    +
                                                                                                                    995  &kZoneAmerica_Campo_Grande, // 0xfec3e7a6, America/Campo_Grande
                                                                                                                    +
                                                                                                                    996 
                                                                                                                    +
                                                                                                                    997 };
                                                                                                                    998 
                                                                                                                    -
                                                                                                                    999 };
                                                                                                                    -
                                                                                                                    1000 
                                                                                                                    +
                                                                                                                    999 //---------------------------------------------------------------------------
                                                                                                                    +
                                                                                                                    1000 // Link (thin) Entry registry. Sorted by linkId. Links are references to Zones.
                                                                                                                    1001 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1002 // Link (thin) Entry registry. Sorted by linkId. Links are references to Zones.
                                                                                                                    -
                                                                                                                    1003 //---------------------------------------------------------------------------
                                                                                                                    -
                                                                                                                    1004 const extended::LinkEntry kLinkRegistry[239] ACE_TIME_PROGMEM = {
                                                                                                                    -
                                                                                                                    1005  { kZoneIdGB, kZoneIdEurope_London }, // 0x005973ae -> 0x5c6a84ae
                                                                                                                    -
                                                                                                                    1006  { kZoneIdNZ, kZoneIdPacific_Auckland }, // 0x005974ad -> 0x25062f86
                                                                                                                    -
                                                                                                                    1007  { kZoneIdAsia_Kuala_Lumpur, kZoneIdAsia_Singapore }, // 0x014763c4 -> 0xcf8581fa
                                                                                                                    -
                                                                                                                    1008  { kZoneIdAfrica_Libreville, kZoneIdAfrica_Lagos }, // 0x01d96de4 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1009  { kZoneIdIndian_Cocos, kZoneIdAsia_Yangon }, // 0x021e86de -> 0xdd54a8be
                                                                                                                    -
                                                                                                                    1010  { kZoneIdAustralia_Victoria, kZoneIdAustralia_Melbourne }, // 0x0260d5db -> 0x0fe559a3
                                                                                                                    -
                                                                                                                    1011  { kZoneIdAtlantic_Faeroe, kZoneIdAtlantic_Faroe }, // 0x031ec516 -> 0xe110a971
                                                                                                                    -
                                                                                                                    1012  { kZoneIdAmerica_St_Kitts, kZoneIdAmerica_Puerto_Rico }, // 0x04c0507b -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1013  { kZoneIdAfrica_Ouagadougou, kZoneIdAfrica_Abidjan }, // 0x04d7219a -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1014  { kZoneIdAmerica_St_Lucia, kZoneIdAmerica_Puerto_Rico }, // 0x04d8b3ba -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1015  { kZoneIdAfrica_Bujumbura, kZoneIdAfrica_Maputo }, // 0x05232a47 -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    1016  { kZoneIdAmerica_St_Barthelemy, kZoneIdAmerica_Puerto_Rico }, // 0x054e6a79 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1017  { kZoneIdAfrica_Addis_Ababa, kZoneIdAfrica_Nairobi }, // 0x05ae1e65 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1018  { kZoneIdMexico_BajaSur, kZoneIdAmerica_Mazatlan }, // 0x08ee3641 -> 0x0532189e
                                                                                                                    -
                                                                                                                    1019  { kZoneIdUS_Hawaii, kZoneIdPacific_Honolulu }, // 0x09c8de2f -> 0xe6e70af9
                                                                                                                    -
                                                                                                                    1020  { kZoneIdGMT, kZoneIdEtc_GMT }, // 0x0b87eb2d -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    1021  { kZoneIdPRC, kZoneIdAsia_Shanghai }, // 0x0b88120a -> 0xf895a7f5
                                                                                                                    -
                                                                                                                    1022  { kZoneIdROC, kZoneIdAsia_Taipei }, // 0x0b881a29 -> 0xd1a844ae
                                                                                                                    -
                                                                                                                    1023  { kZoneIdROK, kZoneIdAsia_Seoul }, // 0x0b881a31 -> 0x15ce82da
                                                                                                                    -
                                                                                                                    1024  { kZoneIdUCT, kZoneIdEtc_UTC }, // 0x0b882571 -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    1025  { kZoneIdUTC, kZoneIdEtc_UTC }, // 0x0b882791 -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    1026  { kZoneIdEurope_Mariehamn, kZoneIdEurope_Helsinki }, // 0x0caa6496 -> 0x6ab2975b
                                                                                                                    -
                                                                                                                    1027  { kZoneIdEgypt, kZoneIdAfrica_Cairo }, // 0x0d1a278e -> 0x77f8e228
                                                                                                                    -
                                                                                                                    1028  { kZoneIdGMT_PLUS_0, kZoneIdEtc_GMT }, // 0x0d2f7028 -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    1029  { kZoneIdGMT_0, kZoneIdEtc_GMT }, // 0x0d2f706a -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    1030  { kZoneIdJapan, kZoneIdAsia_Tokyo }, // 0x0d712f8f -> 0x15e606a8
                                                                                                                    -
                                                                                                                    1031  { kZoneIdLibya, kZoneIdAfrica_Tripoli }, // 0x0d998b16 -> 0x9dfebd3d
                                                                                                                    -
                                                                                                                    1032  { kZoneIdKwajalein, kZoneIdPacific_Kwajalein }, // 0x0e57afbb -> 0x8e216759
                                                                                                                    -
                                                                                                                    1033  { kZoneIdEurope_Amsterdam, kZoneIdEurope_Brussels }, // 0x109395c2 -> 0xdee07337
                                                                                                                    -
                                                                                                                    1034  { kZoneIdAsia_Dacca, kZoneIdAsia_Dhaka }, // 0x14bcac5e -> 0x14c07b8b
                                                                                                                    -
                                                                                                                    1035  { kZoneIdAsia_Ashkhabad, kZoneIdAsia_Ashgabat }, // 0x15454f09 -> 0xba87598d
                                                                                                                    -
                                                                                                                    1036  { kZoneIdAsia_Macao, kZoneIdAsia_Macau }, // 0x155f88b3 -> 0x155f88b9
                                                                                                                    -
                                                                                                                    1037  { kZoneIdAsia_Tel_Aviv, kZoneIdAsia_Jerusalem }, // 0x166d7c2c -> 0x5becd23a
                                                                                                                    -
                                                                                                                    1038  { kZoneIdAmerica_Montserrat, kZoneIdAmerica_Puerto_Rico }, // 0x199b0a35 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1039  { kZoneIdEurope_Podgorica, kZoneIdEurope_Belgrade }, // 0x1c1a499c -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    1040  { kZoneIdAtlantic_Reykjavik, kZoneIdAfrica_Abidjan }, // 0x1c2b4f74 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1041  { kZoneIdEurope_Luxembourg, kZoneIdEurope_Brussels }, // 0x1f8bc6ce -> 0xdee07337
                                                                                                                    -
                                                                                                                    1042  { kZoneIdAsia_Aden, kZoneIdAsia_Riyadh }, // 0x1fa7084a -> 0xcd973d93
                                                                                                                    -
                                                                                                                    1043  { kZoneIdAmerica_Montreal, kZoneIdAmerica_Toronto }, // 0x203a1ea8 -> 0x792e851b
                                                                                                                    -
                                                                                                                    1044  { kZoneIdAmerica_Argentina_ComodRivadavia, kZoneIdAmerica_Argentina_Catamarca }, // 0x22758877 -> 0x8d40986b
                                                                                                                    -
                                                                                                                    1045  { kZoneIdPacific_Truk, kZoneIdPacific_Port_Moresby }, // 0x234010a9 -> 0xa7ba7f68
                                                                                                                    -
                                                                                                                    1046  { kZoneIdPacific_Wake, kZoneIdPacific_Tarawa }, // 0x23416c2b -> 0xf2517e63
                                                                                                                    -
                                                                                                                    1047  { kZoneIdEtc_Greenwich, kZoneIdEtc_GMT }, // 0x26daa98c -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    1048  { kZoneIdAustralia_Currie, kZoneIdAustralia_Hobart }, // 0x278b6a24 -> 0x32bf951a
                                                                                                                    -
                                                                                                                    1049  { kZoneIdPacific_Pohnpei, kZoneIdPacific_Guadalcanal }, // 0x28929f96 -> 0xf4dd25f0
                                                                                                                    -
                                                                                                                    1050  { kZoneIdAustralia_Canberra, kZoneIdAustralia_Sydney }, // 0x2a09ae58 -> 0x4d1e9776
                                                                                                                    -
                                                                                                                    1051  { kZoneIdJamaica, kZoneIdAmerica_Jamaica }, // 0x2e44fdab -> 0x565dad6c
                                                                                                                    -
                                                                                                                    1052  { kZoneIdEtc_Universal, kZoneIdEtc_UTC }, // 0x2f8cb9a9 -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    1053  { kZoneIdAfrica_Djibouti, kZoneIdAfrica_Nairobi }, // 0x30ea01d4 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1054  { kZoneIdAfrica_Gaborone, kZoneIdAfrica_Maputo }, // 0x317c0aa7 -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    1055  { kZoneIdAsia_Calcutta, kZoneIdAsia_Kolkata }, // 0x328a44c3 -> 0x72c06cd9
                                                                                                                    -
                                                                                                                    1056  { kZoneIdAsia_Istanbul, kZoneIdEurope_Istanbul }, // 0x382e7894 -> 0x9e09d6e6
                                                                                                                    -
                                                                                                                    1057  { kZoneIdAsia_Ulan_Bator, kZoneIdAsia_Ulaanbaatar }, // 0x394db4d9 -> 0x30f0cc4e
                                                                                                                    -
                                                                                                                    1058  { kZoneIdAfrica_Brazzaville, kZoneIdAfrica_Lagos }, // 0x39cda760 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1059  { kZoneIdAfrica_Porto_Novo, kZoneIdAfrica_Lagos }, // 0x3d1bf95d -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1060  { kZoneIdAmerica_Marigot, kZoneIdAmerica_Puerto_Rico }, // 0x3dab3a59 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1061  { kZoneIdEurope_Guernsey, kZoneIdEurope_London }, // 0x3db12c16 -> 0x5c6a84ae
                                                                                                                    -
                                                                                                                    1062  { kZoneIdAfrica_Nouakchott, kZoneIdAfrica_Abidjan }, // 0x3dc49dba -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1063  { kZoneIdAmerica_Louisville, kZoneIdAmerica_Kentucky_Louisville }, // 0x3dcb47ee -> 0x1a21024b
                                                                                                                    -
                                                                                                                    1064  { kZoneIdCanada_Pacific, kZoneIdAmerica_Vancouver }, // 0x40fa3c7b -> 0x2c6f6b1f
                                                                                                                    -
                                                                                                                    1065  { kZoneIdIndian_Kerguelen, kZoneIdIndian_Maldives }, // 0x4351b389 -> 0x9869681c
                                                                                                                    -
                                                                                                                    1066  { kZoneIdAtlantic_St_Helena, kZoneIdAfrica_Abidjan }, // 0x451fc5f7 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1067  { kZoneIdIndian_Mahe, kZoneIdAsia_Dubai }, // 0x45e725e2 -> 0x14c79f77
                                                                                                                    -
                                                                                                                    1068  { kZoneIdIndian_Comoro, kZoneIdAfrica_Nairobi }, // 0x45f4deb6 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1069  { kZoneIdAmerica_Mendoza, kZoneIdAmerica_Argentina_Mendoza }, // 0x46b4e054 -> 0xa9f72d5c
                                                                                                                    -
                                                                                                                    1070  { kZoneIdNZ_CHAT, kZoneIdPacific_Chatham }, // 0x4d42afda -> 0x2f0de999
                                                                                                                    -
                                                                                                                    1071  { kZoneIdUS_Arizona, kZoneIdAmerica_Phoenix }, // 0x4ec52670 -> 0x34b5af01
                                                                                                                    -
                                                                                                                    1072  { kZoneIdAntarctica_Vostok, kZoneIdAsia_Urumqi }, // 0x4f966fd4 -> 0xd5379735
                                                                                                                    -
                                                                                                                    1073  { kZoneIdUS_Aleutian, kZoneIdAmerica_Adak }, // 0x4fe013ef -> 0x97fe49d7
                                                                                                                    -
                                                                                                                    1074  { kZoneIdAmerica_Catamarca, kZoneIdAmerica_Argentina_Catamarca }, // 0x5036e963 -> 0x8d40986b
                                                                                                                    -
                                                                                                                    1075  { kZoneIdAsia_Kashgar, kZoneIdAsia_Urumqi }, // 0x52955193 -> 0xd5379735
                                                                                                                    -
                                                                                                                    1076  { kZoneIdCanada_Atlantic, kZoneIdAmerica_Halifax }, // 0x536b119c -> 0xbc5b7183
                                                                                                                    -
                                                                                                                    1077  { kZoneIdUS_Samoa, kZoneIdPacific_Pago_Pago }, // 0x566821cd -> 0x603aebd0
                                                                                                                    -
                                                                                                                    1078  { kZoneIdHongkong, kZoneIdAsia_Hong_Kong }, // 0x56d36560 -> 0x577f28ac
                                                                                                                    -
                                                                                                                    1079  { kZoneIdEurope_Jersey, kZoneIdEurope_London }, // 0x570dae76 -> 0x5c6a84ae
                                                                                                                    -
                                                                                                                    1080  { kZoneIdAntarctica_DumontDUrville, kZoneIdPacific_Port_Moresby }, // 0x5a3c656c -> 0xa7ba7f68
                                                                                                                    -
                                                                                                                    1081  { kZoneIdAtlantic_Jan_Mayen, kZoneIdEurope_Berlin }, // 0x5a7535b6 -> 0x44644c20
                                                                                                                    -
                                                                                                                    1082  { kZoneIdUS_Eastern, kZoneIdAmerica_New_York }, // 0x5bb7e78e -> 0x1e2a7654
                                                                                                                    -
                                                                                                                    1083  { kZoneIdEurope_Stockholm, kZoneIdEurope_Berlin }, // 0x5bf6fbb8 -> 0x44644c20
                                                                                                                    -
                                                                                                                    1084  { kZoneIdAmerica_Cordoba, kZoneIdAmerica_Argentina_Cordoba }, // 0x5c8a7600 -> 0xbfccc308
                                                                                                                    -
                                                                                                                    1085  { kZoneIdAsia_Ujung_Pandang, kZoneIdAsia_Makassar }, // 0x5d001eb3 -> 0x6aa21c85
                                                                                                                    -
                                                                                                                    1086  { kZoneIdAfrica_Mbabane, kZoneIdAfrica_Johannesburg }, // 0x5d3bdd40 -> 0xd5d157a0
                                                                                                                    -
                                                                                                                    1087  { kZoneIdEurope_Monaco, kZoneIdEurope_Paris }, // 0x5ebf9f01 -> 0xfb4bc2a3
                                                                                                                    -
                                                                                                                    1088  { kZoneIdPacific_Enderbury, kZoneIdPacific_Kanton }, // 0x61599a93 -> 0xdd512f0e
                                                                                                                    -
                                                                                                                    1089  { kZoneIdCanada_Central, kZoneIdAmerica_Winnipeg }, // 0x626710f5 -> 0x8c7dafc7
                                                                                                                    -
                                                                                                                    1090  { kZoneIdAmerica_Creston, kZoneIdAmerica_Phoenix }, // 0x62a70204 -> 0x34b5af01
                                                                                                                    -
                                                                                                                    1091  { kZoneIdBrazil_Acre, kZoneIdAmerica_Rio_Branco }, // 0x66934f93 -> 0x9d352764
                                                                                                                    -
                                                                                                                    1092  { kZoneIdBrazil_East, kZoneIdAmerica_Sao_Paulo }, // 0x669578c5 -> 0x1063bfc9
                                                                                                                    -
                                                                                                                    1093  { kZoneIdAfrica_Kinshasa, kZoneIdAfrica_Lagos }, // 0x6695d70c -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1094  { kZoneIdBrazil_West, kZoneIdAmerica_Manaus }, // 0x669f689b -> 0xac86bf8b
                                                                                                                    -
                                                                                                                    1095  { kZoneIdAfrica_Mogadishu, kZoneIdAfrica_Nairobi }, // 0x66bc159b -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1096  { kZoneIdUS_Indiana_Starke, kZoneIdAmerica_Indiana_Knox }, // 0x67977be7 -> 0x6554adc9
                                                                                                                    -
                                                                                                                    1097  { kZoneIdAmerica_Buenos_Aires, kZoneIdAmerica_Argentina_Buenos_Aires }, // 0x67d79a05 -> 0xd43b4c0d
                                                                                                                    -
                                                                                                                    1098  { kZoneIdAfrica_Freetown, kZoneIdAfrica_Abidjan }, // 0x6823dd64 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1099  { kZoneIdIndian_Christmas, kZoneIdAsia_Bangkok }, // 0x68c207d5 -> 0x9d6e3aaf
                                                                                                                    -
                                                                                                                    1100  { kZoneIdAmerica_Indianapolis, kZoneIdAmerica_Indiana_Indianapolis }, // 0x6a009ae1 -> 0x28a669a4
                                                                                                                    -
                                                                                                                    1101  { kZoneIdEurope_Sarajevo, kZoneIdEurope_Belgrade }, // 0x6a576c3f -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    1102  { kZoneIdAmerica_Curacao, kZoneIdAmerica_Puerto_Rico }, // 0x6a879184 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1103  { kZoneIdAmerica_Lower_Princes, kZoneIdAmerica_Puerto_Rico }, // 0x6ae45b62 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1104  { kZoneIdEurope_Skopje, kZoneIdEurope_Belgrade }, // 0x6c76fdd0 -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    1105  { kZoneIdAsia_Rangoon, kZoneIdAsia_Yangon }, // 0x6d1217c6 -> 0xdd54a8be
                                                                                                                    -
                                                                                                                    1106  { kZoneIdUS_East_Indiana, kZoneIdAmerica_Indiana_Indianapolis }, // 0x6dcf558a -> 0x28a669a4
                                                                                                                    -
                                                                                                                    1107  { kZoneIdAmerica_Blanc_Sablon, kZoneIdAmerica_Puerto_Rico }, // 0x6e299892 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1108  { kZoneIdUS_Mountain, kZoneIdAmerica_Denver }, // 0x6eb88247 -> 0x97d10b2a
                                                                                                                    -
                                                                                                                    1109  { kZoneIdAntarctica_McMurdo, kZoneIdPacific_Auckland }, // 0x6eeb5585 -> 0x25062f86
                                                                                                                    -
                                                                                                                    1110  { kZoneIdAfrica_Lubumbashi, kZoneIdAfrica_Maputo }, // 0x6fd88566 -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    1111  { kZoneIdIndian_Reunion, kZoneIdAsia_Dubai }, // 0x7076c047 -> 0x14c79f77
                                                                                                                    -
                                                                                                                    1112  { kZoneIdAfrica_Asmara, kZoneIdAfrica_Nairobi }, // 0x73b278ef -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1113  { kZoneIdAfrica_Asmera, kZoneIdAfrica_Nairobi }, // 0x73b289f3 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1114  { kZoneIdAfrica_Bamako, kZoneIdAfrica_Abidjan }, // 0x74c1e7a5 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1115  { kZoneIdAfrica_Bangui, kZoneIdAfrica_Lagos }, // 0x74c28ed0 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1116  { kZoneIdAfrica_Banjul, kZoneIdAfrica_Abidjan }, // 0x74c29b96 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1117  { kZoneIdEurope_Nicosia, kZoneIdAsia_Nicosia }, // 0x74efab8a -> 0x4b0fcf78
                                                                                                                    -
                                                                                                                    1118  { kZoneIdUS_Michigan, kZoneIdAmerica_Detroit }, // 0x766bb7bc -> 0x925cfbc1
                                                                                                                    -
                                                                                                                    1119  { kZoneIdCanada_Saskatchewan, kZoneIdAmerica_Regina }, // 0x77311f49 -> 0xb875371c
                                                                                                                    -
                                                                                                                    1120  { kZoneIdAfrica_Accra, kZoneIdAfrica_Abidjan }, // 0x77d5b054 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1121  { kZoneIdAfrica_Dakar, kZoneIdAfrica_Abidjan }, // 0x780b00fd -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1122  { kZoneIdCanada_Yukon, kZoneIdAmerica_Whitehorse }, // 0x78dd35c2 -> 0x54e0e3e8
                                                                                                                    -
                                                                                                                    1123  { kZoneIdAmerica_Tortola, kZoneIdAmerica_Puerto_Rico }, // 0x7931462b -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1124  { kZoneIdAfrica_Douala, kZoneIdAfrica_Lagos }, // 0x7a6df310 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1125  { kZoneIdAfrica_Conakry, kZoneIdAfrica_Abidjan }, // 0x7ab36b31 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1126  { kZoneIdAmerica_Ensenada, kZoneIdAmerica_Tijuana }, // 0x7bc95445 -> 0x6aa1df72
                                                                                                                    -
                                                                                                                    1127  { kZoneIdEurope_Zagreb, kZoneIdEurope_Belgrade }, // 0x7c11c9ff -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    1128  { kZoneIdCuba, kZoneIdAmerica_Havana }, // 0x7c83cba0 -> 0xa0e15675
                                                                                                                    -
                                                                                                                    1129  { kZoneIdEire, kZoneIdEurope_Dublin }, // 0x7c84b36a -> 0x4a275f62
                                                                                                                    -
                                                                                                                    1130  { kZoneIdGMT0, kZoneIdEtc_GMT }, // 0x7c8550fd -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    1131  { kZoneIdIran, kZoneIdAsia_Tehran }, // 0x7c87090f -> 0xd1f02254
                                                                                                                    -
                                                                                                                    1132  { kZoneIdW_SU, kZoneIdEurope_Moscow }, // 0x7c8d8ef1 -> 0x5ec266fc
                                                                                                                    -
                                                                                                                    1133  { kZoneIdZulu, kZoneIdEtc_UTC }, // 0x7c9069b5 -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    1134  { kZoneIdChile_Continental, kZoneIdAmerica_Santiago }, // 0x7e2bdb18 -> 0x7410c9bc
                                                                                                                    -
                                                                                                                    1135  { kZoneIdAmerica_Fort_Wayne, kZoneIdAmerica_Indiana_Indianapolis }, // 0x7eaaaf24 -> 0x28a669a4
                                                                                                                    -
                                                                                                                    1136  { kZoneIdAmerica_Atikokan, kZoneIdAmerica_Panama }, // 0x81b92098 -> 0xb3863854
                                                                                                                    -
                                                                                                                    1137  { kZoneIdAfrica_Harare, kZoneIdAfrica_Maputo }, // 0x82c39a2d -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    1138  { kZoneIdAmerica_Shiprock, kZoneIdAmerica_Denver }, // 0x82fb7049 -> 0x97d10b2a
                                                                                                                    -
                                                                                                                    1139  { kZoneIdAmerica_St_Vincent, kZoneIdAmerica_Puerto_Rico }, // 0x8460e523 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1140  { kZoneIdAsia_Vientiane, kZoneIdAsia_Bangkok }, // 0x89d68d75 -> 0x9d6e3aaf
                                                                                                                    -
                                                                                                                    1141  { kZoneIdPacific_Chuuk, kZoneIdPacific_Port_Moresby }, // 0x8a090b23 -> 0xa7ba7f68
                                                                                                                    -
                                                                                                                    1142  { kZoneIdAfrica_Kigali, kZoneIdAfrica_Maputo }, // 0x8a4dcf2b -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    1143  { kZoneIdAustralia_ACT, kZoneIdAustralia_Sydney }, // 0x8a970eb2 -> 0x4d1e9776
                                                                                                                    -
                                                                                                                    1144  { kZoneIdAustralia_LHI, kZoneIdAustralia_Lord_Howe }, // 0x8a973e17 -> 0xa748b67d
                                                                                                                    -
                                                                                                                    1145  { kZoneIdAustralia_NSW, kZoneIdAustralia_Sydney }, // 0x8a974812 -> 0x4d1e9776
                                                                                                                    -
                                                                                                                    1146  { kZoneIdPacific_Samoa, kZoneIdPacific_Pago_Pago }, // 0x8b2699b4 -> 0x603aebd0
                                                                                                                    -
                                                                                                                    1147  { kZoneIdAfrica_Luanda, kZoneIdAfrica_Lagos }, // 0x8d7909cf -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1148  { kZoneIdAfrica_Lusaka, kZoneIdAfrica_Maputo }, // 0x8d82b23b -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    1149  { kZoneIdAustralia_North, kZoneIdAustralia_Darwin }, // 0x8d997165 -> 0x2876bdff
                                                                                                                    -
                                                                                                                    1150  { kZoneIdAustralia_South, kZoneIdAustralia_Adelaide }, // 0x8df3f8ad -> 0x2428e8a3
                                                                                                                    -
                                                                                                                    1151  { kZoneIdAfrica_Malabo, kZoneIdAfrica_Lagos }, // 0x8e6a1906 -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1152  { kZoneIdAfrica_Maseru, kZoneIdAfrica_Johannesburg }, // 0x8e6e02c7 -> 0xd5d157a0
                                                                                                                    -
                                                                                                                    1153  { kZoneIdAmerica_Godthab, kZoneIdAmerica_Nuuk }, // 0x8f7eba1f -> 0x9805b5a9
                                                                                                                    -
                                                                                                                    1154  { kZoneIdAustralia_Yancowinna, kZoneIdAustralia_Broken_Hill }, // 0x90bac131 -> 0xb06eada3
                                                                                                                    -
                                                                                                                    1155  { kZoneIdAfrica_Niamey, kZoneIdAfrica_Lagos }, // 0x914a30fd -> 0x789bb5d0
                                                                                                                    -
                                                                                                                    1156  { kZoneIdMexico_General, kZoneIdAmerica_Mexico_City }, // 0x93711d57 -> 0xd0d93f43
                                                                                                                    -
                                                                                                                    1157  { kZoneIdAmerica_Cayman, kZoneIdAmerica_Panama }, // 0x953961df -> 0xb3863854
                                                                                                                    -
                                                                                                                    1158  { kZoneIdAmerica_Grenada, kZoneIdAmerica_Puerto_Rico }, // 0x968ce4d8 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1159  { kZoneIdAmerica_Aruba, kZoneIdAmerica_Puerto_Rico }, // 0x97cf8651 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1160  { kZoneIdAmerica_Atka, kZoneIdAmerica_Adak }, // 0x97fe8f27 -> 0x97fe49d7
                                                                                                                    -
                                                                                                                    1161  { kZoneIdAmerica_Jujuy, kZoneIdAmerica_Argentina_Jujuy }, // 0x9873dbbd -> 0x5f2f46c5
                                                                                                                    -
                                                                                                                    1162  { kZoneIdBrazil_DeNoronha, kZoneIdAmerica_Noronha }, // 0x9b4cb496 -> 0xab5116fb
                                                                                                                    -
                                                                                                                    1163  { kZoneIdAsia_Bahrain, kZoneIdAsia_Qatar }, // 0x9d078487 -> 0x15a8330b
                                                                                                                    -
                                                                                                                    1164  { kZoneIdEtc_GMT_PLUS_0, kZoneIdEtc_GMT }, // 0x9d13da13 -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    1165  { kZoneIdEtc_GMT_0, kZoneIdEtc_GMT }, // 0x9d13da55 -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    1166  { kZoneIdIndian_Antananarivo, kZoneIdAfrica_Nairobi }, // 0x9ebf5289 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1167  { kZoneIdAfrica_Dar_es_Salaam, kZoneIdAfrica_Nairobi }, // 0xa04c47b6 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1168  { kZoneIdEurope_Kiev, kZoneIdEurope_Kyiv }, // 0xa2c19eb3 -> 0xa2c1e347
                                                                                                                    -
                                                                                                                    1169  { kZoneIdEurope_Oslo, kZoneIdEurope_Berlin }, // 0xa2c3fba1 -> 0x44644c20
                                                                                                                    -
                                                                                                                    1170  { kZoneIdAsia_Katmandu, kZoneIdAsia_Kathmandu }, // 0xa7ec12c7 -> 0x9a96ce6f
                                                                                                                    -
                                                                                                                    1171  { kZoneIdSingapore, kZoneIdAsia_Singapore }, // 0xa8598c8d -> 0xcf8581fa
                                                                                                                    -
                                                                                                                    1172  { kZoneIdAsia_Brunei, kZoneIdAsia_Kuching }, // 0xa8e595f7 -> 0x801b003b
                                                                                                                    -
                                                                                                                    1173  { kZoneIdUS_Pacific, kZoneIdAmerica_Los_Angeles }, // 0xa950f6ab -> 0xb7f7e8f2
                                                                                                                    -
                                                                                                                    1174  { kZoneIdAmerica_Coral_Harbour, kZoneIdAmerica_Panama }, // 0xabcb7569 -> 0xb3863854
                                                                                                                    -
                                                                                                                    1175  { kZoneIdAmerica_Nassau, kZoneIdAmerica_Toronto }, // 0xaedef011 -> 0x792e851b
                                                                                                                    -
                                                                                                                    1176  { kZoneIdAmerica_Anguilla, kZoneIdAmerica_Puerto_Rico }, // 0xafe31333 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1177  { kZoneIdChile_EasterIsland, kZoneIdPacific_Easter }, // 0xb0982af8 -> 0xcf54f7e7
                                                                                                                    -
                                                                                                                    1178  { kZoneIdPacific_Johnston, kZoneIdPacific_Honolulu }, // 0xb15d7b36 -> 0xe6e70af9
                                                                                                                    -
                                                                                                                    1179  { kZoneIdAfrica_Timbuktu, kZoneIdAfrica_Abidjan }, // 0xb164d56f -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1180  { kZoneIdAmerica_St_Thomas, kZoneIdAmerica_Puerto_Rico }, // 0xb1b3d778 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1181  { kZoneIdCanada_Newfoundland, kZoneIdAmerica_St_Johns }, // 0xb396e991 -> 0x04b14e6e
                                                                                                                    -
                                                                                                                    1182  { kZoneIdAsia_Harbin, kZoneIdAsia_Shanghai }, // 0xb5af1186 -> 0xf895a7f5
                                                                                                                    -
                                                                                                                    1183  { kZoneIdIsrael, kZoneIdAsia_Jerusalem }, // 0xba88c9e5 -> 0x5becd23a
                                                                                                                    -
                                                                                                                    1184  { kZoneIdPacific_Yap, kZoneIdPacific_Port_Moresby }, // 0xbb40138d -> 0xa7ba7f68
                                                                                                                    -
                                                                                                                    1185  { kZoneIdEurope_Ljubljana, kZoneIdEurope_Belgrade }, // 0xbd98cdb7 -> 0xe0532b3a
                                                                                                                    -
                                                                                                                    1186  { kZoneIdAsia_Kuwait, kZoneIdAsia_Riyadh }, // 0xbe1b2f27 -> 0xcd973d93
                                                                                                                    -
                                                                                                                    1187  { kZoneIdEurope_Tiraspol, kZoneIdEurope_Chisinau }, // 0xbe704472 -> 0xad58aa18
                                                                                                                    -
                                                                                                                    1188  { kZoneIdAmerica_Antigua, kZoneIdAmerica_Puerto_Rico }, // 0xc067a32f -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1189  { kZoneIdEurope_Busingen, kZoneIdEurope_Zurich }, // 0xc06d2cdf -> 0x7d8195b9
                                                                                                                    -
                                                                                                                    1190  { kZoneIdAfrica_Kampala, kZoneIdAfrica_Nairobi }, // 0xc1d30e31 -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1191  { kZoneIdAmerica_Knox_IN, kZoneIdAmerica_Indiana_Knox }, // 0xc1db9a1c -> 0x6554adc9
                                                                                                                    -
                                                                                                                    1192  { kZoneIdAmerica_Virgin, kZoneIdAmerica_Puerto_Rico }, // 0xc2183ab5 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1193  { kZoneIdAsia_Phnom_Penh, kZoneIdAsia_Bangkok }, // 0xc224945e -> 0x9d6e3aaf
                                                                                                                    -
                                                                                                                    1194  { kZoneIdAsia_Muscat, kZoneIdAsia_Dubai }, // 0xc2c3565f -> 0x14c79f77
                                                                                                                    -
                                                                                                                    1195  { kZoneIdPortugal, kZoneIdEurope_Lisbon }, // 0xc3274593 -> 0x5c00a70b
                                                                                                                    -
                                                                                                                    1196  { kZoneIdNavajo, kZoneIdAmerica_Denver }, // 0xc4ef0e24 -> 0x97d10b2a
                                                                                                                    -
                                                                                                                    1197  { kZoneIdAsia_Chungking, kZoneIdAsia_Shanghai }, // 0xc7121dd0 -> 0xf895a7f5
                                                                                                                    -
                                                                                                                    1198  { kZoneIdGreenwich, kZoneIdEtc_GMT }, // 0xc84d4221 -> 0xd8e2de58
                                                                                                                    -
                                                                                                                    1199  { kZoneIdPoland, kZoneIdEurope_Warsaw }, // 0xca913b23 -> 0x75185c19
                                                                                                                    -
                                                                                                                    1200  { kZoneIdUS_Central, kZoneIdAmerica_Chicago }, // 0xcabdcb25 -> 0x4b92b5d4
                                                                                                                    -
                                                                                                                    1201  { kZoneIdEurope_Vatican, kZoneIdEurope_Rome }, // 0xcb485dca -> 0xa2c58fd7
                                                                                                                    -
                                                                                                                    1202  { kZoneIdAmerica_Porto_Acre, kZoneIdAmerica_Rio_Branco }, // 0xcce5bf54 -> 0x9d352764
                                                                                                                    -
                                                                                                                    1203  { kZoneIdAmerica_Guadeloupe, kZoneIdAmerica_Puerto_Rico }, // 0xcd1f8a31 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1204  { kZoneIdAntarctica_South_Pole, kZoneIdPacific_Auckland }, // 0xcd96b290 -> 0x25062f86
                                                                                                                    -
                                                                                                                    1205  { kZoneIdAmerica_Dominica, kZoneIdAmerica_Puerto_Rico }, // 0xcecb4c4a -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1206  { kZoneIdEurope_San_Marino, kZoneIdEurope_Rome }, // 0xcef7724b -> 0xa2c58fd7
                                                                                                                    -
                                                                                                                    1207  { kZoneIdAsia_Saigon, kZoneIdAsia_Ho_Chi_Minh }, // 0xcf52f713 -> 0x20f2d127
                                                                                                                    -
                                                                                                                    1208  { kZoneIdEurope_Belfast, kZoneIdEurope_London }, // 0xd07dd1e5 -> 0x5c6a84ae
                                                                                                                    -
                                                                                                                    1209  { kZoneIdUniversal, kZoneIdEtc_UTC }, // 0xd0ff523e -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    1210  { kZoneIdAsia_Thimbu, kZoneIdAsia_Thimphu }, // 0xd226e31b -> 0x170380d1
                                                                                                                    -
                                                                                                                    1211  { kZoneIdArctic_Longyearbyen, kZoneIdEurope_Berlin }, // 0xd23e7859 -> 0x44644c20
                                                                                                                    -
                                                                                                                    1212  { kZoneIdAustralia_Queensland, kZoneIdAustralia_Brisbane }, // 0xd326ed0a -> 0x4fedc9c0
                                                                                                                    -
                                                                                                                    1213  { kZoneIdTurkey, kZoneIdEurope_Istanbul }, // 0xd455e469 -> 0x9e09d6e6
                                                                                                                    -
                                                                                                                    1214  { kZoneIdAfrica_Lome, kZoneIdAfrica_Abidjan }, // 0xd51c3a07 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1215  { kZoneIdAmerica_Port_of_Spain, kZoneIdAmerica_Puerto_Rico }, // 0xd8b28d59 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1216  { kZoneIdEtc_UCT, kZoneIdEtc_UTC }, // 0xd8e3189c -> 0xd8e31abc
                                                                                                                    -
                                                                                                                    1217  { kZoneIdEurope_Bratislava, kZoneIdEurope_Prague }, // 0xda493bed -> 0x65ee5d48
                                                                                                                    -
                                                                                                                    1218  { kZoneIdPacific_Funafuti, kZoneIdPacific_Tarawa }, // 0xdb402d65 -> 0xf2517e63
                                                                                                                    -
                                                                                                                    1219  { kZoneIdAustralia_West, kZoneIdAustralia_Perth }, // 0xdd858a5d -> 0x8db8269d
                                                                                                                    -
                                                                                                                    1220  { kZoneIdAmerica_Rosario, kZoneIdAmerica_Argentina_Cordoba }, // 0xdf448665 -> 0xbfccc308
                                                                                                                    -
                                                                                                                    1221  { kZoneIdAfrica_Blantyre, kZoneIdAfrica_Maputo }, // 0xe08d813b -> 0x8e6ca1f0
                                                                                                                    -
                                                                                                                    1222  { kZoneIdEurope_Copenhagen, kZoneIdEurope_Berlin }, // 0xe0ed30bc -> 0x44644c20
                                                                                                                    -
                                                                                                                    1223  { kZoneIdPacific_Majuro, kZoneIdPacific_Tarawa }, // 0xe1f95371 -> 0xf2517e63
                                                                                                                    -
                                                                                                                    1224  { kZoneIdPacific_Midway, kZoneIdPacific_Pago_Pago }, // 0xe286d38e -> 0x603aebd0
                                                                                                                    -
                                                                                                                    1225  { kZoneIdAntarctica_Syowa, kZoneIdAsia_Riyadh }, // 0xe330c7e1 -> 0xcd973d93
                                                                                                                    -
                                                                                                                    1226  { kZoneIdIceland, kZoneIdAfrica_Abidjan }, // 0xe56a35b5 -> 0xc21305a3
                                                                                                                    -
                                                                                                                    1227  { kZoneIdIndian_Mayotte, kZoneIdAfrica_Nairobi }, // 0xe6880bca -> 0xa87ab57e
                                                                                                                    -
                                                                                                                    1228  { kZoneIdAustralia_Tasmania, kZoneIdAustralia_Hobart }, // 0xe6d76648 -> 0x32bf951a
                                                                                                                    -
                                                                                                                    1229  { kZoneIdAmerica_Kralendijk, kZoneIdAmerica_Puerto_Rico }, // 0xe7c456c5 -> 0x6752ca31
                                                                                                                    -
                                                                                                                    1230  { kZoneIdPacific_Ponape, kZoneIdPacific_Guadalcanal }, // 0xe9f80086 -> 0xf4dd25f0
                                                                                                                    +
                                                                                                                    1002 const extended::LinkEntry kLinkRegistry[241] ACE_TIME_PROGMEM = {
                                                                                                                    +
                                                                                                                    1003  { kZoneIdGB, kZoneIdEurope_London }, // 0x005973ae -> 0x5c6a84ae
                                                                                                                    +
                                                                                                                    1004  { kZoneIdNZ, kZoneIdPacific_Auckland }, // 0x005974ad -> 0x25062f86
                                                                                                                    +
                                                                                                                    1005  { kZoneIdAsia_Kuala_Lumpur, kZoneIdAsia_Singapore }, // 0x014763c4 -> 0xcf8581fa
                                                                                                                    +
                                                                                                                    1006  { kZoneIdAfrica_Libreville, kZoneIdAfrica_Lagos }, // 0x01d96de4 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1007  { kZoneIdIndian_Cocos, kZoneIdAsia_Yangon }, // 0x021e86de -> 0xdd54a8be
                                                                                                                    +
                                                                                                                    1008  { kZoneIdAustralia_Victoria, kZoneIdAustralia_Melbourne }, // 0x0260d5db -> 0x0fe559a3
                                                                                                                    +
                                                                                                                    1009  { kZoneIdAtlantic_Faeroe, kZoneIdAtlantic_Faroe }, // 0x031ec516 -> 0xe110a971
                                                                                                                    +
                                                                                                                    1010  { kZoneIdAmerica_St_Kitts, kZoneIdAmerica_Puerto_Rico }, // 0x04c0507b -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1011  { kZoneIdAfrica_Ouagadougou, kZoneIdAfrica_Abidjan }, // 0x04d7219a -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1012  { kZoneIdAmerica_St_Lucia, kZoneIdAmerica_Puerto_Rico }, // 0x04d8b3ba -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1013  { kZoneIdAfrica_Bujumbura, kZoneIdAfrica_Maputo }, // 0x05232a47 -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    1014  { kZoneIdAmerica_St_Barthelemy, kZoneIdAmerica_Puerto_Rico }, // 0x054e6a79 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1015  { kZoneIdAfrica_Addis_Ababa, kZoneIdAfrica_Nairobi }, // 0x05ae1e65 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1016  { kZoneIdMexico_BajaSur, kZoneIdAmerica_Mazatlan }, // 0x08ee3641 -> 0x0532189e
                                                                                                                    +
                                                                                                                    1017  { kZoneIdUS_Hawaii, kZoneIdPacific_Honolulu }, // 0x09c8de2f -> 0xe6e70af9
                                                                                                                    +
                                                                                                                    1018  { kZoneIdGMT, kZoneIdEtc_GMT }, // 0x0b87eb2d -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    1019  { kZoneIdPRC, kZoneIdAsia_Shanghai }, // 0x0b88120a -> 0xf895a7f5
                                                                                                                    +
                                                                                                                    1020  { kZoneIdROC, kZoneIdAsia_Taipei }, // 0x0b881a29 -> 0xd1a844ae
                                                                                                                    +
                                                                                                                    1021  { kZoneIdROK, kZoneIdAsia_Seoul }, // 0x0b881a31 -> 0x15ce82da
                                                                                                                    +
                                                                                                                    1022  { kZoneIdUCT, kZoneIdEtc_UTC }, // 0x0b882571 -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    1023  { kZoneIdUTC, kZoneIdEtc_UTC }, // 0x0b882791 -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    1024  { kZoneIdEurope_Mariehamn, kZoneIdEurope_Helsinki }, // 0x0caa6496 -> 0x6ab2975b
                                                                                                                    +
                                                                                                                    1025  { kZoneIdEgypt, kZoneIdAfrica_Cairo }, // 0x0d1a278e -> 0x77f8e228
                                                                                                                    +
                                                                                                                    1026  { kZoneIdGMT_PLUS_0, kZoneIdEtc_GMT }, // 0x0d2f7028 -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    1027  { kZoneIdGMT_0, kZoneIdEtc_GMT }, // 0x0d2f706a -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    1028  { kZoneIdJapan, kZoneIdAsia_Tokyo }, // 0x0d712f8f -> 0x15e606a8
                                                                                                                    +
                                                                                                                    1029  { kZoneIdLibya, kZoneIdAfrica_Tripoli }, // 0x0d998b16 -> 0x9dfebd3d
                                                                                                                    +
                                                                                                                    1030  { kZoneIdKwajalein, kZoneIdPacific_Kwajalein }, // 0x0e57afbb -> 0x8e216759
                                                                                                                    +
                                                                                                                    1031  { kZoneIdEurope_Amsterdam, kZoneIdEurope_Brussels }, // 0x109395c2 -> 0xdee07337
                                                                                                                    +
                                                                                                                    1032  { kZoneIdAsia_Dacca, kZoneIdAsia_Dhaka }, // 0x14bcac5e -> 0x14c07b8b
                                                                                                                    +
                                                                                                                    1033  { kZoneIdAsia_Ashkhabad, kZoneIdAsia_Ashgabat }, // 0x15454f09 -> 0xba87598d
                                                                                                                    +
                                                                                                                    1034  { kZoneIdAsia_Macao, kZoneIdAsia_Macau }, // 0x155f88b3 -> 0x155f88b9
                                                                                                                    +
                                                                                                                    1035  { kZoneIdAsia_Tel_Aviv, kZoneIdAsia_Jerusalem }, // 0x166d7c2c -> 0x5becd23a
                                                                                                                    +
                                                                                                                    1036  { kZoneIdAmerica_Montserrat, kZoneIdAmerica_Puerto_Rico }, // 0x199b0a35 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1037  { kZoneIdEurope_Podgorica, kZoneIdEurope_Belgrade }, // 0x1c1a499c -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    1038  { kZoneIdAtlantic_Reykjavik, kZoneIdAfrica_Abidjan }, // 0x1c2b4f74 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1039  { kZoneIdEurope_Luxembourg, kZoneIdEurope_Brussels }, // 0x1f8bc6ce -> 0xdee07337
                                                                                                                    +
                                                                                                                    1040  { kZoneIdAsia_Aden, kZoneIdAsia_Riyadh }, // 0x1fa7084a -> 0xcd973d93
                                                                                                                    +
                                                                                                                    1041  { kZoneIdAmerica_Montreal, kZoneIdAmerica_Toronto }, // 0x203a1ea8 -> 0x792e851b
                                                                                                                    +
                                                                                                                    1042  { kZoneIdAmerica_Argentina_ComodRivadavia, kZoneIdAmerica_Argentina_Catamarca }, // 0x22758877 -> 0x8d40986b
                                                                                                                    +
                                                                                                                    1043  { kZoneIdPacific_Truk, kZoneIdPacific_Port_Moresby }, // 0x234010a9 -> 0xa7ba7f68
                                                                                                                    +
                                                                                                                    1044  { kZoneIdPacific_Wake, kZoneIdPacific_Tarawa }, // 0x23416c2b -> 0xf2517e63
                                                                                                                    +
                                                                                                                    1045  { kZoneIdEtc_Greenwich, kZoneIdEtc_GMT }, // 0x26daa98c -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    1046  { kZoneIdAustralia_Currie, kZoneIdAustralia_Hobart }, // 0x278b6a24 -> 0x32bf951a
                                                                                                                    +
                                                                                                                    1047  { kZoneIdPacific_Pohnpei, kZoneIdPacific_Guadalcanal }, // 0x28929f96 -> 0xf4dd25f0
                                                                                                                    +
                                                                                                                    1048  { kZoneIdAustralia_Canberra, kZoneIdAustralia_Sydney }, // 0x2a09ae58 -> 0x4d1e9776
                                                                                                                    +
                                                                                                                    1049  { kZoneIdJamaica, kZoneIdAmerica_Jamaica }, // 0x2e44fdab -> 0x565dad6c
                                                                                                                    +
                                                                                                                    1050  { kZoneIdEtc_Universal, kZoneIdEtc_UTC }, // 0x2f8cb9a9 -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    1051  { kZoneIdAfrica_Djibouti, kZoneIdAfrica_Nairobi }, // 0x30ea01d4 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1052  { kZoneIdAfrica_Gaborone, kZoneIdAfrica_Maputo }, // 0x317c0aa7 -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    1053  { kZoneIdAsia_Calcutta, kZoneIdAsia_Kolkata }, // 0x328a44c3 -> 0x72c06cd9
                                                                                                                    +
                                                                                                                    1054  { kZoneIdAsia_Istanbul, kZoneIdEurope_Istanbul }, // 0x382e7894 -> 0x9e09d6e6
                                                                                                                    +
                                                                                                                    1055  { kZoneIdAsia_Ulan_Bator, kZoneIdAsia_Ulaanbaatar }, // 0x394db4d9 -> 0x30f0cc4e
                                                                                                                    +
                                                                                                                    1056  { kZoneIdAfrica_Brazzaville, kZoneIdAfrica_Lagos }, // 0x39cda760 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1057  { kZoneIdAfrica_Porto_Novo, kZoneIdAfrica_Lagos }, // 0x3d1bf95d -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1058  { kZoneIdAmerica_Marigot, kZoneIdAmerica_Puerto_Rico }, // 0x3dab3a59 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1059  { kZoneIdEurope_Guernsey, kZoneIdEurope_London }, // 0x3db12c16 -> 0x5c6a84ae
                                                                                                                    +
                                                                                                                    1060  { kZoneIdAfrica_Nouakchott, kZoneIdAfrica_Abidjan }, // 0x3dc49dba -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1061  { kZoneIdAmerica_Louisville, kZoneIdAmerica_Kentucky_Louisville }, // 0x3dcb47ee -> 0x1a21024b
                                                                                                                    +
                                                                                                                    1062  { kZoneIdCanada_Pacific, kZoneIdAmerica_Vancouver }, // 0x40fa3c7b -> 0x2c6f6b1f
                                                                                                                    +
                                                                                                                    1063  { kZoneIdIndian_Kerguelen, kZoneIdIndian_Maldives }, // 0x4351b389 -> 0x9869681c
                                                                                                                    +
                                                                                                                    1064  { kZoneIdAtlantic_St_Helena, kZoneIdAfrica_Abidjan }, // 0x451fc5f7 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1065  { kZoneIdIndian_Mahe, kZoneIdAsia_Dubai }, // 0x45e725e2 -> 0x14c79f77
                                                                                                                    +
                                                                                                                    1066  { kZoneIdIndian_Comoro, kZoneIdAfrica_Nairobi }, // 0x45f4deb6 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1067  { kZoneIdAmerica_Mendoza, kZoneIdAmerica_Argentina_Mendoza }, // 0x46b4e054 -> 0xa9f72d5c
                                                                                                                    +
                                                                                                                    1068  { kZoneIdNZ_CHAT, kZoneIdPacific_Chatham }, // 0x4d42afda -> 0x2f0de999
                                                                                                                    +
                                                                                                                    1069  { kZoneIdUS_Arizona, kZoneIdAmerica_Phoenix }, // 0x4ec52670 -> 0x34b5af01
                                                                                                                    +
                                                                                                                    1070  { kZoneIdAntarctica_Vostok, kZoneIdAsia_Urumqi }, // 0x4f966fd4 -> 0xd5379735
                                                                                                                    +
                                                                                                                    1071  { kZoneIdUS_Aleutian, kZoneIdAmerica_Adak }, // 0x4fe013ef -> 0x97fe49d7
                                                                                                                    +
                                                                                                                    1072  { kZoneIdAmerica_Catamarca, kZoneIdAmerica_Argentina_Catamarca }, // 0x5036e963 -> 0x8d40986b
                                                                                                                    +
                                                                                                                    1073  { kZoneIdAsia_Kashgar, kZoneIdAsia_Urumqi }, // 0x52955193 -> 0xd5379735
                                                                                                                    +
                                                                                                                    1074  { kZoneIdCanada_Atlantic, kZoneIdAmerica_Halifax }, // 0x536b119c -> 0xbc5b7183
                                                                                                                    +
                                                                                                                    1075  { kZoneIdUS_Samoa, kZoneIdPacific_Pago_Pago }, // 0x566821cd -> 0x603aebd0
                                                                                                                    +
                                                                                                                    1076  { kZoneIdHongkong, kZoneIdAsia_Hong_Kong }, // 0x56d36560 -> 0x577f28ac
                                                                                                                    +
                                                                                                                    1077  { kZoneIdEurope_Jersey, kZoneIdEurope_London }, // 0x570dae76 -> 0x5c6a84ae
                                                                                                                    +
                                                                                                                    1078  { kZoneIdAntarctica_DumontDUrville, kZoneIdPacific_Port_Moresby }, // 0x5a3c656c -> 0xa7ba7f68
                                                                                                                    +
                                                                                                                    1079  { kZoneIdAtlantic_Jan_Mayen, kZoneIdEurope_Berlin }, // 0x5a7535b6 -> 0x44644c20
                                                                                                                    +
                                                                                                                    1080  { kZoneIdUS_Eastern, kZoneIdAmerica_New_York }, // 0x5bb7e78e -> 0x1e2a7654
                                                                                                                    +
                                                                                                                    1081  { kZoneIdEurope_Stockholm, kZoneIdEurope_Berlin }, // 0x5bf6fbb8 -> 0x44644c20
                                                                                                                    +
                                                                                                                    1082  { kZoneIdAmerica_Cordoba, kZoneIdAmerica_Argentina_Cordoba }, // 0x5c8a7600 -> 0xbfccc308
                                                                                                                    +
                                                                                                                    1083  { kZoneIdAsia_Ujung_Pandang, kZoneIdAsia_Makassar }, // 0x5d001eb3 -> 0x6aa21c85
                                                                                                                    +
                                                                                                                    1084  { kZoneIdAfrica_Mbabane, kZoneIdAfrica_Johannesburg }, // 0x5d3bdd40 -> 0xd5d157a0
                                                                                                                    +
                                                                                                                    1085  { kZoneIdEurope_Monaco, kZoneIdEurope_Paris }, // 0x5ebf9f01 -> 0xfb4bc2a3
                                                                                                                    +
                                                                                                                    1086  { kZoneIdPacific_Enderbury, kZoneIdPacific_Kanton }, // 0x61599a93 -> 0xdd512f0e
                                                                                                                    +
                                                                                                                    1087  { kZoneIdCanada_Central, kZoneIdAmerica_Winnipeg }, // 0x626710f5 -> 0x8c7dafc7
                                                                                                                    +
                                                                                                                    1088  { kZoneIdAmerica_Creston, kZoneIdAmerica_Phoenix }, // 0x62a70204 -> 0x34b5af01
                                                                                                                    +
                                                                                                                    1089  { kZoneIdBrazil_Acre, kZoneIdAmerica_Rio_Branco }, // 0x66934f93 -> 0x9d352764
                                                                                                                    +
                                                                                                                    1090  { kZoneIdBrazil_East, kZoneIdAmerica_Sao_Paulo }, // 0x669578c5 -> 0x1063bfc9
                                                                                                                    +
                                                                                                                    1091  { kZoneIdAfrica_Kinshasa, kZoneIdAfrica_Lagos }, // 0x6695d70c -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1092  { kZoneIdBrazil_West, kZoneIdAmerica_Manaus }, // 0x669f689b -> 0xac86bf8b
                                                                                                                    +
                                                                                                                    1093  { kZoneIdAfrica_Mogadishu, kZoneIdAfrica_Nairobi }, // 0x66bc159b -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1094  { kZoneIdUS_Indiana_Starke, kZoneIdAmerica_Indiana_Knox }, // 0x67977be7 -> 0x6554adc9
                                                                                                                    +
                                                                                                                    1095  { kZoneIdAmerica_Buenos_Aires, kZoneIdAmerica_Argentina_Buenos_Aires }, // 0x67d79a05 -> 0xd43b4c0d
                                                                                                                    +
                                                                                                                    1096  { kZoneIdAfrica_Freetown, kZoneIdAfrica_Abidjan }, // 0x6823dd64 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1097  { kZoneIdIndian_Christmas, kZoneIdAsia_Bangkok }, // 0x68c207d5 -> 0x9d6e3aaf
                                                                                                                    +
                                                                                                                    1098  { kZoneIdAmerica_Indianapolis, kZoneIdAmerica_Indiana_Indianapolis }, // 0x6a009ae1 -> 0x28a669a4
                                                                                                                    +
                                                                                                                    1099  { kZoneIdEurope_Sarajevo, kZoneIdEurope_Belgrade }, // 0x6a576c3f -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    1100  { kZoneIdAmerica_Curacao, kZoneIdAmerica_Puerto_Rico }, // 0x6a879184 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1101  { kZoneIdAmerica_Lower_Princes, kZoneIdAmerica_Puerto_Rico }, // 0x6ae45b62 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1102  { kZoneIdEurope_Skopje, kZoneIdEurope_Belgrade }, // 0x6c76fdd0 -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    1103  { kZoneIdAsia_Rangoon, kZoneIdAsia_Yangon }, // 0x6d1217c6 -> 0xdd54a8be
                                                                                                                    +
                                                                                                                    1104  { kZoneIdUS_East_Indiana, kZoneIdAmerica_Indiana_Indianapolis }, // 0x6dcf558a -> 0x28a669a4
                                                                                                                    +
                                                                                                                    1105  { kZoneIdAmerica_Blanc_Sablon, kZoneIdAmerica_Puerto_Rico }, // 0x6e299892 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1106  { kZoneIdUS_Mountain, kZoneIdAmerica_Denver }, // 0x6eb88247 -> 0x97d10b2a
                                                                                                                    +
                                                                                                                    1107  { kZoneIdAntarctica_McMurdo, kZoneIdPacific_Auckland }, // 0x6eeb5585 -> 0x25062f86
                                                                                                                    +
                                                                                                                    1108  { kZoneIdAfrica_Lubumbashi, kZoneIdAfrica_Maputo }, // 0x6fd88566 -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    1109  { kZoneIdIndian_Reunion, kZoneIdAsia_Dubai }, // 0x7076c047 -> 0x14c79f77
                                                                                                                    +
                                                                                                                    1110  { kZoneIdAfrica_Asmara, kZoneIdAfrica_Nairobi }, // 0x73b278ef -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1111  { kZoneIdAfrica_Asmera, kZoneIdAfrica_Nairobi }, // 0x73b289f3 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1112  { kZoneIdAfrica_Bamako, kZoneIdAfrica_Abidjan }, // 0x74c1e7a5 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1113  { kZoneIdAfrica_Bangui, kZoneIdAfrica_Lagos }, // 0x74c28ed0 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1114  { kZoneIdAfrica_Banjul, kZoneIdAfrica_Abidjan }, // 0x74c29b96 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1115  { kZoneIdEurope_Nicosia, kZoneIdAsia_Nicosia }, // 0x74efab8a -> 0x4b0fcf78
                                                                                                                    +
                                                                                                                    1116  { kZoneIdUS_Michigan, kZoneIdAmerica_Detroit }, // 0x766bb7bc -> 0x925cfbc1
                                                                                                                    +
                                                                                                                    1117  { kZoneIdCanada_Saskatchewan, kZoneIdAmerica_Regina }, // 0x77311f49 -> 0xb875371c
                                                                                                                    +
                                                                                                                    1118  { kZoneIdAfrica_Accra, kZoneIdAfrica_Abidjan }, // 0x77d5b054 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1119  { kZoneIdAfrica_Dakar, kZoneIdAfrica_Abidjan }, // 0x780b00fd -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1120  { kZoneIdCanada_Yukon, kZoneIdAmerica_Whitehorse }, // 0x78dd35c2 -> 0x54e0e3e8
                                                                                                                    +
                                                                                                                    1121  { kZoneIdAmerica_Tortola, kZoneIdAmerica_Puerto_Rico }, // 0x7931462b -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1122  { kZoneIdAfrica_Douala, kZoneIdAfrica_Lagos }, // 0x7a6df310 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1123  { kZoneIdAfrica_Conakry, kZoneIdAfrica_Abidjan }, // 0x7ab36b31 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1124  { kZoneIdAmerica_Ensenada, kZoneIdAmerica_Tijuana }, // 0x7bc95445 -> 0x6aa1df72
                                                                                                                    +
                                                                                                                    1125  { kZoneIdEurope_Zagreb, kZoneIdEurope_Belgrade }, // 0x7c11c9ff -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    1126  { kZoneIdCuba, kZoneIdAmerica_Havana }, // 0x7c83cba0 -> 0xa0e15675
                                                                                                                    +
                                                                                                                    1127  { kZoneIdEire, kZoneIdEurope_Dublin }, // 0x7c84b36a -> 0x4a275f62
                                                                                                                    +
                                                                                                                    1128  { kZoneIdGMT0, kZoneIdEtc_GMT }, // 0x7c8550fd -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    1129  { kZoneIdIran, kZoneIdAsia_Tehran }, // 0x7c87090f -> 0xd1f02254
                                                                                                                    +
                                                                                                                    1130  { kZoneIdW_SU, kZoneIdEurope_Moscow }, // 0x7c8d8ef1 -> 0x5ec266fc
                                                                                                                    +
                                                                                                                    1131  { kZoneIdZulu, kZoneIdEtc_UTC }, // 0x7c9069b5 -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    1132  { kZoneIdChile_Continental, kZoneIdAmerica_Santiago }, // 0x7e2bdb18 -> 0x7410c9bc
                                                                                                                    +
                                                                                                                    1133  { kZoneIdAmerica_Fort_Wayne, kZoneIdAmerica_Indiana_Indianapolis }, // 0x7eaaaf24 -> 0x28a669a4
                                                                                                                    +
                                                                                                                    1134  { kZoneIdAmerica_Atikokan, kZoneIdAmerica_Panama }, // 0x81b92098 -> 0xb3863854
                                                                                                                    +
                                                                                                                    1135  { kZoneIdAfrica_Harare, kZoneIdAfrica_Maputo }, // 0x82c39a2d -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    1136  { kZoneIdAmerica_Shiprock, kZoneIdAmerica_Denver }, // 0x82fb7049 -> 0x97d10b2a
                                                                                                                    +
                                                                                                                    1137  { kZoneIdAmerica_St_Vincent, kZoneIdAmerica_Puerto_Rico }, // 0x8460e523 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1138  { kZoneIdAsia_Vientiane, kZoneIdAsia_Bangkok }, // 0x89d68d75 -> 0x9d6e3aaf
                                                                                                                    +
                                                                                                                    1139  { kZoneIdPacific_Chuuk, kZoneIdPacific_Port_Moresby }, // 0x8a090b23 -> 0xa7ba7f68
                                                                                                                    +
                                                                                                                    1140  { kZoneIdAfrica_Kigali, kZoneIdAfrica_Maputo }, // 0x8a4dcf2b -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    1141  { kZoneIdAustralia_ACT, kZoneIdAustralia_Sydney }, // 0x8a970eb2 -> 0x4d1e9776
                                                                                                                    +
                                                                                                                    1142  { kZoneIdAustralia_LHI, kZoneIdAustralia_Lord_Howe }, // 0x8a973e17 -> 0xa748b67d
                                                                                                                    +
                                                                                                                    1143  { kZoneIdAustralia_NSW, kZoneIdAustralia_Sydney }, // 0x8a974812 -> 0x4d1e9776
                                                                                                                    +
                                                                                                                    1144  { kZoneIdPacific_Samoa, kZoneIdPacific_Pago_Pago }, // 0x8b2699b4 -> 0x603aebd0
                                                                                                                    +
                                                                                                                    1145  { kZoneIdAfrica_Luanda, kZoneIdAfrica_Lagos }, // 0x8d7909cf -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1146  { kZoneIdAfrica_Lusaka, kZoneIdAfrica_Maputo }, // 0x8d82b23b -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    1147  { kZoneIdAustralia_North, kZoneIdAustralia_Darwin }, // 0x8d997165 -> 0x2876bdff
                                                                                                                    +
                                                                                                                    1148  { kZoneIdAustralia_South, kZoneIdAustralia_Adelaide }, // 0x8df3f8ad -> 0x2428e8a3
                                                                                                                    +
                                                                                                                    1149  { kZoneIdAfrica_Malabo, kZoneIdAfrica_Lagos }, // 0x8e6a1906 -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1150  { kZoneIdAfrica_Maseru, kZoneIdAfrica_Johannesburg }, // 0x8e6e02c7 -> 0xd5d157a0
                                                                                                                    +
                                                                                                                    1151  { kZoneIdAmerica_Godthab, kZoneIdAmerica_Nuuk }, // 0x8f7eba1f -> 0x9805b5a9
                                                                                                                    +
                                                                                                                    1152  { kZoneIdAustralia_Yancowinna, kZoneIdAustralia_Broken_Hill }, // 0x90bac131 -> 0xb06eada3
                                                                                                                    +
                                                                                                                    1153  { kZoneIdAfrica_Niamey, kZoneIdAfrica_Lagos }, // 0x914a30fd -> 0x789bb5d0
                                                                                                                    +
                                                                                                                    1154  { kZoneIdMexico_General, kZoneIdAmerica_Mexico_City }, // 0x93711d57 -> 0xd0d93f43
                                                                                                                    +
                                                                                                                    1155  { kZoneIdAmerica_Cayman, kZoneIdAmerica_Panama }, // 0x953961df -> 0xb3863854
                                                                                                                    +
                                                                                                                    1156  { kZoneIdAmerica_Grenada, kZoneIdAmerica_Puerto_Rico }, // 0x968ce4d8 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1157  { kZoneIdAmerica_Aruba, kZoneIdAmerica_Puerto_Rico }, // 0x97cf8651 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1158  { kZoneIdAmerica_Atka, kZoneIdAmerica_Adak }, // 0x97fe8f27 -> 0x97fe49d7
                                                                                                                    +
                                                                                                                    1159  { kZoneIdAmerica_Jujuy, kZoneIdAmerica_Argentina_Jujuy }, // 0x9873dbbd -> 0x5f2f46c5
                                                                                                                    +
                                                                                                                    1160  { kZoneIdBrazil_DeNoronha, kZoneIdAmerica_Noronha }, // 0x9b4cb496 -> 0xab5116fb
                                                                                                                    +
                                                                                                                    1161  { kZoneIdAsia_Bahrain, kZoneIdAsia_Qatar }, // 0x9d078487 -> 0x15a8330b
                                                                                                                    +
                                                                                                                    1162  { kZoneIdEtc_GMT_PLUS_0, kZoneIdEtc_GMT }, // 0x9d13da13 -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    1163  { kZoneIdEtc_GMT_0, kZoneIdEtc_GMT }, // 0x9d13da55 -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    1164  { kZoneIdIndian_Antananarivo, kZoneIdAfrica_Nairobi }, // 0x9ebf5289 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1165  { kZoneIdAfrica_Dar_es_Salaam, kZoneIdAfrica_Nairobi }, // 0xa04c47b6 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1166  { kZoneIdEurope_Kiev, kZoneIdEurope_Kyiv }, // 0xa2c19eb3 -> 0xa2c1e347
                                                                                                                    +
                                                                                                                    1167  { kZoneIdEurope_Oslo, kZoneIdEurope_Berlin }, // 0xa2c3fba1 -> 0x44644c20
                                                                                                                    +
                                                                                                                    1168  { kZoneIdAsia_Katmandu, kZoneIdAsia_Kathmandu }, // 0xa7ec12c7 -> 0x9a96ce6f
                                                                                                                    +
                                                                                                                    1169  { kZoneIdSingapore, kZoneIdAsia_Singapore }, // 0xa8598c8d -> 0xcf8581fa
                                                                                                                    +
                                                                                                                    1170  { kZoneIdAsia_Brunei, kZoneIdAsia_Kuching }, // 0xa8e595f7 -> 0x801b003b
                                                                                                                    +
                                                                                                                    1171  { kZoneIdUS_Pacific, kZoneIdAmerica_Los_Angeles }, // 0xa950f6ab -> 0xb7f7e8f2
                                                                                                                    +
                                                                                                                    1172  { kZoneIdAmerica_Coral_Harbour, kZoneIdAmerica_Panama }, // 0xabcb7569 -> 0xb3863854
                                                                                                                    +
                                                                                                                    1173  { kZoneIdAmerica_Nassau, kZoneIdAmerica_Toronto }, // 0xaedef011 -> 0x792e851b
                                                                                                                    +
                                                                                                                    1174  { kZoneIdAmerica_Anguilla, kZoneIdAmerica_Puerto_Rico }, // 0xafe31333 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1175  { kZoneIdEurope_Uzhgorod, kZoneIdEurope_Kyiv }, // 0xb066f5d6 -> 0xa2c1e347
                                                                                                                    +
                                                                                                                    1176  { kZoneIdChile_EasterIsland, kZoneIdPacific_Easter }, // 0xb0982af8 -> 0xcf54f7e7
                                                                                                                    +
                                                                                                                    1177  { kZoneIdPacific_Johnston, kZoneIdPacific_Honolulu }, // 0xb15d7b36 -> 0xe6e70af9
                                                                                                                    +
                                                                                                                    1178  { kZoneIdAfrica_Timbuktu, kZoneIdAfrica_Abidjan }, // 0xb164d56f -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1179  { kZoneIdAmerica_St_Thomas, kZoneIdAmerica_Puerto_Rico }, // 0xb1b3d778 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1180  { kZoneIdCanada_Newfoundland, kZoneIdAmerica_St_Johns }, // 0xb396e991 -> 0x04b14e6e
                                                                                                                    +
                                                                                                                    1181  { kZoneIdAsia_Harbin, kZoneIdAsia_Shanghai }, // 0xb5af1186 -> 0xf895a7f5
                                                                                                                    +
                                                                                                                    1182  { kZoneIdIsrael, kZoneIdAsia_Jerusalem }, // 0xba88c9e5 -> 0x5becd23a
                                                                                                                    +
                                                                                                                    1183  { kZoneIdPacific_Yap, kZoneIdPacific_Port_Moresby }, // 0xbb40138d -> 0xa7ba7f68
                                                                                                                    +
                                                                                                                    1184  { kZoneIdEurope_Ljubljana, kZoneIdEurope_Belgrade }, // 0xbd98cdb7 -> 0xe0532b3a
                                                                                                                    +
                                                                                                                    1185  { kZoneIdAsia_Kuwait, kZoneIdAsia_Riyadh }, // 0xbe1b2f27 -> 0xcd973d93
                                                                                                                    +
                                                                                                                    1186  { kZoneIdEurope_Tiraspol, kZoneIdEurope_Chisinau }, // 0xbe704472 -> 0xad58aa18
                                                                                                                    +
                                                                                                                    1187  { kZoneIdAmerica_Antigua, kZoneIdAmerica_Puerto_Rico }, // 0xc067a32f -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1188  { kZoneIdEurope_Busingen, kZoneIdEurope_Zurich }, // 0xc06d2cdf -> 0x7d8195b9
                                                                                                                    +
                                                                                                                    1189  { kZoneIdAfrica_Kampala, kZoneIdAfrica_Nairobi }, // 0xc1d30e31 -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1190  { kZoneIdAmerica_Knox_IN, kZoneIdAmerica_Indiana_Knox }, // 0xc1db9a1c -> 0x6554adc9
                                                                                                                    +
                                                                                                                    1191  { kZoneIdAmerica_Virgin, kZoneIdAmerica_Puerto_Rico }, // 0xc2183ab5 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1192  { kZoneIdAsia_Phnom_Penh, kZoneIdAsia_Bangkok }, // 0xc224945e -> 0x9d6e3aaf
                                                                                                                    +
                                                                                                                    1193  { kZoneIdAsia_Muscat, kZoneIdAsia_Dubai }, // 0xc2c3565f -> 0x14c79f77
                                                                                                                    +
                                                                                                                    1194  { kZoneIdPortugal, kZoneIdEurope_Lisbon }, // 0xc3274593 -> 0x5c00a70b
                                                                                                                    +
                                                                                                                    1195  { kZoneIdNavajo, kZoneIdAmerica_Denver }, // 0xc4ef0e24 -> 0x97d10b2a
                                                                                                                    +
                                                                                                                    1196  { kZoneIdAsia_Chungking, kZoneIdAsia_Shanghai }, // 0xc7121dd0 -> 0xf895a7f5
                                                                                                                    +
                                                                                                                    1197  { kZoneIdGreenwich, kZoneIdEtc_GMT }, // 0xc84d4221 -> 0xd8e2de58
                                                                                                                    +
                                                                                                                    1198  { kZoneIdPoland, kZoneIdEurope_Warsaw }, // 0xca913b23 -> 0x75185c19
                                                                                                                    +
                                                                                                                    1199  { kZoneIdUS_Central, kZoneIdAmerica_Chicago }, // 0xcabdcb25 -> 0x4b92b5d4
                                                                                                                    +
                                                                                                                    1200  { kZoneIdEurope_Vatican, kZoneIdEurope_Rome }, // 0xcb485dca -> 0xa2c58fd7
                                                                                                                    +
                                                                                                                    1201  { kZoneIdAmerica_Porto_Acre, kZoneIdAmerica_Rio_Branco }, // 0xcce5bf54 -> 0x9d352764
                                                                                                                    +
                                                                                                                    1202  { kZoneIdAmerica_Guadeloupe, kZoneIdAmerica_Puerto_Rico }, // 0xcd1f8a31 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1203  { kZoneIdAntarctica_South_Pole, kZoneIdPacific_Auckland }, // 0xcd96b290 -> 0x25062f86
                                                                                                                    +
                                                                                                                    1204  { kZoneIdAmerica_Dominica, kZoneIdAmerica_Puerto_Rico }, // 0xcecb4c4a -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1205  { kZoneIdEurope_San_Marino, kZoneIdEurope_Rome }, // 0xcef7724b -> 0xa2c58fd7
                                                                                                                    +
                                                                                                                    1206  { kZoneIdAsia_Saigon, kZoneIdAsia_Ho_Chi_Minh }, // 0xcf52f713 -> 0x20f2d127
                                                                                                                    +
                                                                                                                    1207  { kZoneIdEurope_Belfast, kZoneIdEurope_London }, // 0xd07dd1e5 -> 0x5c6a84ae
                                                                                                                    +
                                                                                                                    1208  { kZoneIdUniversal, kZoneIdEtc_UTC }, // 0xd0ff523e -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    1209  { kZoneIdAsia_Thimbu, kZoneIdAsia_Thimphu }, // 0xd226e31b -> 0x170380d1
                                                                                                                    +
                                                                                                                    1210  { kZoneIdArctic_Longyearbyen, kZoneIdEurope_Berlin }, // 0xd23e7859 -> 0x44644c20
                                                                                                                    +
                                                                                                                    1211  { kZoneIdAustralia_Queensland, kZoneIdAustralia_Brisbane }, // 0xd326ed0a -> 0x4fedc9c0
                                                                                                                    +
                                                                                                                    1212  { kZoneIdTurkey, kZoneIdEurope_Istanbul }, // 0xd455e469 -> 0x9e09d6e6
                                                                                                                    +
                                                                                                                    1213  { kZoneIdAfrica_Lome, kZoneIdAfrica_Abidjan }, // 0xd51c3a07 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1214  { kZoneIdAmerica_Port_of_Spain, kZoneIdAmerica_Puerto_Rico }, // 0xd8b28d59 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1215  { kZoneIdEtc_UCT, kZoneIdEtc_UTC }, // 0xd8e3189c -> 0xd8e31abc
                                                                                                                    +
                                                                                                                    1216  { kZoneIdEurope_Bratislava, kZoneIdEurope_Prague }, // 0xda493bed -> 0x65ee5d48
                                                                                                                    +
                                                                                                                    1217  { kZoneIdPacific_Funafuti, kZoneIdPacific_Tarawa }, // 0xdb402d65 -> 0xf2517e63
                                                                                                                    +
                                                                                                                    1218  { kZoneIdAustralia_West, kZoneIdAustralia_Perth }, // 0xdd858a5d -> 0x8db8269d
                                                                                                                    +
                                                                                                                    1219  { kZoneIdAmerica_Rosario, kZoneIdAmerica_Argentina_Cordoba }, // 0xdf448665 -> 0xbfccc308
                                                                                                                    +
                                                                                                                    1220  { kZoneIdAfrica_Blantyre, kZoneIdAfrica_Maputo }, // 0xe08d813b -> 0x8e6ca1f0
                                                                                                                    +
                                                                                                                    1221  { kZoneIdEurope_Copenhagen, kZoneIdEurope_Berlin }, // 0xe0ed30bc -> 0x44644c20
                                                                                                                    +
                                                                                                                    1222  { kZoneIdPacific_Majuro, kZoneIdPacific_Tarawa }, // 0xe1f95371 -> 0xf2517e63
                                                                                                                    +
                                                                                                                    1223  { kZoneIdPacific_Midway, kZoneIdPacific_Pago_Pago }, // 0xe286d38e -> 0x603aebd0
                                                                                                                    +
                                                                                                                    1224  { kZoneIdAntarctica_Syowa, kZoneIdAsia_Riyadh }, // 0xe330c7e1 -> 0xcd973d93
                                                                                                                    +
                                                                                                                    1225  { kZoneIdIceland, kZoneIdAfrica_Abidjan }, // 0xe56a35b5 -> 0xc21305a3
                                                                                                                    +
                                                                                                                    1226  { kZoneIdIndian_Mayotte, kZoneIdAfrica_Nairobi }, // 0xe6880bca -> 0xa87ab57e
                                                                                                                    +
                                                                                                                    1227  { kZoneIdAustralia_Tasmania, kZoneIdAustralia_Hobart }, // 0xe6d76648 -> 0x32bf951a
                                                                                                                    +
                                                                                                                    1228  { kZoneIdAmerica_Kralendijk, kZoneIdAmerica_Puerto_Rico }, // 0xe7c456c5 -> 0x6752ca31
                                                                                                                    +
                                                                                                                    1229  { kZoneIdPacific_Ponape, kZoneIdPacific_Guadalcanal }, // 0xe9f80086 -> 0xf4dd25f0
                                                                                                                    +
                                                                                                                    1230  { kZoneIdEurope_Zaporozhye, kZoneIdEurope_Kyiv }, // 0xeab9767f -> 0xa2c1e347
                                                                                                                    1231  { kZoneIdEurope_Isle_of_Man, kZoneIdEurope_London }, // 0xeaf84580 -> 0x5c6a84ae
                                                                                                                    1232  { kZoneIdPacific_Saipan, kZoneIdPacific_Guam }, // 0xeff7a35f -> 0x2338f9ed
                                                                                                                    1233  { kZoneIdCanada_Eastern, kZoneIdAmerica_Toronto }, // 0xf3612d5e -> 0x792e851b
                                                                                                                    @@ -1319,13 +1319,11 @@
                                                                                                                    1246 
                                                                                                                    1247 }
                                                                                                                    1248 }
                                                                                                                    +
                                                                                                                    Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
                                                                                                                    - diff --git a/docs/html/_2zone__registry_8h_source.html b/docs/html/zonedbx_2zone__registry_8h_source.html similarity index 94% rename from docs/html/_2zone__registry_8h_source.html rename to docs/html/zonedbx_2zone__registry_8h_source.html index 1e34bda33..4deeebd19 100644 --- a/docs/html/_2zone__registry_8h_source.html +++ b/docs/html/zonedbx_2zone__registry_8h_source.html @@ -3,7 +3,7 @@ - + AceTime: /home/brian/src/AceTime/src/ace_time/zonedbx/zone_registry.h Source File @@ -22,7 +22,7 @@
                                                                                                                    AceTime -  1.11.4 +  1.11.5
                                                                                                                    Date and time classes for Arduino that support timezones from the TZ Database.
                                                                                                                    @@ -31,10 +31,10 @@ - + @@ -76,7 +76,7 @@
                                                                                                                    3 // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py
                                                                                                                    4 // --input_dir /home/brian/dev/tz
                                                                                                                    5 // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx
                                                                                                                    -
                                                                                                                    6 // --tz_version 2022b
                                                                                                                    +
                                                                                                                    6 // --tz_version 2022d
                                                                                                                    7 // --action zonedb
                                                                                                                    8 // --language arduino
                                                                                                                    9 // --scope extended
                                                                                                                    @@ -95,7 +95,7 @@
                                                                                                                    22 // northamerica
                                                                                                                    23 // southamerica
                                                                                                                    24 //
                                                                                                                    -
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022b
                                                                                                                    +
                                                                                                                    25 // from https://github.com/eggert/tz/releases/tag/2022d
                                                                                                                    26 //
                                                                                                                    27 // DO NOT EDIT
                                                                                                                    28 
                                                                                                                    @@ -109,16 +109,16 @@
                                                                                                                    36 namespace zonedbx {
                                                                                                                    37 
                                                                                                                    38 // Zones
                                                                                                                    -
                                                                                                                    39 const uint16_t kZoneRegistrySize = 356;
                                                                                                                    -
                                                                                                                    40 extern const extended::ZoneInfo* const kZoneRegistry[356];
                                                                                                                    +
                                                                                                                    39 const uint16_t kZoneRegistrySize = 354;
                                                                                                                    +
                                                                                                                    40 extern const extended::ZoneInfo* const kZoneRegistry[354];
                                                                                                                    41 
                                                                                                                    42 // Zones and Links
                                                                                                                    43 const uint16_t kZoneAndLinkRegistrySize = 595;
                                                                                                                    44 extern const extended::ZoneInfo* const kZoneAndLinkRegistry[595];
                                                                                                                    45 
                                                                                                                    46 // Link Entries
                                                                                                                    -
                                                                                                                    47 const uint16_t kLinkRegistrySize = 239;
                                                                                                                    -
                                                                                                                    48 extern const extended::LinkEntry kLinkRegistry[239];
                                                                                                                    +
                                                                                                                    47 const uint16_t kLinkRegistrySize = 241;
                                                                                                                    +
                                                                                                                    48 extern const extended::LinkEntry kLinkRegistry[241];
                                                                                                                    49 
                                                                                                                    50 }
                                                                                                                    51 }
                                                                                                                    @@ -126,9 +126,7 @@ diff --git a/examples/AutoBenchmark/README.md b/examples/AutoBenchmark/README.md index 6f7af7d34..36b999c96 100644 --- a/examples/AutoBenchmark/README.md +++ b/examples/AutoBenchmark/README.md @@ -4,7 +4,7 @@ Here are the results from `AutoBenchmark.ino` for various boards. These results show that integer division and modulus operations are incredibly slow on 8-bit AVR processors. -**Version**: AceTime v1.11.4 +**Version**: AceTime v1.11.5 **NOTE**: This file was auto-generated using `make README.md`. DO NOT EDIT. @@ -137,11 +137,20 @@ The CPU times below are given in microseconds. of hard links to Zones. * No significant changes to CPU benchmarks. +**v1.11.5** +* Upgrade tool chain + * Arduino CLI from 0.20.2 to 0.27.1 + * Arduino AVR Core from 1.8.4 to 1.8.5 + * STM32duino from 2.2.0 to 2.3.0 + * ESP32 Core from 2.0.2 to 2.0.5 + * Teensyduino from 1.56 to 1.57 +* Upgrade TZDB from 2022b to 2022d + ## Arduino Nano * 16MHz ATmega328P -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* Arduino AVR Boards 1.8.4 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* Arduino AVR Boards 1.8.5 ``` Sizes of Objects: @@ -209,7 +218,7 @@ Iterations_per_run: 1000 ## Sparkfun Pro Micro * 16 MHz ATmega32U4 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 * SparkFun AVR Boards 1.1.13 ``` @@ -251,24 +260,24 @@ CPU: |--------------------------------------------------+----------| | LocalDate::forEpochDays() | 220.000 | | LocalDate::toEpochDays() | 55.000 | -| LocalDate::dayOfWeek() | 49.000 | +| LocalDate::dayOfWeek() | 48.000 | |--------------------------------------------------+----------| -| OffsetDateTime::forEpochSeconds() | 336.000 | -| OffsetDateTime::toEpochSeconds() | 80.000 | +| OffsetDateTime::forEpochSeconds() | 337.000 | +| OffsetDateTime::toEpochSeconds() | 79.000 | |--------------------------------------------------+----------| -| ZonedDateTime::toEpochSeconds() | 80.000 | +| ZonedDateTime::toEpochSeconds() | 79.000 | | ZonedDateTime::toEpochDays() | 70.000 | | ZonedDateTime::forEpochSeconds(UTC) | 366.000 | | ZonedDateTime::forEpochSeconds(Basic_nocache) | 1206.000 | -| ZonedDateTime::forEpochSeconds(Basic_cached) | 649.000 | +| ZonedDateTime::forEpochSeconds(Basic_cached) | 648.000 | | ZonedDateTime::forEpochSeconds(Extended_nocache) | -1.000 | | ZonedDateTime::forEpochSeconds(Extended_cache) | -1.000 | | ZonedDateTime::forEpochSeconds(Extended_nocache) | -1.000 | | ZonedDateTime::forEpochSeconds(Extended_nocache) | -1.000 | |--------------------------------------------------+----------| -| BasicZoneManager::createForZoneName(binary) | 117.000 | +| BasicZoneManager::createForZoneName(binary) | 118.000 | | BasicZoneManager::createForZoneId(binary) | 47.000 | -| BasicZoneManager::createForZoneId(linear) | 307.000 | +| BasicZoneManager::createForZoneId(linear) | 306.000 | +--------------------------------------------------+----------+ Iterations_per_run: 1000 @@ -277,8 +286,8 @@ Iterations_per_run: 1000 ## STM32 Blue Pill * STM32F103C8, 72 MHz ARM Cortex-M3 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* STM32duino 2.2.0 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* STM32duino 2.3.0 ``` Sizes of Objects: @@ -315,28 +324,28 @@ CPU: +--------------------------------------------------+----------+ | Method | micros | |--------------------------------------------------+----------| -| EmptyLoop | 1.100 | +| EmptyLoop | 1.200 | |--------------------------------------------------+----------| -| LocalDate::forEpochDays() | 2.300 | -| LocalDate::toEpochDays() | 1.100 | -| LocalDate::dayOfWeek() | 1.200 | +| LocalDate::forEpochDays() | 2.200 | +| LocalDate::toEpochDays() | 1.000 | +| LocalDate::dayOfWeek() | 1.100 | |--------------------------------------------------+----------| -| OffsetDateTime::forEpochSeconds() | 3.600 | -| OffsetDateTime::toEpochSeconds() | 4.700 | +| OffsetDateTime::forEpochSeconds() | 3.500 | +| OffsetDateTime::toEpochSeconds() | 4.600 | |--------------------------------------------------+----------| -| ZonedDateTime::toEpochSeconds() | 4.600 | -| ZonedDateTime::toEpochDays() | 3.500 | -| ZonedDateTime::forEpochSeconds(UTC) | 5.100 | -| ZonedDateTime::forEpochSeconds(Basic_nocache) | 77.400 | -| ZonedDateTime::forEpochSeconds(Basic_cached) | 11.300 | -| ZonedDateTime::forEpochSeconds(Extended_nocache) | 148.600 | +| ZonedDateTime::toEpochSeconds() | 4.500 | +| ZonedDateTime::toEpochDays() | 3.400 | +| ZonedDateTime::forEpochSeconds(UTC) | 5.000 | +| ZonedDateTime::forEpochSeconds(Basic_nocache) | 77.300 | +| ZonedDateTime::forEpochSeconds(Basic_cached) | 11.200 | +| ZonedDateTime::forEpochSeconds(Extended_nocache) | 148.500 | | ZonedDateTime::forEpochSeconds(Extended_cached) | 11.300 | |--------------------------------------------------+----------| -| ZonedDateTime::forComponents(Extended_nocache) | 141.700 | -| ZonedDateTime::forComponents(Extended_cached) | 6.800 | +| ZonedDateTime::forComponents(Extended_nocache) | 141.500 | +| ZonedDateTime::forComponents(Extended_cached) | 6.600 | |--------------------------------------------------+----------| | BasicZoneManager::createForZoneName(binary) | 11.800 | -| BasicZoneManager::createForZoneId(binary) | 2.700 | +| BasicZoneManager::createForZoneId(binary) | 2.600 | | BasicZoneManager::createForZoneId(linear) | 17.800 | +--------------------------------------------------+----------+ Iterations_per_run: 10000 @@ -346,7 +355,7 @@ Iterations_per_run: 10000 ## ESP8266 * NodeMCU 1.0 clone, 80MHz ESP8266 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 * ESP8266 Boards 3.0.2 ``` @@ -384,28 +393,28 @@ CPU: +--------------------------------------------------+----------+ | Method | micros | |--------------------------------------------------+----------| -| EmptyLoop | 5.000 | +| EmptyLoop | 4.800 | |--------------------------------------------------+----------| -| LocalDate::forEpochDays() | 7.600 | -| LocalDate::toEpochDays() | 3.400 | -| LocalDate::dayOfWeek() | 3.400 | +| LocalDate::forEpochDays() | 8.000 | +| LocalDate::toEpochDays() | 3.200 | +| LocalDate::dayOfWeek() | 3.600 | |--------------------------------------------------+----------| -| OffsetDateTime::forEpochSeconds() | 12.800 | +| OffsetDateTime::forEpochSeconds() | 13.200 | | OffsetDateTime::toEpochSeconds() | 6.800 | |--------------------------------------------------+----------| -| ZonedDateTime::toEpochSeconds() | 7.000 | -| ZonedDateTime::toEpochDays() | 5.800 | +| ZonedDateTime::toEpochSeconds() | 6.600 | +| ZonedDateTime::toEpochDays() | 5.600 | | ZonedDateTime::forEpochSeconds(UTC) | 16.600 | | ZonedDateTime::forEpochSeconds(Basic_nocache) | 100.800 | -| ZonedDateTime::forEpochSeconds(Basic_cached) | 29.600 | -| ZonedDateTime::forEpochSeconds(Extended_nocache) | 197.200 | -| ZonedDateTime::forEpochSeconds(Extended_cached) | 30.200 | +| ZonedDateTime::forEpochSeconds(Basic_cached) | 29.800 | +| ZonedDateTime::forEpochSeconds(Extended_nocache) | 197.600 | +| ZonedDateTime::forEpochSeconds(Extended_cached) | 30.400 | |--------------------------------------------------+----------| -| ZonedDateTime::forComponents(Extended_nocache) | 167.200 | -| ZonedDateTime::forComponents(Extended_cached) | 5.600 | +| ZonedDateTime::forComponents(Extended_nocache) | 167.400 | +| ZonedDateTime::forComponents(Extended_cached) | 5.800 | |--------------------------------------------------+----------| -| BasicZoneManager::createForZoneName(binary) | 14.800 | -| BasicZoneManager::createForZoneId(binary) | 6.600 | +| BasicZoneManager::createForZoneName(binary) | 15.000 | +| BasicZoneManager::createForZoneId(binary) | 6.400 | | BasicZoneManager::createForZoneId(linear) | 43.600 | +--------------------------------------------------+----------+ Iterations_per_run: 5000 @@ -415,8 +424,8 @@ Iterations_per_run: 5000 ## ESP32 * ESP32-01 Dev Board, 240 MHz Tensilica LX6 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* ESP32 Boards 2.0.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* ESP32 Boards 2.0.5 ``` Sizes of Objects: @@ -457,25 +466,25 @@ CPU: |--------------------------------------------------+----------| | LocalDate::forEpochDays() | 0.600 | | LocalDate::toEpochDays() | 0.350 | -| LocalDate::dayOfWeek() | 0.450 | +| LocalDate::dayOfWeek() | 0.400 | |--------------------------------------------------+----------| | OffsetDateTime::forEpochSeconds() | 1.650 | -| OffsetDateTime::toEpochSeconds() | 1.350 | +| OffsetDateTime::toEpochSeconds() | 1.450 | |--------------------------------------------------+----------| -| ZonedDateTime::toEpochSeconds() | 1.450 | +| ZonedDateTime::toEpochSeconds() | 1.400 | | ZonedDateTime::toEpochDays() | 1.000 | | ZonedDateTime::forEpochSeconds(UTC) | 3.050 | | ZonedDateTime::forEpochSeconds(Basic_nocache) | 18.250 | -| ZonedDateTime::forEpochSeconds(Basic_cached) | 4.600 | -| ZonedDateTime::forEpochSeconds(Extended_nocache) | 36.900 | +| ZonedDateTime::forEpochSeconds(Basic_cached) | 4.650 | +| ZonedDateTime::forEpochSeconds(Extended_nocache) | 36.950 | | ZonedDateTime::forEpochSeconds(Extended_cached) | 4.700 | |--------------------------------------------------+----------| -| ZonedDateTime::forComponents(Extended_nocache) | 34.150 | +| ZonedDateTime::forComponents(Extended_nocache) | 34.200 | | ZonedDateTime::forComponents(Extended_cached) | 2.700 | |--------------------------------------------------+----------| -| BasicZoneManager::createForZoneName(binary) | 2.950 | -| BasicZoneManager::createForZoneId(binary) | 0.700 | -| BasicZoneManager::createForZoneId(linear) | 2.900 | +| BasicZoneManager::createForZoneName(binary) | 3.050 | +| BasicZoneManager::createForZoneId(binary) | 0.600 | +| BasicZoneManager::createForZoneId(linear) | 2.950 | +--------------------------------------------------+----------+ Iterations_per_run: 20000 @@ -487,8 +496,8 @@ duration of an empty loop, the numbers become unreliable. ## Teensy 3.2 * 96 MHz ARM Cortex-M4 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* Teensyduino 1.56 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* Teensyduino 1.57 * Compiler options: "Faster" ``` @@ -526,29 +535,29 @@ CPU: +--------------------------------------------------+----------+ | Method | micros | |--------------------------------------------------+----------| -| EmptyLoop | 0.400 | +| EmptyLoop | 0.450 | |--------------------------------------------------+----------| -| LocalDate::forEpochDays() | 1.850 | -| LocalDate::toEpochDays() | 0.250 | +| LocalDate::forEpochDays() | 1.800 | +| LocalDate::toEpochDays() | 0.150 | | LocalDate::dayOfWeek() | 0.950 | |--------------------------------------------------+----------| -| OffsetDateTime::forEpochSeconds() | 2.400 | -| OffsetDateTime::toEpochSeconds() | 0.300 | +| OffsetDateTime::forEpochSeconds() | 2.650 | +| OffsetDateTime::toEpochSeconds() | 0.350 | |--------------------------------------------------+----------| -| ZonedDateTime::toEpochSeconds() | 0.000 | -| ZonedDateTime::toEpochDays() | 0.150 | +| ZonedDateTime::toEpochSeconds() | 0.150 | +| ZonedDateTime::toEpochDays() | 0.100 | | ZonedDateTime::forEpochSeconds(UTC) | 2.750 | | ZonedDateTime::forEpochSeconds(Basic_nocache) | 36.400 | | ZonedDateTime::forEpochSeconds(Basic_cached) | 7.250 | -| ZonedDateTime::forEpochSeconds(Extended_nocache) | 85.450 | -| ZonedDateTime::forEpochSeconds(Extended_cached) | 6.200 | +| ZonedDateTime::forEpochSeconds(Extended_nocache) | 84.500 | +| ZonedDateTime::forEpochSeconds(Extended_cached) | 6.250 | |--------------------------------------------------+----------| -| ZonedDateTime::forComponents(Extended_nocache) | 83.600 | -| ZonedDateTime::forComponents(Extended_cached) | 5.750 | +| ZonedDateTime::forComponents(Extended_nocache) | 82.450 | +| ZonedDateTime::forComponents(Extended_cached) | 5.650 | |--------------------------------------------------+----------| -| BasicZoneManager::createForZoneName(binary) | 5.950 | -| BasicZoneManager::createForZoneId(binary) | 2.050 | -| BasicZoneManager::createForZoneId(linear) | 10.550 | +| BasicZoneManager::createForZoneName(binary) | 6.250 | +| BasicZoneManager::createForZoneId(binary) | 2.100 | +| BasicZoneManager::createForZoneId(linear) | 10.600 | +--------------------------------------------------+----------+ Iterations_per_run: 20000 diff --git a/examples/AutoBenchmark/esp32.txt b/examples/AutoBenchmark/esp32.txt index 26f76972a..41ae9a89b 100644 --- a/examples/AutoBenchmark/esp32.txt +++ b/examples/AutoBenchmark/esp32.txt @@ -31,20 +31,20 @@ BENCHMARKS EmptyLoop 1.200 LocalDate::forEpochDays() 0.600 LocalDate::toEpochDays() 0.350 -LocalDate::dayOfWeek() 0.450 +LocalDate::dayOfWeek() 0.400 OffsetDateTime::forEpochSeconds() 1.650 -OffsetDateTime::toEpochSeconds() 1.350 -ZonedDateTime::toEpochSeconds() 1.450 +OffsetDateTime::toEpochSeconds() 1.450 +ZonedDateTime::toEpochSeconds() 1.400 ZonedDateTime::toEpochDays() 1.000 ZonedDateTime::forEpochSeconds(UTC) 3.050 ZonedDateTime::forEpochSeconds(Basic_nocache) 18.250 -ZonedDateTime::forEpochSeconds(Basic_cached) 4.600 -ZonedDateTime::forEpochSeconds(Extended_nocache) 36.900 +ZonedDateTime::forEpochSeconds(Basic_cached) 4.650 +ZonedDateTime::forEpochSeconds(Extended_nocache) 36.950 ZonedDateTime::forEpochSeconds(Extended_cached) 4.700 -ZonedDateTime::forComponents(Extended_nocache) 34.150 +ZonedDateTime::forComponents(Extended_nocache) 34.200 ZonedDateTime::forComponents(Extended_cached) 2.700 -BasicZoneManager::createForZoneName(binary) 2.950 -BasicZoneManager::createForZoneId(binary) 0.700 -BasicZoneManager::createForZoneId(linear) 2.900 +BasicZoneManager::createForZoneName(binary) 3.050 +BasicZoneManager::createForZoneId(binary) 0.600 +BasicZoneManager::createForZoneId(linear) 2.950 Iterations_per_run 20000 END diff --git a/examples/AutoBenchmark/esp8266.txt b/examples/AutoBenchmark/esp8266.txt index 55f9102e5..cca8fffe7 100644 --- a/examples/AutoBenchmark/esp8266.txt +++ b/examples/AutoBenchmark/esp8266.txt @@ -28,23 +28,23 @@ sizeof(ExtendedZoneProcessor::Transition): 48 sizeof(ExtendedZoneProcessor::TransitionStorage): 420 sizeof(ExtendedZoneProcessor::MatchingEra): 24 BENCHMARKS -EmptyLoop 5.000 -LocalDate::forEpochDays() 7.600 -LocalDate::toEpochDays() 3.400 -LocalDate::dayOfWeek() 3.400 -OffsetDateTime::forEpochSeconds() 12.800 +EmptyLoop 4.800 +LocalDate::forEpochDays() 8.000 +LocalDate::toEpochDays() 3.200 +LocalDate::dayOfWeek() 3.600 +OffsetDateTime::forEpochSeconds() 13.200 OffsetDateTime::toEpochSeconds() 6.800 -ZonedDateTime::toEpochSeconds() 7.000 -ZonedDateTime::toEpochDays() 5.800 +ZonedDateTime::toEpochSeconds() 6.600 +ZonedDateTime::toEpochDays() 5.600 ZonedDateTime::forEpochSeconds(UTC) 16.600 ZonedDateTime::forEpochSeconds(Basic_nocache) 100.800 -ZonedDateTime::forEpochSeconds(Basic_cached) 29.600 -ZonedDateTime::forEpochSeconds(Extended_nocache) 197.200 -ZonedDateTime::forEpochSeconds(Extended_cached) 30.200 -ZonedDateTime::forComponents(Extended_nocache) 167.200 -ZonedDateTime::forComponents(Extended_cached) 5.600 -BasicZoneManager::createForZoneName(binary) 14.800 -BasicZoneManager::createForZoneId(binary) 6.600 +ZonedDateTime::forEpochSeconds(Basic_cached) 29.800 +ZonedDateTime::forEpochSeconds(Extended_nocache) 197.600 +ZonedDateTime::forEpochSeconds(Extended_cached) 30.400 +ZonedDateTime::forComponents(Extended_nocache) 167.400 +ZonedDateTime::forComponents(Extended_cached) 5.800 +BasicZoneManager::createForZoneName(binary) 15.000 +BasicZoneManager::createForZoneId(binary) 6.400 BasicZoneManager::createForZoneId(linear) 43.600 Iterations_per_run 5000 END diff --git a/examples/AutoBenchmark/generate_readme.py b/examples/AutoBenchmark/generate_readme.py index 73a2d9613..a500f7983 100755 --- a/examples/AutoBenchmark/generate_readme.py +++ b/examples/AutoBenchmark/generate_readme.py @@ -26,7 +26,7 @@ These results show that integer division and modulus operations are incredibly slow on 8-bit AVR processors. -**Version**: AceTime v1.11.4 +**Version**: AceTime v1.11.5 **NOTE**: This file was auto-generated using `make README.md`. DO NOT EDIT. @@ -159,11 +159,20 @@ of hard links to Zones. * No significant changes to CPU benchmarks. +**v1.11.5** +* Upgrade tool chain + * Arduino CLI from 0.20.2 to 0.27.1 + * Arduino AVR Core from 1.8.4 to 1.8.5 + * STM32duino from 2.2.0 to 2.3.0 + * ESP32 Core from 2.0.2 to 2.0.5 + * Teensyduino from 1.56 to 1.57 +* Upgrade TZDB from 2022b to 2022d + ## Arduino Nano * 16MHz ATmega328P -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* Arduino AVR Boards 1.8.4 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* Arduino AVR Boards 1.8.5 ``` {nano_results} @@ -172,7 +181,7 @@ ## Sparkfun Pro Micro * 16 MHz ATmega32U4 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 * SparkFun AVR Boards 1.1.13 ``` @@ -182,8 +191,8 @@ ## STM32 Blue Pill * STM32F103C8, 72 MHz ARM Cortex-M3 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* STM32duino 2.2.0 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* STM32duino 2.3.0 ``` {stm32_results} @@ -192,7 +201,7 @@ ## ESP8266 * NodeMCU 1.0 clone, 80MHz ESP8266 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 * ESP8266 Boards 3.0.2 ``` @@ -202,8 +211,8 @@ ## ESP32 * ESP32-01 Dev Board, 240 MHz Tensilica LX6 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* ESP32 Boards 2.0.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* ESP32 Boards 2.0.5 ``` {esp32_results} @@ -215,8 +224,8 @@ ## Teensy 3.2 * 96 MHz ARM Cortex-M4 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* Teensyduino 1.56 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* Teensyduino 1.57 * Compiler options: "Faster" ``` diff --git a/examples/AutoBenchmark/micro.txt b/examples/AutoBenchmark/micro.txt index 0b040ea4f..667a18bf1 100644 --- a/examples/AutoBenchmark/micro.txt +++ b/examples/AutoBenchmark/micro.txt @@ -31,20 +31,20 @@ BENCHMARKS EmptyLoop 3.000 LocalDate::forEpochDays() 220.000 LocalDate::toEpochDays() 55.000 -LocalDate::dayOfWeek() 49.000 -OffsetDateTime::forEpochSeconds() 336.000 -OffsetDateTime::toEpochSeconds() 80.000 -ZonedDateTime::toEpochSeconds() 80.000 +LocalDate::dayOfWeek() 48.000 +OffsetDateTime::forEpochSeconds() 337.000 +OffsetDateTime::toEpochSeconds() 79.000 +ZonedDateTime::toEpochSeconds() 79.000 ZonedDateTime::toEpochDays() 70.000 ZonedDateTime::forEpochSeconds(UTC) 366.000 ZonedDateTime::forEpochSeconds(Basic_nocache) 1206.000 -ZonedDateTime::forEpochSeconds(Basic_cached) 649.000 +ZonedDateTime::forEpochSeconds(Basic_cached) 648.000 ZonedDateTime::forEpochSeconds(Extended_nocache) -1 ZonedDateTime::forEpochSeconds(Extended_cache) -1 ZonedDateTime::forEpochSeconds(Extended_nocache) -1 ZonedDateTime::forEpochSeconds(Extended_nocache) -1 -BasicZoneManager::createForZoneName(binary) 117.000 +BasicZoneManager::createForZoneName(binary) 118.000 BasicZoneManager::createForZoneId(binary) 47.000 -BasicZoneManager::createForZoneId(linear) 307.000 +BasicZoneManager::createForZoneId(linear) 306.000 Iterations_per_run 1000 END diff --git a/examples/AutoBenchmark/stm32.txt b/examples/AutoBenchmark/stm32.txt index 81aff1118..a93827fee 100644 --- a/examples/AutoBenchmark/stm32.txt +++ b/examples/AutoBenchmark/stm32.txt @@ -28,23 +28,23 @@ sizeof(ExtendedZoneProcessor::Transition): 48 sizeof(ExtendedZoneProcessor::TransitionStorage): 420 sizeof(ExtendedZoneProcessor::MatchingEra): 24 BENCHMARKS -EmptyLoop 1.100 -LocalDate::forEpochDays() 2.300 -LocalDate::toEpochDays() 1.100 -LocalDate::dayOfWeek() 1.200 -OffsetDateTime::forEpochSeconds() 3.600 -OffsetDateTime::toEpochSeconds() 4.700 -ZonedDateTime::toEpochSeconds() 4.600 -ZonedDateTime::toEpochDays() 3.500 -ZonedDateTime::forEpochSeconds(UTC) 5.100 -ZonedDateTime::forEpochSeconds(Basic_nocache) 77.400 -ZonedDateTime::forEpochSeconds(Basic_cached) 11.300 -ZonedDateTime::forEpochSeconds(Extended_nocache) 148.600 +EmptyLoop 1.200 +LocalDate::forEpochDays() 2.200 +LocalDate::toEpochDays() 1.000 +LocalDate::dayOfWeek() 1.100 +OffsetDateTime::forEpochSeconds() 3.500 +OffsetDateTime::toEpochSeconds() 4.600 +ZonedDateTime::toEpochSeconds() 4.500 +ZonedDateTime::toEpochDays() 3.400 +ZonedDateTime::forEpochSeconds(UTC) 5.000 +ZonedDateTime::forEpochSeconds(Basic_nocache) 77.300 +ZonedDateTime::forEpochSeconds(Basic_cached) 11.200 +ZonedDateTime::forEpochSeconds(Extended_nocache) 148.500 ZonedDateTime::forEpochSeconds(Extended_cached) 11.300 -ZonedDateTime::forComponents(Extended_nocache) 141.700 -ZonedDateTime::forComponents(Extended_cached) 6.800 +ZonedDateTime::forComponents(Extended_nocache) 141.500 +ZonedDateTime::forComponents(Extended_cached) 6.600 BasicZoneManager::createForZoneName(binary) 11.800 -BasicZoneManager::createForZoneId(binary) 2.700 +BasicZoneManager::createForZoneId(binary) 2.600 BasicZoneManager::createForZoneId(linear) 17.800 Iterations_per_run 10000 END diff --git a/examples/AutoBenchmark/teensy32.txt b/examples/AutoBenchmark/teensy32.txt index 9a049f8c6..8642ba3b1 100644 --- a/examples/AutoBenchmark/teensy32.txt +++ b/examples/AutoBenchmark/teensy32.txt @@ -28,23 +28,23 @@ sizeof(ExtendedZoneProcessor::Transition): 48 sizeof(ExtendedZoneProcessor::TransitionStorage): 420 sizeof(ExtendedZoneProcessor::MatchingEra): 24 BENCHMARKS -EmptyLoop 0.400 -LocalDate::forEpochDays() 1.850 -LocalDate::toEpochDays() 0.250 +EmptyLoop 0.450 +LocalDate::forEpochDays() 1.800 +LocalDate::toEpochDays() 0.150 LocalDate::dayOfWeek() 0.950 -OffsetDateTime::forEpochSeconds() 2.400 -OffsetDateTime::toEpochSeconds() 0.300 -ZonedDateTime::toEpochSeconds() 0.000 -ZonedDateTime::toEpochDays() 0.150 +OffsetDateTime::forEpochSeconds() 2.650 +OffsetDateTime::toEpochSeconds() 0.350 +ZonedDateTime::toEpochSeconds() 0.150 +ZonedDateTime::toEpochDays() 0.100 ZonedDateTime::forEpochSeconds(UTC) 2.750 ZonedDateTime::forEpochSeconds(Basic_nocache) 36.400 ZonedDateTime::forEpochSeconds(Basic_cached) 7.250 -ZonedDateTime::forEpochSeconds(Extended_nocache) 85.450 -ZonedDateTime::forEpochSeconds(Extended_cached) 6.200 -ZonedDateTime::forComponents(Extended_nocache) 83.600 -ZonedDateTime::forComponents(Extended_cached) 5.750 -BasicZoneManager::createForZoneName(binary) 5.950 -BasicZoneManager::createForZoneId(binary) 2.050 -BasicZoneManager::createForZoneId(linear) 10.550 +ZonedDateTime::forEpochSeconds(Extended_nocache) 84.500 +ZonedDateTime::forEpochSeconds(Extended_cached) 6.250 +ZonedDateTime::forComponents(Extended_nocache) 82.450 +ZonedDateTime::forComponents(Extended_cached) 5.650 +BasicZoneManager::createForZoneName(binary) 6.250 +BasicZoneManager::createForZoneId(binary) 2.100 +BasicZoneManager::createForZoneId(linear) 10.600 Iterations_per_run 20000 END diff --git a/examples/MemoryBenchmark/README.md b/examples/MemoryBenchmark/README.md index 561745590..170fe9e34 100644 --- a/examples/MemoryBenchmark/README.md +++ b/examples/MemoryBenchmark/README.md @@ -5,7 +5,7 @@ memory and static RAM sizes were recorded. The `FEATURE_BASELINE` selection is the baseline, and its memory usage numbers are subtracted from the subsequent `FEATURE_*` memory usage. -**Version**: AceTime v1.11.4 +**Version**: AceTime v1.11.5 **DO NOT EDIT**: This file was auto-generated using `make README.md`. @@ -172,6 +172,15 @@ ASCII table. instead of raw `ZoneInfo*` pointer. * Increases flash usage by 4-16 bytes for the most part. +**v1.11.5** +* Upgrade tool chain + * Arduino CLI from 0.20.2 to 0.27.1 + * Arduino AVR Core from 1.8.4 to 1.8.5 + * STM32duino from 2.2.0 to 2.3.0 + * ESP32 Core from 2.0.2 to 2.0.5 + * Teensyduino from 1.56 to 1.57 +* Upgrade TZDB from 2022b to 2022d + # Legend * [1] Delta flash and ram consumption for `ZoneSorterByName` and @@ -186,8 +195,8 @@ ASCII table. ## Arduino Nano * 16MHz ATmega328P -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* Arduino AVR Boards 1.8.4 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* Arduino AVR Boards 1.8.5 ``` +---------------------------------------------------------------------+ @@ -202,9 +211,9 @@ ASCII table. | Basic TimeZone (1 zone) | 6534/ 319 | 6060/ 308 | | Basic TimeZone (2 zones) | 6714/ 439 | 6240/ 428 | | BasicZoneManager (1 zone) | 6740/ 330 | 6266/ 319 | -| BasicZoneManager (all zones) | 18554/ 706 | 18080/ 695 | -| BasicZoneManager (all zones+links) | 23368/ 706 | 22894/ 695 | -| BasicLinkManager (all links) | 2554/ 16 | 2080/ 5 | +| BasicZoneManager (all zones) | 18484/ 706 | 18010/ 695 | +| BasicZoneManager (all zones+links) | 23346/ 706 | 22872/ 695 | +| BasicLinkManager (all links) | 2570/ 16 | 2096/ 5 | |----------------------------------------+--------------+-------------| | Basic ZoneSorterByName [1] | 6904/ 330 | 370/ 11 | | Basic ZoneSorterByOffsetAndName [1] | 7028/ 330 | 494/ 11 | @@ -212,9 +221,9 @@ ASCII table. | Extended TimeZone (1 zone) | 9842/ 674 | 9368/ 663 | | Extended TimeZone (2 zones) | 10088/ 1115 | 9614/ 1104 | | ExtendedZoneManager (1 zone) | 10018/ 680 | 9544/ 669 | -| ExtendedZoneManager (all zones) | 30862/ 1164 | 30388/ 1153 | -| ExtendedZoneManager (all zones+links) | 36226/ 1164 | 35752/ 1153 | -| ExtendedLinkManager (all links) | 2746/ 16 | 2272/ 5 | +| ExtendedZoneManager (all zones) | 30810/ 1164 | 30336/ 1153 | +| ExtendedZoneManager (all zones+links) | 36222/ 1164 | 35748/ 1153 | +| ExtendedLinkManager (all links) | 2762/ 16 | 2288/ 5 | |----------------------------------------+--------------+-------------| | Extended ZoneSorterByName [2] | 10214/ 680 | 372/ 6 | | Extended ZoneSorterByOffsetAndName [2] | 10336/ 680 | 494/ 6 | @@ -225,7 +234,7 @@ ASCII table. ## Sparkfun Pro Micro * 16 MHz ATmega32U4 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 * SparkFun AVR Boards 1.1.13 ``` @@ -241,9 +250,9 @@ ASCII table. | Basic TimeZone (1 zone) | 9488/ 457 | 6018/ 304 | | Basic TimeZone (2 zones) | 9670/ 579 | 6200/ 426 | | BasicZoneManager (1 zone) | 9694/ 468 | 6224/ 315 | -| BasicZoneManager (all zones) | 21526/ 846 | 18056/ 693 | -| BasicZoneManager (all zones+links) | 26340/ 846 | 22870/ 693 | -| BasicLinkManager (all links) | 5528/ 158 | 2058/ 5 | +| BasicZoneManager (all zones) | 21456/ 846 | 17986/ 693 | +| BasicZoneManager (all zones+links) | 26318/ 846 | 22848/ 693 | +| BasicLinkManager (all links) | 5544/ 158 | 2074/ 5 | |----------------------------------------+--------------+-------------| | Basic ZoneSorterByName [1] | 9860/ 470 | 372/ 13 | | Basic ZoneSorterByOffsetAndName [1] | 9984/ 470 | 496/ 13 | @@ -251,9 +260,9 @@ ASCII table. | Extended TimeZone (1 zone) | 12796/ 812 | 9326/ 659 | | Extended TimeZone (2 zones) | 13044/ 1255 | 9574/ 1102 | | ExtendedZoneManager (1 zone) | 12972/ 818 | 9502/ 665 | -| ExtendedZoneManager (all zones) | 33832/ 1302 | 30362/ 1149 | -| ExtendedZoneManager (all zones+links) | 39196/ 1302 | 35726/ 1149 | -| ExtendedLinkManager (all links) | 5720/ 158 | 2250/ 5 | +| ExtendedZoneManager (all zones) | 33780/ 1302 | 30310/ 1149 | +| ExtendedZoneManager (all zones+links) | 39192/ 1302 | 35722/ 1149 | +| ExtendedLinkManager (all links) | 5736/ 158 | 2266/ 5 | |----------------------------------------+--------------+-------------| | Extended ZoneSorterByName [2] | 13170/ 820 | 374/ 8 | | Extended ZoneSorterByOffsetAndName [2] | 13292/ 820 | 496/ 8 | @@ -264,38 +273,38 @@ ASCII table. ## STM32 Blue Pill * STM32F103C8, 72 MHz ARM Cortex-M3 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* STM32duino 2.2.0 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* STM32duino 2.3.0 ``` +---------------------------------------------------------------------+ | Functionality | flash/ ram | delta | |----------------------------------------+--------------+-------------| -| baseline | 21880/ 3540 | 0/ 0 | +| baseline | 21336/ 3556 | 0/ 0 | |----------------------------------------+--------------+-------------| -| LocalDateTime | 22184/ 3552 | 304/ 12 | -| ZonedDateTime | 22416/ 3568 | 536/ 28 | -| Manual ZoneManager | 22416/ 3544 | 536/ 4 | +| LocalDateTime | 21640/ 3564 | 304/ 8 | +| ZonedDateTime | 21872/ 3580 | 536/ 24 | +| Manual ZoneManager | 21868/ 3556 | 532/ 0 | |----------------------------------------+--------------+-------------| -| Basic TimeZone (1 zone) | 26244/ 3708 | 4364/ 168 | -| Basic TimeZone (2 zones) | 26544/ 3872 | 4664/ 332 | -| BasicZoneManager (1 zone) | 26364/ 3728 | 4484/ 188 | -| BasicZoneManager (all zones) | 41968/ 3728 | 20088/ 188 | -| BasicZoneManager (all zones+links) | 49156/ 3728 | 27276/ 188 | -| BasicLinkManager (all links) | 23764/ 3548 | 1884/ 8 | +| Basic TimeZone (1 zone) | 25696/ 3720 | 4360/ 164 | +| Basic TimeZone (2 zones) | 25996/ 3884 | 4660/ 328 | +| BasicZoneManager (1 zone) | 25816/ 3740 | 4480/ 184 | +| BasicZoneManager (all zones) | 41316/ 3740 | 19980/ 184 | +| BasicZoneManager (all zones+links) | 48576/ 3740 | 27240/ 184 | +| BasicLinkManager (all links) | 23240/ 3564 | 1904/ 8 | |----------------------------------------+--------------+-------------| -| Basic ZoneSorterByName [1] | 26536/ 3728 | 292/ 20 | -| Basic ZoneSorterByOffsetAndName [1] | 26584/ 3728 | 340/ 20 | +| Basic ZoneSorterByName [1] | 25992/ 3744 | 296/ 24 | +| Basic ZoneSorterByOffsetAndName [1] | 26040/ 3744 | 344/ 24 | |----------------------------------------+--------------+-------------| -| Extended TimeZone (1 zone) | 28228/ 4096 | 6348/ 556 | -| Extended TimeZone (2 zones) | 28512/ 4648 | 6632/ 1108 | -| ExtendedZoneManager (1 zone) | 28332/ 4104 | 6452/ 564 | -| ExtendedZoneManager (all zones) | 56308/ 4104 | 34428/ 564 | -| ExtendedZoneManager (all zones+links) | 64300/ 4104 | 42420/ 564 | -| ExtendedLinkManager (all links) | 23956/ 3548 | 2076/ 8 | +| Extended TimeZone (1 zone) | 27684/ 4108 | 6348/ 552 | +| Extended TimeZone (2 zones) | 27968/ 4660 | 6632/ 1104 | +| ExtendedZoneManager (1 zone) | 27788/ 4116 | 6452/ 560 | +| ExtendedZoneManager (all zones) | 55676/ 4116 | 34340/ 560 | +| ExtendedZoneManager (all zones+links) | 63740/ 4116 | 42404/ 560 | +| ExtendedLinkManager (all links) | 23432/ 3564 | 2096/ 8 | |----------------------------------------+--------------+-------------| -| Extended ZoneSorterByName [2] | 28512/ 4104 | 284/ 8 | -| Extended ZoneSorterByOffsetAndName [2] | 28568/ 4104 | 340/ 8 | +| Extended ZoneSorterByName [2] | 27972/ 4120 | 288/ 12 | +| Extended ZoneSorterByOffsetAndName [2] | 28028/ 4120 | 344/ 12 | +---------------------------------------------------------------------+ ``` @@ -306,7 +315,7 @@ microcontroller and the compiler did not generate the desired information. ## ESP8266 * NodeMCU 1.0, 80MHz ESP8266 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 * ESP8266 Boards 3.0.2 ``` @@ -322,9 +331,9 @@ microcontroller and the compiler did not generate the desired information. | Basic TimeZone (1 zone) | 266777/28644 | 6688/ 752 | | Basic TimeZone (2 zones) | 267177/28804 | 7088/ 912 | | BasicZoneManager (1 zone) | 266937/28660 | 6848/ 768 | -| BasicZoneManager (all zones) | 282985/28660 | 22896/ 768 | -| BasicZoneManager (all zones+links) | 290441/28660 | 30352/ 768 | -| BasicLinkManager (all links) | 262109/27904 | 2020/ 12 | +| BasicZoneManager (all zones) | 282873/28660 | 22784/ 768 | +| BasicZoneManager (all zones+links) | 290409/28660 | 30320/ 768 | +| BasicLinkManager (all links) | 262125/27904 | 2036/ 12 | |----------------------------------------+--------------+-------------| | Basic ZoneSorterByName [1] | 267173/28664 | 396/ 20 | | Basic ZoneSorterByOffsetAndName [1] | 267285/28664 | 508/ 20 | @@ -332,9 +341,9 @@ microcontroller and the compiler did not generate the desired information. | Extended TimeZone (1 zone) | 269353/29172 | 9264/ 1280 | | Extended TimeZone (2 zones) | 269769/29724 | 9680/ 1832 | | ExtendedZoneManager (1 zone) | 269481/29180 | 9392/ 1288 | -| ExtendedZoneManager (all zones) | 298093/29176 | 38004/ 1284 | -| ExtendedZoneManager (all zones+links) | 306413/29176 | 46324/ 1284 | -| ExtendedLinkManager (all links) | 262301/27904 | 2212/ 12 | +| ExtendedZoneManager (all zones) | 298013/29176 | 37924/ 1284 | +| ExtendedZoneManager (all zones+links) | 306397/29176 | 46308/ 1284 | +| ExtendedLinkManager (all links) | 262317/27904 | 2228/ 12 | |----------------------------------------+--------------+-------------| | Extended ZoneSorterByName [2] | 269701/29184 | 348/ 12 | | Extended ZoneSorterByOffsetAndName [2] | 269797/29184 | 444/ 12 | @@ -345,38 +354,38 @@ microcontroller and the compiler did not generate the desired information. ## ESP32 * ESP32-01 Dev Board, 240 MHz Tensilica LX6 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* ESP32 Boards 2.0.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* ESP32 Boards 2.0.5 ``` +---------------------------------------------------------------------+ | Functionality | flash/ ram | delta | |----------------------------------------+--------------+-------------| -| baseline | 204501/16060 | 0/ 0 | +| baseline | 211065/16056 | 0/ 0 | |----------------------------------------+--------------+-------------| -| LocalDateTime | 206357/16188 | 1856/ 128 | -| ZonedDateTime | 206813/16204 | 2312/ 144 | -| Manual ZoneManager | 206829/16180 | 2328/ 120 | +| LocalDateTime | 213317/16064 | 2252/ 8 | +| ZonedDateTime | 213769/16080 | 2704/ 24 | +| Manual ZoneManager | 213773/16056 | 2708/ 0 | |----------------------------------------+--------------+-------------| -| Basic TimeZone (1 zone) | 211361/16340 | 6860/ 280 | -| Basic TimeZone (2 zones) | 211821/16508 | 7320/ 448 | -| BasicZoneManager (1 zone) | 211525/16364 | 7024/ 304 | -| BasicZoneManager (all zones) | 227541/16364 | 23040/ 304 | -| BasicZoneManager (all zones+links) | 234997/16364 | 30496/ 304 | -| BasicLinkManager (all links) | 207885/16188 | 3384/ 128 | +| Basic TimeZone (1 zone) | 218333/16216 | 7268/ 160 | +| Basic TimeZone (2 zones) | 218781/16384 | 7716/ 328 | +| BasicZoneManager (1 zone) | 218493/16240 | 7428/ 184 | +| BasicZoneManager (all zones) | 234413/16240 | 23348/ 184 | +| BasicZoneManager (all zones+links) | 241933/16240 | 30868/ 184 | +| BasicLinkManager (all links) | 214841/16064 | 3776/ 8 | |----------------------------------------+--------------+-------------| -| Basic ZoneSorterByName [1] | 211681/16364 | 320/ 24 | -| Basic ZoneSorterByOffsetAndName [1] | 211737/16364 | 376/ 24 | +| Basic ZoneSorterByName [1] | 218649/16240 | 316/ 24 | +| Basic ZoneSorterByOffsetAndName [1] | 218705/16240 | 372/ 24 | |----------------------------------------+--------------+-------------| -| Extended TimeZone (1 zone) | 213705/16732 | 9204/ 672 | -| Extended TimeZone (2 zones) | 214137/17284 | 9636/ 1224 | -| ExtendedZoneManager (1 zone) | 213821/16740 | 9320/ 680 | -| ExtendedZoneManager (all zones) | 242397/16740 | 37896/ 680 | -| ExtendedZoneManager (all zones+links) | 250717/16740 | 46216/ 680 | -| ExtendedLinkManager (all links) | 208077/16188 | 3576/ 128 | +| Extended TimeZone (1 zone) | 220677/16608 | 9612/ 552 | +| Extended TimeZone (2 zones) | 221113/17160 | 10048/ 1104 | +| ExtendedZoneManager (1 zone) | 220789/16616 | 9724/ 560 | +| ExtendedZoneManager (all zones) | 249285/16616 | 38220/ 560 | +| ExtendedZoneManager (all zones+links) | 257685/16616 | 46620/ 560 | +| ExtendedLinkManager (all links) | 215033/16064 | 3968/ 8 | |----------------------------------------+--------------+-------------| -| Extended ZoneSorterByName [2] | 213969/16740 | 264/ 8 | -| Extended ZoneSorterByOffsetAndName [2] | 214037/16740 | 332/ 8 | +| Extended ZoneSorterByName [2] | 220937/16616 | 260/ 8 | +| Extended ZoneSorterByOffsetAndName [2] | 221005/16616 | 328/ 8 | +---------------------------------------------------------------------+ ``` @@ -388,38 +397,38 @@ usage by objects. ## Teensy 3.2 * 96 MHz ARM Cortex-M4 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* Teensyduino 1.56 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* Teensyduino 1.57 ``` +---------------------------------------------------------------------+ | Functionality | flash/ ram | delta | |----------------------------------------+--------------+-------------| -| baseline | 10184/ 4152 | 0/ 0 | +| baseline | 10060/ 4152 | 0/ 0 | |----------------------------------------+--------------+-------------| -| LocalDateTime | 10512/ 4168 | 328/ 16 | -| ZonedDateTime | 10600/ 4184 | 416/ 32 | -| Manual ZoneManager | 10308/ 4160 | 124/ 8 | +| LocalDateTime | 10388/ 4168 | 328/ 16 | +| ZonedDateTime | 10476/ 4184 | 416/ 32 | +| Manual ZoneManager | 10184/ 4160 | 124/ 8 | |----------------------------------------+--------------+-------------| -| Basic TimeZone (1 zone) | 21708/ 4324 | 11524/ 172 | -| Basic TimeZone (2 zones) | 22596/ 4488 | 12412/ 336 | -| BasicZoneManager (1 zone) | 21968/ 4344 | 11784/ 192 | -| BasicZoneManager (all zones) | 38020/ 4344 | 27836/ 192 | -| BasicZoneManager (all zones+links) | 45476/ 4344 | 35292/ 192 | -| BasicLinkManager (all links) | 12084/ 4160 | 1900/ 8 | +| Basic TimeZone (1 zone) | 21580/ 4324 | 11520/ 172 | +| Basic TimeZone (2 zones) | 22468/ 4488 | 12408/ 336 | +| BasicZoneManager (1 zone) | 21840/ 4344 | 11780/ 192 | +| BasicZoneManager (all zones) | 37788/ 4344 | 27728/ 192 | +| BasicZoneManager (all zones+links) | 45316/ 4344 | 35256/ 192 | +| BasicLinkManager (all links) | 11976/ 4160 | 1916/ 8 | |----------------------------------------+--------------+-------------| -| Basic ZoneSorterByName [1] | 21832/ 4340 | 124/ 16 | -| Basic ZoneSorterByOffsetAndName [1] | 22280/ 4340 | 572/ 16 | +| Basic ZoneSorterByName [1] | 21704/ 4340 | 124/ 16 | +| Basic ZoneSorterByOffsetAndName [1] | 22216/ 4340 | 636/ 16 | |----------------------------------------+--------------+-------------| -| Extended TimeZone (1 zone) | 25080/ 4712 | 14896/ 560 | -| Extended TimeZone (2 zones) | 25968/ 5264 | 15784/ 1112 | -| ExtendedZoneManager (1 zone) | 25276/ 4720 | 15092/ 568 | -| ExtendedZoneManager (all zones) | 53884/ 4720 | 43700/ 568 | -| ExtendedZoneManager (all zones+links) | 62204/ 4720 | 52020/ 568 | -| ExtendedLinkManager (all links) | 12276/ 4160 | 2092/ 8 | +| Extended TimeZone (1 zone) | 24952/ 4712 | 14892/ 560 | +| Extended TimeZone (2 zones) | 25840/ 5264 | 15780/ 1112 | +| ExtendedZoneManager (1 zone) | 25148/ 4720 | 15088/ 568 | +| ExtendedZoneManager (all zones) | 53672/ 4720 | 43612/ 568 | +| ExtendedZoneManager (all zones+links) | 62064/ 4720 | 52004/ 568 | +| ExtendedLinkManager (all links) | 12168/ 4160 | 2108/ 8 | |----------------------------------------+--------------+-------------| -| Extended ZoneSorterByName [2] | 25204/ 4716 | 124/ 4 | -| Extended ZoneSorterByOffsetAndName [2] | 25652/ 4716 | 572/ 4 | +| Extended ZoneSorterByName [2] | 25076/ 4716 | 124/ 4 | +| Extended ZoneSorterByOffsetAndName [2] | 25524/ 4716 | 572/ 4 | +---------------------------------------------------------------------+ ``` diff --git a/examples/MemoryBenchmark/esp32.txt b/examples/MemoryBenchmark/esp32.txt index c4dc5f7b6..111e47cdd 100644 --- a/examples/MemoryBenchmark/esp32.txt +++ b/examples/MemoryBenchmark/esp32.txt @@ -1,20 +1,20 @@ -0 204501 1310720 16060 327680 -1 206357 1310720 16188 327680 -2 206813 1310720 16204 327680 -3 206829 1310720 16180 327680 -4 211361 1310720 16340 327680 -5 211821 1310720 16508 327680 -6 211525 1310720 16364 327680 -7 227541 1310720 16364 327680 -8 234997 1310720 16364 327680 -9 207885 1310720 16188 327680 -10 211681 1310720 16364 327680 -11 211737 1310720 16364 327680 -12 213705 1310720 16732 327680 -13 214137 1310720 17284 327680 -14 213821 1310720 16740 327680 -15 242397 1310720 16740 327680 -16 250717 1310720 16740 327680 -17 208077 1310720 16188 327680 -18 213969 1310720 16740 327680 -19 214037 1310720 16740 327680 +0 211065 1310720 16056 327680 +1 213317 1310720 16064 327680 +2 213769 1310720 16080 327680 +3 213773 1310720 16056 327680 +4 218333 1310720 16216 327680 +5 218781 1310720 16384 327680 +6 218493 1310720 16240 327680 +7 234413 1310720 16240 327680 +8 241933 1310720 16240 327680 +9 214841 1310720 16064 327680 +10 218649 1310720 16240 327680 +11 218705 1310720 16240 327680 +12 220677 1310720 16608 327680 +13 221113 1310720 17160 327680 +14 220789 1310720 16616 327680 +15 249285 1310720 16616 327680 +16 257685 1310720 16616 327680 +17 215033 1310720 16064 327680 +18 220937 1310720 16616 327680 +19 221005 1310720 16616 327680 diff --git a/examples/MemoryBenchmark/esp8266.txt b/examples/MemoryBenchmark/esp8266.txt index 476957c13..866f0bde5 100644 --- a/examples/MemoryBenchmark/esp8266.txt +++ b/examples/MemoryBenchmark/esp8266.txt @@ -5,16 +5,16 @@ 4 266777 1044464 28644 81920 5 267177 1044464 28804 81920 6 266937 1044464 28660 81920 -7 282985 1044464 28660 81920 -8 290441 1044464 28660 81920 -9 262109 1044464 27904 81920 +7 282873 1044464 28660 81920 +8 290409 1044464 28660 81920 +9 262125 1044464 27904 81920 10 267173 1044464 28664 81920 11 267285 1044464 28664 81920 12 269353 1044464 29172 81920 13 269769 1044464 29724 81920 14 269481 1044464 29180 81920 -15 298093 1044464 29176 81920 -16 306413 1044464 29176 81920 -17 262301 1044464 27904 81920 +15 298013 1044464 29176 81920 +16 306397 1044464 29176 81920 +17 262317 1044464 27904 81920 18 269701 1044464 29184 81920 19 269797 1044464 29184 81920 diff --git a/examples/MemoryBenchmark/generate_readme.py b/examples/MemoryBenchmark/generate_readme.py index da9193f09..7128922c0 100755 --- a/examples/MemoryBenchmark/generate_readme.py +++ b/examples/MemoryBenchmark/generate_readme.py @@ -27,7 +27,7 @@ the baseline, and its memory usage numbers are subtracted from the subsequent `FEATURE_*` memory usage. -**Version**: AceTime v1.11.4 +**Version**: AceTime v1.11.5 **DO NOT EDIT**: This file was auto-generated using `make README.md`. @@ -194,6 +194,15 @@ instead of raw `ZoneInfo*` pointer. * Increases flash usage by 4-16 bytes for the most part. +**v1.11.5** +* Upgrade tool chain + * Arduino CLI from 0.20.2 to 0.27.1 + * Arduino AVR Core from 1.8.4 to 1.8.5 + * STM32duino from 2.2.0 to 2.3.0 + * ESP32 Core from 2.0.2 to 2.0.5 + * Teensyduino from 1.56 to 1.57 +* Upgrade TZDB from 2022b to 2022d + # Legend * [1] Delta flash and ram consumption for `ZoneSorterByName` and @@ -208,8 +217,8 @@ ## Arduino Nano * 16MHz ATmega328P -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* Arduino AVR Boards 1.8.4 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* Arduino AVR Boards 1.8.5 ``` {nano_results} @@ -218,7 +227,7 @@ ## Sparkfun Pro Micro * 16 MHz ATmega32U4 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 * SparkFun AVR Boards 1.1.13 ``` @@ -228,8 +237,8 @@ ## STM32 Blue Pill * STM32F103C8, 72 MHz ARM Cortex-M3 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* STM32duino 2.2.0 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* STM32duino 2.3.0 ``` {stm32_results} @@ -241,7 +250,7 @@ ## ESP8266 * NodeMCU 1.0, 80MHz ESP8266 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 * ESP8266 Boards 3.0.2 ``` @@ -251,8 +260,8 @@ ## ESP32 * ESP32-01 Dev Board, 240 MHz Tensilica LX6 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* ESP32 Boards 2.0.2 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* ESP32 Boards 2.0.5 ``` {esp32_results} @@ -265,8 +274,8 @@ ## Teensy 3.2 * 96 MHz ARM Cortex-M4 -* Arduino IDE 1.8.19, Arduino CLI 0.20.2 -* Teensyduino 1.56 +* Arduino IDE 1.8.19, Arduino CLI 0.27.1 +* Teensyduino 1.57 ``` {teensy32_results} diff --git a/examples/MemoryBenchmark/micro.txt b/examples/MemoryBenchmark/micro.txt index 6ee9c27a1..0f28dcc5e 100644 --- a/examples/MemoryBenchmark/micro.txt +++ b/examples/MemoryBenchmark/micro.txt @@ -5,16 +5,16 @@ 4 9488 28672 457 2560 5 9670 28672 579 2560 6 9694 28672 468 2560 -7 21526 28672 846 2560 -8 26340 28672 846 2560 -9 5528 28672 158 2560 +7 21456 28672 846 2560 +8 26318 28672 846 2560 +9 5544 28672 158 2560 10 9860 28672 470 2560 11 9984 28672 470 2560 12 12796 28672 812 2560 13 13044 28672 1255 2560 14 12972 28672 818 2560 -15 33832 28672 1302 2560 -16 39196 28672 1302 2560 -17 5720 28672 158 2560 +15 33780 28672 1302 2560 +16 39192 28672 1302 2560 +17 5736 28672 158 2560 18 13170 28672 820 2560 19 13292 28672 820 2560 diff --git a/examples/MemoryBenchmark/nano.txt b/examples/MemoryBenchmark/nano.txt index 8fb1e3bc6..e6ea8df3c 100644 --- a/examples/MemoryBenchmark/nano.txt +++ b/examples/MemoryBenchmark/nano.txt @@ -5,16 +5,16 @@ 4 6534 30720 319 2048 5 6714 30720 439 2048 6 6740 30720 330 2048 -7 18554 30720 706 2048 -8 23368 30720 706 2048 -9 2554 30720 16 2048 +7 18484 30720 706 2048 +8 23346 30720 706 2048 +9 2570 30720 16 2048 10 6904 30720 330 2048 11 7028 30720 330 2048 12 9842 30720 674 2048 13 10088 30720 1115 2048 14 10018 30720 680 2048 -15 30862 30720 1164 2048 -16 36226 30720 1164 2048 -17 2746 30720 16 2048 +15 30810 30720 1164 2048 +16 36222 30720 1164 2048 +17 2762 30720 16 2048 18 10214 30720 680 2048 19 10336 30720 680 2048 diff --git a/examples/MemoryBenchmark/stm32.txt b/examples/MemoryBenchmark/stm32.txt index a02fb8e14..c326dfc0e 100644 --- a/examples/MemoryBenchmark/stm32.txt +++ b/examples/MemoryBenchmark/stm32.txt @@ -1,20 +1,20 @@ -0 21880 131072 3540 20480 -1 22184 131072 3552 20480 -2 22416 131072 3568 20480 -3 22416 131072 3544 20480 -4 26244 131072 3708 20480 -5 26544 131072 3872 20480 -6 26364 131072 3728 20480 -7 41968 131072 3728 20480 -8 49156 131072 3728 20480 -9 23764 131072 3548 20480 -10 26536 131072 3728 20480 -11 26584 131072 3728 20480 -12 28228 131072 4096 20480 -13 28512 131072 4648 20480 -14 28332 131072 4104 20480 -15 56308 131072 4104 20480 -16 64300 131072 4104 20480 -17 23956 131072 3548 20480 -18 28512 131072 4104 20480 -19 28568 131072 4104 20480 +0 21336 131072 3556 20480 +1 21640 131072 3564 20480 +2 21872 131072 3580 20480 +3 21868 131072 3556 20480 +4 25696 131072 3720 20480 +5 25996 131072 3884 20480 +6 25816 131072 3740 20480 +7 41316 131072 3740 20480 +8 48576 131072 3740 20480 +9 23240 131072 3564 20480 +10 25992 131072 3744 20480 +11 26040 131072 3744 20480 +12 27684 131072 4108 20480 +13 27968 131072 4660 20480 +14 27788 131072 4116 20480 +15 55676 131072 4116 20480 +16 63740 131072 4116 20480 +17 23432 131072 3564 20480 +18 27972 131072 4120 20480 +19 28028 131072 4120 20480 diff --git a/examples/MemoryBenchmark/teensy32.txt b/examples/MemoryBenchmark/teensy32.txt index c8db01722..e44f5fc0c 100644 --- a/examples/MemoryBenchmark/teensy32.txt +++ b/examples/MemoryBenchmark/teensy32.txt @@ -1,20 +1,20 @@ -0 10184 262144 4152 65536 -1 10512 262144 4168 65536 -2 10600 262144 4184 65536 -3 10308 262144 4160 65536 -4 21708 262144 4324 65536 -5 22596 262144 4488 65536 -6 21968 262144 4344 65536 -7 38020 262144 4344 65536 -8 45476 262144 4344 65536 -9 12084 262144 4160 65536 -10 21832 262144 4340 65536 -11 22280 262144 4340 65536 -12 25080 262144 4712 65536 -13 25968 262144 5264 65536 -14 25276 262144 4720 65536 -15 53884 262144 4720 65536 -16 62204 262144 4720 65536 -17 12276 262144 4160 65536 -18 25204 262144 4716 65536 -19 25652 262144 4716 65536 +0 10060 262144 4152 65536 +1 10388 262144 4168 65536 +2 10476 262144 4184 65536 +3 10184 262144 4160 65536 +4 21580 262144 4324 65536 +5 22468 262144 4488 65536 +6 21840 262144 4344 65536 +7 37788 262144 4344 65536 +8 45316 262144 4344 65536 +9 11976 262144 4160 65536 +10 21704 262144 4340 65536 +11 22216 262144 4340 65536 +12 24952 262144 4712 65536 +13 25840 262144 5264 65536 +14 25148 262144 4720 65536 +15 53672 262144 4720 65536 +16 62064 262144 4720 65536 +17 12168 262144 4160 65536 +18 25076 262144 4716 65536 +19 25524 262144 4716 65536 diff --git a/library.properties b/library.properties index e4cd8953f..834815063 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AceTime -version=1.11.4 +version=1.11.5 author=Brian T. Park maintainer=Brian T. Park sentence=Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones. diff --git a/src/AceTime.h b/src/AceTime.h index 41db859eb..5704be383 100644 --- a/src/AceTime.h +++ b/src/AceTime.h @@ -65,7 +65,7 @@ #include "ace_time/ace_time_utils.h" // Version format: xxyyzz == "xx.yy.zz" -#define ACE_TIME_VERSION 11104 -#define ACE_TIME_VERSION_STRING "1.11.4" +#define ACE_TIME_VERSION 11105 +#define ACE_TIME_VERSION_STRING "1.11.5" #endif diff --git a/src/ace_time/zonedb/Makefile b/src/ace_time/zonedb/Makefile index 53e1b270e..b40eeb4c8 100644 --- a/src/ace_time/zonedb/Makefile +++ b/src/ace_time/zonedb/Makefile @@ -2,7 +2,7 @@ TARGETS := zone_infos.cpp zone_infos.h zone_policies.cpp zone_policies.h TOOLS := $(abspath ../../../../AceTimeTools) -TZ_VERSION := 2022b +TZ_VERSION := 2022d START_YEAR := 2000 UNTIL_YEAR := 2050 diff --git a/src/ace_time/zonedb/zone_infos.cpp b/src/ace_time/zonedb/zone_infos.cpp index a9562744b..0b7e6691c 100644 --- a/src/ace_time/zonedb/zone_infos.cpp +++ b/src/ace_time/zonedb/zone_infos.cpp @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope basic @@ -22,22 +22,22 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // -// Zones: 237 -// Links: 215 +// Zones: 235 +// Links: 217 // kZoneRegistry sizes (bytes): -// Names: 2177 (originally 3516) +// Names: 2155 (originally 3482) // Formats: 465 // Fragments: 94 -// Memory (8-bit): 8591 -// Memory (32-bit): 12448 +// Memory (8-bit): 8521 +// Memory (32-bit): 12346 // kZoneAndLinkRegistry sizes (bytes): // Names: 4196 (originally 6591) // Formats: 465 // Fragments: 94 -// Memory (8-bit): 13405 -// Memory (32-bit): 19627 +// Memory (8-bit): 13383 +// Memory (32-bit): 19595 // // DO NOT EDIT @@ -52,7 +52,7 @@ namespace zonedb { // ZoneContext (should not be in PROGMEM) //--------------------------------------------------------------------------- -const char kTzDatabaseVersion[] = "2022b"; +const char kTzDatabaseVersion[] = "2022d"; const char* const kFragments[] = { /*\x00*/ nullptr, @@ -79,7 +79,7 @@ const internal::ZoneContext kZoneContext = { }; //--------------------------------------------------------------------------- -// Zones: 237 +// Zones: 235 //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- @@ -6946,40 +6946,6 @@ const basic::ZoneInfo kZoneEurope_Tirane ACE_TIME_PROGMEM = { kZoneEraEurope_Tirane /*eras*/, }; -//--------------------------------------------------------------------------- -// Zone name: Europe/Uzhgorod -// Zone Eras: 1 -// Strings (bytes): 15 (originally 21) -// Memory (8-bit): 37 -// Memory (32-bit): 51 -//--------------------------------------------------------------------------- - -static const basic::ZoneEra kZoneEraEurope_Uzhgorod[] ACE_TIME_PROGMEM = { - // 2:00 EU EE%sT - { - &kPolicyEU /*zonePolicy*/, - "EE%T" /*format*/, - 8 /*offsetCode*/, - 0 /*deltaCode ((deltaMinutes=0)/15)*/, - 127 /*untilYearTiny*/, - 1 /*untilMonth*/, - 1 /*untilDay*/, - 0 /*untilTimeCode*/, - 0 /*untilTimeModifier (kSuffixW + minute=0)*/, - }, - -}; - -static const char kZoneNameEurope_Uzhgorod[] ACE_TIME_PROGMEM = "\x09" "Uzhgorod"; - -const basic::ZoneInfo kZoneEurope_Uzhgorod ACE_TIME_PROGMEM = { - kZoneNameEurope_Uzhgorod /*name*/, - 0xb066f5d6 /*zoneId*/, - &kZoneContext /*zoneContext*/, - 1 /*numEras*/, - kZoneEraEurope_Uzhgorod /*eras*/, -}; - //--------------------------------------------------------------------------- // Zone name: Europe/Vienna // Zone Eras: 1 @@ -7048,40 +7014,6 @@ const basic::ZoneInfo kZoneEurope_Warsaw ACE_TIME_PROGMEM = { kZoneEraEurope_Warsaw /*eras*/, }; -//--------------------------------------------------------------------------- -// Zone name: Europe/Zaporozhye -// Zone Eras: 1 -// Strings (bytes): 17 (originally 23) -// Memory (8-bit): 39 -// Memory (32-bit): 53 -//--------------------------------------------------------------------------- - -static const basic::ZoneEra kZoneEraEurope_Zaporozhye[] ACE_TIME_PROGMEM = { - // 2:00 EU EE%sT - { - &kPolicyEU /*zonePolicy*/, - "EE%T" /*format*/, - 8 /*offsetCode*/, - 0 /*deltaCode ((deltaMinutes=0)/15)*/, - 127 /*untilYearTiny*/, - 1 /*untilMonth*/, - 1 /*untilDay*/, - 0 /*untilTimeCode*/, - 0 /*untilTimeModifier (kSuffixW + minute=0)*/, - }, - -}; - -static const char kZoneNameEurope_Zaporozhye[] ACE_TIME_PROGMEM = "\x09" "Zaporozhye"; - -const basic::ZoneInfo kZoneEurope_Zaporozhye ACE_TIME_PROGMEM = { - kZoneNameEurope_Zaporozhye /*name*/, - 0xeab9767f /*zoneId*/, - &kZoneContext /*zoneContext*/, - 1 /*numEras*/, - kZoneEraEurope_Zaporozhye /*eras*/, -}; - //--------------------------------------------------------------------------- // Zone name: Europe/Zurich // Zone Eras: 1 @@ -8299,7 +8231,7 @@ const basic::ZoneInfo kZoneWET ACE_TIME_PROGMEM = { //--------------------------------------------------------------------------- -// Links: 215 +// Links: 217 //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- @@ -10886,6 +10818,23 @@ const basic::ZoneInfo kZoneEurope_Tiraspol ACE_TIME_PROGMEM = { &kZoneEurope_Chisinau /*eras(info)*/, }; +//--------------------------------------------------------------------------- +// Link name: Europe/Uzhgorod -> Europe/Kyiv +// Strings (bytes): 10 (originally 16) +// Memory (8-bit): 21 +// Memory (32-bit): 30 +//--------------------------------------------------------------------------- + +static const char kZoneNameEurope_Uzhgorod[] ACE_TIME_PROGMEM = "\x09" "Uzhgorod"; + +const basic::ZoneInfo kZoneEurope_Uzhgorod ACE_TIME_PROGMEM = { + kZoneNameEurope_Uzhgorod /*name*/, + 0xb066f5d6 /*zoneId*/, + &kZoneContext /*zoneContext*/, + 0 /*numEras*/, + &kZoneEurope_Kyiv /*eras(info)*/, +}; + //--------------------------------------------------------------------------- // Link name: Europe/Vaduz -> Europe/Zurich // Strings (bytes): 7 (originally 13) @@ -10937,6 +10886,23 @@ const basic::ZoneInfo kZoneEurope_Zagreb ACE_TIME_PROGMEM = { &kZoneEurope_Belgrade /*eras(info)*/, }; +//--------------------------------------------------------------------------- +// Link name: Europe/Zaporozhye -> Europe/Kyiv +// Strings (bytes): 12 (originally 18) +// Memory (8-bit): 23 +// Memory (32-bit): 32 +//--------------------------------------------------------------------------- + +static const char kZoneNameEurope_Zaporozhye[] ACE_TIME_PROGMEM = "\x09" "Zaporozhye"; + +const basic::ZoneInfo kZoneEurope_Zaporozhye ACE_TIME_PROGMEM = { + kZoneNameEurope_Zaporozhye /*name*/, + 0xeab9767f /*zoneId*/, + &kZoneContext /*zoneContext*/, + 0 /*numEras*/, + &kZoneEurope_Kyiv /*eras(info)*/, +}; + //--------------------------------------------------------------------------- // Link name: GB -> Europe/London // Strings (bytes): 3 (originally 3) diff --git a/src/ace_time/zonedb/zone_infos.h b/src/ace_time/zonedb/zone_infos.h index fe862aa35..7e8ee5e73 100644 --- a/src/ace_time/zonedb/zone_infos.h +++ b/src/ace_time/zonedb/zone_infos.h @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope basic @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // DO NOT EDIT @@ -45,7 +45,7 @@ extern const char kTzDatabaseVersion[]; extern const internal::ZoneContext kZoneContext; //--------------------------------------------------------------------------- -// Supported zones: 237 +// Supported zones: 235 //--------------------------------------------------------------------------- extern const basic::ZoneInfo kZoneAfrica_Abidjan; // Africa/Abidjan @@ -246,10 +246,8 @@ extern const basic::ZoneInfo kZoneEurope_Prague; // Europe/Prague extern const basic::ZoneInfo kZoneEurope_Rome; // Europe/Rome extern const basic::ZoneInfo kZoneEurope_Sofia; // Europe/Sofia extern const basic::ZoneInfo kZoneEurope_Tirane; // Europe/Tirane -extern const basic::ZoneInfo kZoneEurope_Uzhgorod; // Europe/Uzhgorod extern const basic::ZoneInfo kZoneEurope_Vienna; // Europe/Vienna extern const basic::ZoneInfo kZoneEurope_Warsaw; // Europe/Warsaw -extern const basic::ZoneInfo kZoneEurope_Zaporozhye; // Europe/Zaporozhye extern const basic::ZoneInfo kZoneEurope_Zurich; // Europe/Zurich extern const basic::ZoneInfo kZoneHST; // HST extern const basic::ZoneInfo kZoneIndian_Chagos; // Indian/Chagos @@ -487,10 +485,8 @@ const uint32_t kZoneIdEurope_Prague = 0x65ee5d48; // Europe/Prague const uint32_t kZoneIdEurope_Rome = 0xa2c58fd7; // Europe/Rome const uint32_t kZoneIdEurope_Sofia = 0xfb898656; // Europe/Sofia const uint32_t kZoneIdEurope_Tirane = 0x6ea95b47; // Europe/Tirane -const uint32_t kZoneIdEurope_Uzhgorod = 0xb066f5d6; // Europe/Uzhgorod const uint32_t kZoneIdEurope_Vienna = 0x734cc2e5; // Europe/Vienna const uint32_t kZoneIdEurope_Warsaw = 0x75185c19; // Europe/Warsaw -const uint32_t kZoneIdEurope_Zaporozhye = 0xeab9767f; // Europe/Zaporozhye const uint32_t kZoneIdEurope_Zurich = 0x7d8195b9; // Europe/Zurich const uint32_t kZoneIdHST = 0x0b87f034; // HST const uint32_t kZoneIdIndian_Chagos = 0x456f7c3c; // Indian/Chagos @@ -529,7 +525,7 @@ const uint32_t kZoneIdWET = 0x0b882e35; // WET //--------------------------------------------------------------------------- -// Supported links: 215 +// Supported links: 217 //--------------------------------------------------------------------------- extern const basic::ZoneInfo kZoneAfrica_Accra; // Africa/Accra -> Africa/Abidjan @@ -684,9 +680,11 @@ extern const basic::ZoneInfo kZoneEurope_Sarajevo; // Europe/Sarajevo -> Europe/ extern const basic::ZoneInfo kZoneEurope_Skopje; // Europe/Skopje -> Europe/Belgrade extern const basic::ZoneInfo kZoneEurope_Stockholm; // Europe/Stockholm -> Europe/Berlin extern const basic::ZoneInfo kZoneEurope_Tiraspol; // Europe/Tiraspol -> Europe/Chisinau +extern const basic::ZoneInfo kZoneEurope_Uzhgorod; // Europe/Uzhgorod -> Europe/Kyiv extern const basic::ZoneInfo kZoneEurope_Vaduz; // Europe/Vaduz -> Europe/Zurich extern const basic::ZoneInfo kZoneEurope_Vatican; // Europe/Vatican -> Europe/Rome extern const basic::ZoneInfo kZoneEurope_Zagreb; // Europe/Zagreb -> Europe/Belgrade +extern const basic::ZoneInfo kZoneEurope_Zaporozhye; // Europe/Zaporozhye -> Europe/Kyiv extern const basic::ZoneInfo kZoneGB; // GB -> Europe/London extern const basic::ZoneInfo kZoneGB_Eire; // GB-Eire -> Europe/London extern const basic::ZoneInfo kZoneGMT; // GMT -> Etc/GMT @@ -903,9 +901,11 @@ const uint32_t kZoneIdEurope_Sarajevo = 0x6a576c3f; // Europe/Sarajevo const uint32_t kZoneIdEurope_Skopje = 0x6c76fdd0; // Europe/Skopje const uint32_t kZoneIdEurope_Stockholm = 0x5bf6fbb8; // Europe/Stockholm const uint32_t kZoneIdEurope_Tiraspol = 0xbe704472; // Europe/Tiraspol +const uint32_t kZoneIdEurope_Uzhgorod = 0xb066f5d6; // Europe/Uzhgorod const uint32_t kZoneIdEurope_Vaduz = 0xfbb81bae; // Europe/Vaduz const uint32_t kZoneIdEurope_Vatican = 0xcb485dca; // Europe/Vatican const uint32_t kZoneIdEurope_Zagreb = 0x7c11c9ff; // Europe/Zagreb +const uint32_t kZoneIdEurope_Zaporozhye = 0xeab9767f; // Europe/Zaporozhye const uint32_t kZoneIdGB = 0x005973ae; // GB const uint32_t kZoneIdGB_Eire = 0xfa70e300; // GB-Eire const uint32_t kZoneIdGMT = 0x0b87eb2d; // GMT @@ -1174,10 +1174,8 @@ const uint8_t kZoneBufSizeEurope_Prague = 5; // Europe/Prague in 2000 const uint8_t kZoneBufSizeEurope_Rome = 5; // Europe/Rome in 2000 const uint8_t kZoneBufSizeEurope_Sofia = 5; // Europe/Sofia in 2000 const uint8_t kZoneBufSizeEurope_Tirane = 5; // Europe/Tirane in 2000 -const uint8_t kZoneBufSizeEurope_Uzhgorod = 5; // Europe/Uzhgorod in 2000 const uint8_t kZoneBufSizeEurope_Vienna = 5; // Europe/Vienna in 2000 const uint8_t kZoneBufSizeEurope_Warsaw = 5; // Europe/Warsaw in 2000 -const uint8_t kZoneBufSizeEurope_Zaporozhye = 5; // Europe/Zaporozhye in 2000 const uint8_t kZoneBufSizeEurope_Zurich = 5; // Europe/Zurich in 2000 const uint8_t kZoneBufSizeHST = 1; // HST in 2000 const uint8_t kZoneBufSizeIndian_Chagos = 1; // Indian/Chagos in 2000 diff --git a/src/ace_time/zonedb/zone_policies.cpp b/src/ace_time/zonedb/zone_policies.cpp index 1b86b5cec..efe718f83 100644 --- a/src/ace_time/zonedb/zone_policies.cpp +++ b/src/ace_time/zonedb/zone_policies.cpp @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope basic @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // Policies: 64 // Rules: 337 diff --git a/src/ace_time/zonedb/zone_policies.h b/src/ace_time/zonedb/zone_policies.h index 5b08b1c88..4bbe57aa8 100644 --- a/src/ace_time/zonedb/zone_policies.h +++ b/src/ace_time/zonedb/zone_policies.h @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope basic @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // DO NOT EDIT diff --git a/src/ace_time/zonedb/zone_registry.cpp b/src/ace_time/zonedb/zone_registry.cpp index 8603d072b..aab836ba0 100644 --- a/src/ace_time/zonedb/zone_registry.cpp +++ b/src/ace_time/zonedb/zone_registry.cpp @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope basic @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // DO NOT EDIT @@ -36,7 +36,7 @@ namespace zonedb { //--------------------------------------------------------------------------- // Zone Info registry. Sorted by zoneId. //--------------------------------------------------------------------------- -const basic::ZoneInfo* const kZoneRegistry[237] ACE_TIME_PROGMEM = { +const basic::ZoneInfo* const kZoneRegistry[235] ACE_TIME_PROGMEM = { &kZoneAsia_Jakarta, // 0x0506ab50, Asia/Jakarta &kZoneAmerica_Mazatlan, // 0x0532189e, America/Mazatlan &kZoneAmerica_Hermosillo, // 0x065d21c4, America/Hermosillo @@ -217,7 +217,6 @@ const basic::ZoneInfo* const kZoneRegistry[237] ACE_TIME_PROGMEM = { &kZoneAmerica_Manaus, // 0xac86bf8b, America/Manaus &kZoneAmerica_Merida, // 0xacd172d8, America/Merida &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau - &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo &kZoneAmerica_Panama, // 0xb3863854, America/Panama @@ -254,7 +253,6 @@ const basic::ZoneInfo* const kZoneRegistry[237] ACE_TIME_PROGMEM = { &kZoneAtlantic_Faroe, // 0xe110a971, Atlantic/Faroe &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu - &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga &kZoneCST6CDT, // 0xf0e87d00, CST6CDT &kZonePacific_Tahiti, // 0xf24c2446, Pacific/Tahiti @@ -617,7 +615,7 @@ const basic::ZoneInfo* const kZoneAndLinkRegistry[452] ACE_TIME_PROGMEM = { &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau &kZoneAmerica_Nassau, // 0xaedef011, America/Nassau -> America/Toronto &kZoneAmerica_Anguilla, // 0xafe31333, America/Anguilla -> America/Puerto_Rico - &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod + &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod -> Europe/Kyiv &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill &kZoneChile_EasterIsland, // 0xb0982af8, Chile/EasterIsland -> Pacific/Easter &kZonePacific_Johnston, // 0xb15d7b36, Pacific/Johnston -> Pacific/Honolulu @@ -703,7 +701,7 @@ const basic::ZoneInfo* const kZoneAndLinkRegistry[452] ACE_TIME_PROGMEM = { &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu &kZoneAmerica_Kralendijk, // 0xe7c456c5, America/Kralendijk -> America/Puerto_Rico &kZonePacific_Ponape, // 0xe9f80086, Pacific/Ponape -> Pacific/Guadalcanal - &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye + &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye -> Europe/Kyiv &kZoneEurope_Isle_of_Man, // 0xeaf84580, Europe/Isle_of_Man -> Europe/London &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga &kZoneCST6CDT, // 0xf0e87d00, CST6CDT @@ -739,7 +737,7 @@ const basic::ZoneInfo* const kZoneAndLinkRegistry[452] ACE_TIME_PROGMEM = { //--------------------------------------------------------------------------- // Link (thin) Entry registry. Sorted by linkId. Links are references to Zones. //--------------------------------------------------------------------------- -const basic::LinkEntry kLinkRegistry[215] ACE_TIME_PROGMEM = { +const basic::LinkEntry kLinkRegistry[217] ACE_TIME_PROGMEM = { { kZoneIdGB, kZoneIdEurope_London }, // 0x005973ae -> 0x5c6a84ae { kZoneIdNZ, kZoneIdPacific_Auckland }, // 0x005974ad -> 0x25062f86 { kZoneIdAsia_Kuala_Lumpur, kZoneIdAsia_Singapore }, // 0x014763c4 -> 0xcf8581fa @@ -896,6 +894,7 @@ const basic::LinkEntry kLinkRegistry[215] ACE_TIME_PROGMEM = { { kZoneIdAmerica_Coral_Harbour, kZoneIdAmerica_Panama }, // 0xabcb7569 -> 0xb3863854 { kZoneIdAmerica_Nassau, kZoneIdAmerica_Toronto }, // 0xaedef011 -> 0x792e851b { kZoneIdAmerica_Anguilla, kZoneIdAmerica_Puerto_Rico }, // 0xafe31333 -> 0x6752ca31 + { kZoneIdEurope_Uzhgorod, kZoneIdEurope_Kyiv }, // 0xb066f5d6 -> 0xa2c1e347 { kZoneIdChile_EasterIsland, kZoneIdPacific_Easter }, // 0xb0982af8 -> 0xcf54f7e7 { kZoneIdPacific_Johnston, kZoneIdPacific_Honolulu }, // 0xb15d7b36 -> 0xe6e70af9 { kZoneIdAfrica_Timbuktu, kZoneIdAfrica_Abidjan }, // 0xb164d56f -> 0xc21305a3 @@ -945,6 +944,7 @@ const basic::LinkEntry kLinkRegistry[215] ACE_TIME_PROGMEM = { { kZoneIdAustralia_Tasmania, kZoneIdAustralia_Hobart }, // 0xe6d76648 -> 0x32bf951a { kZoneIdAmerica_Kralendijk, kZoneIdAmerica_Puerto_Rico }, // 0xe7c456c5 -> 0x6752ca31 { kZoneIdPacific_Ponape, kZoneIdPacific_Guadalcanal }, // 0xe9f80086 -> 0xf4dd25f0 + { kZoneIdEurope_Zaporozhye, kZoneIdEurope_Kyiv }, // 0xeab9767f -> 0xa2c1e347 { kZoneIdEurope_Isle_of_Man, kZoneIdEurope_London }, // 0xeaf84580 -> 0x5c6a84ae { kZoneIdCanada_Eastern, kZoneIdAmerica_Toronto }, // 0xf3612d5e -> 0x792e851b { kZoneIdEtc_GMT0, kZoneIdEtc_GMT }, // 0xf53ea988 -> 0xd8e2de58 diff --git a/src/ace_time/zonedb/zone_registry.h b/src/ace_time/zonedb/zone_registry.h index b46e47427..cfeca5288 100644 --- a/src/ace_time/zonedb/zone_registry.h +++ b/src/ace_time/zonedb/zone_registry.h @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedb -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope basic @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // DO NOT EDIT @@ -36,16 +36,16 @@ namespace ace_time { namespace zonedb { // Zones -const uint16_t kZoneRegistrySize = 237; -extern const basic::ZoneInfo* const kZoneRegistry[237]; +const uint16_t kZoneRegistrySize = 235; +extern const basic::ZoneInfo* const kZoneRegistry[235]; // Zones and Links const uint16_t kZoneAndLinkRegistrySize = 452; extern const basic::ZoneInfo* const kZoneAndLinkRegistry[452]; // Link Entries -const uint16_t kLinkRegistrySize = 215; -extern const basic::LinkEntry kLinkRegistry[215]; +const uint16_t kLinkRegistrySize = 217; +extern const basic::LinkEntry kLinkRegistry[217]; } } diff --git a/src/ace_time/zonedbx/Makefile b/src/ace_time/zonedbx/Makefile index 7abcbf92f..bf1caeec4 100644 --- a/src/ace_time/zonedbx/Makefile +++ b/src/ace_time/zonedbx/Makefile @@ -2,7 +2,7 @@ TARGETS := zone_infos.cpp zone_infos.h zone_policies.cpp zone_policies.h TOOLS := $(abspath ../../../../AceTimeTools) -TZ_VERSION := 2022b +TZ_VERSION := 2022d START_YEAR := 2000 UNTIL_YEAR := 2050 diff --git a/src/ace_time/zonedbx/zone_infos.cpp b/src/ace_time/zonedbx/zone_infos.cpp index f5aeea274..518278482 100644 --- a/src/ace_time/zonedbx/zone_infos.cpp +++ b/src/ace_time/zonedbx/zone_infos.cpp @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope extended @@ -22,22 +22,22 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // -// Zones: 356 -// Links: 239 +// Zones: 354 +// Links: 241 // kZoneRegistry sizes (bytes): -// Names: 3376 (originally 5607) +// Names: 3354 (originally 5573) // Formats: 597 // Fragments: 122 -// Memory (8-bit): 15848 -// Memory (32-bit): 22989 +// Memory (8-bit): 15778 +// Memory (32-bit): 22887 // kZoneAndLinkRegistry sizes (bytes): // Names: 5634 (originally 9054) // Formats: 597 // Fragments: 122 -// Memory (8-bit): 21213 -// Memory (32-bit): 30983 +// Memory (8-bit): 21191 +// Memory (32-bit): 30951 // // DO NOT EDIT @@ -52,7 +52,7 @@ namespace zonedbx { // ZoneContext (should not be in PROGMEM) //--------------------------------------------------------------------------- -const char kTzDatabaseVersion[] = "2022b"; +const char kTzDatabaseVersion[] = "2022d"; const char* const kFragments[] = { /*\x00*/ nullptr, @@ -82,7 +82,7 @@ const internal::ZoneContext kZoneContext = { }; //--------------------------------------------------------------------------- -// Zones: 356 +// Zones: 354 //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- @@ -13925,40 +13925,6 @@ const extended::ZoneInfo kZoneEurope_Ulyanovsk ACE_TIME_PROGMEM = { kZoneEraEurope_Ulyanovsk /*eras*/, }; -//--------------------------------------------------------------------------- -// Zone name: Europe/Uzhgorod -// Zone Eras: 1 -// Strings (bytes): 15 (originally 21) -// Memory (8-bit): 37 -// Memory (32-bit): 51 -//--------------------------------------------------------------------------- - -static const extended::ZoneEra kZoneEraEurope_Uzhgorod[] ACE_TIME_PROGMEM = { - // 2:00 EU EE%sT - { - &kPolicyEU /*zonePolicy*/, - "EE%T" /*format*/, - 8 /*offsetCode*/, - 4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/, - 127 /*untilYearTiny*/, - 1 /*untilMonth*/, - 1 /*untilDay*/, - 0 /*untilTimeCode*/, - 0 /*untilTimeModifier (kSuffixW + minute=0)*/, - }, - -}; - -static const char kZoneNameEurope_Uzhgorod[] ACE_TIME_PROGMEM = "\x0b" "Uzhgorod"; - -const extended::ZoneInfo kZoneEurope_Uzhgorod ACE_TIME_PROGMEM = { - kZoneNameEurope_Uzhgorod /*name*/, - 0xb066f5d6 /*zoneId*/, - &kZoneContext /*zoneContext*/, - 1 /*numEras*/, - kZoneEraEurope_Uzhgorod /*eras*/, -}; - //--------------------------------------------------------------------------- // Zone name: Europe/Vienna // Zone Eras: 1 @@ -14167,40 +14133,6 @@ const extended::ZoneInfo kZoneEurope_Warsaw ACE_TIME_PROGMEM = { kZoneEraEurope_Warsaw /*eras*/, }; -//--------------------------------------------------------------------------- -// Zone name: Europe/Zaporozhye -// Zone Eras: 1 -// Strings (bytes): 17 (originally 23) -// Memory (8-bit): 39 -// Memory (32-bit): 53 -//--------------------------------------------------------------------------- - -static const extended::ZoneEra kZoneEraEurope_Zaporozhye[] ACE_TIME_PROGMEM = { - // 2:00 EU EE%sT - { - &kPolicyEU /*zonePolicy*/, - "EE%T" /*format*/, - 8 /*offsetCode*/, - 4 /*deltaCode (((offsetMinute=0) << 4) + ((deltaMinutes=0)/15 + 4))*/, - 127 /*untilYearTiny*/, - 1 /*untilMonth*/, - 1 /*untilDay*/, - 0 /*untilTimeCode*/, - 0 /*untilTimeModifier (kSuffixW + minute=0)*/, - }, - -}; - -static const char kZoneNameEurope_Zaporozhye[] ACE_TIME_PROGMEM = "\x0b" "Zaporozhye"; - -const extended::ZoneInfo kZoneEurope_Zaporozhye ACE_TIME_PROGMEM = { - kZoneNameEurope_Zaporozhye /*name*/, - 0xeab9767f /*zoneId*/, - &kZoneContext /*zoneContext*/, - 1 /*numEras*/, - kZoneEraEurope_Zaporozhye /*eras*/, -}; - //--------------------------------------------------------------------------- // Zone name: Europe/Zurich // Zone Eras: 1 @@ -15660,7 +15592,7 @@ const extended::ZoneInfo kZoneWET ACE_TIME_PROGMEM = { //--------------------------------------------------------------------------- -// Links: 239 +// Links: 241 //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- @@ -18536,6 +18468,23 @@ const extended::ZoneInfo kZoneEurope_Tiraspol ACE_TIME_PROGMEM = { &kZoneEurope_Chisinau /*eras(info)*/, }; +//--------------------------------------------------------------------------- +// Link name: Europe/Uzhgorod -> Europe/Kyiv +// Strings (bytes): 10 (originally 16) +// Memory (8-bit): 21 +// Memory (32-bit): 30 +//--------------------------------------------------------------------------- + +static const char kZoneNameEurope_Uzhgorod[] ACE_TIME_PROGMEM = "\x0b" "Uzhgorod"; + +const extended::ZoneInfo kZoneEurope_Uzhgorod ACE_TIME_PROGMEM = { + kZoneNameEurope_Uzhgorod /*name*/, + 0xb066f5d6 /*zoneId*/, + &kZoneContext /*zoneContext*/, + 0 /*numEras*/, + &kZoneEurope_Kyiv /*eras(info)*/, +}; + //--------------------------------------------------------------------------- // Link name: Europe/Vaduz -> Europe/Zurich // Strings (bytes): 7 (originally 13) @@ -18587,6 +18536,23 @@ const extended::ZoneInfo kZoneEurope_Zagreb ACE_TIME_PROGMEM = { &kZoneEurope_Belgrade /*eras(info)*/, }; +//--------------------------------------------------------------------------- +// Link name: Europe/Zaporozhye -> Europe/Kyiv +// Strings (bytes): 12 (originally 18) +// Memory (8-bit): 23 +// Memory (32-bit): 32 +//--------------------------------------------------------------------------- + +static const char kZoneNameEurope_Zaporozhye[] ACE_TIME_PROGMEM = "\x0b" "Zaporozhye"; + +const extended::ZoneInfo kZoneEurope_Zaporozhye ACE_TIME_PROGMEM = { + kZoneNameEurope_Zaporozhye /*name*/, + 0xeab9767f /*zoneId*/, + &kZoneContext /*zoneContext*/, + 0 /*numEras*/, + &kZoneEurope_Kyiv /*eras(info)*/, +}; + //--------------------------------------------------------------------------- // Link name: GB -> Europe/London // Strings (bytes): 3 (originally 3) diff --git a/src/ace_time/zonedbx/zone_infos.h b/src/ace_time/zonedbx/zone_infos.h index aa147cd00..51935c971 100644 --- a/src/ace_time/zonedbx/zone_infos.h +++ b/src/ace_time/zonedbx/zone_infos.h @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope extended @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // DO NOT EDIT @@ -45,7 +45,7 @@ extern const char kTzDatabaseVersion[]; extern const internal::ZoneContext kZoneContext; //--------------------------------------------------------------------------- -// Supported zones: 356 +// Supported zones: 354 //--------------------------------------------------------------------------- extern const extended::ZoneInfo kZoneAfrica_Abidjan; // Africa/Abidjan @@ -358,12 +358,10 @@ extern const extended::ZoneInfo kZoneEurope_Sofia; // Europe/Sofia extern const extended::ZoneInfo kZoneEurope_Tallinn; // Europe/Tallinn extern const extended::ZoneInfo kZoneEurope_Tirane; // Europe/Tirane extern const extended::ZoneInfo kZoneEurope_Ulyanovsk; // Europe/Ulyanovsk -extern const extended::ZoneInfo kZoneEurope_Uzhgorod; // Europe/Uzhgorod extern const extended::ZoneInfo kZoneEurope_Vienna; // Europe/Vienna extern const extended::ZoneInfo kZoneEurope_Vilnius; // Europe/Vilnius extern const extended::ZoneInfo kZoneEurope_Volgograd; // Europe/Volgograd extern const extended::ZoneInfo kZoneEurope_Warsaw; // Europe/Warsaw -extern const extended::ZoneInfo kZoneEurope_Zaporozhye; // Europe/Zaporozhye extern const extended::ZoneInfo kZoneEurope_Zurich; // Europe/Zurich extern const extended::ZoneInfo kZoneHST; // HST extern const extended::ZoneInfo kZoneIndian_Chagos; // Indian/Chagos @@ -718,12 +716,10 @@ const uint32_t kZoneIdEurope_Sofia = 0xfb898656; // Europe/Sofia const uint32_t kZoneIdEurope_Tallinn = 0x30c4e096; // Europe/Tallinn const uint32_t kZoneIdEurope_Tirane = 0x6ea95b47; // Europe/Tirane const uint32_t kZoneIdEurope_Ulyanovsk = 0xe03783d0; // Europe/Ulyanovsk -const uint32_t kZoneIdEurope_Uzhgorod = 0xb066f5d6; // Europe/Uzhgorod const uint32_t kZoneIdEurope_Vienna = 0x734cc2e5; // Europe/Vienna const uint32_t kZoneIdEurope_Vilnius = 0xdd63b8ce; // Europe/Vilnius const uint32_t kZoneIdEurope_Volgograd = 0x3ed0f389; // Europe/Volgograd const uint32_t kZoneIdEurope_Warsaw = 0x75185c19; // Europe/Warsaw -const uint32_t kZoneIdEurope_Zaporozhye = 0xeab9767f; // Europe/Zaporozhye const uint32_t kZoneIdEurope_Zurich = 0x7d8195b9; // Europe/Zurich const uint32_t kZoneIdHST = 0x0b87f034; // HST const uint32_t kZoneIdIndian_Chagos = 0x456f7c3c; // Indian/Chagos @@ -767,7 +763,7 @@ const uint32_t kZoneIdWET = 0x0b882e35; // WET //--------------------------------------------------------------------------- -// Supported links: 239 +// Supported links: 241 //--------------------------------------------------------------------------- extern const extended::ZoneInfo kZoneAfrica_Accra; // Africa/Accra -> Africa/Abidjan @@ -939,9 +935,11 @@ extern const extended::ZoneInfo kZoneEurope_Sarajevo; // Europe/Sarajevo -> Euro extern const extended::ZoneInfo kZoneEurope_Skopje; // Europe/Skopje -> Europe/Belgrade extern const extended::ZoneInfo kZoneEurope_Stockholm; // Europe/Stockholm -> Europe/Berlin extern const extended::ZoneInfo kZoneEurope_Tiraspol; // Europe/Tiraspol -> Europe/Chisinau +extern const extended::ZoneInfo kZoneEurope_Uzhgorod; // Europe/Uzhgorod -> Europe/Kyiv extern const extended::ZoneInfo kZoneEurope_Vaduz; // Europe/Vaduz -> Europe/Zurich extern const extended::ZoneInfo kZoneEurope_Vatican; // Europe/Vatican -> Europe/Rome extern const extended::ZoneInfo kZoneEurope_Zagreb; // Europe/Zagreb -> Europe/Belgrade +extern const extended::ZoneInfo kZoneEurope_Zaporozhye; // Europe/Zaporozhye -> Europe/Kyiv extern const extended::ZoneInfo kZoneGB; // GB -> Europe/London extern const extended::ZoneInfo kZoneGB_Eire; // GB-Eire -> Europe/London extern const extended::ZoneInfo kZoneGMT; // GMT -> Etc/GMT @@ -1182,9 +1180,11 @@ const uint32_t kZoneIdEurope_Sarajevo = 0x6a576c3f; // Europe/Sarajevo const uint32_t kZoneIdEurope_Skopje = 0x6c76fdd0; // Europe/Skopje const uint32_t kZoneIdEurope_Stockholm = 0x5bf6fbb8; // Europe/Stockholm const uint32_t kZoneIdEurope_Tiraspol = 0xbe704472; // Europe/Tiraspol +const uint32_t kZoneIdEurope_Uzhgorod = 0xb066f5d6; // Europe/Uzhgorod const uint32_t kZoneIdEurope_Vaduz = 0xfbb81bae; // Europe/Vaduz const uint32_t kZoneIdEurope_Vatican = 0xcb485dca; // Europe/Vatican const uint32_t kZoneIdEurope_Zagreb = 0x7c11c9ff; // Europe/Zagreb +const uint32_t kZoneIdEurope_Zaporozhye = 0xeab9767f; // Europe/Zaporozhye const uint32_t kZoneIdGB = 0x005973ae; // GB const uint32_t kZoneIdGB_Eire = 0xfa70e300; // GB-Eire const uint32_t kZoneIdGMT = 0x0b87eb2d; // GMT @@ -1572,12 +1572,10 @@ const uint8_t kZoneBufSizeEurope_Sofia = 5; // Europe/Sofia in 2000 const uint8_t kZoneBufSizeEurope_Tallinn = 6; // Europe/Tallinn in 2002 const uint8_t kZoneBufSizeEurope_Tirane = 5; // Europe/Tirane in 2000 const uint8_t kZoneBufSizeEurope_Ulyanovsk = 5; // Europe/Ulyanovsk in 2000 -const uint8_t kZoneBufSizeEurope_Uzhgorod = 5; // Europe/Uzhgorod in 2000 const uint8_t kZoneBufSizeEurope_Vienna = 5; // Europe/Vienna in 2000 const uint8_t kZoneBufSizeEurope_Vilnius = 6; // Europe/Vilnius in 2003 const uint8_t kZoneBufSizeEurope_Volgograd = 5; // Europe/Volgograd in 2000 const uint8_t kZoneBufSizeEurope_Warsaw = 5; // Europe/Warsaw in 2000 -const uint8_t kZoneBufSizeEurope_Zaporozhye = 5; // Europe/Zaporozhye in 2000 const uint8_t kZoneBufSizeEurope_Zurich = 5; // Europe/Zurich in 2000 const uint8_t kZoneBufSizeHST = 1; // HST in 2000 const uint8_t kZoneBufSizeIndian_Chagos = 1; // Indian/Chagos in 2000 diff --git a/src/ace_time/zonedbx/zone_policies.cpp b/src/ace_time/zonedbx/zone_policies.cpp index 35026c9e0..4949e234c 100644 --- a/src/ace_time/zonedbx/zone_policies.cpp +++ b/src/ace_time/zonedbx/zone_policies.cpp @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope extended @@ -22,13 +22,13 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // Policies: 83 -// Rules: 528 +// Rules: 530 // Letter Size (bytes): 23 -// Total Memory 8-bit (bytes): 5285 -// Total Memory 32-bit (bytes): 7379 +// Total Memory 8-bit (bytes): 5303 +// Total Memory 32-bit (bytes): 7403 // // DO NOT EDIT @@ -5841,9 +5841,9 @@ const extended::ZonePolicy kPolicyPakistan ACE_TIME_PROGMEM = { //--------------------------------------------------------------------------- // Policy name: Palestine -// Rules: 31 -// Memory (8-bit): 285 -// Memory (32-bit): 384 +// Rules: 33 +// Memory (8-bit): 303 +// Memory (32-bit): 408 //--------------------------------------------------------------------------- static const extended::ZoneRule kZoneRulesPalestine[] ACE_TIME_PROGMEM = { @@ -6123,25 +6123,25 @@ static const extended::ZoneRule kZoneRulesPalestine[] ACE_TIME_PROGMEM = { 4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/, '-' /*letter*/, }, - // Rule Palestine 2016 2018 - Mar Sat>=24 1:00 1:00 S + // Rule Palestine 2016 2018 - Mar Sat<=30 1:00 1:00 S { 16 /*fromYearTiny*/, 18 /*toYearTiny*/, 3 /*inMonth*/, 6 /*onDayOfWeek*/, - 24 /*onDayOfMonth*/, + -30 /*onDayOfMonth*/, 4 /*atTimeCode*/, 0 /*atTimeModifier (kSuffixW + minute=0)*/, 8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/, 'S' /*letter*/, }, - // Rule Palestine 2016 2018 - Oct Sat>=24 1:00 0 - + // Rule Palestine 2016 2018 - Oct Sat<=30 1:00 0 - { 16 /*fromYearTiny*/, 18 /*toYearTiny*/, 10 /*inMonth*/, 6 /*onDayOfWeek*/, - 24 /*onDayOfMonth*/, + -30 /*onDayOfMonth*/, 4 /*atTimeCode*/, 0 /*atTimeModifier (kSuffixW + minute=0)*/, 4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/, @@ -6159,25 +6159,25 @@ static const extended::ZoneRule kZoneRulesPalestine[] ACE_TIME_PROGMEM = { 8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/, 'S' /*letter*/, }, - // Rule Palestine 2019 only - Oct Sat>=24 0:00 0 - + // Rule Palestine 2019 only - Oct Sat<=30 0:00 0 - { 19 /*fromYearTiny*/, 19 /*toYearTiny*/, 10 /*inMonth*/, 6 /*onDayOfWeek*/, - 24 /*onDayOfMonth*/, + -30 /*onDayOfMonth*/, 0 /*atTimeCode*/, 0 /*atTimeModifier (kSuffixW + minute=0)*/, 4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/, '-' /*letter*/, }, - // Rule Palestine 2020 2021 - Mar Sat>=24 0:00 1:00 S + // Rule Palestine 2020 2021 - Mar Sat<=30 0:00 1:00 S { 20 /*fromYearTiny*/, 21 /*toYearTiny*/, 3 /*inMonth*/, 6 /*onDayOfWeek*/, - 24 /*onDayOfMonth*/, + -30 /*onDayOfMonth*/, 0 /*atTimeCode*/, 0 /*atTimeModifier (kSuffixW + minute=0)*/, 8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/, @@ -6195,30 +6195,54 @@ static const extended::ZoneRule kZoneRulesPalestine[] ACE_TIME_PROGMEM = { 4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/, '-' /*letter*/, }, - // Rule Palestine 2021 max - Oct Fri>=23 1:00 0 - + // Rule Palestine 2021 only - Oct 29 1:00 0 - { 21 /*fromYearTiny*/, - 126 /*toYearTiny*/, + 21 /*toYearTiny*/, 10 /*inMonth*/, - 5 /*onDayOfWeek*/, - 23 /*onDayOfMonth*/, + 0 /*onDayOfWeek*/, + 29 /*onDayOfMonth*/, 4 /*atTimeCode*/, 0 /*atTimeModifier (kSuffixW + minute=0)*/, 4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/, '-' /*letter*/, }, - // Rule Palestine 2022 max - Mar Sun>=25 0:00 1:00 S + // Rule Palestine 2022 only - Mar 27 0:00 1:00 S { 22 /*fromYearTiny*/, - 126 /*toYearTiny*/, + 22 /*toYearTiny*/, 3 /*inMonth*/, - 7 /*onDayOfWeek*/, - 25 /*onDayOfMonth*/, + 0 /*onDayOfWeek*/, + 27 /*onDayOfMonth*/, 0 /*atTimeCode*/, 0 /*atTimeModifier (kSuffixW + minute=0)*/, 8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/, 'S' /*letter*/, }, + // Rule Palestine 2022 max - Oct Sat<=30 2:00 0 - + { + 22 /*fromYearTiny*/, + 126 /*toYearTiny*/, + 10 /*inMonth*/, + 6 /*onDayOfWeek*/, + -30 /*onDayOfMonth*/, + 8 /*atTimeCode*/, + 0 /*atTimeModifier (kSuffixW + minute=0)*/, + 4 /*deltaCode ((deltaMinutes=0)/15 + 4)*/, + '-' /*letter*/, + }, + // Rule Palestine 2023 max - Mar Sat<=30 2:00 1:00 S + { + 23 /*fromYearTiny*/, + 126 /*toYearTiny*/, + 3 /*inMonth*/, + 6 /*onDayOfWeek*/, + -30 /*onDayOfMonth*/, + 8 /*atTimeCode*/, + 0 /*atTimeModifier (kSuffixW + minute=0)*/, + 8 /*deltaCode ((deltaMinutes=60)/15 + 4)*/, + 'S' /*letter*/, + }, }; @@ -6227,7 +6251,7 @@ static const extended::ZoneRule kZoneRulesPalestine[] ACE_TIME_PROGMEM = { const extended::ZonePolicy kPolicyPalestine ACE_TIME_PROGMEM = { kZoneRulesPalestine /*rules*/, nullptr /*letters*/, - 31 /*numRules*/, + 33 /*numRules*/, 0 /*numLetters*/, }; diff --git a/src/ace_time/zonedbx/zone_policies.h b/src/ace_time/zonedbx/zone_policies.h index aec1cedbf..3d6422f94 100644 --- a/src/ace_time/zonedbx/zone_policies.h +++ b/src/ace_time/zonedbx/zone_policies.h @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope extended @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // DO NOT EDIT diff --git a/src/ace_time/zonedbx/zone_registry.cpp b/src/ace_time/zonedbx/zone_registry.cpp index c6ddf4146..aa4864521 100644 --- a/src/ace_time/zonedbx/zone_registry.cpp +++ b/src/ace_time/zonedbx/zone_registry.cpp @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope extended @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // DO NOT EDIT @@ -36,7 +36,7 @@ namespace zonedbx { //--------------------------------------------------------------------------- // Zone Info registry. Sorted by zoneId. //--------------------------------------------------------------------------- -const extended::ZoneInfo* const kZoneRegistry[356] ACE_TIME_PROGMEM = { +const extended::ZoneInfo* const kZoneRegistry[354] ACE_TIME_PROGMEM = { &kZoneAmerica_St_Johns, // 0x04b14e6e, America/St_Johns &kZoneAmerica_North_Dakota_New_Salem, // 0x04f9958e, America/North_Dakota/New_Salem &kZoneAsia_Jakarta, // 0x0506ab50, Asia/Jakarta @@ -301,7 +301,6 @@ const extended::ZoneInfo* const kZoneRegistry[356] ACE_TIME_PROGMEM = { &kZoneAmerica_Manaus, // 0xac86bf8b, America/Manaus &kZoneAmerica_Merida, // 0xacd172d8, America/Merida &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau - &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill &kZoneAsia_Bishkek, // 0xb0728553, Asia/Bishkek &kZoneAmerica_Paramaribo, // 0xb319e4c4, America/Paramaribo @@ -366,7 +365,6 @@ const extended::ZoneInfo* const kZoneRegistry[356] ACE_TIME_PROGMEM = { &kZonePacific_Noumea, // 0xe551b788, Pacific/Noumea &kZonePacific_Honolulu, // 0xe6e70af9, Pacific/Honolulu &kZoneAmerica_Argentina_Tucuman, // 0xe96399eb, America/Argentina/Tucuman - &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye &kZoneAsia_Magadan, // 0xebacc19b, Asia/Magadan &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga &kZoneCST6CDT, // 0xf0e87d00, CST6CDT @@ -836,7 +834,7 @@ const extended::ZoneInfo* const kZoneAndLinkRegistry[595] ACE_TIME_PROGMEM = { &kZoneEurope_Chisinau, // 0xad58aa18, Europe/Chisinau &kZoneAmerica_Nassau, // 0xaedef011, America/Nassau -> America/Toronto &kZoneAmerica_Anguilla, // 0xafe31333, America/Anguilla -> America/Puerto_Rico - &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod + &kZoneEurope_Uzhgorod, // 0xb066f5d6, Europe/Uzhgorod -> Europe/Kyiv &kZoneAustralia_Broken_Hill, // 0xb06eada3, Australia/Broken_Hill &kZoneAsia_Bishkek, // 0xb0728553, Asia/Bishkek &kZoneChile_EasterIsland, // 0xb0982af8, Chile/EasterIsland -> Pacific/Easter @@ -955,7 +953,7 @@ const extended::ZoneInfo* const kZoneAndLinkRegistry[595] ACE_TIME_PROGMEM = { &kZoneAmerica_Kralendijk, // 0xe7c456c5, America/Kralendijk -> America/Puerto_Rico &kZoneAmerica_Argentina_Tucuman, // 0xe96399eb, America/Argentina/Tucuman &kZonePacific_Ponape, // 0xe9f80086, Pacific/Ponape -> Pacific/Guadalcanal - &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye + &kZoneEurope_Zaporozhye, // 0xeab9767f, Europe/Zaporozhye -> Europe/Kyiv &kZoneEurope_Isle_of_Man, // 0xeaf84580, Europe/Isle_of_Man -> Europe/London &kZoneAsia_Magadan, // 0xebacc19b, Asia/Magadan &kZoneAmerica_Ojinaga, // 0xebfde83f, America/Ojinaga @@ -1001,7 +999,7 @@ const extended::ZoneInfo* const kZoneAndLinkRegistry[595] ACE_TIME_PROGMEM = { //--------------------------------------------------------------------------- // Link (thin) Entry registry. Sorted by linkId. Links are references to Zones. //--------------------------------------------------------------------------- -const extended::LinkEntry kLinkRegistry[239] ACE_TIME_PROGMEM = { +const extended::LinkEntry kLinkRegistry[241] ACE_TIME_PROGMEM = { { kZoneIdGB, kZoneIdEurope_London }, // 0x005973ae -> 0x5c6a84ae { kZoneIdNZ, kZoneIdPacific_Auckland }, // 0x005974ad -> 0x25062f86 { kZoneIdAsia_Kuala_Lumpur, kZoneIdAsia_Singapore }, // 0x014763c4 -> 0xcf8581fa @@ -1174,6 +1172,7 @@ const extended::LinkEntry kLinkRegistry[239] ACE_TIME_PROGMEM = { { kZoneIdAmerica_Coral_Harbour, kZoneIdAmerica_Panama }, // 0xabcb7569 -> 0xb3863854 { kZoneIdAmerica_Nassau, kZoneIdAmerica_Toronto }, // 0xaedef011 -> 0x792e851b { kZoneIdAmerica_Anguilla, kZoneIdAmerica_Puerto_Rico }, // 0xafe31333 -> 0x6752ca31 + { kZoneIdEurope_Uzhgorod, kZoneIdEurope_Kyiv }, // 0xb066f5d6 -> 0xa2c1e347 { kZoneIdChile_EasterIsland, kZoneIdPacific_Easter }, // 0xb0982af8 -> 0xcf54f7e7 { kZoneIdPacific_Johnston, kZoneIdPacific_Honolulu }, // 0xb15d7b36 -> 0xe6e70af9 { kZoneIdAfrica_Timbuktu, kZoneIdAfrica_Abidjan }, // 0xb164d56f -> 0xc21305a3 @@ -1228,6 +1227,7 @@ const extended::LinkEntry kLinkRegistry[239] ACE_TIME_PROGMEM = { { kZoneIdAustralia_Tasmania, kZoneIdAustralia_Hobart }, // 0xe6d76648 -> 0x32bf951a { kZoneIdAmerica_Kralendijk, kZoneIdAmerica_Puerto_Rico }, // 0xe7c456c5 -> 0x6752ca31 { kZoneIdPacific_Ponape, kZoneIdPacific_Guadalcanal }, // 0xe9f80086 -> 0xf4dd25f0 + { kZoneIdEurope_Zaporozhye, kZoneIdEurope_Kyiv }, // 0xeab9767f -> 0xa2c1e347 { kZoneIdEurope_Isle_of_Man, kZoneIdEurope_London }, // 0xeaf84580 -> 0x5c6a84ae { kZoneIdPacific_Saipan, kZoneIdPacific_Guam }, // 0xeff7a35f -> 0x2338f9ed { kZoneIdCanada_Eastern, kZoneIdAmerica_Toronto }, // 0xf3612d5e -> 0x792e851b diff --git a/src/ace_time/zonedbx/zone_registry.h b/src/ace_time/zonedbx/zone_registry.h index 469d0ba29..f9e91d574 100644 --- a/src/ace_time/zonedbx/zone_registry.h +++ b/src/ace_time/zonedbx/zone_registry.h @@ -3,7 +3,7 @@ // $ /home/brian/src/AceTimeTools/src/acetimetools/tzcompiler.py // --input_dir /home/brian/dev/tz // --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx -// --tz_version 2022b +// --tz_version 2022d // --action zonedb // --language arduino // --scope extended @@ -22,7 +22,7 @@ // northamerica // southamerica // -// from https://github.com/eggert/tz/releases/tag/2022b +// from https://github.com/eggert/tz/releases/tag/2022d // // DO NOT EDIT @@ -36,16 +36,16 @@ namespace ace_time { namespace zonedbx { // Zones -const uint16_t kZoneRegistrySize = 356; -extern const extended::ZoneInfo* const kZoneRegistry[356]; +const uint16_t kZoneRegistrySize = 354; +extern const extended::ZoneInfo* const kZoneRegistry[354]; // Zones and Links const uint16_t kZoneAndLinkRegistrySize = 595; extern const extended::ZoneInfo* const kZoneAndLinkRegistry[595]; // Link Entries -const uint16_t kLinkRegistrySize = 239; -extern const extended::LinkEntry kLinkRegistry[239]; +const uint16_t kLinkRegistrySize = 241; +extern const extended::LinkEntry kLinkRegistry[241]; } }